diff --git a/.gitmodules b/.gitmodules index f86ee08f..dd894837 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,6 +22,10 @@ path = MOM6 url = https://github.com/NOAA-EMC/MOM6-interface branch = develop +[submodule "CMEPS"] + path = CMEPS + url = https://github.com/ESCOMP/CMEPS.git + branch = master [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3.git diff --git a/CMEPS b/CMEPS new file mode 160000 index 00000000..b0dc4cf7 --- /dev/null +++ b/CMEPS @@ -0,0 +1 @@ +Subproject commit b0dc4cf7e3fcc65bafa6089e6bddb5fbecf2f2b0 diff --git a/NEMS b/NEMS index e88fd931..592b15af 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit e88fd931a0b937941a1e9b8859552e62346c05ff +Subproject commit 592b15af8a0299aa03745f87270fcd2d2a72ec93 diff --git a/compsets/cpld_fv3_ccpp_mom6_cice_2d_atm_flux.input b/compsets/cpld_fv3_ccpp_mom6_cice_2d_atm_flux.input index d89e39be..6b6a5893 100644 --- a/compsets/cpld_fv3_ccpp_mom6_cice_2d_atm_flux.input +++ b/compsets/cpld_fv3_ccpp_mom6_cice_2d_atm_flux.input @@ -110,7 +110,9 @@ test cpld_fv3_ccpp_mom6_cice_2d_atm_flux: fv3_ccpp_mom6_cice.exe { DUMPFREQ="@[DUMPFREQ]", DT_THERM="@[DT_THERM_MOM6]", DT_DYNAM="@[DT_DYNAM_MOM6]", - MOM6_RIVER_RUNOFF="@[MOM6_RIVER_RUNOFF]") + MOM6_RIVER_RUNOFF="@[MOM6_RIVER_RUNOFF]", + MOM6_REPRO_LA="@[MOM6_REPRO_LA]", + MOM6_THERMO_SPAN="@[MOM6_THERMO_SPAN]") # Specify output files: criteria output { diff --git a/compsets/cpld_fv3_ccpp_mom6_cice_cold_atm_flux.input b/compsets/cpld_fv3_ccpp_mom6_cice_cold_atm_flux.input index dbfd0b4a..f3935711 100644 --- a/compsets/cpld_fv3_ccpp_mom6_cice_cold_atm_flux.input +++ b/compsets/cpld_fv3_ccpp_mom6_cice_cold_atm_flux.input @@ -107,7 +107,9 @@ test cpld_fv3_ccpp_mom6_cice_cold_atm_flux: fv3_ccpp_mom6_cice.exe { DUMPFREQ="@[DUMPFREQ]", DT_THERM="@[DT_THERM_MOM6]", DT_DYNAM="@[DT_DYNAM_MOM6]", - MOM6_RIVER_RUNOFF="@[MOM6_RIVER_RUNOFF]") + MOM6_RIVER_RUNOFF="@[MOM6_RIVER_RUNOFF]", + MOM6_REPRO_LA="@[MOM6_REPRO_LA]", + MOM6_THERMO_SPAN="@[MOM6_THERMO_SPAN]") # Specify output files: criteria output { diff --git a/compsets/fv3mom6cice5_ccpp.input b/compsets/fv3mom6cice5_ccpp.input index 16c28158..7ff93c30 100644 --- a/compsets/fv3mom6cice5_ccpp.input +++ b/compsets/fv3mom6cice5_ccpp.input @@ -119,8 +119,12 @@ cpl_defaults = { ocn_model="mom6" ice_model="cice" wav_model="ww3" -# future use: for MOM6 river runoff +# MOM6 river runoff MOM6_RIVER_RUNOFF='True' +# set USE_LA_LI2016 to the current default; this must be set False for restart repro + MOM6_REPRO_LA='True' +# set the THERMO_SPANS_COUPLING to the current default; according to Gustavo and Alper, the correct setting is "False" + MOM6_THERMO_SPAN='True' NPROC_ICE='48' DT_ATMOS='900' #needed for C96 cases DT_DYNAM_MOM6='900' @@ -151,7 +155,7 @@ cpl_defaults = { # embeded bash script to create input files at prerun from specification # in compset -embed bash edit_inputs(CDATE,ATMRES,DT_CICE,NPROC_ICE,RUNTYPE,USE_RESTART_TIME,FRAZIL_FWSALT,RUNID,CICE_HIST_AVG,DUMPFREQ_N,DUMPFREQ,DT_THERM,DT_DYNAM,MOM6_RIVER_RUNOFF) [[[ +embed bash edit_inputs(CDATE,ATMRES,DT_CICE,NPROC_ICE,RUNTYPE,USE_RESTART_TIME,FRAZIL_FWSALT,RUNID,CICE_HIST_AVG,DUMPFREQ_N,DUMPFREQ,DT_THERM,DT_DYNAM,MOM6_RIVER_RUNOFF, MOM6_REPRO_LA, MOM6_THERMO_SPAN) [[[ python < OCN :remapMethod=redist + OCN + @@[coupling_interval_fast_sec] + MED med_phases_prep_atm + MED med_phases_prep_ice + MED -> ATM :remapMethod=redist + MED -> ICE :remapMethod=redist + ATM + ICE + ATM -> MED :remapMethod=redist + ICE -> MED :remapMethod=redist + MED med_fraction_set + MED med_phases_prep_ocn_map + MED med_phases_prep_ocn_merge + MED med_phases_prep_ocn_accum_fast + MED med_phases_profile + @ + OCN -> MED :remapMethod=redist + MED med_phases_restart_write +@ +:: + +# CMEPS variables + +DRIVER_attributes:: + mediator_read_restart = .true. +:: +MED_attributes:: + ATM_model = @[atm_model] + ICE_model = @[ice_model] + OCN_model = @[ocn_model] + history_n = 0 + history_option = nhours + history_ymd = -999 + coupling_mode = nems_orig +:: +ALLCOMP_attributes:: + ScalarFieldCount = 2 + ScalarFieldIdxGridNX = 1 + ScalarFieldIdxGridNY = 2 + ScalarFieldName = cpl_scalars + start_type = startup + case_name = ufs.s2s + restart_n = @[FV3_RESTART_INTERVAL] + restart_option = nhours + restart_ymd = -999 +:: diff --git a/parm/nems.configure.medcmeps_atm_ocn_ice_wav.IN b/parm/nems.configure.medcmeps_atm_ocn_ice_wav.IN new file mode 100644 index 00000000..49a232ed --- /dev/null +++ b/parm/nems.configure.medcmeps_atm_ocn_ice_wav.IN @@ -0,0 +1,110 @@ +############################################# +#### NEMS Run-Time Configuration File ##### +############################################# + +# EARTH # +EARTH_component_list: MED ATM OCN ICE WAV +EARTH_attributes:: + Verbosity = 0 +:: + +# MED # +MED_model: @[med_model] +MED_petlist_bounds: @[med_petlist_bounds] +:: + +# ATM # +ATM_model: @[atm_model] +ATM_petlist_bounds: @[atm_petlist_bounds] +ATM_attributes:: + Verbosity = 0 + DumpFields = false + ProfileMemory = false + OverwriteSlice = true +:: + +# OCN # +OCN_model: @[ocn_model] +OCN_petlist_bounds: @[ocn_petlist_bounds] +OCN_attributes:: + Verbosity = 0 + DumpFields = false + ProfileMemory = false + OverwriteSlice = true +:: + +# ICE # +ICE_model: @[ice_model] +ICE_petlist_bounds: @[ice_petlist_bounds] +ICE_attributes:: + Verbosity = 0 + DumpFields = false + ProfileMemory = false + OverwriteSlice = true +:: + +# WAV # +WAV_model: @[wav_model] +WAV_petlist_bounds: @[wav_petlist_bounds] +WAV_attributes:: + Verbosity = 0 + OverwriteSlice = false +:: + +# CMEPS warm run sequence +runSeq:: +@@[coupling_interval_slow_sec] + MED med_phases_prep_ocn_accum_avg + MED -> OCN :remapMethod=redist + OCN -> WAV + WAV -> OCN :srcMaskValues=1 + OCN + @@[coupling_interval_fast_sec] + MED med_phases_prep_atm + MED med_phases_prep_ice + MED -> ATM :remapMethod=redist + MED -> ICE :remapMethod=redist + WAV -> ATM :srcMaskValues=1 + ATM -> WAV + ICE -> WAV + ATM + ICE + WAV + ATM -> MED :remapMethod=redist + ICE -> MED :remapMethod=redist + MED med_fraction_set + MED med_phases_prep_ocn_map + MED med_phases_prep_ocn_merge + MED med_phases_prep_ocn_accum_fast + MED med_phases_profile + @ + OCN -> MED :remapMethod=redist + MED med_phases_restart_write +@ +:: + +# CMEPS variables + +DRIVER_attributes:: + mediator_read_restart = .true. +:: +MED_attributes:: + ATM_model = @[atm_model] + ICE_model = @[ice_model] + OCN_model = @[ocn_model] + history_n = 0 + history_option = nhours + history_ymd = -999 + coupling_mode = nems_orig +:: +ALLCOMP_attributes:: + ScalarFieldCount = 2 + ScalarFieldIdxGridNX = 1 + ScalarFieldIdxGridNY = 2 + ScalarFieldName = cpl_scalars + start_type = startup + case_name = ufs.s2s + restart_n = @[FV3_RESTART_INTERVAL] + restart_option = nhours + restart_ymd = -999 +:: diff --git a/parm/nems.configure.medcoldcmeps_atm_ocn_ice.IN b/parm/nems.configure.medcoldcmeps_atm_ocn_ice.IN new file mode 100644 index 00000000..f4d08079 --- /dev/null +++ b/parm/nems.configure.medcoldcmeps_atm_ocn_ice.IN @@ -0,0 +1,96 @@ +############################################# +#### NEMS Run-Time Configuration File ##### +############################################# + +# EARTH # +EARTH_component_list: MED ATM OCN ICE +EARTH_attributes:: + Verbosity = 0 +:: + +# MED # +MED_model: @[med_model] +MED_petlist_bounds: @[med_petlist_bounds] +:: + +# ATM # +ATM_model: @[atm_model] +ATM_petlist_bounds: @[atm_petlist_bounds] +ATM_attributes:: + Verbosity = 0 + DumpFields = false + ProfileMemory = false + OverwriteSlice = true +:: + +# OCN # +OCN_model: @[ocn_model] +OCN_petlist_bounds: @[ocn_petlist_bounds] +OCN_attributes:: + Verbosity = 0 + DumpFields = false + ProfileMemory = false + OverwriteSlice = true +:: + +# ICE # +ICE_model: @[ice_model] +ICE_petlist_bounds: @[ice_petlist_bounds] +ICE_attributes:: + Verbosity = 0 + DumpFields = false + ProfileMemory = false + OverwriteSlice = true +:: + +# CMEPS cold run sequence + +runSeq:: + @@[coupling_interval_slow_sec] + @@[coupling_interval_fast_sec] + MED med_phases_prep_atm + MED -> ATM :remapMethod=redist + ATM + ATM -> MED :remapMethod=redist + MED med_phases_prep_ice + MED -> ICE :remapMethod=redist + ICE + ICE -> MED :remapMethod=redist + MED med_fraction_set + MED med_phases_prep_ocn_map + MED med_phases_prep_ocn_merge + MED med_phases_prep_ocn_accum_fast + @ + MED med_phases_prep_ocn_accum_avg + MED -> OCN :remapMethod=redist + OCN + OCN -> MED :remapMethod=redist + MED med_phases_restart_write +@ +:: + +# CMEPS variables + +DRIVER_attributes:: + mediator_read_restart = .false. +:: +MED_attributes:: + ATM_model = @[atm_model] + ICE_model = @[ice_model] + OCN_model = @[ocn_model] + history_n = 1 + history_option = nhours + history_ymd = -999 + coupling_mode = nems_orig +:: +ALLCOMP_attributes:: + ScalarFieldCount = 2 + ScalarFieldIdxGridNX = 1 + ScalarFieldIdxGridNY = 2 + ScalarFieldName = cpl_scalars + start_type = startup + case_name = ufs.s2s.cold + restart_n = 1 + restart_option = nhours + restart_ymd = -999 +:: diff --git a/parm/nems.configure.medcoldcmeps_atm_ocn_ice_wav.IN b/parm/nems.configure.medcoldcmeps_atm_ocn_ice_wav.IN new file mode 100644 index 00000000..95f5df81 --- /dev/null +++ b/parm/nems.configure.medcoldcmeps_atm_ocn_ice_wav.IN @@ -0,0 +1,110 @@ +############################################# +#### NEMS Run-Time Configuration File ##### +############################################# + +# EARTH # +EARTH_component_list: MED ATM OCN ICE WAV +EARTH_attributes:: + Verbosity = 0 +:: + +# MED # +MED_model: @[med_model] +MED_petlist_bounds: @[med_petlist_bounds] +:: + +# ATM # +ATM_model: @[atm_model] +ATM_petlist_bounds: @[atm_petlist_bounds] +ATM_attributes:: + Verbosity = 0 + DumpFields = false + ProfileMemory = false + OverwriteSlice = true +:: + +# OCN # +OCN_model: @[ocn_model] +OCN_petlist_bounds: @[ocn_petlist_bounds] +OCN_attributes:: + Verbosity = 0 + DumpFields = false + ProfileMemory = false + OverwriteSlice = true +:: + +# ICE # +ICE_model: @[ice_model] +ICE_petlist_bounds: @[ice_petlist_bounds] +ICE_attributes:: + Verbosity = 0 + DumpFields = false + ProfileMemory = false + OverwriteSlice = true +:: + +# WAV # +WAV_model: @[wav_model] +WAV_petlist_bounds: @[wav_petlist_bounds] +WAV_attributes:: + Verbosity = 0 + OverwriteSlice = false +:: + +# CMEPS cold run sequence + +runSeq:: + @@[coupling_interval_slow_sec] + OCN -> WAV + WAV -> OCN ::srcMaskValues=1 + @@[coupling_interval_fast_sec] + MED med_phases_prep_atm + MED -> ATM :remapMethod=redist + WAV -> ATM :srcMaskValues=1 + ATM + ATM -> WAV + ATM -> MED :remapMethod=redist + MED med_phases_prep_ice + MED -> ICE :remapMethod=redist + ICE + ICE -> WAV + WAV + ICE -> MED :remapMethod=redist + MED med_fraction_set + MED med_phases_prep_ocn_map + MED med_phases_prep_ocn_merge + MED med_phases_prep_ocn_accum_fast + @ + MED med_phases_prep_ocn_accum_avg + MED -> OCN :remapMethod=redist + OCN + OCN -> MED :remapMethod=redist + MED med_phases_restart_write +@ +:: + +# CMEPS variables + +DRIVER_attributes:: + mediator_read_restart = .false. +:: +MED_attributes:: + ATM_model = @[atm_model] + ICE_model = @[ice_model] + OCN_model = @[ocn_model] + history_n = 1 + history_option = nhours + history_ymd = -999 + coupling_mode = nems_orig +:: +ALLCOMP_attributes:: + ScalarFieldCount = 2 + ScalarFieldIdxGridNX = 1 + ScalarFieldIdxGridNY = 2 + ScalarFieldName = cpl_scalars + start_type = startup + case_name = ufs.s2s.cold + restart_n = 1 + restart_option = nhours + restart_ymd = -999 +:: diff --git a/parm/pio_in b/parm/pio_in new file mode 100644 index 00000000..0282ee87 --- /dev/null +++ b/parm/pio_in @@ -0,0 +1,34 @@ +&papi_inparm + papi_ctr1_str = "PAPI_FP_OPS" + papi_ctr2_str = "PAPI_NO_CTR" + papi_ctr3_str = "PAPI_NO_CTR" + papi_ctr4_str = "PAPI_NO_CTR" +/ +&pio_default_inparm + pio_async_interface = .false. + pio_blocksize = -1 + pio_buffer_size_limit = -1 + pio_debug_level = 0 + pio_rearr_comm_enable_hs_comp2io = .true. + pio_rearr_comm_enable_hs_io2comp = .false. + pio_rearr_comm_enable_isend_comp2io = .false. + pio_rearr_comm_enable_isend_io2comp = .true. + pio_rearr_comm_fcd = "2denable" + pio_rearr_comm_max_pend_req_comp2io = 0 + pio_rearr_comm_max_pend_req_io2comp = 64 + pio_rearr_comm_type = "p2p" +/ +&prof_inparm + profile_add_detail = .false. + profile_barrier = .false. + profile_depth_limit = 4 + profile_detail_limit = 2 + profile_disable = .false. + profile_global_stats = .true. + profile_outpe_num = 1 + profile_outpe_stride = 0 + profile_ovhd_measurement = .false. + profile_papi_enable = .false. + profile_single_file = .false. + profile_timer = 4 +/ diff --git a/parm/rpointer.cpl b/parm/rpointer.cpl new file mode 100644 index 00000000..e69de29b diff --git a/tests/Compile_hera.intel.log b/tests/Compile_hera.intel.log index 49957942..49056608 100644 --- a/tests/Compile_hera.intel.log +++ b/tests/Compile_hera.intel.log @@ -9,60 +9,60 @@ + readonly clean_after=YES + clean_after=YES + hostname -hfe04 -+++ dirname /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/tests/compile.sh -++ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/tests +hfe11 ++++ dirname /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/compile.sh +++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests ++ pwd -P -+ readonly compile_root_dir=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/tests -+ compile_root_dir=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/tests -++ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/tests/.. ++ readonly compile_root_dir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests ++ compile_root_dir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests +++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/.. ++ pwd -+ PATHTR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model -+ echo 'PATHTR is /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model' -PATHTR is /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS ++ PATHTR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ echo 'PATHTR is /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit' +PATHTR is /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS + [[ coupledFV3_CCPP_MOM6_CICE =~ _debug ]] + S2S_DEBUG_MODULE=false + export S2S_DEBUG_MODULE + [[ YES == YES ]] + make app=coupledFV3_CCPP_MOM6_CICE distclean -Convert /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE.appBuilder -...into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk -Include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk -echo 'CCPP FMS FV3 MOM6 CICE' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/components.mk" +Convert /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE.appBuilder +...into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk +Include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE' > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" ; \ -rm -rf "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build" -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build +cd "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build" ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build set -xue ; \ -export PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ +export PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ cd $PATH_CCPP ; \ -rm -rf "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib" ; \ -rm -rf "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include" ; \ -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk -+ export PATH_CCPP=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ PATH_CCPP=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model -+ /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib" ; \ +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include" ; \ +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk ++ export PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Performing clean .... INFO: CCPP prebuild clean completed successfully, exiting. -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib -+ rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -+ rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk -cat /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs ; \ - exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs' ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include ++ rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk +cat /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs ; \ + exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -73,147 +73,147 @@ 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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs' -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/modules.fv3 -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 ; exec make \ +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' makefile:269: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' makefile:87: depend: No such file or directory cc -E four_to_grid_stochy.F > four_to_grid_stochy.f Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/configure.fv3 \ - /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/modules.fv3 -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk set -e ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6 ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/src/MOM6/config_src/nems_cap/mom5.mk.install -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/src/MOM6/config_src/nems_cap/mom5.mk.install +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ exec make -f makefile.nuopc clean -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice_cap' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' rm -f -f libcice.a *.f90 *.o *.mod *.lst depend -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice_cap' -set -e ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_CAP ; set +e ; \ +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; set +e ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ -rm -rf cice.mk.install /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -set -e ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE ; set +e ; \ +rm -rf cice.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE ; set +e ; \ rm -rf history compile restart *.a ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk -if ! test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +if ! test -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE" \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ fi -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src' -GNUmakefile:16: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/test-results.mk: No such file or directory +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' +GNUmakefile:16: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk: No such file or directory Components in linker order: CICE MOM6 FV3 FMS CCPP CICE: include GNUmakefile:70: : component CICE makefile fragment is missing @@ -225,54 +225,54 @@ FMS: include GNUmakefile:70: : component FMS makefile fragment is missing CCPP: include GNUmakefile:70: : component CCPP makefile fragment is missing -make[1]: *** No rule to make target `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/test-results.mk'. Stop. -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src' -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/externals.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems.sh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems.csh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/test-results.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/components.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/test_results.mk +make[1]: *** No rule to make target `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk'. Stop. +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test_results.mk + make app=coupledFV3_CCPP_MOM6_CICE build -Convert /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE.appBuilder -...into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk -Include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk -echo 'CCPP FMS FV3 MOM6 CICE' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/components.mk" +Convert /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE.appBuilder +...into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk +Include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE' > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/conf/configure.fv3_coupled.hera.intel /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/externals.nems -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/modulefiles/hera.intel/fv3_coupled /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems.csh" -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/incmake/configure_rules.mk:3: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/test-results.mk: No such file or directory -make -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS' +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/conf/configure.fv3_coupled.hera.intel /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/externals.nems +cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/modulefiles/hera.intel/fv3_coupled /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems +cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.csh" +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk: No such file or directory +make -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS' if [ -f "/modules.nems" ] ; then \ - . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=12000000 ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=300000 ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 ; \ -) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS' -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +) > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS' +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -xue ; \ -export PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ +export PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ cd $PATH_CCPP ; \ -./build_ccpp.sh hera.intel "$PATH_CCPP" /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk \ - "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp"" NO NO ; \ -test -d "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp"/include ; \ -test -d "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp"/lib +./build_ccpp.sh hera.intel "$PATH_CCPP" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk \ + "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp"" NO NO ; \ +test -d "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp"/include ; \ +test -d "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp"/lib Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -284,10 +284,10 @@ Currently Loaded Modules: -+ export PATH_CCPP=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ PATH_CCPP=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model -+ /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ++ export PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Parsing suite definition files ... @@ -1754,7 +1754,7 @@ INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_ INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer 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 save_q of variable tracer_concentration_save from new to old metadata -INFO: Metadata table for model FV3 written to /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Metadata table for model FV3 written to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 sfc_ocean @@ -2238,27 +2238,27 @@ 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 /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Metadata table for model FV3 written to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 after returning from 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 after returning from 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 after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run INFO: Generating list of Fortran modules containing CCPP type definitions ... INFO: Generating typedefs makefile/cmakefile snippet ... -INFO: Added 10 typedefs to /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh +INFO: Added 10 typedefs to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.sh INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 215 schemes to /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk, /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Added 215 schemes to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.mk, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.sh INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics ... +INFO: Generating static API ccpp_static_api.F90 in /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics ... INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 16 auto-generated caps to /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk and /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake, /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh +INFO: Added 16 auto-generated caps to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.mk and /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.cmake, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.sh INFO: CCPP prebuild step completed successfully. -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ ./build_ccpp.sh hera.intel /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp' NO NO ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ ./build_ccpp.sh hera.intel /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp' NO NO MACHINE_ID=hera.intel is valid. Compilers set for hera.intel. Obtained ESMF_LIB=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib from /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk -Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -DNETCDF_DIR=/apps/netcdf/4.7.0/intel/18.0.5.274 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=OFF' ... +Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp -DNETCDF_DIR=/apps/netcdf/4.7.0/intel/18.0.5.274 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=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 @@ -2299,8 +2299,8 @@ Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/scratch1/NCEPDEV/nems/Jun.Wa -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -- Got CCPP TYPEDEFS from cmakefile include file: gfs_typedefs.mod;mo_cloud_optics.mod;mo_optical_props.mod;ccpp_typedefs.mod;mo_gas_concentrations.mod;machine.mod;mo_source_functions.mod;module_radlw_parameters.mod;module_radsw_parameters.mod;mo_gas_optics_rrtmgp.mod --- Got CCPP SCHEMES from cmakefile include file: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/date_def.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gwdc.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/moninshoc.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_aux.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 --- Got CCPP CAPS from cmakefile include file: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 +-- Got CCPP SCHEMES from cmakefile include file: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninshoc.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_aux.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rascnv.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 +-- Got CCPP CAPS from cmakefile include file: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -- Configuring done -- Generating done CMake Warning: @@ -2309,279 +2309,279 @@ CMake Warning: LEGACY_INTEL --- Build files have been written to: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -/contrib/cmake/3.9.0/bin/cmake -H/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -B/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks +-- Build files have been written to: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -H/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp -B/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/src /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -Dependee "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". -Dependee "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". Scanning dependencies of target ccpp -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/requires -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_types framework/src/CMakeFiles/ccpp.dir/ccpp_types.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_api framework/src/CMakeFiles/ccpp.dir/ccpp_api.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o.provides.build [ 1%] Linking Fortran static library libccpp.a -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 /usr/bin/ar qc libccpp.a CMakeFiles/ccpp.dir/ccpp_types.F90.o CMakeFiles/ccpp.dir/ccpp_api.F90.o /usr/bin/ranlib libccpp.a -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 1%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -Dependee "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". -Dependee "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". Scanning dependencies of target ccppphys -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/requires -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 1%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/machine physics/CMakeFiles/ccppphys.dir/machine.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/physcons physics/CMakeFiles/ccppphys.dir/physcons.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/funcphys physics/CMakeFiles/ccppphys.dir/funcphys.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/wv_saturation.F -o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/wv_saturation.F -o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/wv_saturation physics/CMakeFiles/ccppphys.dir/wv_saturation.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mersenne_twister physics/CMakeFiles/ccppphys.dir/mersenne_twister.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_kind physics/CMakeFiles/ccppphys.dir/mo_rte_kind.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props_kernels physics/CMakeFiles/ccppphys.dir/mo_optical_props_kernels.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_util_array physics/CMakeFiles/ccppphys.dir/mo_rte_util_array.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props physics/CMakeFiles/ccppphys.dir/mo_optical_props.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_optics physics/CMakeFiles/ccppphys.dir/mo_cloud_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_string physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_string.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_concentrations physics/CMakeFiles/ccppphys.dir/mo_gas_concentrations.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_source_functions physics/CMakeFiles/ccppphys.dir/mo_source_functions.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics physics/CMakeFiles/ccppphys.dir/mo_gas_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_kernels physics/CMakeFiles/ccppphys.dir/mo_gas_optics_kernels.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_constants physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_constants.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder_kernels physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder_kernels.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_rrtmgp physics/CMakeFiles/ccppphys.dir/mo_gas_optics_rrtmgp.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/physparam physics/CMakeFiles/ccppphys.dir/physparam.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_parameters physics/CMakeFiles/ccppphys.dir/module_radlw_parameters.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_parameters physics/CMakeFiles/ccppphys.dir/module_radsw_parameters.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/parse_tracers physics/CMakeFiles/ccppphys.dir/parse_tracers.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_typedefs physics/CMakeFiles/ccppphys.dir/gfs_typedefs.mod.stamp Intel -/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/h2o_def physics/CMakeFiles/ccppphys.dir/h2o_def.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/iccn_def physics/CMakeFiles/ccppphys.dir/iccn_def.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/micro_mg_utils.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg_utils.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/micro_mg_utils physics/CMakeFiles/ccppphys.dir/micro_mg_utils.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_nst_parameters.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_parameters.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_nst_parameters physics/CMakeFiles/ccppphys.dir/module_nst_parameters.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_water_prop.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_nst_water_prop physics/CMakeFiles/ccppphys.dir/module_nst_water_prop.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_bl_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bl_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_bl_mynn physics/CMakeFiles/ccppphys.dir/module_bl_mynn.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_common physics/CMakeFiles/ccppphys.dir/ugwp_common.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_conv_init physics/CMakeFiles/ccppphys.dir/ugwp_conv_init.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_fjet_init physics/CMakeFiles/ccppphys.dir/ugwp_fjet_init.mod.stamp Intel @@ -2590,216 +2590,216 @@ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/bui /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_oro_init physics/CMakeFiles/ccppphys.dir/ugwp_oro_init.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_wmsdis_init physics/CMakeFiles/ccppphys.dir/ugwp_wmsdis_init.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_module physics/CMakeFiles/ccppphys.dir/cires_ugwp_module.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozne_def physics/CMakeFiles/ccppphys.dir/ozne_def.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_microphysics physics/CMakeFiles/ccppphys.dir/module_microphysics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/surface_perturbation physics/CMakeFiles/ccppphys.dir/surface_perturbation.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg physics/CMakeFiles/ccppphys.dir/namelist_soilveg.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_deep.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_deep.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_deep physics/CMakeFiles/ccppphys.dir/cu_gf_deep.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg_ruc physics/CMakeFiles/ccppphys.dir/namelist_soilveg_ruc.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_broadband_kernels physics/CMakeFiles/ccppphys.dir/mo_fluxes_broadband_kernels.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes physics/CMakeFiles/ccppphys.dir/mo_fluxes.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_solver_kernels physics/CMakeFiles/ccppphys.dir/mo_rte_solver_kernels.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_lw physics/CMakeFiles/ccppphys.dir/mo_rte_lw.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_sw physics/CMakeFiles/ccppphys.dir/mo_rte_sw.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband_kernels physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband_kernels.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_sw_cloud_optics physics/CMakeFiles/ccppphys.dir/mo_rrtmg_sw_cloud_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_aux.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_aux.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_aux physics/CMakeFiles/ccppphys.dir/rrtmgp_aux.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX-I -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX-I -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_astronomy physics/CMakeFiles/ccppphys.dir/module_radiation_astronomy.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_clouds physics/CMakeFiles/ccppphys.dir/module_radiation_clouds.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_gases physics/CMakeFiles/ccppphys.dir/module_radiation_gases.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/radcons physics/CMakeFiles/ccppphys.dir/radcons.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmp_glacier physics/CMakeFiles/ccppphys.dir/module_sf_noahmp_glacier.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_globals physics/CMakeFiles/ccppphys.dir/noahmp_glacier_globals.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_routines physics/CMakeFiles/ccppphys.dir/noahmp_glacier_routines.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmplsm physics/CMakeFiles/ccppphys.dir/module_sf_noahmplsm.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/noahmp_tables.f90 -o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/noahmp_tables.f90 -o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmp_tables physics/CMakeFiles/ccppphys.dir/noahmp_tables.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_mod physics/CMakeFiles/ccppphys.dir/set_soilveg_mod.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90 -o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90 -o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_fer_hires physics/CMakeFiles/ccppphys.dir/module_mp_fer_hires.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_surface physics/CMakeFiles/ccppphys.dir/module_radiation_surface.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_heating_rates physics/CMakeFiles/ccppphys.dir/mo_heating_rates.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_avplank physics/CMakeFiles/ccppphys.dir/module_radlw_avplank.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_cldprlw physics/CMakeFiles/ccppphys.dir/module_radlw_cldprlw.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb01 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb01.mod.stamp Intel @@ -2820,165 +2820,165 @@ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/bui /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb16 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb16.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_ref physics/CMakeFiles/ccppphys.dir/module_radlw_ref.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys_mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys_mod.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_lw_cloud_optics physics/CMakeFiles/ccppphys.dir/mo_rrtmg_lw_cloud_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90 -o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90 -o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_bl_myjpbl physics/CMakeFiles/ccppphys.dir/module_bl_myjpbl.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_sampling physics/CMakeFiles/ccppphys.dir/mo_cloud_sampling.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson_make_number_concentrations physics/CMakeFiles/ccppphys.dir/module_mp_thompson_make_number_concentrations.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/aer_cloud.F -o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aer_cloud.F -o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/aer_cloud physics/CMakeFiles/ccppphys.dir/aer_cloud.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cldmacro.F -o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldmacro.F -o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cldmacro physics/CMakeFiles/ccppphys.dir/cldmacro.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cldwat2m_micro.F -o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldwat2m_micro.F -o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cldwat2m_micro physics/CMakeFiles/ccppphys.dir/cldwat2m_micro.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/micro_mg2_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg2_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/micro_mg2_0 physics/CMakeFiles/ccppphys.dir/micro_mg2_0.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/micro_mg3_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg3_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/micro_mg3_0 physics/CMakeFiles/ccppphys.dir/micro_mg3_0.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/date_def.f -o CMakeFiles/ccppphys.dir/physics/date_def.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/date_def.f -o CMakeFiles/ccppphys.dir/physics/date_def.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/date_def physics/CMakeFiles/ccppphys.dir/date_def.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_nst_model.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_model.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/nst_module physics/CMakeFiles/ccppphys.dir/nst_module.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_mynn physics/CMakeFiles/ccppphys.dir/module_sf_mynn.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90 -o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_SF_JSFC.F90 -o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_jsfc physics/CMakeFiles/ccppphys.dir/module_sf_jsfc.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_ruclsm.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_ruclsm physics/CMakeFiles/ccppphys.dir/module_sf_ruclsm.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_soil_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_soil_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_soil_pre physics/CMakeFiles/ccppphys.dir/module_soil_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_ruc_mod physics/CMakeFiles/ccppphys.dir/set_soilveg_ruc_mod.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/aerinterp physics/CMakeFiles/ccppphys.dir/aerinterp.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/h2ointerp physics/CMakeFiles/ccppphys.dir/h2ointerp.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/iccninterp physics/CMakeFiles/ccppphys.dir/iccninterp.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozinterp physics/CMakeFiles/ccppphys.dir/ozinterp.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_cldprtb physics/CMakeFiles/ccppphys.dir/module_radsw_cldprtb.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb16 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb16.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb17 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb17.mod.stamp Intel @@ -2997,130 +2997,130 @@ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/bui /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_ref physics/CMakeFiles/ccppphys.dir/module_radsw_ref.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_sflux physics/CMakeFiles/ccppphys.dir/module_radsw_sflux.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/samfcnv_aerosols physics/CMakeFiles/ccppphys.dir/samfcnv_aerosols.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw physics/CMakeFiles/ccppphys.dir/rrtmg_lw.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw physics/CMakeFiles/ccppphys.dir/rrtmg_sw.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_compute_bc physics/CMakeFiles/ccppphys.dir/mo_compute_bc.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_sh.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_sh.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_sh physics/CMakeFiles/ccppphys.dir/cu_gf_sh.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdps physics/CMakeFiles/ccppphys.dir/gwdps.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp physics/CMakeFiles/ccppphys.dir/cires_ugwp.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_post physics/CMakeFiles/ccppphys.dir/cires_ugwp_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cnvc90 physics/CMakeFiles/ccppphys.dir/cnvc90.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/dcyc2t3 physics/CMakeFiles/ccppphys.dir/dcyc2t3.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/get_phi_fv3 physics/CMakeFiles/ccppphys.dir/get_phi_fv3.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/get_prs_fv3 physics/CMakeFiles/ccppphys.dir/get_prs_fv3.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_post physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_post physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_post physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_common physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_common.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_post physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_post physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_1 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_1.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_2 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_2.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_3 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_3.mod.stamp Intel @@ -3131,1340 +3131,1340 @@ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/bui /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_reset physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_reset.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_update physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_update.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_inter physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_inter.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_post physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_pre physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_post physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part1 physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part1.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part2 physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part2.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/hedmf physics/CMakeFiles/ccppphys.dir/hedmf.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_noah physics/CMakeFiles/ccppphys.dir/lsm_noah.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/maximum_hourly_diagnostics physics/CMakeFiles/ccppphys.dir/maximum_hourly_diagnostics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozphys physics/CMakeFiles/ccppphys.dir/ozphys.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rayleigh_damp physics/CMakeFiles/ccppphys.dir/rayleigh_damp.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/samfdeepcnv physics/CMakeFiles/ccppphys.dir/samfdeepcnv.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/samfshalcnv physics/CMakeFiles/ccppphys.dir/samfshalcnv.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_cice physics/CMakeFiles/ccppphys.dir/sfc_cice.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag physics/CMakeFiles/ccppphys.dir/sfc_diag.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag_post physics/CMakeFiles/ccppphys.dir/sfc_diag_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_diff physics/CMakeFiles/ccppphys.dir/sfc_diff.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_ocean physics/CMakeFiles/ccppphys.dir/sfc_ocean.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_sice physics/CMakeFiles/ccppphys.dir/sfc_sice.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_gscond physics/CMakeFiles/ccppphys.dir/zhaocarr_gscond.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_precpd physics/CMakeFiles/ccppphys.dir/zhaocarr_precpd.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_physics_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_pre physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_post physics/CMakeFiles/ccppphys.dir/rrtmg_lw_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_pre physics/CMakeFiles/ccppphys.dir/rrtmg_lw_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_post physics/CMakeFiles/ccppphys.dir/rrtmg_sw_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_pre physics/CMakeFiles/ccppphys.dir/rrtmg_sw_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_radiation_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_stochastics physics/CMakeFiles/ccppphys.dir/gfs_stochastics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_stochastics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_phys_time_vary physics/CMakeFiles/ccppphys.dir/gfs_phys_time_vary.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rad_time_vary physics/CMakeFiles/ccppphys.dir/gfs_rad_time_vary.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_setup physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_setup.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_time_vary_pre physics/CMakeFiles/ccppphys.dir/gfs_time_vary_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_time_vary_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdif physics/CMakeFiles/ccppphys.dir/satmedmfvdif.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_typedefs physics/CMakeFiles/ccppphys.dir/ccpp_typedefs.mod.stamp Intel -/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/fv_sat_adj physics/CMakeFiles/ccppphys.dir/fv_sat_adj.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/h2ophys physics/CMakeFiles/ccppphys.dir/h2ophys.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozphys_2015 physics/CMakeFiles/ccppphys.dir/ozphys_2015.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_radiation_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o.provides.build [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o.provides.build [ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o.provides.build [ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_debug.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_debug.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_abort physics/CMakeFiles/ccppphys.dir/gfs_abort.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_checkland physics/CMakeFiles/ccppphys.dir/gfs_checkland.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_diagtoscreen physics/CMakeFiles/ccppphys.dir/gfs_diagtoscreen.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_interstitialtoscreen physics/CMakeFiles/ccppphys.dir/gfs_interstitialtoscreen.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o.provides.build [ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_lw_post physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_lw_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o.provides.build [ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_pre physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o.provides.build [ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_setup physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_setup.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o.provides.build [ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_post physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o.provides.build [ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_pre physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o.provides.build [ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_ini_fini_test physics/CMakeFiles/ccppphys.dir/gfs_suite_ini_fini_test.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o.provides.build [ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cs_conv.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv physics/CMakeFiles/ccppphys.dir/cs_conv.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_post physics/CMakeFiles/ccppphys.dir/cs_conv_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_pre physics/CMakeFiles/ccppphys.dir/cs_conv_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o.provides.build [ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_aw_adj physics/CMakeFiles/ccppphys.dir/cs_conv_aw_adj.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o.provides.build [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_driver.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver physics/CMakeFiles/ccppphys.dir/cu_gf_driver.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o.provides.build [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_post physics/CMakeFiles/ccppphys.dir/cu_gf_driver_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o.provides.build [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_pre physics/CMakeFiles/ccppphys.dir/cu_gf_driver_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o.provides.build [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke physics/CMakeFiles/ccppphys.dir/cu_ntiedtke.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o.provides.build [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_post physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o.provides.build [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_pre physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o.provides.build [ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/drag_suite.F90 -o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/drag_suite.F90 -o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/drag_suite physics/CMakeFiles/ccppphys.dir/drag_suite.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o.provides.build [ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gcm_shoc.F90 -o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcm_shoc.F90 -o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/shoc physics/CMakeFiles/ccppphys.dir/shoc.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o.provides.build [ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F -o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F -o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_phy_tracer_config physics/CMakeFiles/ccppphys.dir/gfs_phy_tracer_config.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o.provides.build [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gwdc.f -o CMakeFiles/ccppphys.dir/physics/gwdc.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdc.f -o CMakeFiles/ccppphys.dir/physics/gwdc.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdc physics/CMakeFiles/ccppphys.dir/gwdc.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdc_post physics/CMakeFiles/ccppphys.dir/gwdc_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdc_pre physics/CMakeFiles/ccppphys.dir/gwdc_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o.provides.build [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_post physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_pre physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o.provides.build [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/m_micro.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/m_micro physics/CMakeFiles/ccppphys.dir/m_micro.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o.provides.build [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/m_micro_post physics/CMakeFiles/ccppphys.dir/m_micro_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/m_micro_pre physics/CMakeFiles/ccppphys.dir/m_micro_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o.provides.build [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/myjpbl_wrapper physics/CMakeFiles/ccppphys.dir/myjpbl_wrapper.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o.provides.build [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/myjsfc_wrapper physics/CMakeFiles/ccppphys.dir/myjsfc_wrapper.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o.provides.build [ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnedmf_wrapper physics/CMakeFiles/ccppphys.dir/mynnedmf_wrapper.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o.provides.build [ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnsfc_wrapper physics/CMakeFiles/ccppphys.dir/mynnsfc_wrapper.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o.provides.build [ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_post.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_post physics/CMakeFiles/ccppphys.dir/mynnrad_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o.provides.build [ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_pre physics/CMakeFiles/ccppphys.dir/mynnrad_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o.provides.build [ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf_hafs.f -o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf_hafs.f -o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/hedmf_hafs physics/CMakeFiles/ccppphys.dir/hedmf_hafs.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o.provides.build [ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/moninshoc.f -o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninshoc.f -o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/moninshoc physics/CMakeFiles/ccppphys.dir/moninshoc.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o.provides.build [ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_fer_hires.F90 -o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_fer_hires.F90 -o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_fer_hires physics/CMakeFiles/ccppphys.dir/mp_fer_hires.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o.provides.build [ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson physics/CMakeFiles/ccppphys.dir/mp_thompson.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o.provides.build [ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_thompson_post.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_post.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_post physics/CMakeFiles/ccppphys.dir/mp_thompson_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o.provides.build [ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_pre.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_pre physics/CMakeFiles/ccppphys.dir/mp_thompson_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o.provides.build [ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_multi_gases_mod physics/CMakeFiles/ccppphys.dir/ccpp_multi_gases_mod.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o.provides.build [ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rascnv.F90 -o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rascnv.F90 -o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rascnv physics/CMakeFiles/ccppphys.dir/rascnv.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o.provides.build [ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_aerosol_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_aerosol_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o.provides.build [ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o.provides.build [ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_sampling physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_sampling.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o.provides.build [ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_gas_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_gas_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o.provides.build [ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_pre physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o.provides.build [ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_rte physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_rte.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o.provides.build [ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_aerosol_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_aerosol_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o.provides.build [ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o.provides.build [ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_sampling physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_sampling.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o.provides.build [ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_gas_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_gas_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o.provides.build [ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_rte physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_rte.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o.provides.build [ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_bygpoint physics/CMakeFiles/ccppphys.dir/mo_fluxes_bygpoint.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o.provides.build [ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_clr_all_sky physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_clr_all_sky.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o.provides.build [ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sascnvn.F -o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sascnvn.F -o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sascnvn physics/CMakeFiles/ccppphys.dir/sascnvn.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdifq.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdifq.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdifq physics/CMakeFiles/ccppphys.dir/satmedmfvdifq.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc physics/CMakeFiles/ccppphys.dir/lsm_ruc.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_noahmp_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmpdrv physics/CMakeFiles/ccppphys.dir/noahmpdrv.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_nst.f -o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_nst.f -o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst physics/CMakeFiles/ccppphys.dir/sfc_nst.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_post physics/CMakeFiles/ccppphys.dir/sfc_nst_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_pre physics/CMakeFiles/ccppphys.dir/sfc_nst_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o.provides.build [ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfccyc_module physics/CMakeFiles/ccppphys.dir/sfccyc_module.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/shalcnv.F -o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shalcnv.F -o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/shalcnv physics/CMakeFiles/ccppphys.dir/shalcnv.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/shinhongvdif.F90 -o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shinhongvdif.F90 -o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/shinhongvdif physics/CMakeFiles/ccppphys.dir/shinhongvdif.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sso_coorde physics/CMakeFiles/ccppphys.dir/sso_coorde.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ysuvdif.F90 -o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ysuvdif.F90 -o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ysuvdif physics/CMakeFiles/ccppphys.dir/ysuvdif.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o.provides.build [ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o [ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o [ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f -o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f -o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o [ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o [ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o [ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o [ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o [ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o [ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o [ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o [ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o [ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o [ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbltq.f -o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbltq.f -o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o [ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o [ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfscuq.f -o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscuq.f -o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o [100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/num_parthds.F -o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/num_parthds.F -o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o [100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o [100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o [100%] Linking Fortran static library libccppphys.a -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 -/usr/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o CMakeFiles/ccppphys.dir/physics/date_def.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/gwdc.f.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 +/usr/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o CMakeFiles/ccppphys.dir/physics/date_def.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/gwdc.f.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /usr/bin/ranlib libccppphys.a -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -/contrib/cmake/3.9.0/bin/cmake -H/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -B/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles 0 +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -H/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp -B/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/src /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/requires -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[3]: Nothing to be done for `framework/src/CMakeFiles/ccpp.dir/build'. -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 1%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/requires -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make[4]: `physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make[4]: `physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[3]: Nothing to be done for `physics/CMakeFiles/ccppphys.dir/build'. -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[2]: Nothing to be done for `preinstall'. -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' Install the project... /contrib/cmake/3.9.0/bin/cmake -P cmake_install.cmake -- Install configuration: "Release" --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib/libccpp.a --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config.cmake --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config-release.cmake --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_types.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_api.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib/libccppphys.a --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config.cmake --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/gfs_typedefs.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/mo_cloud_optics.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/mo_optical_props.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_typedefs.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/mo_gas_concentrations.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/machine.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/mo_source_functions.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/module_radlw_parameters.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/module_radsw_parameters.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -+ test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -+ test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs ; \ -exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" all +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/libccpp.a +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccpp-config.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccpp-config-release.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_types.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_api.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/libccppphys.a +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccppphys-config.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/gfs_typedefs.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_cloud_optics.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_optical_props.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_typedefs.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_gas_concentrations.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/machine.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_source_functions.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/module_radlw_parameters.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/module_radsw_parameters.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' ++ test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include ++ test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs ; \ +exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" all Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -4476,213 +4476,213 @@ Currently Loaded Modules: -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' Building dependencies ... -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs' -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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. 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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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. 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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -c ../mosaic/interp.c -o ../mosaic/interp.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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/interp.c -o ../mosaic/interp.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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mpp/threadloc.c -o ../mpp/threadloc.o ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o ar: creating libfms.a a - ../oda_tools/xbt_drop_rate_adjust.o @@ -4770,18 +4770,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL" -mv fms.mk "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL on hera -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3"/conf/configure.fv3 -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3"/conf/modules.fv3 -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" nemsinstall +mkdir -p "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" +mv fms.mk "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL +Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL on hera +cp -fp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems \ + "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3"/conf/configure.fv3 +cp -fp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems \ + "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3"/conf/modules.fv3 +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 COMP_BINDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" nemsinstall Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -4793,54 +4793,54 @@ Currently Loaded Modules: -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' Building dependencies ... -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' -make -C cpl FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +make -C cpl FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl' -make -C gfsphysics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' +make -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' makefile:269: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/mersenne_twister.o physics/namelist_soilveg.o physics/physparam.o physics/set_soilveg.o physics/noahmp_tables.o physics/GFDL_parse_tracers.o physics/physcons.o CCPP_layer/CCPP_data.o ../ccpp/physics/ccpp_static_api.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_restart.o ar: creating libgfsphys.a a - physics/mersenne_twister.o @@ -4856,67 +4856,67 @@ a - GFS_layer/GFS_abstraction_layer.o a - GFS_layer/GFS_diagnostics.o a - GFS_layer/GFS_driver.o a - GFS_layer/GFS_restart.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' -make -C ccpp/driver FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +make -C ccpp/driver FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' 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 -DCCPP CCPP_driver.F90 > CCPP_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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o ar rv libccppdriver.a CCPP_driver.o ar: creating libccppdriver.a a - CCPP_driver.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' -make -C ipd FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' +make -C ipd FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' -make -C io FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +make -C io FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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.6_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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.6_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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_netcdf_parallel.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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.6_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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.6_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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_netcdf_parallel.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -4929,65 +4929,65 @@ a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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. @@ -5033,50 +5033,50 @@ 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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' makefile:87: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.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 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 cellular_automata_global.o cellular_automata_sgs.o update_ca.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -5110,14 +5110,14 @@ a - initialize_spectral_mod.o a - cellular_automata_global.o a - cellular_automata_sgs.o a - update_ca.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' -make libfv3cap.a FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' +make libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 @@ -5125,24 +5125,24 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' -make esmf_make_fragment FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +make esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' -Installation into "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL" complete! +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +Installation into "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL" complete! -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -rm -fr /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/exec -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6" COMP_BINDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL" FMS_BINDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="hera" ; \ +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL +rm -fr /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" FMS_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="hera" ; \ set -e ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6 ; \ -./compile.sh --platform hera --fms-dir "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL" +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ +./compile.sh --platform hera --fms-dir "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -5154,9 +5154,9 @@ Currently Loaded Modules: -Will use FMS from: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL +Will use FMS from: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL ++ pwd -+ BASEDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6 ++ BASEDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 + MACHINE_ID=hera + COMPILE_OPTION=hera-intel.mk + DEBUG= @@ -5171,7 +5171,7 @@ MOM6 compile.sh ... DEBUG=, REPRO=1 + [[ 1 == 1 ]] + echo 'compile MOM6 library ...' compile MOM6 library ... -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6 ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 + mkdir -p build/intel/MOM6_LIB/repro + cd build/intel/MOM6_LIB/repro + [[ -f path_names ]] @@ -5181,246 +5181,246 @@ generating file_paths ... A list of the files you checked out is in the file path_names. + echo 'generating makefile ...' generating makefile ... -+ ../../../../src/mkmf/bin/mkmf -t ../../../../src/mkmf/templates/hera-intel.mk -p lib_ocean.a -o -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL path_names ++ ../../../../src/mkmf/bin/mkmf -t ../../../../src/mkmf/templates/hera-intel.mk -p lib_ocean.a -o -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL path_names ........................................................................................................................................................................................................................................... Makefile is ready. + echo 'compiling MOM6 library...' compiling MOM6 library... + make NETCDF=4 REPRO=1 DEBUG= lib_ocean.a -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/build/intel/MOM6_LIB/repro' -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_error_handler.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_cpu_clock.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_time_manager.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_string_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/polynomial_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PLM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_math.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_safe_alloc.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_vkernels.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PCM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_zlike.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_sigma.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_manager_wrapper.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_intrinsic_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_constants.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_coms.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_document.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_solvers.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_consts.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_TFreeze.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_values.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_slopes.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_file_parser.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PPM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PQM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P1M_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P3M_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_background.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_remapping.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_interp.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_domains.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_unit_scaling.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_params.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_verticalGrid.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_hor_index.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_linear.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_grid.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_checksums.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_dyn_horgrid.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_io.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_spatial_means.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/baroclinic_zone_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_transcribe_grid.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/user_shelf_init.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_debugging.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_get_input.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_restart.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_Z_init.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_grid_initialize.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_shared_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_write_cputime.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_hycom.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_variables.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_rho.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_slight.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/initialization/midas_vertmap.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/coord_adapt.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_horizontal_regridding.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_interface_heights.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_checksum_packages.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_isopycnal_slopes.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/adjustment_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Rossby_front_2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/soliton_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_regridding.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_remap.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_diag_mediator.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_opacity.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_registry.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_sponge.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_structure.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_change_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_speed.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_Montgomery.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_PointAccel.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_open_boundary.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/lock_exchange_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/external_gwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_forcing_type.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/RGC_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/ISOMIP_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/benchmark_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Neverland_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/sloshing_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/seamount_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Phillips_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dense_water_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/circle_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_diabatic.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_wave_interface.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/SCM_CVMix_tests.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_aux.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_marine_ice.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_controlled_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Idealized_Hurricane.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/tracer_example.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/DOME_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ISOMIP_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/RGC_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ideal_age_example.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dye_example.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/oil_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/advection_test_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dyed_obc_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_ALE.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/pseudo_salt_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/boundary_impulse_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_barotropic.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/tidal_bay_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Kelvin_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/shelfwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_channel_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity_PPM.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_CoriolisAdv.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/supercritical_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_advect.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_coord_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_boundary_update.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_fixed_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_blocked_AFV.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_state_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_generic_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_flow_control.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_sum_output.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_revise_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_split_RK2.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_main.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_neutral_diffusion.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_hor_diff.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_unit_tests.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 -ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_checksums.o MOM_cpu_clock.o gsw_mod_gibbs_ice_coefficients.o cvmix_math.o dumbbell_surface_forcing.o user_initialization.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o ocean_da_types.o baroclinic_zone_initialization.o MOM_ice_shelf_dynamics.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_open_boundary.o MOM_set_viscosity.o MOM_tracer_hor_diff.o cvmix_shear.o MOM_full_convection.o MOM_regularize_layers.o MOM_string_functions.o mom_ocean_model_nuopc.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o gsw_chem_potential_water_t_exact.o PLM_functions.o MOM_EOS.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_state_initialization.o coord_rho.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_safe_alloc.o MOM_restart.o MOM_coord_initialization.o MOM_intrinsic_functions.o MOM_continuity.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o MOM_OCMIP2_CFC.o gsw_ct_freezing_exact.o MOM_time_manager.o MOM_diag_manager_wrapper.o MOM_obsolete_params.o regrid_interp.o MOM_checksum_packages.o dumbbell_initialization.o MOM_EOS_NEMO.o MOM_CVMix_conv.o MOM_dyn_horgrid.o gsw_mod_freezing_poly_coefficients.o gsw_pt0_from_t.o MOM_wave_structure.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o MOM_unit_scaling.o tidal_bay_initialization.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o user_change_diffusivity.o supercritical_initialization.o MOM_tracer_registry.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o coord_zlike.o gsw_gibbs_ice.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_MEKE_types.o MOM_error_handler.o MOM_CVMix_ddiff.o MOM_PointAccel.o gsw_gibbs_pt0_pt0.o gsw_pt_from_ct.o dyed_channel_initialization.o midas_vertmap.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_thickness_diffuse.o gsw_rho_second_derivatives.o MOM_file_parser.o MOM_wave_speed.o ISOMIP_initialization.o MOM_unit_tests.o polynomial_functions.o ideal_age_example.o MOM_offline_main.o user_shelf_init.o DOME_initialization.o MOM_set_diffusivity.o gsw_rho_first_derivatives.o gsw_specvol_first_derivatives.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o MOM_neutral_diffusion.o BFB_surface_forcing.o coord_sigma.o write_ocean_obs.o advection_test_tracer.o dyed_obcs_initialization.o pseudo_salt_tracer.o MOM_EOS_UNESCO.o seamount_initialization.o MOM_dynamics_unsplit.o MOM_PressureForce.o MOM_verticalGrid.o MOM_diagnostics.o gsw_mod_specvol_coefficients.o gsw_mod_toolbox.o MOM_regridding.o MOM_boundary_update.o MOM_barotropic.o coord_adapt.o MOM_forcing_type.o soliton_initialization.o MOM_tracer_Z_init.o Kelvin_initialization.o MOM_controlled_forcing.o MOM_bulk_mixed_layer.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o gsw_sr_from_sp.o MOM_shared_initialization.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_lateral_boundary_diffusion.o MOM_generic_tracer.o MOM_bkgnd_mixing.o MOM_kappa_shear.o circle_obcs_initialization.o MOM_ALE_sponge.o gsw_entropy_part.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o regrid_edge_slopes.o MOM_ice_shelf_state.o P1M_functions.o gsw_mod_teos10_constants.o MOM_ALE.o MOM_PressureForce_analytic_FV.o boundary_impulse_tracer.o MOM_lateral_mixing_coeffs.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o Idealized_Hurricane.o MOM_diag_remap.o gsw_mod_kinds.o MOM_domains.o MOM_write_cputime.o Neverland_initialization.o MOM_sponge.o MOM_tidal_mixing.o oil_tracer.o MOM_continuity_PPM.o MOM.o gsw_pt_from_t.o dense_water_initialization.o MOM_entrain_diffusive.o MOM_EOS_linear.o Phillips_initialization.o MOM_internal_tide_input.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o MOM_marine_ice.o MOM_debugging.o kdtree.o gsw_rho.o MOM_document.o dyed_obc_tracer.o MOM_variables.o MOM_PressureForce_blocked_AFV.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o adjustment_initialization.o MOM_constants.o MOM_tracer_flow_control.o MOM_coms.o shelfwave_initialization.o cvmix_background.o MOM_diabatic_driver.o gsw_ct_from_pt.o MOM_horizontal_regridding.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_remapping.o MOM_spatial_means.o benchmark_initialization.o lock_exchange_initialization.o dye_example.o MOM_io.o RGC_tracer.o MOM_ice_shelf.o mom_surface_forcing_nuopc.o cvmix_tidal.o cvmix_ddiff.o gsw_specvol_second_derivatives.o MOM_obsolete_diagnostics.o gsw_ct_freezing_poly.o MOM_sum_output.o MOM_PressureForce_Montgomery.o MOM_isopycnal_slopes.o gsw_t_deriv_chem_potential_water_t_exact.o +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/build/intel/MOM6_LIB/repro' +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_error_handler.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_cpu_clock.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_time_manager.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_string_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/polynomial_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PLM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_safe_alloc.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_vkernels.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PCM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_zlike.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_sigma.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_manager_wrapper.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_intrinsic_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_constants.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_coms.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_document.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_solvers.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_math.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_consts.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_file_parser.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_TFreeze.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_values.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PPM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PQM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P1M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P3M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_background.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_domains.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_unit_scaling.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_interp.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_remapping.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_params.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_verticalGrid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_hor_index.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_linear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_checksums.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_dyn_horgrid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_io.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_spatial_means.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/baroclinic_zone_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_transcribe_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/user_shelf_init.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_debugging.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_get_input.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_restart.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_Z_init.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_grid_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_shared_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_write_cputime.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_hycom.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_variables.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_rho.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_slight.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/initialization/midas_vertmap.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/coord_adapt.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_horizontal_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_interface_heights.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_checksum_packages.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_isopycnal_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/adjustment_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Rossby_front_2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/soliton_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_remap.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_diag_mediator.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_opacity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_registry.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_structure.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_change_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_speed.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_Montgomery.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_PointAccel.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_open_boundary.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/lock_exchange_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/external_gwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_forcing_type.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/benchmark_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Neverland_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/sloshing_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/seamount_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Phillips_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/circle_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/RGC_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/ISOMIP_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dense_water_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_diabatic.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_wave_interface.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/SCM_CVMix_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_marine_ice.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_controlled_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Idealized_Hurricane.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/tracer_example.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/DOME_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ISOMIP_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/RGC_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ideal_age_example.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dye_example.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/oil_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/advection_test_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dyed_obc_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_ALE.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/pseudo_salt_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/boundary_impulse_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_barotropic.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/tidal_bay_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Kelvin_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/shelfwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_channel_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity_PPM.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_CoriolisAdv.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/supercritical_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_advect.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_coord_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_boundary_update.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_fixed_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_blocked_AFV.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_state_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_generic_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_flow_control.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_sum_output.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_revise_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_split_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_main.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_neutral_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_hor_diff.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_unit_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 +ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_checksums.o MOM_cpu_clock.o gsw_mod_gibbs_ice_coefficients.o cvmix_math.o dumbbell_surface_forcing.o user_initialization.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o ocean_da_types.o baroclinic_zone_initialization.o MOM_ice_shelf_dynamics.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_open_boundary.o MOM_set_viscosity.o MOM_tracer_hor_diff.o cvmix_shear.o MOM_full_convection.o MOM_regularize_layers.o MOM_string_functions.o mom_ocean_model_nuopc.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o gsw_chem_potential_water_t_exact.o PLM_functions.o MOM_EOS.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_state_initialization.o coord_rho.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_safe_alloc.o MOM_restart.o MOM_coord_initialization.o MOM_intrinsic_functions.o MOM_continuity.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o MOM_OCMIP2_CFC.o gsw_ct_freezing_exact.o MOM_time_manager.o MOM_diag_manager_wrapper.o MOM_obsolete_params.o regrid_interp.o MOM_checksum_packages.o dumbbell_initialization.o MOM_EOS_NEMO.o MOM_CVMix_conv.o MOM_dyn_horgrid.o gsw_mod_freezing_poly_coefficients.o gsw_pt0_from_t.o MOM_wave_structure.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o MOM_unit_scaling.o tidal_bay_initialization.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o user_change_diffusivity.o supercritical_initialization.o MOM_tracer_registry.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o coord_zlike.o gsw_gibbs_ice.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_MEKE_types.o MOM_error_handler.o MOM_CVMix_ddiff.o MOM_PointAccel.o gsw_pt_from_ct.o gsw_gibbs_pt0_pt0.o dyed_channel_initialization.o midas_vertmap.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o regrid_consts.o gsw_t_freezing_exact.o MOM_diag_mediator.o MOM_thickness_diffuse.o gsw_rho_second_derivatives.o MOM_file_parser.o MOM_wave_speed.o ISOMIP_initialization.o MOM_unit_tests.o polynomial_functions.o ideal_age_example.o MOM_offline_main.o user_shelf_init.o DOME_initialization.o MOM_set_diffusivity.o gsw_rho_first_derivatives.o gsw_specvol_first_derivatives.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o MOM_neutral_diffusion.o BFB_surface_forcing.o coord_sigma.o write_ocean_obs.o advection_test_tracer.o dyed_obcs_initialization.o pseudo_salt_tracer.o MOM_EOS_UNESCO.o seamount_initialization.o MOM_dynamics_unsplit.o MOM_PressureForce.o MOM_verticalGrid.o MOM_diagnostics.o gsw_mod_toolbox.o gsw_mod_specvol_coefficients.o MOM_regridding.o MOM_boundary_update.o MOM_barotropic.o coord_adapt.o MOM_forcing_type.o soliton_initialization.o MOM_tracer_Z_init.o Kelvin_initialization.o MOM_controlled_forcing.o MOM_bulk_mixed_layer.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o gsw_sr_from_sp.o MOM_shared_initialization.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_generic_tracer.o MOM_lateral_boundary_diffusion.o MOM_bkgnd_mixing.o MOM_kappa_shear.o circle_obcs_initialization.o MOM_ALE_sponge.o gsw_entropy_part.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o regrid_edge_slopes.o MOM_ice_shelf_state.o P1M_functions.o gsw_mod_teos10_constants.o MOM_ALE.o MOM_PressureForce_analytic_FV.o boundary_impulse_tracer.o MOM_lateral_mixing_coeffs.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o Idealized_Hurricane.o MOM_diag_remap.o gsw_mod_kinds.o MOM_write_cputime.o MOM_domains.o Neverland_initialization.o MOM_sponge.o MOM_tidal_mixing.o oil_tracer.o MOM_continuity_PPM.o gsw_pt_from_t.o MOM.o dense_water_initialization.o MOM_entrain_diffusive.o MOM_EOS_linear.o Phillips_initialization.o MOM_internal_tide_input.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o MOM_marine_ice.o MOM_debugging.o kdtree.o gsw_rho.o MOM_document.o dyed_obc_tracer.o MOM_variables.o MOM_PressureForce_blocked_AFV.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o adjustment_initialization.o MOM_constants.o MOM_tracer_flow_control.o MOM_coms.o shelfwave_initialization.o cvmix_background.o MOM_diabatic_driver.o gsw_ct_from_pt.o MOM_horizontal_regridding.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_remapping.o MOM_spatial_means.o lock_exchange_initialization.o benchmark_initialization.o dye_example.o MOM_io.o RGC_tracer.o MOM_ice_shelf.o mom_surface_forcing_nuopc.o cvmix_tidal.o cvmix_ddiff.o gsw_specvol_second_derivatives.o MOM_obsolete_diagnostics.o gsw_ct_freezing_poly.o MOM_sum_output.o MOM_PressureForce_Montgomery.o MOM_isopycnal_slopes.o gsw_t_deriv_chem_potential_water_t_exact.o ar: creating lib_ocean.a a - cvmix_utils.o a - coord_hycom.o @@ -5514,15 +5514,15 @@ a - MOM_MEKE_types.o a - MOM_error_handler.o a - MOM_CVMix_ddiff.o a - MOM_PointAccel.o -a - gsw_gibbs_pt0_pt0.o a - gsw_pt_from_ct.o +a - gsw_gibbs_pt0_pt0.o a - dyed_channel_initialization.o a - midas_vertmap.o a - MOM_fixed_initialization.o a - gsw_t_freezing_poly.o a - MOM_tracer_advect.o -a - gsw_t_freezing_exact.o a - regrid_consts.o +a - gsw_t_freezing_exact.o a - MOM_diag_mediator.o a - MOM_thickness_diffuse.o a - gsw_rho_second_derivatives.o @@ -5555,8 +5555,8 @@ a - MOM_dynamics_unsplit.o a - MOM_PressureForce.o a - MOM_verticalGrid.o a - MOM_diagnostics.o -a - gsw_mod_specvol_coefficients.o a - gsw_mod_toolbox.o +a - gsw_mod_specvol_coefficients.o a - MOM_regridding.o a - MOM_boundary_update.o a - MOM_barotropic.o @@ -5575,8 +5575,8 @@ a - MOM_shared_initialization.o a - DOME2d_initialization.o a - MOM_tracer_diabatic.o a - MOM_vert_friction.o -a - MOM_lateral_boundary_diffusion.o a - MOM_generic_tracer.o +a - MOM_lateral_boundary_diffusion.o a - MOM_bkgnd_mixing.o a - MOM_kappa_shear.o a - circle_obcs_initialization.o @@ -5598,15 +5598,15 @@ a - cvmix_convection.o a - Idealized_Hurricane.o a - MOM_diag_remap.o a - gsw_mod_kinds.o -a - MOM_domains.o a - MOM_write_cputime.o +a - MOM_domains.o a - Neverland_initialization.o a - MOM_sponge.o a - MOM_tidal_mixing.o a - oil_tracer.o a - MOM_continuity_PPM.o -a - MOM.o a - gsw_pt_from_t.o +a - MOM.o a - dense_water_initialization.o a - MOM_entrain_diffusive.o a - MOM_EOS_linear.o @@ -5639,8 +5639,8 @@ a - MOM_dynamics_split_RK2.o a - sloshing_initialization.o a - MOM_remapping.o a - MOM_spatial_means.o -a - benchmark_initialization.o a - lock_exchange_initialization.o +a - benchmark_initialization.o a - dye_example.o a - MOM_io.o a - RGC_tracer.o @@ -5655,25 +5655,25 @@ a - MOM_sum_output.o a - MOM_PressureForce_Montgomery.o a - MOM_isopycnal_slopes.o a - gsw_t_deriv_chem_potential_water_t_exact.o -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/build/intel/MOM6_LIB/repro' +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/build/intel/MOM6_LIB/repro' + echo 'compiling MOM6 library successful' compiling MOM6 library successful + echo 'compiling MOM6 library done' compiling MOM6 library done -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6 ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 + mkdir -p exec/hera/ -+ ln -s /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/build/intel/MOM6_LIB/repro exec/hera/lib_ocean ++ ln -s /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/build/intel/MOM6_LIB/repro exec/hera/lib_ocean + [[ 0 == 1 ]] + echo ================================================== ================================================== + [[ 0 == 1 ]] + echo 'Next recommended step is to rejoice out of happiness from a successful compile.' Next recommended step is to rejoice out of happiness from a successful compile. -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6 ; \ - exec make -f makefile.nuopc COMP_SRCDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6" COMP_BINDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL" FMS_BINDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="hera" \ - "FMSDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL" \ - "NEMSMOMDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/exec/hera" \ - "INSTALLDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL" install +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ + exec make -f makefile.nuopc COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" FMS_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="hera" \ + "FMSDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" \ + "NEMSMOMDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera" \ + "INSTALLDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" install Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -5685,11 +5685,11 @@ Currently Loaded Modules: -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6' -mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/time_utils.F90 -mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap_methods.F90 -mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap_time.F90 -mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap.F90 +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6' +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/time_utils.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap_methods.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap_time.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap.F90 ar rv libmom.a mom_cap.o time_utils.o mom_cap_methods.o mom_cap_time.o ar: creating libmom.a a - mom_cap.o @@ -5697,17 +5697,17 @@ a - time_utils.o a - mom_cap_methods.o a - mom_cap_time.o rm -f mom6.mk.install -mkdir -p /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -cp -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/exec/hera/lib_ocean/lib_ocean.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -cp -f libmom.a mom_cap_mod.mod /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -cp -f mom6.mk.install /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6' -test -d "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL" -test -s "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk" -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +mkdir -p /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean/lib_ocean.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +cp -f libmom.a mom_cap_mod.mod /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +cp -f mom6.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6' +test -d "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" +test -s "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk" +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL SITE="NEMS.hera" SYSTEM_USERDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE" SRCDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE" EXEDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE ; \ +export COMP_SRCDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE COMP_BINDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL SITE="NEMS.hera" SYSTEM_USERDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" EXEDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE ; \ ./comp_ice.backend Currently Loaded Modules: @@ -5724,7 +5724,7 @@ NEMS_GRID = T126_mx025 tcx comp_ice.backend res grid mx025 1440x1080 ARCH is Linux.NEMS.hera CICE comp_ice.backend ... DEBUG=N -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice/compile' +gmake[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' Building dependency for shr_orb_mod.d Building dependency for ice_zbgc_shared.d Building dependency for ice_zbgc.d @@ -5793,687 +5793,687 @@ Building dependency for CICE_RunMod.d Building dependency for CICE_InitMod.d Building dependency for CICE_FinalMod.d Building dependency for CICE.d -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice/compile' -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice/compile' -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_kinds_mod.F90 > ice_kinds_mod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_kinds_mod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice/ice_constants.F90 > ice_constants.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_constants.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_fileunits.F90 > ice_fileunits.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_fileunits.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_restart_shared.F90 > ice_restart_shared.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi/ice_communicate.F90 > ice_communicate.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_communicate.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi/ice_exit.F90 > ice_exit.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_exit.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_domain_size.F90 > ice_domain_size.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_domain_size.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_blocks.F90 > ice_blocks.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_blocks.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_spacecurve.F90 > ice_spacecurve.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_spacecurve.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_distribution.F90 > ice_distribution.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_distribution.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi/ice_global_reductions.F90 > ice_global_reductions.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_global_reductions.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi/ice_boundary.F90 > ice_boundary.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_boundary.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi/ice_broadcast.F90 > ice_broadcast.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_broadcast.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_domain.F90 > ice_domain.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_domain.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_state.F90 > ice_state.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_state.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_atmo.F90 > ice_atmo.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_atmo.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_atmo.F90(330): remark #5140: Unrecognized directive +gmake[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' +gmake[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_kinds_mod.F90 > ice_kinds_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_kinds_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/ice_constants.F90 > ice_constants.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_constants.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_fileunits.F90 > ice_fileunits.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_fileunits.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restart_shared.F90 > ice_restart_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_communicate.F90 > ice_communicate.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_communicate.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_exit.F90 > ice_exit.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_exit.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_domain_size.F90 > ice_domain_size.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_domain_size.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_blocks.F90 > ice_blocks.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_blocks.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_spacecurve.F90 > ice_spacecurve.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_spacecurve.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_distribution.F90 > ice_distribution.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_distribution.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_global_reductions.F90 > ice_global_reductions.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_global_reductions.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_boundary.F90 > ice_boundary.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_boundary.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_broadcast.F90 > ice_broadcast.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_broadcast.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_domain.F90 > ice_domain.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_domain.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_state.F90 > ice_state.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_state.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90 > ice_atmo.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_atmo.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(330): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_atmo.F90(353): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(353): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_atmo.F90(476): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(476): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_atmo.F90(506): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(506): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_atmo.F90(694): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(694): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_shared.F90 > ice_therm_shared.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_zbgc_shared.F90 > ice_zbgc_shared.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_zbgc_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_flux.F90 > ice_flux.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_flux.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_flux.F90(769): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_shared.F90 > ice_therm_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc_shared.F90 > ice_zbgc_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_zbgc_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90 > ice_flux.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_flux.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90(769): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_flux.F90(903): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90(903): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_flux.F90(965): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90(965): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_calendar.F90 > ice_calendar.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_calendar.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi/ice_gather_scatter.F90 > ice_gather_scatter.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_gather_scatter.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_read_write.F90 > ice_read_write.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_read_write.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi/ice_timers.F90 > ice_timers.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_timers.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_grid.F90 > ice_grid.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_grid.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_diagnostics.F90 > ice_diagnostics.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_diagnostics.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_diagnostics.F90(1079): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_calendar.F90 > ice_calendar.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_calendar.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_gather_scatter.F90 > ice_gather_scatter.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_gather_scatter.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_read_write.F90 > ice_read_write.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_read_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_timers.F90 > ice_timers.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_timers.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_grid.F90 > ice_grid.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_grid.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90 > ice_diagnostics.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_diagnostics.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90(1079): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_diagnostics.F90(1092): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90(1092): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_diagnostics.F90(1165): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90(1165): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_ocean.F90 > ice_ocean.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_ocean.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_ocean.F90(172): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_ocean.F90 > ice_ocean.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_ocean.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_ocean.F90(172): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_forcing.F90 > ice_forcing.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_forcing.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share/shr_orb_mod.F90 > shr_orb_mod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include shr_orb_mod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_orbital.F90 > ice_orbital.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_orbital.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_orbital.F90(109): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_forcing.F90 > ice_forcing.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_forcing.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share/shr_orb_mod.F90 > shr_orb_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include shr_orb_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_orbital.F90 > ice_orbital.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_orbital.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_orbital.F90(109): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_dyn_shared.F90 > ice_dyn_shared.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf/ice_restart.F90 > ice_restart.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_meltpond_lvl.F90 > ice_meltpond_lvl.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_lvl.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_meltpond_cesm.F90 > ice_meltpond_cesm.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_cesm.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_meltpond_topo.F90 > ice_meltpond_topo.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_topo.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90 > ice_shortwave.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_shortwave.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(647): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_shared.F90 > ice_dyn_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf/ice_restart.F90 > ice_restart.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_meltpond_lvl.F90 > ice_meltpond_lvl.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_meltpond_cesm.F90 > ice_meltpond_cesm.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_cesm.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_meltpond_topo.F90 > ice_meltpond_topo.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_topo.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90 > ice_shortwave.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_shortwave.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(647): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(800): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(800): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1016): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1016): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1042): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1042): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1065): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1065): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1655): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1655): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1679): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1679): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1720): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1720): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1736): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1736): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1774): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1774): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1790): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1790): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1830): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1830): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(3108): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3108): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(3129): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3129): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(3140): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3140): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(3163): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3163): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(3770): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3770): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(3865): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3865): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(3422): warning #7532: The number of arguments is incompatible with intrinsic procedure, assume 'external'. [GAMMA] +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3422): warning #7532: The number of arguments is incompatible with intrinsic procedure, assume 'external'. [GAMMA] gamma(w,uu,gg,e) = p5*w*((c1 + c3*gg*(c1-w)*uu*uu) & ------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_aerosol.F90 > ice_aerosol.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_aerosol.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90 > ice_algae.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_algae.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90(284): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_aerosol.F90 > ice_aerosol.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_aerosol.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90 > ice_algae.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_algae.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(284): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90(300): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(300): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90(344): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(344): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90(366): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(366): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90(403): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(403): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90(442): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(442): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90(692): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(692): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90 > ice_itd.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_itd.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(333): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90 > ice_itd.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_itd.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(333): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(346): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(346): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(357): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(357): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(369): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(369): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(381): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(381): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(394): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(394): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(407): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(407): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(420): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(420): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(1139): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1139): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(1170): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1170): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(1903): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1903): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(1916): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1916): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(1935): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1935): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(1954): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1954): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2048): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2048): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2062): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2062): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2084): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2084): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2104): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2104): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2123): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2123): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2152): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2152): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2220): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2220): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2239): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2239): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2255): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2255): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(1784): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [FLUX_BIO] +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1784): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [FLUX_BIO] flux_bio, l_stop, & ----------------------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90 > ice_mechred.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_mechred.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(800): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90 > ice_mechred.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_mechred.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(800): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1037): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1037): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1051): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1051): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1071): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1071): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1123): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1123): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1247): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1247): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1260): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1260): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1272): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1272): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1519): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1519): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1549): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1549): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1572): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1572): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1638): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1638): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1733): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1733): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1751): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1751): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1763): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1763): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1775): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1775): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1787): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1787): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1800): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1800): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1813): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1813): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1828): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1828): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1939): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1939): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1967): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1967): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1980): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1980): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1992): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1992): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(2003): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2003): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(2201): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2201): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(2221): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2221): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(2241): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2241): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_dyn_eap.F90 > ice_dyn_eap.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_eap.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_dyn_eap.F90(1179): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_eap.F90 > ice_dyn_eap.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_eap.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_eap.F90(1179): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_history_shared.F90 > ice_history_shared.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_history_mechred.F90 > ice_history_mechred.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_mechred.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_history_pond.F90 > ice_history_pond.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_pond.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_history_bgc.F90 > ice_history_bgc.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_bgc.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_history_drag.F90 > ice_history_drag.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_drag.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf/ice_history_write.F90 > ice_history_write.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_write.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_mushy.F90 > ice_therm_mushy.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_mushy.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_history.F90 > ice_history.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_age.F90 > ice_age.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_age.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_firstyear.F90 > ice_firstyear.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_firstyear.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_lvl.F90 > ice_lvl.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_lvl.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90 > ice_transport_remap.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_transport_remap.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(1235): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_shared.F90 > ice_history_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_mechred.F90 > ice_history_mechred.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_mechred.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_pond.F90 > ice_history_pond.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_pond.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_bgc.F90 > ice_history_bgc.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_bgc.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_drag.F90 > ice_history_drag.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_drag.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf/ice_history_write.F90 > ice_history_write.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_mushy.F90 > ice_therm_mushy.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_mushy.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history.F90 > ice_history.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_age.F90 > ice_age.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_age.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_firstyear.F90 > ice_firstyear.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_firstyear.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_lvl.F90 > ice_lvl.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90 > ice_transport_remap.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_transport_remap.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(1235): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3117): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3117): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3148): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3148): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3290): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3290): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3318): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3318): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3365): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3365): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3425): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3425): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3456): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3456): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3478): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3478): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3680): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3680): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3700): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3700): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_driver.F90 > ice_transport_driver.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_transport_driver.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90 > ice_therm_bl99.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_bl99.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(444): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_driver.F90 > ice_transport_driver.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_transport_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90 > ice_therm_bl99.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_bl99.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(444): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(569): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(569): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(646): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(646): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(685): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(685): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(756): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(756): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(905): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(905): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(990): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(990): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(1001): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1001): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(1125): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1125): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(1797): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1797): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(1806): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1806): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(1818): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1818): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_0layer.F90 > ice_therm_0layer.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_0layer.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_0layer.F90(236): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90 > ice_therm_0layer.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_0layer.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(236): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_0layer.F90(297): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(297): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_0layer.F90(350): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(350): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_0layer.F90(450): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(450): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90 > ice_therm_vertical.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_vertical.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(742): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90 > ice_therm_vertical.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_vertical.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(742): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(754): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(754): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(765): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(765): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(781): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(781): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(914): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(914): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(941): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(941): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1046): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1046): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1065): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1065): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1199): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1199): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1227): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1227): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1438): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1438): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1452): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1452): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1573): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1573): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1624): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1624): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1667): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1667): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1696): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1696): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1730): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1730): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1768): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1768): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1777): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1777): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1844): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1844): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1897): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1897): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1951): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1951): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1960): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1960): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(2086): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2086): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(2108): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2108): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(2207): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2207): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(2305): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2305): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(2431): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2431): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_restoring.F90 > ice_restoring.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restoring.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_restoring.F90(456): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restoring.F90 > ice_restoring.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restoring.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restoring.F90(456): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_init.F90 > ice_init.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_init.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_init.F90(1381): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_init.F90 > ice_init.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_init.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_init.F90(1381): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90 > ice_brine.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_brine.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(175): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90 > ice_brine.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_brine.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(175): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(302): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(302): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(315): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(315): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(343): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(343): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(356): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(356): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(452): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(452): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(469): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(469): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(492): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(492): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(518): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(518): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_zbgc.F90 > ice_zbgc.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_zbgc.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_zbgc.F90(692): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90 > ice_zbgc.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_zbgc.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(692): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_zbgc.F90(825): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(825): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_zbgc.F90(996): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(996): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_zbgc.F90(1046): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(1046): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_restart_driver.F90 > ice_restart_driver.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart_driver.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice/CICE_InitMod.F90 > CICE_InitMod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_InitMod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90 > ice_therm_itd.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_itd.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(341): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restart_driver.F90 > ice_restart_driver.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE_InitMod.F90 > CICE_InitMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_InitMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90 > ice_therm_itd.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_itd.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(341): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(443): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(443): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(499): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(499): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(580): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(580): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(698): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(698): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1129): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1129): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1165): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1165): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1181): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1181): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1198): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1198): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1457): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1457): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1473): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1473): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1490): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1490): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1596): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1596): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1634): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1634): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1655): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1655): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1688): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1688): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1749): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1749): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_dyn_evp.F90 > ice_dyn_evp.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_evp.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_dyn_evp.F90(517): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_evp.F90 > ice_dyn_evp.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_evp.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_evp.F90(517): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_step_mod.F90 > ice_step_mod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_step_mod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice/CICE_RunMod.F90 > CICE_RunMod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_RunMod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice/CICE_FinalMod.F90 > CICE_FinalMod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_FinalMod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice/CICE.F90 > CICE.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE.f90 -mpiifort -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/cice CICE.o CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o ice_aerosol.o ice_age.o ice_algae.o ice_atmo.o ice_blocks.o ice_boundary.o ice_brine.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_constants.o ice_diagnostics.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_firstyear.o ice_flux.o ice_forcing.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_init.o ice_itd.o ice_kinds_mod.o ice_lvl.o ice_mechred.o ice_meltpond_cesm.o ice_meltpond_lvl.o ice_meltpond_topo.o ice_ocean.o ice_orbital.o ice_read_write.o ice_restart.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_shortwave.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_therm_0layer.o ice_therm_bl99.o ice_therm_itd.o ice_therm_mushy.o ice_therm_shared.o ice_therm_vertical.o ice_timers.o ice_transport_driver.o ice_transport_remap.o ice_zbgc.o ice_zbgc_shared.o shr_orb_mod.o -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdf -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdf -lnetcdff -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice/compile' -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_step_mod.F90 > ice_step_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_step_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE_RunMod.F90 > CICE_RunMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_RunMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE_FinalMod.F90 > CICE_FinalMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_FinalMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE.F90 > CICE.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE.f90 +mpiifort -o /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/cice CICE.o CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o ice_aerosol.o ice_age.o ice_algae.o ice_atmo.o ice_blocks.o ice_boundary.o ice_brine.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_constants.o ice_diagnostics.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_firstyear.o ice_flux.o ice_forcing.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_init.o ice_itd.o ice_kinds_mod.o ice_lvl.o ice_mechred.o ice_meltpond_cesm.o ice_meltpond_lvl.o ice_meltpond_topo.o ice_ocean.o ice_orbital.o ice_read_write.o ice_restart.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_shortwave.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_therm_0layer.o ice_therm_bl99.o ice_therm_itd.o ice_therm_mushy.o ice_therm_shared.o ice_therm_vertical.o ice_timers.o ice_transport_driver.o ice_transport_remap.o ice_zbgc.o ice_zbgc_shared.o shr_orb_mod.o -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdf -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdf -lnetcdff +gmake[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice NTASK = 48 global N, block_size x 1440, 60 @@ -6487,10 +6487,10 @@ max_blocks = 1 0 = TRBRI, brine height tracer 7 = NBGCLYR, number of bio grid layers 0 = TRBGCS, number of BGC tracers -ar: creating /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/liblanl_cice.a -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_CAP ; exec make -f makefile.nuopc \ - COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL SITE="NEMS.hera" SYSTEM_USERDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE" SRCDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE" EXEDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" \ - "LANLCICEDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE" "INSTALLDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL" install +ar: creating /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/liblanl_cice.a +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; exec make -f makefile.nuopc \ + COMP_SRCDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE COMP_BINDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL SITE="NEMS.hera" SYSTEM_USERDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" EXEDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" \ + "LANLCICEDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" "INSTALLDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL" install Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -6502,34 +6502,34 @@ Currently Loaded Modules: -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice_cap' -mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/compile -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 cice_cap.F90 +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/compile -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 cice_cap.F90 ar rv libcice.a cice_cap.o ar: creating libcice.a a - cice_cap.o rm -f cice.mk.install -mkdir -p /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -cp -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/liblanl_cice.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -cp -f libcice.a cice_cap_mod.mod /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -cp -f cice.mk.install /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice_cap' -test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk +mkdir -p /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/liblanl_cice.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +cp -f libcice.a cice_cap_mod.mod /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +cp -f cice.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +test -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ccpp_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk" ; echo fms_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk" ; echo cice_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk" ; ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC" -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ccpp_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk" ; echo fms_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk" ; echo cice_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk" ; ) > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC" +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk ; do \ +for m in /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src ; \ +echo build NEMS after /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src ; \ make nems \ COMPONENTS="CCPP FMS FV3 MOM6 CICE" \ - CCPP_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL FV3_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL MOM6_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL CICE_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/exe/NEMS.x" ; \ -test -x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/exe/NEMS.x + CCPP_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL MOM6_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL CICE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL TARGET="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x" ; \ +test -x /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -6541,13 +6541,13 @@ Currently Loaded Modules: -build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk +build NEMS after /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk Components in linker order: CICE MOM6 FV3 FMS CCPP -CICE: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk -MOM6: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -CCPP: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk +CICE: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +MOM6: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk +CCPP: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" CPPFLAGS += ESMF_VERSION_MINOR="0" @@ -6556,204 +6556,204 @@ 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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' cd ENS_Cpl && make stub -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' mpiicc -E -DFV3_CPLD -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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ENS_Cpl' -mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 19:32:55 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_UTILS.tmp.f90 +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 20:34:22 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 19:32:55 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 20:34:22 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 19:32:55 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 20:34:22 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o 'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' -mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 19:32:55 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 20:34:22 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 19:32:55 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 20:34:22 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 19:32:55 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 20:34:22 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 19:32:55 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 20:34:22 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 19:32:55 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 20:34:22 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 19:32:55 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 20:34:22 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 19:32:55 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c MAIN_NEMS.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 20:34:22 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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.6_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.6_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 /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/libcice.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/liblanl_cice.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/libmom.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/lib_ocean.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cap.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libccppdriver.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libfv3core.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libfv3io.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libipd.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libgfsphys.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/libfms.a -L/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.6_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/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/libcice.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/liblanl_cice.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/libmom.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/lib_ocean.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libccppdriver.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/libfms.a -L/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.6_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' -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src' +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' + [[ YES == YES ]] + make app=coupledFV3_CCPP_MOM6_CICE clean -Convert /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE.appBuilder -...into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk -Include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk -echo 'CCPP FMS FV3 MOM6 CICE' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/components.mk" +Convert /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE.appBuilder +...into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk +Include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE' > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" ; \ -rm -rf "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build" -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build -cat /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs ; \ - exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs' +cd "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build" ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build +cat /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs ; \ + exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs' -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/modules.fv3 -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 ; exec make \ +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/configure.fv3 \ - /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/modules.fv3 +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 set -e ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6 ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ exec make -f makefile.nuopc clean -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice_cap' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' rm -f -f libcice.a *.f90 *.o *.mod *.lst depend -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice_cap' -set -e ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_CAP ; set +e ; \ +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; set +e ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ -rm -rf cice.mk.install /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -set -e ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE ; set +e ; \ +rm -rf cice.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE ; set +e ; \ rm -rf history compile restart *.a ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f -if ! test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ +if ! test -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE" \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CICE MOM6 FV3 FMS CCPP -CICE: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src' -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing -MOM6: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk +CICE: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing +MOM6: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" CPPFLAGS += ESMF_VERSION_MINOR="0" @@ -6764,15 +6764,15 @@ CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src' -+ cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/tests/fv3_mom6_cice_1.exe -+ cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/tests/modules.fv3_mom6_cice_1 -+ elapsed=1282 -+ echo 'Elapsed time 1282 seconds. Compiling coupledFV3_CCPP_MOM6_CICE finished' -Elapsed time 1282 seconds. Compiling coupledFV3_CCPP_MOM6_CICE finished +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' ++ cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/fv3_mom6_cice_1.exe ++ cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/modules.fv3_mom6_cice_1 ++ elapsed=1277 ++ echo 'Elapsed time 1277 seconds. Compiling coupledFV3_CCPP_MOM6_CICE finished' +Elapsed time 1277 seconds. Compiling coupledFV3_CCPP_MOM6_CICE finished + SECONDS=0 + [[ 2 -lt 1 ]] + readonly app_name=coupledFV3_CCPP_MOM6_CICE_WW3 @@ -6784,60 +6784,60 @@ Elapsed time 1282 seconds. Compiling coupledFV3_CCPP_MOM6_CICE finished + readonly clean_after=YES + clean_after=YES + hostname -hfe04 -+++ dirname /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/tests/compile.sh -++ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/tests +hfe11 ++++ dirname /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/compile.sh +++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests ++ pwd -P -+ readonly compile_root_dir=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/tests -+ compile_root_dir=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/tests -++ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/tests/.. ++ readonly compile_root_dir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests ++ compile_root_dir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests +++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/.. ++ pwd -+ PATHTR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model -+ echo 'PATHTR is /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model' -PATHTR is /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS ++ PATHTR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ echo 'PATHTR is /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit' +PATHTR is /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS + [[ coupledFV3_CCPP_MOM6_CICE_WW3 =~ _debug ]] + S2S_DEBUG_MODULE=false + export S2S_DEBUG_MODULE + [[ YES == YES ]] + make app=coupledFV3_CCPP_MOM6_CICE_WW3 distclean -Convert /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder -...into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk -Include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk -echo 'CCPP FMS FV3 MOM6 CICE WW3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/components.mk" +Convert /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder +...into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk +Include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE WW3' > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" ; \ -rm -rf "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build" -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build +cd "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build" ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build set -xue ; \ -export PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ +export PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ cd $PATH_CCPP ; \ -rm -rf "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib" ; \ -rm -rf "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include" ; \ -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk -+ export PATH_CCPP=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ PATH_CCPP=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model -+ /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib" ; \ +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include" ; \ +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk ++ export PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Performing clean .... INFO: CCPP prebuild clean completed successfully, exiting. -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib -+ rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -+ rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk -cat /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs ; \ - exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs' ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include ++ rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk +cat /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs ; \ + exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -6848,137 +6848,137 @@ 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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs' -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/modules.fv3 -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 ; exec make \ +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' makefile:269: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' makefile:87: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/configure.fv3 \ - /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/modules.fv3 -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk set -e ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6 ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/src/MOM6/config_src/nems_cap/mom5.mk.install -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/src/MOM6/config_src/nems_cap/mom5.mk.install +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ exec make -f makefile.nuopc clean -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice_cap' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' rm -f -f libcice.a *.f90 *.o *.mod *.lst depend -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice_cap' -set -e ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_CAP ; set +e ; \ +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; set +e ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ -rm -rf cice.mk.install /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -set -e ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE ; set +e ; \ +rm -rf cice.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE ; set +e ; \ rm -rf history compile restart *.a ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model" COMP_BINDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/esmf ; \ +export COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ export ESMFMKFILE=/dev/null ; \ exec make distclean @@ -6992,53 +6992,53 @@ Currently Loaded Modules: -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/esmf' -\rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/exe/ww3_multi_esmf *.o *.mod -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/w3_clean -c +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/esmf' +\rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/exe/ww3_multi_esmf *.o *.mod +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_clean -c ***************************** *** WAVEWATCH III clean *** ***************************** - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/tmp - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/aux - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/../regtests -\rm -fr /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/tmp -\rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/wwatch3.env -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/esmf' -cd "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model" ; \ + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/aux + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/../regtests +\rm -fr /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp +\rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/wwatch3.env +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/esmf' +cd "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/WW3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk -if ! test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL/nuopc.mk +if ! test -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE WW3" \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE WW3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: WW3 CICE MOM6 FV3 FMS CCPP WW3: include -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' GNUmakefile:70: : component WW3 makefile fragment is missing -CICE: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing -MOM6: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing +CICE: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing +MOM6: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing +FV3: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" CPPFLAGS += ESMF_VERSION_MINOR="0" @@ -7049,56 +7049,56 @@ CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src' -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/externals.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems.sh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems.csh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/test-results.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/components.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/test_results.mk +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test_results.mk + make app=coupledFV3_CCPP_MOM6_CICE_WW3 build -Convert /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder -...into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk -Include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk -echo 'CCPP FMS FV3 MOM6 CICE WW3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/components.mk" +Convert /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder +...into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk +Include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE WW3' > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/conf/configure.fv3_coupled.hera.intel /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/externals.nems -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/modulefiles/hera.intel/fv3_coupled /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems.csh" -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/incmake/configure_rules.mk:3: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/test-results.mk: No such file or directory -make -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS' +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/conf/configure.fv3_coupled.hera.intel /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/externals.nems +cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/modulefiles/hera.intel/fv3_coupled /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems +cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.csh" +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk: No such file or directory +make -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS' if [ -f "/modules.nems" ] ; then \ - . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=12000000 ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=300000 ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 ; \ -) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS' -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +) > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS' +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -xue ; \ -export PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ +export PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ cd $PATH_CCPP ; \ -./build_ccpp.sh hera.intel "$PATH_CCPP" /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk \ - "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp"" NO NO ; \ -test -d "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp"/include ; \ -test -d "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp"/lib +./build_ccpp.sh hera.intel "$PATH_CCPP" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk \ + "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp"" NO NO ; \ +test -d "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp"/include ; \ +test -d "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp"/lib Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -7110,10 +7110,10 @@ Currently Loaded Modules: -+ export PATH_CCPP=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ PATH_CCPP=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model -+ /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ++ export PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Parsing suite definition files ... @@ -8580,7 +8580,7 @@ INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_ INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer 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 save_q of variable tracer_concentration_save from new to old metadata -INFO: Metadata table for model FV3 written to /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Metadata table for model FV3 written to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 sfc_ocean @@ -9064,27 +9064,27 @@ 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 /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Metadata table for model FV3 written to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 after returning from 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 after returning from 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 after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run INFO: Generating list of Fortran modules containing CCPP type definitions ... INFO: Generating typedefs makefile/cmakefile snippet ... -INFO: Added 10 typedefs to /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh +INFO: Added 10 typedefs to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.sh INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 215 schemes to /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk, /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Added 215 schemes to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.mk, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.sh INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics ... +INFO: Generating static API ccpp_static_api.F90 in /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics ... INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 16 auto-generated caps to /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk and /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake, /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh +INFO: Added 16 auto-generated caps to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.mk and /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.cmake, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.sh INFO: CCPP prebuild step completed successfully. -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ ./build_ccpp.sh hera.intel /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp' NO NO ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ ./build_ccpp.sh hera.intel /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp' NO NO MACHINE_ID=hera.intel is valid. Compilers set for hera.intel. Obtained ESMF_LIB=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib from /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk -Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -DNETCDF_DIR=/apps/netcdf/4.7.0/intel/18.0.5.274 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=OFF' ... +Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp -DNETCDF_DIR=/apps/netcdf/4.7.0/intel/18.0.5.274 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=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 @@ -9125,8 +9125,8 @@ Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/scratch1/NCEPDEV/nems/Jun.Wa -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -- Got CCPP TYPEDEFS from cmakefile include file: gfs_typedefs.mod;mo_cloud_optics.mod;mo_optical_props.mod;ccpp_typedefs.mod;mo_gas_concentrations.mod;machine.mod;mo_source_functions.mod;module_radlw_parameters.mod;module_radsw_parameters.mod;mo_gas_optics_rrtmgp.mod --- Got CCPP SCHEMES from cmakefile include file: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/date_def.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gwdc.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/moninshoc.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_aux.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 --- Got CCPP CAPS from cmakefile include file: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 +-- Got CCPP SCHEMES from cmakefile include file: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninshoc.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_aux.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rascnv.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 +-- Got CCPP CAPS from cmakefile include file: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -- Configuring done -- Generating done CMake Warning: @@ -9135,279 +9135,279 @@ CMake Warning: LEGACY_INTEL --- Build files have been written to: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -/contrib/cmake/3.9.0/bin/cmake -H/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -B/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks +-- Build files have been written to: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -H/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp -B/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/src /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -Dependee "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". -Dependee "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". Scanning dependencies of target ccpp -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/requires -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_types framework/src/CMakeFiles/ccpp.dir/ccpp_types.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_api framework/src/CMakeFiles/ccpp.dir/ccpp_api.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o.provides.build [ 1%] Linking Fortran static library libccpp.a -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 /usr/bin/ar qc libccpp.a CMakeFiles/ccpp.dir/ccpp_types.F90.o CMakeFiles/ccpp.dir/ccpp_api.F90.o /usr/bin/ranlib libccpp.a -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 1%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -Dependee "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". -Dependee "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". Scanning dependencies of target ccppphys -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/requires -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 1%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/machine physics/CMakeFiles/ccppphys.dir/machine.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/physcons physics/CMakeFiles/ccppphys.dir/physcons.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/funcphys physics/CMakeFiles/ccppphys.dir/funcphys.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/wv_saturation.F -o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/wv_saturation.F -o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/wv_saturation physics/CMakeFiles/ccppphys.dir/wv_saturation.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mersenne_twister physics/CMakeFiles/ccppphys.dir/mersenne_twister.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_kind physics/CMakeFiles/ccppphys.dir/mo_rte_kind.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props_kernels physics/CMakeFiles/ccppphys.dir/mo_optical_props_kernels.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_util_array physics/CMakeFiles/ccppphys.dir/mo_rte_util_array.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props physics/CMakeFiles/ccppphys.dir/mo_optical_props.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_optics physics/CMakeFiles/ccppphys.dir/mo_cloud_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_string physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_string.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_concentrations physics/CMakeFiles/ccppphys.dir/mo_gas_concentrations.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_source_functions physics/CMakeFiles/ccppphys.dir/mo_source_functions.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics physics/CMakeFiles/ccppphys.dir/mo_gas_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_kernels physics/CMakeFiles/ccppphys.dir/mo_gas_optics_kernels.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_constants physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_constants.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder_kernels physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder_kernels.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_rrtmgp physics/CMakeFiles/ccppphys.dir/mo_gas_optics_rrtmgp.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/physparam physics/CMakeFiles/ccppphys.dir/physparam.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_parameters physics/CMakeFiles/ccppphys.dir/module_radlw_parameters.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_parameters physics/CMakeFiles/ccppphys.dir/module_radsw_parameters.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/parse_tracers physics/CMakeFiles/ccppphys.dir/parse_tracers.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_typedefs physics/CMakeFiles/ccppphys.dir/gfs_typedefs.mod.stamp Intel -/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/h2o_def physics/CMakeFiles/ccppphys.dir/h2o_def.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/iccn_def physics/CMakeFiles/ccppphys.dir/iccn_def.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/micro_mg_utils.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg_utils.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/micro_mg_utils physics/CMakeFiles/ccppphys.dir/micro_mg_utils.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_nst_parameters.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_parameters.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_nst_parameters physics/CMakeFiles/ccppphys.dir/module_nst_parameters.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_water_prop.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_nst_water_prop physics/CMakeFiles/ccppphys.dir/module_nst_water_prop.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_bl_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bl_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_bl_mynn physics/CMakeFiles/ccppphys.dir/module_bl_mynn.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_common physics/CMakeFiles/ccppphys.dir/ugwp_common.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_conv_init physics/CMakeFiles/ccppphys.dir/ugwp_conv_init.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_fjet_init physics/CMakeFiles/ccppphys.dir/ugwp_fjet_init.mod.stamp Intel @@ -9416,216 +9416,216 @@ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/bui /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_oro_init physics/CMakeFiles/ccppphys.dir/ugwp_oro_init.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_wmsdis_init physics/CMakeFiles/ccppphys.dir/ugwp_wmsdis_init.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_module physics/CMakeFiles/ccppphys.dir/cires_ugwp_module.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozne_def physics/CMakeFiles/ccppphys.dir/ozne_def.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_microphysics physics/CMakeFiles/ccppphys.dir/module_microphysics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/surface_perturbation physics/CMakeFiles/ccppphys.dir/surface_perturbation.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg physics/CMakeFiles/ccppphys.dir/namelist_soilveg.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_deep.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_deep.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_deep physics/CMakeFiles/ccppphys.dir/cu_gf_deep.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg_ruc physics/CMakeFiles/ccppphys.dir/namelist_soilveg_ruc.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_broadband_kernels physics/CMakeFiles/ccppphys.dir/mo_fluxes_broadband_kernels.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes physics/CMakeFiles/ccppphys.dir/mo_fluxes.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_solver_kernels physics/CMakeFiles/ccppphys.dir/mo_rte_solver_kernels.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_lw physics/CMakeFiles/ccppphys.dir/mo_rte_lw.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_sw physics/CMakeFiles/ccppphys.dir/mo_rte_sw.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband_kernels physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband_kernels.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_sw_cloud_optics physics/CMakeFiles/ccppphys.dir/mo_rrtmg_sw_cloud_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_aux.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_aux.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_aux physics/CMakeFiles/ccppphys.dir/rrtmgp_aux.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX-I -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX-I -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_astronomy physics/CMakeFiles/ccppphys.dir/module_radiation_astronomy.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_clouds physics/CMakeFiles/ccppphys.dir/module_radiation_clouds.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_gases physics/CMakeFiles/ccppphys.dir/module_radiation_gases.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/radcons physics/CMakeFiles/ccppphys.dir/radcons.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmp_glacier physics/CMakeFiles/ccppphys.dir/module_sf_noahmp_glacier.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_globals physics/CMakeFiles/ccppphys.dir/noahmp_glacier_globals.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_routines physics/CMakeFiles/ccppphys.dir/noahmp_glacier_routines.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmplsm physics/CMakeFiles/ccppphys.dir/module_sf_noahmplsm.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/noahmp_tables.f90 -o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/noahmp_tables.f90 -o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmp_tables physics/CMakeFiles/ccppphys.dir/noahmp_tables.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_mod physics/CMakeFiles/ccppphys.dir/set_soilveg_mod.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90 -o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90 -o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_fer_hires physics/CMakeFiles/ccppphys.dir/module_mp_fer_hires.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_surface physics/CMakeFiles/ccppphys.dir/module_radiation_surface.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_heating_rates physics/CMakeFiles/ccppphys.dir/mo_heating_rates.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_avplank physics/CMakeFiles/ccppphys.dir/module_radlw_avplank.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_cldprlw physics/CMakeFiles/ccppphys.dir/module_radlw_cldprlw.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb01 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb01.mod.stamp Intel @@ -9646,165 +9646,165 @@ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/bui /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb16 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb16.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_ref physics/CMakeFiles/ccppphys.dir/module_radlw_ref.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys_mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys_mod.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_lw_cloud_optics physics/CMakeFiles/ccppphys.dir/mo_rrtmg_lw_cloud_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90 -o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90 -o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_bl_myjpbl physics/CMakeFiles/ccppphys.dir/module_bl_myjpbl.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_sampling physics/CMakeFiles/ccppphys.dir/mo_cloud_sampling.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson_make_number_concentrations physics/CMakeFiles/ccppphys.dir/module_mp_thompson_make_number_concentrations.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/aer_cloud.F -o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aer_cloud.F -o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/aer_cloud physics/CMakeFiles/ccppphys.dir/aer_cloud.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cldmacro.F -o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldmacro.F -o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cldmacro physics/CMakeFiles/ccppphys.dir/cldmacro.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cldwat2m_micro.F -o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldwat2m_micro.F -o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cldwat2m_micro physics/CMakeFiles/ccppphys.dir/cldwat2m_micro.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/micro_mg2_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg2_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/micro_mg2_0 physics/CMakeFiles/ccppphys.dir/micro_mg2_0.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/micro_mg3_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg3_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/micro_mg3_0 physics/CMakeFiles/ccppphys.dir/micro_mg3_0.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/date_def.f -o CMakeFiles/ccppphys.dir/physics/date_def.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/date_def.f -o CMakeFiles/ccppphys.dir/physics/date_def.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/date_def physics/CMakeFiles/ccppphys.dir/date_def.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_nst_model.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_model.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/nst_module physics/CMakeFiles/ccppphys.dir/nst_module.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_mynn physics/CMakeFiles/ccppphys.dir/module_sf_mynn.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90 -o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_SF_JSFC.F90 -o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_jsfc physics/CMakeFiles/ccppphys.dir/module_sf_jsfc.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_ruclsm.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_ruclsm physics/CMakeFiles/ccppphys.dir/module_sf_ruclsm.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_soil_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_soil_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_soil_pre physics/CMakeFiles/ccppphys.dir/module_soil_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_ruc_mod physics/CMakeFiles/ccppphys.dir/set_soilveg_ruc_mod.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/aerinterp physics/CMakeFiles/ccppphys.dir/aerinterp.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/h2ointerp physics/CMakeFiles/ccppphys.dir/h2ointerp.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/iccninterp physics/CMakeFiles/ccppphys.dir/iccninterp.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozinterp physics/CMakeFiles/ccppphys.dir/ozinterp.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_cldprtb physics/CMakeFiles/ccppphys.dir/module_radsw_cldprtb.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb16 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb16.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb17 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb17.mod.stamp Intel @@ -9823,130 +9823,130 @@ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/bui /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_ref physics/CMakeFiles/ccppphys.dir/module_radsw_ref.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_sflux physics/CMakeFiles/ccppphys.dir/module_radsw_sflux.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/samfcnv_aerosols physics/CMakeFiles/ccppphys.dir/samfcnv_aerosols.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw physics/CMakeFiles/ccppphys.dir/rrtmg_lw.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw physics/CMakeFiles/ccppphys.dir/rrtmg_sw.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_compute_bc physics/CMakeFiles/ccppphys.dir/mo_compute_bc.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_sh.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_sh.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_sh physics/CMakeFiles/ccppphys.dir/cu_gf_sh.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdps physics/CMakeFiles/ccppphys.dir/gwdps.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp physics/CMakeFiles/ccppphys.dir/cires_ugwp.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_post physics/CMakeFiles/ccppphys.dir/cires_ugwp_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cnvc90 physics/CMakeFiles/ccppphys.dir/cnvc90.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/dcyc2t3 physics/CMakeFiles/ccppphys.dir/dcyc2t3.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/get_phi_fv3 physics/CMakeFiles/ccppphys.dir/get_phi_fv3.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/get_prs_fv3 physics/CMakeFiles/ccppphys.dir/get_prs_fv3.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_post physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_post physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_post physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_common physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_common.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_post physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_post physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_1 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_1.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_2 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_2.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_3 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_3.mod.stamp Intel @@ -9957,1340 +9957,1340 @@ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/bui /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_reset physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_reset.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_update physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_update.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_inter physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_inter.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_post physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_pre physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_post physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part1 physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part1.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part2 physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part2.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/hedmf physics/CMakeFiles/ccppphys.dir/hedmf.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_noah physics/CMakeFiles/ccppphys.dir/lsm_noah.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/maximum_hourly_diagnostics physics/CMakeFiles/ccppphys.dir/maximum_hourly_diagnostics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozphys physics/CMakeFiles/ccppphys.dir/ozphys.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rayleigh_damp physics/CMakeFiles/ccppphys.dir/rayleigh_damp.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/samfdeepcnv physics/CMakeFiles/ccppphys.dir/samfdeepcnv.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/samfshalcnv physics/CMakeFiles/ccppphys.dir/samfshalcnv.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_cice physics/CMakeFiles/ccppphys.dir/sfc_cice.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag physics/CMakeFiles/ccppphys.dir/sfc_diag.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag_post physics/CMakeFiles/ccppphys.dir/sfc_diag_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_diff physics/CMakeFiles/ccppphys.dir/sfc_diff.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_ocean physics/CMakeFiles/ccppphys.dir/sfc_ocean.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_sice physics/CMakeFiles/ccppphys.dir/sfc_sice.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_gscond physics/CMakeFiles/ccppphys.dir/zhaocarr_gscond.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_precpd physics/CMakeFiles/ccppphys.dir/zhaocarr_precpd.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_physics_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_pre physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_post physics/CMakeFiles/ccppphys.dir/rrtmg_lw_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_pre physics/CMakeFiles/ccppphys.dir/rrtmg_lw_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_post physics/CMakeFiles/ccppphys.dir/rrtmg_sw_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_pre physics/CMakeFiles/ccppphys.dir/rrtmg_sw_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_radiation_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_stochastics physics/CMakeFiles/ccppphys.dir/gfs_stochastics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_stochastics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_phys_time_vary physics/CMakeFiles/ccppphys.dir/gfs_phys_time_vary.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rad_time_vary physics/CMakeFiles/ccppphys.dir/gfs_rad_time_vary.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_setup physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_setup.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_time_vary_pre physics/CMakeFiles/ccppphys.dir/gfs_time_vary_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_time_vary_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdif physics/CMakeFiles/ccppphys.dir/satmedmfvdif.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_typedefs physics/CMakeFiles/ccppphys.dir/ccpp_typedefs.mod.stamp Intel -/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/fv_sat_adj physics/CMakeFiles/ccppphys.dir/fv_sat_adj.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/h2ophys physics/CMakeFiles/ccppphys.dir/h2ophys.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozphys_2015 physics/CMakeFiles/ccppphys.dir/ozphys_2015.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_radiation_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o.provides.build [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o.provides.build [ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o.provides.build [ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_debug.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_debug.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_abort physics/CMakeFiles/ccppphys.dir/gfs_abort.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_checkland physics/CMakeFiles/ccppphys.dir/gfs_checkland.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_diagtoscreen physics/CMakeFiles/ccppphys.dir/gfs_diagtoscreen.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_interstitialtoscreen physics/CMakeFiles/ccppphys.dir/gfs_interstitialtoscreen.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o.provides.build [ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_lw_post physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_lw_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o.provides.build [ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_pre physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o.provides.build [ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_setup physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_setup.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o.provides.build [ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_post physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o.provides.build [ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_pre physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o.provides.build [ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_ini_fini_test physics/CMakeFiles/ccppphys.dir/gfs_suite_ini_fini_test.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o.provides.build [ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cs_conv.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv physics/CMakeFiles/ccppphys.dir/cs_conv.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_post physics/CMakeFiles/ccppphys.dir/cs_conv_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_pre physics/CMakeFiles/ccppphys.dir/cs_conv_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o.provides.build [ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_aw_adj physics/CMakeFiles/ccppphys.dir/cs_conv_aw_adj.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o.provides.build [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_driver.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver physics/CMakeFiles/ccppphys.dir/cu_gf_driver.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o.provides.build [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_post physics/CMakeFiles/ccppphys.dir/cu_gf_driver_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o.provides.build [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_pre physics/CMakeFiles/ccppphys.dir/cu_gf_driver_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o.provides.build [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke physics/CMakeFiles/ccppphys.dir/cu_ntiedtke.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o.provides.build [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_post physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o.provides.build [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_pre physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o.provides.build [ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/drag_suite.F90 -o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/drag_suite.F90 -o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/drag_suite physics/CMakeFiles/ccppphys.dir/drag_suite.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o.provides.build [ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gcm_shoc.F90 -o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcm_shoc.F90 -o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/shoc physics/CMakeFiles/ccppphys.dir/shoc.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o.provides.build [ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F -o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F -o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_phy_tracer_config physics/CMakeFiles/ccppphys.dir/gfs_phy_tracer_config.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o.provides.build [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gwdc.f -o CMakeFiles/ccppphys.dir/physics/gwdc.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdc.f -o CMakeFiles/ccppphys.dir/physics/gwdc.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdc physics/CMakeFiles/ccppphys.dir/gwdc.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdc_post physics/CMakeFiles/ccppphys.dir/gwdc_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdc_pre physics/CMakeFiles/ccppphys.dir/gwdc_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o.provides.build [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_post physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_pre physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o.provides.build [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/m_micro.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/m_micro physics/CMakeFiles/ccppphys.dir/m_micro.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o.provides.build [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/m_micro_post physics/CMakeFiles/ccppphys.dir/m_micro_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/m_micro_pre physics/CMakeFiles/ccppphys.dir/m_micro_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o.provides.build [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/myjpbl_wrapper physics/CMakeFiles/ccppphys.dir/myjpbl_wrapper.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o.provides.build [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/myjsfc_wrapper physics/CMakeFiles/ccppphys.dir/myjsfc_wrapper.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o.provides.build [ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnedmf_wrapper physics/CMakeFiles/ccppphys.dir/mynnedmf_wrapper.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o.provides.build [ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnsfc_wrapper physics/CMakeFiles/ccppphys.dir/mynnsfc_wrapper.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o.provides.build [ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_post.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_post physics/CMakeFiles/ccppphys.dir/mynnrad_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o.provides.build [ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_pre physics/CMakeFiles/ccppphys.dir/mynnrad_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o.provides.build [ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf_hafs.f -o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf_hafs.f -o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/hedmf_hafs physics/CMakeFiles/ccppphys.dir/hedmf_hafs.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o.provides.build [ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/moninshoc.f -o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninshoc.f -o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/moninshoc physics/CMakeFiles/ccppphys.dir/moninshoc.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o.provides.build [ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_fer_hires.F90 -o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_fer_hires.F90 -o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_fer_hires physics/CMakeFiles/ccppphys.dir/mp_fer_hires.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o.provides.build [ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson physics/CMakeFiles/ccppphys.dir/mp_thompson.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o.provides.build [ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_thompson_post.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_post.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_post physics/CMakeFiles/ccppphys.dir/mp_thompson_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o.provides.build [ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_pre.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_pre physics/CMakeFiles/ccppphys.dir/mp_thompson_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o.provides.build [ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_multi_gases_mod physics/CMakeFiles/ccppphys.dir/ccpp_multi_gases_mod.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o.provides.build [ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rascnv.F90 -o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rascnv.F90 -o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rascnv physics/CMakeFiles/ccppphys.dir/rascnv.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o.provides.build [ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_aerosol_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_aerosol_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o.provides.build [ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o.provides.build [ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_sampling physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_sampling.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o.provides.build [ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_gas_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_gas_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o.provides.build [ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_pre physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o.provides.build [ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_rte physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_rte.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o.provides.build [ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_aerosol_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_aerosol_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o.provides.build [ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o.provides.build [ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_sampling physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_sampling.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o.provides.build [ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_gas_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_gas_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o.provides.build [ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_rte physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_rte.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o.provides.build [ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_bygpoint physics/CMakeFiles/ccppphys.dir/mo_fluxes_bygpoint.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o.provides.build [ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_clr_all_sky physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_clr_all_sky.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o.provides.build [ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sascnvn.F -o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sascnvn.F -o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sascnvn physics/CMakeFiles/ccppphys.dir/sascnvn.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdifq.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdifq.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdifq physics/CMakeFiles/ccppphys.dir/satmedmfvdifq.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc physics/CMakeFiles/ccppphys.dir/lsm_ruc.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_noahmp_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmpdrv physics/CMakeFiles/ccppphys.dir/noahmpdrv.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_nst.f -o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_nst.f -o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst physics/CMakeFiles/ccppphys.dir/sfc_nst.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_post physics/CMakeFiles/ccppphys.dir/sfc_nst_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_pre physics/CMakeFiles/ccppphys.dir/sfc_nst_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o.provides.build [ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfccyc_module physics/CMakeFiles/ccppphys.dir/sfccyc_module.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/shalcnv.F -o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shalcnv.F -o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/shalcnv physics/CMakeFiles/ccppphys.dir/shalcnv.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/shinhongvdif.F90 -o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shinhongvdif.F90 -o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/shinhongvdif physics/CMakeFiles/ccppphys.dir/shinhongvdif.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sso_coorde physics/CMakeFiles/ccppphys.dir/sso_coorde.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ysuvdif.F90 -o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ysuvdif.F90 -o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ysuvdif physics/CMakeFiles/ccppphys.dir/ysuvdif.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o.provides.build [ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o [ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o [ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f -o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f -o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o [ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o [ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o [ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o [ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o [ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o [ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o [ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o [ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o [ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o [ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbltq.f -o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbltq.f -o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o [ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o [ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfscuq.f -o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscuq.f -o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o [100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/num_parthds.F -o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/num_parthds.F -o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o [100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o [100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o [100%] Linking Fortran static library libccppphys.a -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 -/usr/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o CMakeFiles/ccppphys.dir/physics/date_def.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/gwdc.f.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 +/usr/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o CMakeFiles/ccppphys.dir/physics/date_def.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/gwdc.f.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /usr/bin/ranlib libccppphys.a -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -/contrib/cmake/3.9.0/bin/cmake -H/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -B/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles 0 +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -H/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp -B/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/src /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/requires -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[3]: Nothing to be done for `framework/src/CMakeFiles/ccpp.dir/build'. -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 1%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/requires -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make[4]: `physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make[4]: `physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[3]: Nothing to be done for `physics/CMakeFiles/ccppphys.dir/build'. -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[2]: Nothing to be done for `preinstall'. -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' Install the project... /contrib/cmake/3.9.0/bin/cmake -P cmake_install.cmake -- Install configuration: "Release" --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib/libccpp.a --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config.cmake --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config-release.cmake --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_types.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_api.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib/libccppphys.a --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config.cmake --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/gfs_typedefs.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/mo_cloud_optics.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/mo_optical_props.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_typedefs.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/mo_gas_concentrations.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/machine.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/mo_source_functions.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/module_radlw_parameters.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/module_radsw_parameters.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -+ test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -+ test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs ; \ -exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" all +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/libccpp.a +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccpp-config.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccpp-config-release.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_types.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_api.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/libccppphys.a +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccppphys-config.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/gfs_typedefs.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_cloud_optics.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_optical_props.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_typedefs.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_gas_concentrations.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/machine.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_source_functions.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/module_radlw_parameters.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/module_radsw_parameters.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' ++ test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include ++ test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs ; \ +exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" all Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -11302,213 +11302,213 @@ Currently Loaded Modules: -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' Building dependencies ... -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs' -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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. 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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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. 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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -c ../mosaic/interp.c -o ../mosaic/interp.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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/interp.c -o ../mosaic/interp.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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mpp/threadloc.c -o ../mpp/threadloc.o ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o ar: creating libfms.a a - ../oda_tools/xbt_drop_rate_adjust.o @@ -11596,18 +11596,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL" -mv fms.mk "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL on hera -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3"/conf/configure.fv3 -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3"/conf/modules.fv3 -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" nemsinstall +mkdir -p "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" +mv fms.mk "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL +Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL on hera +cp -fp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems \ + "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3"/conf/configure.fv3 +cp -fp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems \ + "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3"/conf/modules.fv3 +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 COMP_BINDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" nemsinstall Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -11619,54 +11619,54 @@ Currently Loaded Modules: -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' Building dependencies ... -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' -make -C cpl FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +make -C cpl FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl' -make -C gfsphysics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' +make -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' makefile:269: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/mersenne_twister.o physics/namelist_soilveg.o physics/physparam.o physics/set_soilveg.o physics/noahmp_tables.o physics/GFDL_parse_tracers.o physics/physcons.o CCPP_layer/CCPP_data.o ../ccpp/physics/ccpp_static_api.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_restart.o ar: creating libgfsphys.a a - physics/mersenne_twister.o @@ -11682,67 +11682,67 @@ a - GFS_layer/GFS_abstraction_layer.o a - GFS_layer/GFS_diagnostics.o a - GFS_layer/GFS_driver.o a - GFS_layer/GFS_restart.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' -make -C ccpp/driver FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +make -C ccpp/driver FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' 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 -DCCPP CCPP_driver.F90 > CCPP_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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o ar rv libccppdriver.a CCPP_driver.o ar: creating libccppdriver.a a - CCPP_driver.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' -make -C ipd FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' +make -C ipd FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' -make -C io FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +make -C io FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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.6_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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.6_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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_netcdf_parallel.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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.6_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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.6_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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_netcdf_parallel.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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -11755,65 +11755,65 @@ a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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. @@ -11859,50 +11859,50 @@ 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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' makefile:87: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-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/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.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 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 cellular_automata_global.o cellular_automata_sgs.o update_ca.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -11936,14 +11936,14 @@ a - initialize_spectral_mod.o a - cellular_automata_global.o a - cellular_automata_sgs.o a - update_ca.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' -make libfv3cap.a FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' +make libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 @@ -11951,24 +11951,24 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' -make esmf_make_fragment FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +make esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' -Installation into "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL" complete! +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +Installation into "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL" complete! -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -rm -fr /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/exec -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6" COMP_BINDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL" FMS_BINDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="hera" ; \ +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL +rm -fr /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" FMS_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="hera" ; \ set -e ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6 ; \ -./compile.sh --platform hera --fms-dir "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL" +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ +./compile.sh --platform hera --fms-dir "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -11980,9 +11980,9 @@ Currently Loaded Modules: -Will use FMS from: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL +Will use FMS from: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL ++ pwd -+ BASEDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6 ++ BASEDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 + MACHINE_ID=hera + COMPILE_OPTION=hera-intel.mk + DEBUG= @@ -11997,7 +11997,7 @@ MOM6 compile.sh ... DEBUG=, REPRO=1 + [[ 1 == 1 ]] + echo 'compile MOM6 library ...' compile MOM6 library ... -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6 ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 + mkdir -p build/intel/MOM6_LIB/repro + cd build/intel/MOM6_LIB/repro + [[ -f path_names ]] @@ -12008,246 +12008,246 @@ generating file_paths ... A list of the files you checked out is in the file path_names. + echo 'generating makefile ...' generating makefile ... -+ ../../../../src/mkmf/bin/mkmf -t ../../../../src/mkmf/templates/hera-intel.mk -p lib_ocean.a -o -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL path_names ++ ../../../../src/mkmf/bin/mkmf -t ../../../../src/mkmf/templates/hera-intel.mk -p lib_ocean.a -o -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL path_names ........................................................................................................................................................................................................................................... Makefile is ready. + echo 'compiling MOM6 library...' compiling MOM6 library... + make NETCDF=4 REPRO=1 DEBUG= lib_ocean.a -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/build/intel/MOM6_LIB/repro' -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_error_handler.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_cpu_clock.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_time_manager.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_string_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/polynomial_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PLM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_math.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_safe_alloc.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_vkernels.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PCM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_zlike.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_sigma.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_manager_wrapper.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_intrinsic_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_constants.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_coms.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_document.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_solvers.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_consts.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_file_parser.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_TFreeze.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_values.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_slopes.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PPM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PQM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P1M_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P3M_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_background.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_domains.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_unit_scaling.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_interp.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_remapping.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_params.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_verticalGrid.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_hor_index.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_linear.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_grid.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_checksums.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_dyn_horgrid.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_io.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_spatial_means.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/baroclinic_zone_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_transcribe_grid.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/user_shelf_init.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_debugging.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_get_input.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_restart.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_Z_init.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_grid_initialize.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_shared_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_write_cputime.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_hycom.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_variables.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_rho.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_slight.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/initialization/midas_vertmap.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/coord_adapt.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_horizontal_regridding.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_interface_heights.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_checksum_packages.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_isopycnal_slopes.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/adjustment_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Rossby_front_2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/soliton_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_regridding.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_remap.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_diag_mediator.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_opacity.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_registry.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_sponge.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_structure.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_change_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_speed.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_Montgomery.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_PointAccel.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_open_boundary.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/lock_exchange_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/external_gwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_forcing_type.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/benchmark_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Neverland_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/sloshing_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/seamount_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Phillips_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dense_water_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/circle_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/RGC_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/ISOMIP_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_diabatic.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_wave_interface.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/SCM_CVMix_tests.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_aux.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_marine_ice.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_controlled_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Idealized_Hurricane.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/tracer_example.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/DOME_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ISOMIP_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/RGC_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ideal_age_example.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dye_example.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/oil_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/advection_test_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dyed_obc_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_ALE.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/pseudo_salt_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/boundary_impulse_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_barotropic.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/tidal_bay_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Kelvin_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/shelfwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_channel_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity_PPM.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_CoriolisAdv.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/supercritical_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_advect.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_coord_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_boundary_update.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_fixed_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_blocked_AFV.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_state_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_generic_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_flow_control.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_sum_output.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_revise_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_split_RK2.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_main.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_neutral_diffusion.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_hor_diff.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_unit_tests.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 -ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_checksums.o MOM_cpu_clock.o gsw_mod_gibbs_ice_coefficients.o cvmix_math.o dumbbell_surface_forcing.o user_initialization.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o ocean_da_types.o baroclinic_zone_initialization.o MOM_ice_shelf_dynamics.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_open_boundary.o MOM_set_viscosity.o MOM_tracer_hor_diff.o cvmix_shear.o MOM_full_convection.o MOM_regularize_layers.o MOM_string_functions.o mom_ocean_model_nuopc.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o gsw_chem_potential_water_t_exact.o PLM_functions.o MOM_EOS.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_state_initialization.o coord_rho.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_safe_alloc.o MOM_restart.o MOM_coord_initialization.o MOM_intrinsic_functions.o MOM_continuity.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o MOM_OCMIP2_CFC.o gsw_ct_freezing_exact.o MOM_time_manager.o MOM_diag_manager_wrapper.o MOM_obsolete_params.o regrid_interp.o MOM_checksum_packages.o dumbbell_initialization.o MOM_EOS_NEMO.o MOM_CVMix_conv.o MOM_dyn_horgrid.o gsw_mod_freezing_poly_coefficients.o gsw_pt0_from_t.o MOM_wave_structure.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o MOM_unit_scaling.o tidal_bay_initialization.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o user_change_diffusivity.o supercritical_initialization.o MOM_tracer_registry.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o coord_zlike.o gsw_gibbs_ice.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_MEKE_types.o MOM_error_handler.o MOM_CVMix_ddiff.o MOM_PointAccel.o gsw_gibbs_pt0_pt0.o gsw_pt_from_ct.o dyed_channel_initialization.o midas_vertmap.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_thickness_diffuse.o gsw_rho_second_derivatives.o MOM_file_parser.o MOM_wave_speed.o ISOMIP_initialization.o MOM_unit_tests.o polynomial_functions.o ideal_age_example.o MOM_offline_main.o user_shelf_init.o DOME_initialization.o MOM_set_diffusivity.o gsw_rho_first_derivatives.o gsw_specvol_first_derivatives.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o MOM_neutral_diffusion.o BFB_surface_forcing.o coord_sigma.o write_ocean_obs.o advection_test_tracer.o dyed_obcs_initialization.o pseudo_salt_tracer.o MOM_EOS_UNESCO.o seamount_initialization.o MOM_dynamics_unsplit.o MOM_PressureForce.o MOM_verticalGrid.o MOM_diagnostics.o gsw_mod_specvol_coefficients.o gsw_mod_toolbox.o MOM_regridding.o MOM_boundary_update.o MOM_barotropic.o coord_adapt.o MOM_forcing_type.o soliton_initialization.o MOM_tracer_Z_init.o Kelvin_initialization.o MOM_controlled_forcing.o MOM_bulk_mixed_layer.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o gsw_sr_from_sp.o MOM_shared_initialization.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_lateral_boundary_diffusion.o MOM_generic_tracer.o MOM_bkgnd_mixing.o MOM_kappa_shear.o circle_obcs_initialization.o MOM_ALE_sponge.o gsw_entropy_part.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o regrid_edge_slopes.o MOM_ice_shelf_state.o P1M_functions.o gsw_mod_teos10_constants.o MOM_ALE.o MOM_PressureForce_analytic_FV.o boundary_impulse_tracer.o MOM_lateral_mixing_coeffs.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o Idealized_Hurricane.o MOM_diag_remap.o gsw_mod_kinds.o MOM_domains.o MOM_write_cputime.o Neverland_initialization.o MOM_sponge.o MOM_tidal_mixing.o oil_tracer.o MOM_continuity_PPM.o MOM.o gsw_pt_from_t.o dense_water_initialization.o MOM_entrain_diffusive.o MOM_EOS_linear.o Phillips_initialization.o MOM_internal_tide_input.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o MOM_marine_ice.o MOM_debugging.o kdtree.o gsw_rho.o MOM_document.o dyed_obc_tracer.o MOM_variables.o MOM_PressureForce_blocked_AFV.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o adjustment_initialization.o MOM_constants.o MOM_tracer_flow_control.o MOM_coms.o shelfwave_initialization.o cvmix_background.o MOM_diabatic_driver.o gsw_ct_from_pt.o MOM_horizontal_regridding.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_remapping.o MOM_spatial_means.o benchmark_initialization.o lock_exchange_initialization.o dye_example.o MOM_io.o RGC_tracer.o MOM_ice_shelf.o mom_surface_forcing_nuopc.o cvmix_tidal.o cvmix_ddiff.o gsw_specvol_second_derivatives.o MOM_obsolete_diagnostics.o gsw_ct_freezing_poly.o MOM_sum_output.o MOM_PressureForce_Montgomery.o MOM_isopycnal_slopes.o gsw_t_deriv_chem_potential_water_t_exact.o +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/build/intel/MOM6_LIB/repro' +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_error_handler.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_cpu_clock.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_time_manager.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_string_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/polynomial_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PLM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_math.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_safe_alloc.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_vkernels.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PCM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_zlike.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_sigma.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_manager_wrapper.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_intrinsic_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_constants.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_coms.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_document.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_solvers.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_consts.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_file_parser.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_TFreeze.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_values.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PPM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PQM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P1M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P3M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_background.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_domains.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_unit_scaling.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_interp.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_remapping.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_params.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_verticalGrid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_hor_index.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_linear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_checksums.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_dyn_horgrid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_io.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_spatial_means.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/baroclinic_zone_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_transcribe_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/user_shelf_init.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_debugging.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_get_input.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_restart.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_Z_init.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_grid_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_shared_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_write_cputime.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_hycom.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_variables.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_rho.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_slight.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/initialization/midas_vertmap.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/coord_adapt.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_horizontal_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_interface_heights.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_checksum_packages.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_isopycnal_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/adjustment_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Rossby_front_2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/soliton_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_remap.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_diag_mediator.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_opacity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_registry.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_structure.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_change_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_speed.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_Montgomery.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_PointAccel.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_open_boundary.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/lock_exchange_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/external_gwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_forcing_type.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/benchmark_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Neverland_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/sloshing_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/seamount_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Phillips_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/circle_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/RGC_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/ISOMIP_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dense_water_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_diabatic.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_wave_interface.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/SCM_CVMix_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_marine_ice.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_controlled_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Idealized_Hurricane.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/tracer_example.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/DOME_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ISOMIP_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/RGC_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ideal_age_example.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dye_example.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/oil_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/advection_test_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dyed_obc_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_ALE.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/pseudo_salt_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/boundary_impulse_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_barotropic.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/tidal_bay_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Kelvin_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/shelfwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_channel_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity_PPM.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_CoriolisAdv.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/supercritical_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_advect.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_coord_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_boundary_update.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_fixed_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_blocked_AFV.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_state_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_generic_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_flow_control.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_sum_output.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_revise_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_main.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_split_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_neutral_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_hor_diff.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_unit_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 +ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_checksums.o MOM_cpu_clock.o gsw_mod_gibbs_ice_coefficients.o cvmix_math.o dumbbell_surface_forcing.o user_initialization.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o ocean_da_types.o baroclinic_zone_initialization.o MOM_ice_shelf_dynamics.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_open_boundary.o MOM_set_viscosity.o MOM_tracer_hor_diff.o cvmix_shear.o MOM_full_convection.o MOM_regularize_layers.o MOM_string_functions.o mom_ocean_model_nuopc.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o gsw_chem_potential_water_t_exact.o PLM_functions.o MOM_EOS.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_state_initialization.o coord_rho.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_safe_alloc.o MOM_restart.o MOM_coord_initialization.o MOM_intrinsic_functions.o MOM_continuity.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o MOM_OCMIP2_CFC.o gsw_ct_freezing_exact.o MOM_time_manager.o MOM_diag_manager_wrapper.o MOM_obsolete_params.o regrid_interp.o MOM_checksum_packages.o dumbbell_initialization.o MOM_EOS_NEMO.o MOM_CVMix_conv.o MOM_dyn_horgrid.o gsw_mod_freezing_poly_coefficients.o gsw_pt0_from_t.o MOM_wave_structure.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o MOM_unit_scaling.o tidal_bay_initialization.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o user_change_diffusivity.o supercritical_initialization.o MOM_tracer_registry.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o coord_zlike.o gsw_gibbs_ice.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_MEKE_types.o MOM_error_handler.o MOM_CVMix_ddiff.o MOM_PointAccel.o gsw_pt_from_ct.o gsw_gibbs_pt0_pt0.o dyed_channel_initialization.o midas_vertmap.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o regrid_consts.o gsw_t_freezing_exact.o MOM_diag_mediator.o MOM_thickness_diffuse.o gsw_rho_second_derivatives.o MOM_file_parser.o MOM_wave_speed.o ISOMIP_initialization.o MOM_unit_tests.o polynomial_functions.o ideal_age_example.o MOM_offline_main.o user_shelf_init.o DOME_initialization.o MOM_set_diffusivity.o gsw_rho_first_derivatives.o gsw_specvol_first_derivatives.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o MOM_neutral_diffusion.o BFB_surface_forcing.o coord_sigma.o write_ocean_obs.o advection_test_tracer.o dyed_obcs_initialization.o pseudo_salt_tracer.o MOM_EOS_UNESCO.o seamount_initialization.o MOM_dynamics_unsplit.o MOM_PressureForce.o MOM_verticalGrid.o MOM_diagnostics.o gsw_mod_toolbox.o gsw_mod_specvol_coefficients.o MOM_regridding.o MOM_boundary_update.o MOM_barotropic.o coord_adapt.o MOM_forcing_type.o soliton_initialization.o MOM_tracer_Z_init.o Kelvin_initialization.o MOM_controlled_forcing.o MOM_bulk_mixed_layer.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o gsw_sr_from_sp.o MOM_shared_initialization.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_generic_tracer.o MOM_lateral_boundary_diffusion.o MOM_bkgnd_mixing.o MOM_kappa_shear.o circle_obcs_initialization.o MOM_ALE_sponge.o gsw_entropy_part.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o regrid_edge_slopes.o MOM_ice_shelf_state.o P1M_functions.o gsw_mod_teos10_constants.o MOM_ALE.o MOM_PressureForce_analytic_FV.o boundary_impulse_tracer.o MOM_lateral_mixing_coeffs.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o Idealized_Hurricane.o MOM_diag_remap.o gsw_mod_kinds.o MOM_write_cputime.o MOM_domains.o Neverland_initialization.o MOM_sponge.o MOM_tidal_mixing.o oil_tracer.o MOM_continuity_PPM.o gsw_pt_from_t.o MOM.o dense_water_initialization.o MOM_entrain_diffusive.o MOM_EOS_linear.o Phillips_initialization.o MOM_internal_tide_input.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o MOM_marine_ice.o MOM_debugging.o kdtree.o gsw_rho.o MOM_document.o dyed_obc_tracer.o MOM_variables.o MOM_PressureForce_blocked_AFV.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o adjustment_initialization.o MOM_constants.o MOM_tracer_flow_control.o MOM_coms.o shelfwave_initialization.o cvmix_background.o MOM_diabatic_driver.o gsw_ct_from_pt.o MOM_horizontal_regridding.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_remapping.o MOM_spatial_means.o lock_exchange_initialization.o benchmark_initialization.o dye_example.o MOM_io.o RGC_tracer.o MOM_ice_shelf.o mom_surface_forcing_nuopc.o cvmix_tidal.o cvmix_ddiff.o gsw_specvol_second_derivatives.o MOM_obsolete_diagnostics.o gsw_ct_freezing_poly.o MOM_sum_output.o MOM_PressureForce_Montgomery.o MOM_isopycnal_slopes.o gsw_t_deriv_chem_potential_water_t_exact.o ar: creating lib_ocean.a a - cvmix_utils.o a - coord_hycom.o @@ -12341,15 +12341,15 @@ a - MOM_MEKE_types.o a - MOM_error_handler.o a - MOM_CVMix_ddiff.o a - MOM_PointAccel.o -a - gsw_gibbs_pt0_pt0.o a - gsw_pt_from_ct.o +a - gsw_gibbs_pt0_pt0.o a - dyed_channel_initialization.o a - midas_vertmap.o a - MOM_fixed_initialization.o a - gsw_t_freezing_poly.o a - MOM_tracer_advect.o -a - gsw_t_freezing_exact.o a - regrid_consts.o +a - gsw_t_freezing_exact.o a - MOM_diag_mediator.o a - MOM_thickness_diffuse.o a - gsw_rho_second_derivatives.o @@ -12382,8 +12382,8 @@ a - MOM_dynamics_unsplit.o a - MOM_PressureForce.o a - MOM_verticalGrid.o a - MOM_diagnostics.o -a - gsw_mod_specvol_coefficients.o a - gsw_mod_toolbox.o +a - gsw_mod_specvol_coefficients.o a - MOM_regridding.o a - MOM_boundary_update.o a - MOM_barotropic.o @@ -12402,8 +12402,8 @@ a - MOM_shared_initialization.o a - DOME2d_initialization.o a - MOM_tracer_diabatic.o a - MOM_vert_friction.o -a - MOM_lateral_boundary_diffusion.o a - MOM_generic_tracer.o +a - MOM_lateral_boundary_diffusion.o a - MOM_bkgnd_mixing.o a - MOM_kappa_shear.o a - circle_obcs_initialization.o @@ -12425,15 +12425,15 @@ a - cvmix_convection.o a - Idealized_Hurricane.o a - MOM_diag_remap.o a - gsw_mod_kinds.o -a - MOM_domains.o a - MOM_write_cputime.o +a - MOM_domains.o a - Neverland_initialization.o a - MOM_sponge.o a - MOM_tidal_mixing.o a - oil_tracer.o a - MOM_continuity_PPM.o -a - MOM.o a - gsw_pt_from_t.o +a - MOM.o a - dense_water_initialization.o a - MOM_entrain_diffusive.o a - MOM_EOS_linear.o @@ -12466,8 +12466,8 @@ a - MOM_dynamics_split_RK2.o a - sloshing_initialization.o a - MOM_remapping.o a - MOM_spatial_means.o -a - benchmark_initialization.o a - lock_exchange_initialization.o +a - benchmark_initialization.o a - dye_example.o a - MOM_io.o a - RGC_tracer.o @@ -12482,25 +12482,25 @@ a - MOM_sum_output.o a - MOM_PressureForce_Montgomery.o a - MOM_isopycnal_slopes.o a - gsw_t_deriv_chem_potential_water_t_exact.o -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/build/intel/MOM6_LIB/repro' +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/build/intel/MOM6_LIB/repro' + echo 'compiling MOM6 library successful' compiling MOM6 library successful + echo 'compiling MOM6 library done' compiling MOM6 library done -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6 ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 + mkdir -p exec/hera/ -+ ln -s /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/build/intel/MOM6_LIB/repro exec/hera/lib_ocean ++ ln -s /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/build/intel/MOM6_LIB/repro exec/hera/lib_ocean + [[ 0 == 1 ]] + echo ================================================== ================================================== + [[ 0 == 1 ]] + echo 'Next recommended step is to rejoice out of happiness from a successful compile.' Next recommended step is to rejoice out of happiness from a successful compile. -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6 ; \ - exec make -f makefile.nuopc COMP_SRCDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6" COMP_BINDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL" FMS_BINDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="hera" \ - "FMSDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL" \ - "NEMSMOMDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/exec/hera" \ - "INSTALLDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL" install +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ + exec make -f makefile.nuopc COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" FMS_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="hera" \ + "FMSDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" \ + "NEMSMOMDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera" \ + "INSTALLDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" install Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -12512,11 +12512,11 @@ Currently Loaded Modules: -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6' -mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/time_utils.F90 -mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap_methods.F90 -mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap_time.F90 -mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap.F90 +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6' +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/time_utils.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap_methods.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap_time.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap.F90 ar rv libmom.a mom_cap.o time_utils.o mom_cap_methods.o mom_cap_time.o ar: creating libmom.a a - mom_cap.o @@ -12524,17 +12524,17 @@ a - time_utils.o a - mom_cap_methods.o a - mom_cap_time.o rm -f mom6.mk.install -mkdir -p /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -cp -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/exec/hera/lib_ocean/lib_ocean.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -cp -f libmom.a mom_cap_mod.mod /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -cp -f mom6.mk.install /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6' -test -d "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL" -test -s "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk" -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +mkdir -p /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean/lib_ocean.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +cp -f libmom.a mom_cap_mod.mod /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +cp -f mom6.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6' +test -d "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" +test -s "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk" +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL SITE="NEMS.hera" SYSTEM_USERDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE" SRCDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE" EXEDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE ; \ +export COMP_SRCDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE COMP_BINDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL SITE="NEMS.hera" SYSTEM_USERDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" EXEDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE ; \ ./comp_ice.backend Currently Loaded Modules: @@ -12551,7 +12551,7 @@ NEMS_GRID = T126_mx025 tcx comp_ice.backend res grid mx025 1440x1080 ARCH is Linux.NEMS.hera CICE comp_ice.backend ... DEBUG=N -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice/compile' +gmake[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' Building dependency for shr_orb_mod.d Building dependency for ice_zbgc_shared.d Building dependency for ice_zbgc.d @@ -12620,687 +12620,687 @@ Building dependency for CICE_RunMod.d Building dependency for CICE_InitMod.d Building dependency for CICE_FinalMod.d Building dependency for CICE.d -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice/compile' -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice/compile' -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_kinds_mod.F90 > ice_kinds_mod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_kinds_mod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice/ice_constants.F90 > ice_constants.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_constants.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_fileunits.F90 > ice_fileunits.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_fileunits.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_restart_shared.F90 > ice_restart_shared.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi/ice_communicate.F90 > ice_communicate.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_communicate.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi/ice_exit.F90 > ice_exit.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_exit.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_domain_size.F90 > ice_domain_size.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_domain_size.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_blocks.F90 > ice_blocks.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_blocks.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_spacecurve.F90 > ice_spacecurve.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_spacecurve.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_distribution.F90 > ice_distribution.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_distribution.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi/ice_global_reductions.F90 > ice_global_reductions.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_global_reductions.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi/ice_boundary.F90 > ice_boundary.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_boundary.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi/ice_broadcast.F90 > ice_broadcast.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_broadcast.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_domain.F90 > ice_domain.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_domain.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_state.F90 > ice_state.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_state.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_atmo.F90 > ice_atmo.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_atmo.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_atmo.F90(330): remark #5140: Unrecognized directive +gmake[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' +gmake[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_kinds_mod.F90 > ice_kinds_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_kinds_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/ice_constants.F90 > ice_constants.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_constants.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_fileunits.F90 > ice_fileunits.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_fileunits.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restart_shared.F90 > ice_restart_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_communicate.F90 > ice_communicate.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_communicate.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_exit.F90 > ice_exit.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_exit.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_domain_size.F90 > ice_domain_size.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_domain_size.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_blocks.F90 > ice_blocks.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_blocks.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_spacecurve.F90 > ice_spacecurve.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_spacecurve.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_distribution.F90 > ice_distribution.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_distribution.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_global_reductions.F90 > ice_global_reductions.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_global_reductions.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_boundary.F90 > ice_boundary.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_boundary.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_broadcast.F90 > ice_broadcast.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_broadcast.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_domain.F90 > ice_domain.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_domain.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_state.F90 > ice_state.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_state.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90 > ice_atmo.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_atmo.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(330): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_atmo.F90(353): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(353): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_atmo.F90(476): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(476): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_atmo.F90(506): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(506): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_atmo.F90(694): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(694): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_shared.F90 > ice_therm_shared.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_zbgc_shared.F90 > ice_zbgc_shared.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_zbgc_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_flux.F90 > ice_flux.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_flux.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_flux.F90(769): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_shared.F90 > ice_therm_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc_shared.F90 > ice_zbgc_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_zbgc_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90 > ice_flux.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_flux.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90(769): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_flux.F90(903): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90(903): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_flux.F90(965): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90(965): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_calendar.F90 > ice_calendar.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_calendar.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi/ice_gather_scatter.F90 > ice_gather_scatter.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_gather_scatter.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_read_write.F90 > ice_read_write.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_read_write.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi/ice_timers.F90 > ice_timers.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_timers.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_grid.F90 > ice_grid.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_grid.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_diagnostics.F90 > ice_diagnostics.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_diagnostics.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_diagnostics.F90(1079): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_calendar.F90 > ice_calendar.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_calendar.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_gather_scatter.F90 > ice_gather_scatter.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_gather_scatter.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_read_write.F90 > ice_read_write.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_read_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_timers.F90 > ice_timers.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_timers.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_grid.F90 > ice_grid.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_grid.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90 > ice_diagnostics.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_diagnostics.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90(1079): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_diagnostics.F90(1092): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90(1092): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_diagnostics.F90(1165): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90(1165): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_ocean.F90 > ice_ocean.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_ocean.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_ocean.F90(172): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_ocean.F90 > ice_ocean.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_ocean.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_ocean.F90(172): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_forcing.F90 > ice_forcing.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_forcing.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share/shr_orb_mod.F90 > shr_orb_mod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include shr_orb_mod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_orbital.F90 > ice_orbital.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_orbital.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_orbital.F90(109): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_forcing.F90 > ice_forcing.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_forcing.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share/shr_orb_mod.F90 > shr_orb_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include shr_orb_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_orbital.F90 > ice_orbital.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_orbital.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_orbital.F90(109): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_dyn_shared.F90 > ice_dyn_shared.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf/ice_restart.F90 > ice_restart.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_meltpond_lvl.F90 > ice_meltpond_lvl.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_lvl.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_meltpond_cesm.F90 > ice_meltpond_cesm.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_cesm.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_meltpond_topo.F90 > ice_meltpond_topo.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_topo.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90 > ice_shortwave.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_shortwave.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(647): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_shared.F90 > ice_dyn_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf/ice_restart.F90 > ice_restart.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_meltpond_lvl.F90 > ice_meltpond_lvl.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_meltpond_cesm.F90 > ice_meltpond_cesm.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_cesm.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_meltpond_topo.F90 > ice_meltpond_topo.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_topo.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90 > ice_shortwave.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_shortwave.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(647): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(800): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(800): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1016): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1016): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1042): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1042): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1065): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1065): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1655): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1655): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1679): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1679): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1720): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1720): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1736): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1736): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1774): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1774): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1790): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1790): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1830): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1830): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(3108): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3108): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(3129): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3129): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(3140): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3140): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(3163): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3163): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(3770): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3770): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(3865): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3865): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(3422): warning #7532: The number of arguments is incompatible with intrinsic procedure, assume 'external'. [GAMMA] +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3422): warning #7532: The number of arguments is incompatible with intrinsic procedure, assume 'external'. [GAMMA] gamma(w,uu,gg,e) = p5*w*((c1 + c3*gg*(c1-w)*uu*uu) & ------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_aerosol.F90 > ice_aerosol.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_aerosol.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90 > ice_algae.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_algae.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90(284): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_aerosol.F90 > ice_aerosol.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_aerosol.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90 > ice_algae.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_algae.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(284): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90(300): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(300): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90(344): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(344): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90(366): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(366): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90(403): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(403): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90(442): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(442): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90(692): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(692): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90 > ice_itd.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_itd.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(333): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90 > ice_itd.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_itd.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(333): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(346): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(346): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(357): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(357): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(369): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(369): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(381): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(381): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(394): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(394): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(407): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(407): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(420): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(420): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(1139): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1139): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(1170): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1170): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(1903): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1903): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(1916): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1916): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(1935): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1935): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(1954): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1954): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2048): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2048): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2062): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2062): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2084): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2084): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2104): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2104): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2123): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2123): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2152): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2152): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2220): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2220): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2239): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2239): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2255): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2255): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(1784): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [FLUX_BIO] +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1784): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [FLUX_BIO] flux_bio, l_stop, & ----------------------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90 > ice_mechred.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_mechred.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(800): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90 > ice_mechred.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_mechred.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(800): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1037): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1037): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1051): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1051): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1071): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1071): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1123): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1123): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1247): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1247): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1260): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1260): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1272): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1272): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1519): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1519): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1549): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1549): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1572): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1572): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1638): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1638): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1733): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1733): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1751): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1751): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1763): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1763): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1775): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1775): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1787): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1787): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1800): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1800): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1813): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1813): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1828): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1828): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1939): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1939): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1967): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1967): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1980): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1980): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1992): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1992): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(2003): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2003): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(2201): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2201): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(2221): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2221): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(2241): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2241): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_dyn_eap.F90 > ice_dyn_eap.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_eap.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_dyn_eap.F90(1179): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_eap.F90 > ice_dyn_eap.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_eap.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_eap.F90(1179): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_history_shared.F90 > ice_history_shared.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_history_mechred.F90 > ice_history_mechred.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_mechred.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_history_pond.F90 > ice_history_pond.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_pond.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_history_bgc.F90 > ice_history_bgc.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_bgc.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_history_drag.F90 > ice_history_drag.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_drag.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf/ice_history_write.F90 > ice_history_write.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_write.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_mushy.F90 > ice_therm_mushy.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_mushy.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_history.F90 > ice_history.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_age.F90 > ice_age.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_age.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_firstyear.F90 > ice_firstyear.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_firstyear.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_lvl.F90 > ice_lvl.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_lvl.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90 > ice_transport_remap.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_transport_remap.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(1235): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_shared.F90 > ice_history_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_mechred.F90 > ice_history_mechred.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_mechred.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_pond.F90 > ice_history_pond.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_pond.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_bgc.F90 > ice_history_bgc.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_bgc.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_drag.F90 > ice_history_drag.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_drag.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf/ice_history_write.F90 > ice_history_write.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_mushy.F90 > ice_therm_mushy.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_mushy.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history.F90 > ice_history.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_age.F90 > ice_age.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_age.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_firstyear.F90 > ice_firstyear.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_firstyear.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_lvl.F90 > ice_lvl.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90 > ice_transport_remap.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_transport_remap.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(1235): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3117): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3117): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3148): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3148): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3290): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3290): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3318): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3318): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3365): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3365): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3425): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3425): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3456): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3456): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3478): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3478): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3680): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3680): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3700): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3700): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_driver.F90 > ice_transport_driver.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_transport_driver.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90 > ice_therm_bl99.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_bl99.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(444): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_driver.F90 > ice_transport_driver.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_transport_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90 > ice_therm_bl99.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_bl99.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(444): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(569): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(569): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(646): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(646): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(685): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(685): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(756): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(756): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(905): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(905): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(990): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(990): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(1001): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1001): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(1125): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1125): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(1797): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1797): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(1806): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1806): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(1818): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1818): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_0layer.F90 > ice_therm_0layer.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_0layer.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_0layer.F90(236): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90 > ice_therm_0layer.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_0layer.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(236): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_0layer.F90(297): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(297): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_0layer.F90(350): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(350): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_0layer.F90(450): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(450): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90 > ice_therm_vertical.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_vertical.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(742): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90 > ice_therm_vertical.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_vertical.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(742): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(754): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(754): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(765): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(765): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(781): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(781): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(914): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(914): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(941): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(941): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1046): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1046): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1065): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1065): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1199): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1199): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1227): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1227): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1438): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1438): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1452): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1452): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1573): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1573): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1624): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1624): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1667): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1667): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1696): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1696): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1730): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1730): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1768): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1768): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1777): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1777): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1844): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1844): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1897): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1897): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1951): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1951): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1960): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1960): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(2086): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2086): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(2108): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2108): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(2207): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2207): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(2305): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2305): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(2431): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2431): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_restoring.F90 > ice_restoring.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restoring.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_restoring.F90(456): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restoring.F90 > ice_restoring.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restoring.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restoring.F90(456): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_init.F90 > ice_init.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_init.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_init.F90(1381): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_init.F90 > ice_init.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_init.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_init.F90(1381): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90 > ice_brine.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_brine.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(175): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90 > ice_brine.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_brine.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(175): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(302): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(302): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(315): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(315): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(343): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(343): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(356): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(356): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(452): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(452): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(469): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(469): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(492): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(492): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(518): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(518): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_zbgc.F90 > ice_zbgc.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_zbgc.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_zbgc.F90(692): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90 > ice_zbgc.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_zbgc.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(692): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_zbgc.F90(825): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(825): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_zbgc.F90(996): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(996): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_zbgc.F90(1046): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(1046): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_restart_driver.F90 > ice_restart_driver.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart_driver.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice/CICE_InitMod.F90 > CICE_InitMod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_InitMod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90 > ice_therm_itd.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_itd.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(341): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restart_driver.F90 > ice_restart_driver.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE_InitMod.F90 > CICE_InitMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_InitMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90 > ice_therm_itd.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_itd.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(341): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(443): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(443): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(499): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(499): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(580): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(580): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(698): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(698): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1129): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1129): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1165): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1165): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1181): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1181): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1198): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1198): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1457): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1457): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1473): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1473): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1490): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1490): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1596): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1596): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1634): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1634): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1655): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1655): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1688): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1688): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1749): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1749): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_dyn_evp.F90 > ice_dyn_evp.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_evp.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_dyn_evp.F90(517): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_evp.F90 > ice_dyn_evp.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_evp.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_evp.F90(517): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_step_mod.F90 > ice_step_mod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_step_mod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice/CICE_RunMod.F90 > CICE_RunMod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_RunMod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice/CICE_FinalMod.F90 > CICE_FinalMod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_FinalMod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice/CICE.F90 > CICE.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE.f90 -mpiifort -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/cice CICE.o CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o ice_aerosol.o ice_age.o ice_algae.o ice_atmo.o ice_blocks.o ice_boundary.o ice_brine.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_constants.o ice_diagnostics.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_firstyear.o ice_flux.o ice_forcing.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_init.o ice_itd.o ice_kinds_mod.o ice_lvl.o ice_mechred.o ice_meltpond_cesm.o ice_meltpond_lvl.o ice_meltpond_topo.o ice_ocean.o ice_orbital.o ice_read_write.o ice_restart.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_shortwave.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_therm_0layer.o ice_therm_bl99.o ice_therm_itd.o ice_therm_mushy.o ice_therm_shared.o ice_therm_vertical.o ice_timers.o ice_transport_driver.o ice_transport_remap.o ice_zbgc.o ice_zbgc_shared.o shr_orb_mod.o -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdf -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdf -lnetcdff -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice/compile' -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_step_mod.F90 > ice_step_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_step_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE_RunMod.F90 > CICE_RunMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_RunMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE_FinalMod.F90 > CICE_FinalMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_FinalMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE.F90 > CICE.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE.f90 +mpiifort -o /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/cice CICE.o CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o ice_aerosol.o ice_age.o ice_algae.o ice_atmo.o ice_blocks.o ice_boundary.o ice_brine.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_constants.o ice_diagnostics.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_firstyear.o ice_flux.o ice_forcing.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_init.o ice_itd.o ice_kinds_mod.o ice_lvl.o ice_mechred.o ice_meltpond_cesm.o ice_meltpond_lvl.o ice_meltpond_topo.o ice_ocean.o ice_orbital.o ice_read_write.o ice_restart.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_shortwave.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_therm_0layer.o ice_therm_bl99.o ice_therm_itd.o ice_therm_mushy.o ice_therm_shared.o ice_therm_vertical.o ice_timers.o ice_transport_driver.o ice_transport_remap.o ice_zbgc.o ice_zbgc_shared.o shr_orb_mod.o -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdf -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdf -lnetcdff +gmake[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice NTASK = 48 global N, block_size x 1440, 60 @@ -13314,10 +13314,10 @@ max_blocks = 1 0 = TRBRI, brine height tracer 7 = NBGCLYR, number of bio grid layers 0 = TRBGCS, number of BGC tracers -ar: creating /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/liblanl_cice.a -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_CAP ; exec make -f makefile.nuopc \ - COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL SITE="NEMS.hera" SYSTEM_USERDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE" SRCDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE" EXEDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" \ - "LANLCICEDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE" "INSTALLDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL" install +ar: creating /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/liblanl_cice.a +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; exec make -f makefile.nuopc \ + COMP_SRCDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE COMP_BINDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL SITE="NEMS.hera" SYSTEM_USERDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" EXEDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" \ + "LANLCICEDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" "INSTALLDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL" install Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -13329,20 +13329,20 @@ Currently Loaded Modules: -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice_cap' -mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/compile -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 cice_cap.F90 +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/compile -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 cice_cap.F90 ar rv libcice.a cice_cap.o ar: creating libcice.a a - cice_cap.o rm -f cice.mk.install -mkdir -p /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -cp -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/liblanl_cice.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -cp -f libcice.a cice_cap_mod.mod /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -cp -f cice.mk.install /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice_cap' -test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model" COMP_BINDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ +mkdir -p /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/liblanl_cice.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +cp -f libcice.a cice_cap_mod.mod /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +cp -f cice.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +test -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/esmf ; \ +export COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ exec make -j 1 WW3_COMP="hera" ww3_nems Currently Loaded Modules: @@ -13355,26 +13355,26 @@ Currently Loaded Modules: -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/esmf -+ export COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/WW3_INSTALL WW3_COMP=hera -+ COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model -+ COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/WW3_INSTALL ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/esmf ++ export COMP_SRCDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model COMP_BINDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL WW3_COMP=hera ++ COMP_SRCDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model ++ COMP_BINDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL + WW3_COMP=hera + exec make -j 1 WW3_COMP=hera ww3_nems -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/esmf' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/esmf' ***************************** *** WAVEWATCH III setup *** ***************************** -[INFO] local env file wwatch3.env found in /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/wwatch3.env - Setup file /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/wwatch3.env found +[INFO] local env file wwatch3.env found in /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/wwatch3.env + Setup file /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/wwatch3.env found Printer (listings) : auxiliary FORTRAN compiler : gfortran auxiliary C compiler : gcc - Source directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model - Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/tmp + Source directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model + Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp Save source code : yes Save listings : yes @@ -13382,31 +13382,31 @@ make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ Compile auxiliary programs -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/aux' -gfortran -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/w3adc w3adc.f -gfortran -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/w3list w3list.f -gfortran -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/w3prnt w3prnt.f -gfortran -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/w3split w3split.f -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/aux' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/aux' +gfortran -o /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3adc w3adc.f +gfortran -o /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3list w3list.f +gfortran -o /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3prnt w3prnt.f +gfortran -o /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3split w3split.f +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/aux' Setup comp & link files - sed /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/comp.tmpl => /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/comp - sed /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/link.tmpl => /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/link + sed /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/comp.tmpl => /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/comp + sed /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/link.tmpl => /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/link Create required model subdirectories Finished setting up WAVEWATCH III -\rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/tempswitch -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/w3_make ww3_grid +\rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/tempswitch +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_make ww3_grid ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model +Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -13418,12 +13418,12 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/switch +switch = /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/switch Checking all subroutines for modules (this may take a while) ... Processing ww3_grid --------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' ad3 : processing constants ad3 : processing w3servmd ad3 : processing w3arrymd @@ -13431,34 +13431,34 @@ ad3 : processing w3gsrumd ad3 : processing w3gdatmd ad3 : processing w3odatmd ad3 : processing w3idatmd -ad3 : processing w3dispmd ad3 : processing w3adatmd -ad3 : processing w3nmlgridmd +ad3 : processing w3dispmd ad3 : processing w3timemd +ad3 : processing w3nmlgridmd ad3 : processing wmmdatmd ad3 : processing w3src4md -ad3 : processing w3parall ad3 : processing w3snl1md ad3 : processing w3triamd +ad3 : processing w3parall ad3 : processing w3wdatmd ad3 : processing w3iogrmd ad3 : processing ww3_grid Linking ww3_grid -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/w3_make ww3_outf +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_make ww3_outf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model +Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -13467,27 +13467,27 @@ Shared Object : No Processing ww3_outf --------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn' -ad3 : processing w3sdb1md -ad3 : processing w3iogomd +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' ad3 : processing w3sbt1md +ad3 : processing w3iogomd +ad3 : processing w3sdb1md ad3 : processing ww3_outf Linking ww3_outf -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/w3_make ww3_outp +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_make ww3_outp ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model +Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -13496,28 +13496,28 @@ Shared Object : No Processing ww3_outp --------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn' -ad3 : processing w3bullmd +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' ad3 : processing w3iopomd +ad3 : processing w3bullmd ad3 : processing w3partmd ad3 : processing w3flx1md ad3 : processing ww3_outp Linking ww3_outp -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/w3_make ww3_prep +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_make ww3_prep ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model +Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -13526,25 +13526,25 @@ Shared Object : No Processing ww3_prep --------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' ad3 : processing w3fldsmd ad3 : processing ww3_prep Linking ww3_prep -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/w3_make ww3_gint +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_make ww3_gint ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model +Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -13553,24 +13553,24 @@ Shared Object : No Processing ww3_gint --------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' ad3 : processing ww3_gint Linking ww3_gint -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/w3_make ww3_prnc +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_make ww3_prnc ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model +Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -13579,25 +13579,25 @@ Shared Object : No Processing ww3_prnc --------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' ad3 : processing w3nmlprncmd ad3 : processing ww3_prnc Linking ww3_prnc -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/w3_make ww3_ounf +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_make ww3_ounf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model +Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -13606,27 +13606,27 @@ Shared Object : No Processing ww3_ounf --------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn' -ad3 : processing w3iorsmd +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' ad3 : processing w3nmlounfmd +ad3 : processing w3iorsmd ad3 : processing w3initmd ad3 : processing ww3_ounf Linking ww3_ounf -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/w3_make ww3_ounp +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_make ww3_ounp ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model +Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -13635,26 +13635,26 @@ Shared Object : No Processing ww3_ounp --------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' ad3 : processing w3nmlounpmd ad3 : processing ww3_ounp Linking ww3_ounp -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' ********************** *** end of compilation *** ********************** -\rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/tempswitch -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/w3_make ww3_grib +\rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/tempswitch +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_make ww3_grib ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model +Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -13666,33 +13666,33 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/switch +switch = /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/switch new GRIB package Checking all subroutines for modules (this may take a while) ... Processing ww3_grib --------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' ad3 : processing ww3_grib Linking ww3_grib -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' ********************** *** end of compilation *** ********************** -\rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/exec -\mkdir -p /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/exec -\cp -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/exe/ww3_* /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/exec -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/w3_make ww3_multi_esmf +\rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/exec +\mkdir -p /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/exec +\cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/exe/ww3_* /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/exec +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_make ww3_multi_esmf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model +Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -13704,14 +13704,14 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/switch +switch = /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' ad3 : processing constants ad3 : processing scrip_kindsmod [no w3adc] ad3 : processing w3uqckmd @@ -13722,9 +13722,9 @@ ad3 : processing w3servmd ad3 : processing scrip_errormod [no w3adc] ad3 : processing scrip_netcdfmod [no w3adc] ad3 : processing scrip_grids [no w3adc] -ad3 : processing w3cspcmd ad3 : processing w3gsrumd ad3 : processing w3arrymd +ad3 : processing w3cspcmd ad3 : processing wmunitmd ad3 : processing scrip_remap_vars [no w3adc] ad3 : processing scrip_remap_write [no w3adc] @@ -13733,40 +13733,40 @@ ad3 : processing scrip_remap_conservative [no w3adc] ad3 : processing scrip_interface ad3 : processing w3gdatmd ad3 : processing w3odatmd -ad3 : processing w3sbt1md -ad3 : processing w3idatmd ad3 : processing wmscrpmd +ad3 : processing w3idatmd +ad3 : processing w3sbt1md ad3 : processing w3dispmd ad3 : processing w3timemd ad3 : processing wmmdatmd ad3 : processing w3adatmd ad3 : processing w3src4md -ad3 : processing w3fldsmd ad3 : processing w3fld1md ad3 : processing w3sdb1md ad3 : processing w3flx1md ad3 : processing w3partmd ad3 : processing w3nmlmultimd ad3 : processing wmfinlmd +ad3 : processing w3fldsmd ad3 : processing w3fld2md -ad3 : processing w3triamd ad3 : processing w3parall +ad3 : processing w3triamd ad3 : processing w3snl1md ad3 : processing w3wdatmd ad3 : processing w3iogrmd -ad3 : processing wmgridmd -ad3 : processing w3iogomd -ad3 : processing w3updtmd -ad3 : processing w3iopomd -ad3 : processing w3iorsmd -ad3 : processing w3iobcmd ad3 : processing wmupdtmd +ad3 : processing w3iogomd ad3 : processing w3iosfmd ad3 : processing w3iotrmd ad3 : processing w3pro3md ad3 : processing w3profsmd ad3 : processing w3srcemd ad3 : processing w3wdasmd +ad3 : processing w3updtmd +ad3 : processing w3iopomd +ad3 : processing w3iorsmd +ad3 : processing wmgridmd +ad3 : processing w3iobcmd ad3 : processing wminiomd ad3 : processing w3initmd ad3 : processing w3wavemd @@ -13837,21 +13837,21 @@ a - wmscrpmd.o a - scrip_netcdfmod.o a - scrip_remap_write.o a - scrip_remap_read.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/w3_make ww3_multi +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_make ww3_multi ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model +Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -13860,37 +13860,37 @@ Shared Object : No Processing ww3_multi --------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' ad3 : processing ww3_multi Linking ww3_multi -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' ********************** *** end of compilation *** ********************** -\cp -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/exe/ww3_multi /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/exec -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/esmf' -mkdir -p /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/WW3_INSTALL -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/nuopc.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/WW3_INSTALL/. -test -d "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/WW3_INSTALL" +\cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/exe/ww3_multi /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/exec +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/esmf' +mkdir -p /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL +cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/nuopc.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL/. +test -d "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL" ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ccpp_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk" ; echo fms_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk" ; echo cice_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk" ; echo ww3_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk" ; ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC" -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ccpp_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk" ; echo fms_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk" ; echo cice_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk" ; echo ww3_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL/nuopc.mk" ; ) > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC" +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk ; do \ +for m in /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL/nuopc.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src ; \ +echo build NEMS after /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL/nuopc.mk ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src ; \ make nems \ COMPONENTS="CCPP FMS FV3 MOM6 CICE WW3" \ - CCPP_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL FV3_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL MOM6_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL CICE_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL WW3_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/WW3_INSTALL TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/exe/NEMS.x" ; \ -test -x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/exe/NEMS.x + CCPP_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL MOM6_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL CICE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL WW3_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL TARGET="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x" ; \ +test -x /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 @@ -13902,14 +13902,14 @@ Currently Loaded Modules: -build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk +build NEMS after /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL/nuopc.mk Components in linker order: WW3 CICE MOM6 FV3 FMS CCPP -WW3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk -CICE: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk -MOM6: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -CCPP: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk +WW3: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL/nuopc.mk +CICE: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +MOM6: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk +CCPP: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" CPPFLAGS += ESMF_VERSION_MINOR="0" @@ -13918,187 +13918,187 @@ 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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' cd ENS_Cpl && make stub -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' mpiicc -E -DFV3_CPLD -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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ENS_Cpl' -mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 20:00:33 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_UTILS.tmp.f90 +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:03:28 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_HYB -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 20:00:33 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:03:28 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_HYB -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 20:00:33 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:03:28 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_HYB -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o 'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' -mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 20:00:33 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:03:28 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_HYB -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 20:00:33 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:03:28 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_HYB -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 20:00:33 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:03:28 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_HYB -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 20:00:33 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:03:28 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_HYB -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 20:00:33 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:03:28 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_HYB -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 20:00:33 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:03:28 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_HYB -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 20:00:33 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c MAIN_NEMS.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:03:28 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_HYB -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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.6_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.6_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 /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/obj_HYB/libww3_multi_esmf.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/libcice.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/liblanl_cice.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/libmom.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/lib_ocean.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cap.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libccppdriver.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libfv3core.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libfv3io.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libipd.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libgfsphys.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/libfms.a -L/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.6_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/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/obj_HYB/libww3_multi_esmf.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/libcice.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/liblanl_cice.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/libmom.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/lib_ocean.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libccppdriver.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/libfms.a -L/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.6_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' -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src' +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' + [[ YES == YES ]] + make app=coupledFV3_CCPP_MOM6_CICE_WW3 clean -Convert /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder -...into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk -Include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk -echo 'CCPP FMS FV3 MOM6 CICE WW3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/components.mk" +Convert /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder +...into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk +Include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE WW3' > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" ; \ -rm -rf "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build" -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build -cat /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs ; \ - exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs' +cd "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build" ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build +cat /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs ; \ + exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs' -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/modules.fv3 -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 ; exec make \ +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/configure.fv3 \ - /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/modules.fv3 +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 set -e ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6 ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ exec make -f makefile.nuopc clean -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice_cap' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' rm -f -f libcice.a *.f90 *.o *.mod *.lst depend -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice_cap' -set -e ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_CAP ; set +e ; \ +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; set +e ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ -rm -rf cice.mk.install /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -set -e ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE ; set +e ; \ +rm -rf cice.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE ; set +e ; \ rm -rf history compile restart *.a ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model" COMP_BINDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/esmf ; \ +export COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ export ESMFMKFILE=/dev/null ; \ exec make distclean @@ -14112,57 +14112,57 @@ Currently Loaded Modules: -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/esmf' -\rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/exe/ww3_multi_esmf *.o *.mod -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/w3_clean -c +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/esmf' +\rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/exe/ww3_multi_esmf *.o *.mod +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_clean -c ***************************** *** WAVEWATCH III clean *** ***************************** - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/tmp - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/ftn - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/aux - Remove /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/mod - Remove /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/mod_HYB - Remove /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/mod_SEQ - Remove /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/obj - Remove /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/obj_HYB - Remove /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/obj_SEQ - Remove /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/tmp - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin - Remove /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/exe - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/../regtests -\rm -fr /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/tmp -\rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/bin/wwatch3.env -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model/esmf' -cd "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/model" ; \ + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/aux + Remove /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod + Remove /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_HYB + Remove /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_SEQ + Remove /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/obj + Remove /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/obj_HYB + Remove /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/obj_SEQ + Remove /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin + Remove /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/exe + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/../regtests +\rm -fr /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp +\rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/wwatch3.env +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/esmf' +cd "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -if ! test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ +if ! test -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE WW3" \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE WW3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: WW3 CICE MOM6 FV3 FMS CCPP -WW3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk -CICE: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src' -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing -MOM6: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk +WW3: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL/nuopc.mk +CICE: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing +MOM6: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" CPPFLAGS += ESMF_VERSION_MINOR="0" @@ -14173,15 +14173,15 @@ CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src' -+ cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/tests/fv3_mom6_cice_2.exe -+ cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/tests/modules.fv3_mom6_cice_2 -+ elapsed=1688 -+ echo 'Elapsed time 1688 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_WW3 finished' -Elapsed time 1688 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_WW3 finished +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' ++ cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/fv3_mom6_cice_2.exe ++ cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/modules.fv3_mom6_cice_2 ++ elapsed=1750 ++ echo 'Elapsed time 1750 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_WW3 finished' +Elapsed time 1750 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_WW3 finished + SECONDS=0 + [[ 2 -lt 1 ]] + readonly app_name=coupledFV3_CCPP_MOM6_CICE_debug @@ -14193,94 +14193,94 @@ Elapsed time 1688 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_WW3 finished + readonly clean_after=YES + clean_after=YES + hostname -hfe04 -+++ dirname /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/tests/compile.sh -++ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/tests +hfe11 ++++ dirname /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/compile.sh +++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests ++ pwd -P -+ readonly compile_root_dir=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/tests -+ compile_root_dir=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/tests -++ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/tests/.. ++ readonly compile_root_dir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests ++ compile_root_dir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests +++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/.. ++ pwd -+ PATHTR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model -+ echo 'PATHTR is /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model' -PATHTR is /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS ++ PATHTR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ echo 'PATHTR is /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit' +PATHTR is /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS + [[ coupledFV3_CCPP_MOM6_CICE_debug =~ _debug ]] + S2S_DEBUG_MODULE=true + export S2S_DEBUG_MODULE + [[ YES == YES ]] + make app=coupledFV3_CCPP_MOM6_CICE_debug distclean -Convert /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder -...into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk -Include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk +Convert /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder +...into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk +Include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk MOM6%DEBUG=Y => MOM6_MAKEOPT += DEBUG=Y CICE%DEBUG=Y => CICE_MAKEOPT += DEBUG=Y -echo 'CCPP FMS FV3 MOM6 CICE' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE' > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS DEBUG=Y Adding FV3 makeopts to FMS makeopts -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" ; \ -rm -rf "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build" -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build +cd "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build" ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build set -xue ; \ -export PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ +export PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ cd $PATH_CCPP ; \ -rm -rf "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib" ; \ -rm -rf "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include" ; \ -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk -+ export PATH_CCPP=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ PATH_CCPP=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model -+ /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib" ; \ +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include" ; \ +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk ++ export PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean INFO: Logging level set to DEBUG INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Performing clean .... -DEBUG: Executing "rm -vf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_*_cap.F90 /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_static_api.F90 /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_STATIC_API.sh" -DEBUG: Execution of "rm -vf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_*_cap.F90 /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_static_api.F90 /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_STATIC_API.sh" returned with exit code 0 - stdout: "removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_static_api.F90' -removed '/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_STATIC_API.sh'" +DEBUG: Executing "rm -vf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.cmake /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.sh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.cmake /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.sh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_*_cap.F90 /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_static_api.F90 /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_STATIC_API.sh" +DEBUG: Execution of "rm -vf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.cmake /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.sh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.cmake /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.sh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_*_cap.F90 /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_static_api.F90 /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_STATIC_API.sh" returned with exit code 0 + stdout: "removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.mk' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.sh' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.mk' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.cmake' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.sh' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.mk' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.cmake' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.sh' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_static_api.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_STATIC_API.sh'" stderr: "" INFO: CCPP prebuild clean completed successfully, exiting. -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib -+ rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -+ rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk -cat /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs ; \ - exec make CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs' ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include ++ rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk +cat /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs ; \ + exec make CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -14291,156 +14291,156 @@ 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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs' -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/modules.fv3 -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 ; exec make \ +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' makefile:269: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' makefile:87: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/configure.fv3 \ - /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/modules.fv3 -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk set -e ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6 ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/src/MOM6/config_src/nems_cap/mom5.mk.install -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/src/MOM6/config_src/nems_cap/mom5.mk.install +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ exec make -f makefile.nuopc clean -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice_cap' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' rm -f -f libcice.a *.f90 *.o *.mod *.lst depend -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice_cap' -set -e ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_CAP ; set +e ; \ +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; set +e ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ -rm -rf cice.mk.install /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -set -e ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE ; set +e ; \ +rm -rf cice.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE ; set +e ; \ rm -rf history compile restart *.a ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk -if ! test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +if ! test -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE" \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CICE MOM6 FV3 FMS CCPP -CICE: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src' -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing -MOM6: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing +CICE: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing +MOM6: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing +FV3: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" CPPFLAGS += ESMF_VERSION_MINOR="0" @@ -14451,58 +14451,58 @@ CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src' -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/externals.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems.sh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems.csh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/test-results.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/components.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/test_results.mk +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test_results.mk + make app=coupledFV3_CCPP_MOM6_CICE_debug build -Convert /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder -...into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk -Include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk +Convert /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder +...into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk +Include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk MOM6%DEBUG=Y => MOM6_MAKEOPT += DEBUG=Y CICE%DEBUG=Y => CICE_MAKEOPT += DEBUG=Y -echo 'CCPP FMS FV3 MOM6 CICE' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE' > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS DEBUG=Y Adding FV3 makeopts to FMS makeopts -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/conf/configure.fv3_coupled.hera.intel /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/externals.nems -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/modulefiles/hera.intel/fv3_coupled_debug /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems.csh" -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/incmake/configure_rules.mk:3: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/test-results.mk: No such file or directory -make -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS' +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/conf/configure.fv3_coupled.hera.intel /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/externals.nems +cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/modulefiles/hera.intel/fv3_coupled_debug /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems +cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.csh" +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk: No such file or directory +make -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS' if [ -f "/modules.nems" ] ; then \ - . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=12000000 ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=300000 ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 ; \ -) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS' -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +) > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS' +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -xue ; \ -export PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ +export PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ cd $PATH_CCPP ; \ -./build_ccpp.sh hera.intel "$PATH_CCPP" /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk \ - "CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp"" NO NO ; \ -test -d "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp"/include ; \ -test -d "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp"/lib +./build_ccpp.sh hera.intel "$PATH_CCPP" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk \ + "CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp"" NO NO ; \ +test -d "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp"/include ; \ +test -d "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp"/lib Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0g @@ -14514,10 +14514,10 @@ Currently Loaded Modules: -+ export PATH_CCPP=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ PATH_CCPP=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model -+ /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ++ export PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled INFO: Logging level set to DEBUG INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Parsing suite definition files ... @@ -17504,7 +17504,7 @@ INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from n DEBUG: Updating local name of variable soil_upward_latent_heat_flux from evbs to GFS_Interstitial(cdata%thrd_no)%evbs INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata DEBUG: Updating local name of variable tracer_concentration_save from save_q to GFS_Interstitial(cdata%thrd_no)%save_q -INFO: Metadata table for model FV3 written to /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Metadata table for model FV3 written to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html INFO: Parsing metadata tables in physics scheme files ... DEBUG: Parsing file rayleigh_damp.f with registry OrderedDict([('rayleigh_damp', {'rayleigh_damp': {'rayleigh_damp_finalize': [118, 119], 'rayleigh_damp_init': [8, 9], 'rayleigh_damp_run': [22, 114]}})]) DEBUG: Skipping blank table rayleigh_damp_finalize @@ -18739,7 +18739,7 @@ DEBUG: Optional argument mean_effective_radius_for_snow_flake to subroutine rrtm DEBUG: Optional argument rime_factor to subroutine mp_fer_hires_init in module mp_fer_hires is required, keep in list DEBUG: Optional argument tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list DEBUG: Optional argument tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list -INFO: Metadata table for model FV3 written to /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Metadata table for model FV3 written to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex INFO: Comparing metadata for requested and provided variables ... DEBUG: Requested variable GFS_cldprop_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Cldprop in module GFS_typedefs DEBUG: Requested variable GFS_cldprop_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Cldprop in module GFS_typedefs @@ -23167,23 +23167,23 @@ DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_ DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%xmu in module GFS_typedefs INFO: Generating list of Fortran modules containing CCPP type definitions ... INFO: Generating typedefs makefile/cmakefile snippet ... -INFO: Added 10 typedefs to /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh +INFO: Added 10 typedefs to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.sh INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 215 schemes to /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk, /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Added 215 schemes to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.mk, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.sh INFO: Generating suite and group caps ... DEBUG: Generating suite and group caps for suite FV3_GFS_2017_coupled... DEBUG: Generating suite and group caps for suite FV3_GFS_2017_satmedmf_coupled... DEBUG: Generating suite and group caps for suite FV3_GFS_v15p2_coupled... -INFO: Generating static API ccpp_static_api.F90 in /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics ... +INFO: Generating static API ccpp_static_api.F90 in /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics ... INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 16 auto-generated caps to /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk and /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake, /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh +INFO: Added 16 auto-generated caps to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.mk and /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.cmake, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.sh INFO: CCPP prebuild step completed successfully. -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ ./build_ccpp.sh hera.intel /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk 'CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp' NO NO ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ ./build_ccpp.sh hera.intel /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk 'CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp' NO NO MACHINE_ID=hera.intel is valid. Compilers set for hera.intel. Obtained ESMF_LIB=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib from /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk -Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -DNETCDF_DIR=/apps/netcdf/4.7.0/intel/18.0.5.274 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=OFF' ... +Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp -DNETCDF_DIR=/apps/netcdf/4.7.0/intel/18.0.5.274 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=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 @@ -23224,8 +23224,8 @@ Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/scratch1/NCEPDEV/nems/Jun.Wa -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -- Got CCPP TYPEDEFS from cmakefile include file: gfs_typedefs.mod;mo_cloud_optics.mod;mo_optical_props.mod;ccpp_typedefs.mod;mo_gas_concentrations.mod;machine.mod;mo_source_functions.mod;module_radlw_parameters.mod;module_radsw_parameters.mod;mo_gas_optics_rrtmgp.mod --- Got CCPP SCHEMES from cmakefile include file: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/date_def.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gwdc.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/moninshoc.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_aux.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 --- Got CCPP CAPS from cmakefile include file: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 +-- Got CCPP SCHEMES from cmakefile include file: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninshoc.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_aux.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rascnv.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 +-- Got CCPP CAPS from cmakefile include file: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -- Configuring done -- Generating done CMake Warning: @@ -23234,279 +23234,279 @@ CMake Warning: LEGACY_INTEL --- Build files have been written to: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -/contrib/cmake/3.9.0/bin/cmake -H/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -B/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks +-- Build files have been written to: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -H/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp -B/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/src /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -Dependee "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". -Dependee "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". Scanning dependencies of target ccpp -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/requires -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_types framework/src/CMakeFiles/ccpp.dir/ccpp_types.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_api framework/src/CMakeFiles/ccpp.dir/ccpp_api.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o.provides.build [ 1%] Linking Fortran static library libccpp.a -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 /usr/bin/ar qc libccpp.a CMakeFiles/ccpp.dir/ccpp_types.F90.o CMakeFiles/ccpp.dir/ccpp_api.F90.o /usr/bin/ranlib libccpp.a -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 1%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -Dependee "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". -Dependee "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". Scanning dependencies of target ccppphys -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/requires -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 1%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/machine physics/CMakeFiles/ccppphys.dir/machine.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/physcons physics/CMakeFiles/ccppphys.dir/physcons.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/funcphys physics/CMakeFiles/ccppphys.dir/funcphys.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/wv_saturation.F -o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/wv_saturation.F -o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/wv_saturation physics/CMakeFiles/ccppphys.dir/wv_saturation.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mersenne_twister physics/CMakeFiles/ccppphys.dir/mersenne_twister.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_kind physics/CMakeFiles/ccppphys.dir/mo_rte_kind.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props_kernels physics/CMakeFiles/ccppphys.dir/mo_optical_props_kernels.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_util_array physics/CMakeFiles/ccppphys.dir/mo_rte_util_array.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props physics/CMakeFiles/ccppphys.dir/mo_optical_props.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_optics physics/CMakeFiles/ccppphys.dir/mo_cloud_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_string physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_string.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_concentrations physics/CMakeFiles/ccppphys.dir/mo_gas_concentrations.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_source_functions physics/CMakeFiles/ccppphys.dir/mo_source_functions.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics physics/CMakeFiles/ccppphys.dir/mo_gas_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_kernels physics/CMakeFiles/ccppphys.dir/mo_gas_optics_kernels.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_constants physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_constants.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder_kernels physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder_kernels.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_rrtmgp physics/CMakeFiles/ccppphys.dir/mo_gas_optics_rrtmgp.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/physparam physics/CMakeFiles/ccppphys.dir/physparam.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_parameters physics/CMakeFiles/ccppphys.dir/module_radlw_parameters.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_parameters physics/CMakeFiles/ccppphys.dir/module_radsw_parameters.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/parse_tracers physics/CMakeFiles/ccppphys.dir/parse_tracers.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_typedefs physics/CMakeFiles/ccppphys.dir/gfs_typedefs.mod.stamp Intel -/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/h2o_def physics/CMakeFiles/ccppphys.dir/h2o_def.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/iccn_def physics/CMakeFiles/ccppphys.dir/iccn_def.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/micro_mg_utils.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg_utils.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/micro_mg_utils physics/CMakeFiles/ccppphys.dir/micro_mg_utils.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_nst_parameters.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_parameters.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_nst_parameters physics/CMakeFiles/ccppphys.dir/module_nst_parameters.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_water_prop.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_nst_water_prop physics/CMakeFiles/ccppphys.dir/module_nst_water_prop.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_bl_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bl_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_bl_mynn physics/CMakeFiles/ccppphys.dir/module_bl_mynn.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_common physics/CMakeFiles/ccppphys.dir/ugwp_common.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_conv_init physics/CMakeFiles/ccppphys.dir/ugwp_conv_init.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_fjet_init physics/CMakeFiles/ccppphys.dir/ugwp_fjet_init.mod.stamp Intel @@ -23515,216 +23515,216 @@ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/bui /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_oro_init physics/CMakeFiles/ccppphys.dir/ugwp_oro_init.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_wmsdis_init physics/CMakeFiles/ccppphys.dir/ugwp_wmsdis_init.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_module physics/CMakeFiles/ccppphys.dir/cires_ugwp_module.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozne_def physics/CMakeFiles/ccppphys.dir/ozne_def.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_microphysics physics/CMakeFiles/ccppphys.dir/module_microphysics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/surface_perturbation physics/CMakeFiles/ccppphys.dir/surface_perturbation.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg physics/CMakeFiles/ccppphys.dir/namelist_soilveg.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_deep.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_deep.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_deep physics/CMakeFiles/ccppphys.dir/cu_gf_deep.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg_ruc physics/CMakeFiles/ccppphys.dir/namelist_soilveg_ruc.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_broadband_kernels physics/CMakeFiles/ccppphys.dir/mo_fluxes_broadband_kernels.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes physics/CMakeFiles/ccppphys.dir/mo_fluxes.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_solver_kernels physics/CMakeFiles/ccppphys.dir/mo_rte_solver_kernels.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_lw physics/CMakeFiles/ccppphys.dir/mo_rte_lw.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_sw physics/CMakeFiles/ccppphys.dir/mo_rte_sw.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband_kernels physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband_kernels.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_sw_cloud_optics physics/CMakeFiles/ccppphys.dir/mo_rrtmg_sw_cloud_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_aux.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_aux.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_aux physics/CMakeFiles/ccppphys.dir/rrtmgp_aux.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_astronomy physics/CMakeFiles/ccppphys.dir/module_radiation_astronomy.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_clouds physics/CMakeFiles/ccppphys.dir/module_radiation_clouds.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_gases physics/CMakeFiles/ccppphys.dir/module_radiation_gases.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/radcons physics/CMakeFiles/ccppphys.dir/radcons.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmp_glacier physics/CMakeFiles/ccppphys.dir/module_sf_noahmp_glacier.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_globals physics/CMakeFiles/ccppphys.dir/noahmp_glacier_globals.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_routines physics/CMakeFiles/ccppphys.dir/noahmp_glacier_routines.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmplsm physics/CMakeFiles/ccppphys.dir/module_sf_noahmplsm.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/noahmp_tables.f90 -o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/noahmp_tables.f90 -o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmp_tables physics/CMakeFiles/ccppphys.dir/noahmp_tables.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_mod physics/CMakeFiles/ccppphys.dir/set_soilveg_mod.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90 -o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90 -o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_fer_hires physics/CMakeFiles/ccppphys.dir/module_mp_fer_hires.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_surface physics/CMakeFiles/ccppphys.dir/module_radiation_surface.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_heating_rates physics/CMakeFiles/ccppphys.dir/mo_heating_rates.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_avplank physics/CMakeFiles/ccppphys.dir/module_radlw_avplank.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_cldprlw physics/CMakeFiles/ccppphys.dir/module_radlw_cldprlw.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb01 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb01.mod.stamp Intel @@ -23745,165 +23745,165 @@ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/bui /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb16 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb16.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_ref physics/CMakeFiles/ccppphys.dir/module_radlw_ref.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys_mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys_mod.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_lw_cloud_optics physics/CMakeFiles/ccppphys.dir/mo_rrtmg_lw_cloud_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90 -o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90 -o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_bl_myjpbl physics/CMakeFiles/ccppphys.dir/module_bl_myjpbl.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_sampling physics/CMakeFiles/ccppphys.dir/mo_cloud_sampling.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson_make_number_concentrations physics/CMakeFiles/ccppphys.dir/module_mp_thompson_make_number_concentrations.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/aer_cloud.F -o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aer_cloud.F -o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/aer_cloud physics/CMakeFiles/ccppphys.dir/aer_cloud.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cldmacro.F -o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldmacro.F -o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cldmacro physics/CMakeFiles/ccppphys.dir/cldmacro.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cldwat2m_micro.F -o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldwat2m_micro.F -o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cldwat2m_micro physics/CMakeFiles/ccppphys.dir/cldwat2m_micro.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/micro_mg2_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg2_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/micro_mg2_0 physics/CMakeFiles/ccppphys.dir/micro_mg2_0.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/micro_mg3_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg3_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/micro_mg3_0 physics/CMakeFiles/ccppphys.dir/micro_mg3_0.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/date_def.f -o CMakeFiles/ccppphys.dir/physics/date_def.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/date_def.f -o CMakeFiles/ccppphys.dir/physics/date_def.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/date_def physics/CMakeFiles/ccppphys.dir/date_def.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_nst_model.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_model.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/nst_module physics/CMakeFiles/ccppphys.dir/nst_module.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_mynn physics/CMakeFiles/ccppphys.dir/module_sf_mynn.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90 -o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_SF_JSFC.F90 -o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_jsfc physics/CMakeFiles/ccppphys.dir/module_sf_jsfc.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_ruclsm.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_ruclsm physics/CMakeFiles/ccppphys.dir/module_sf_ruclsm.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_soil_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_soil_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_soil_pre physics/CMakeFiles/ccppphys.dir/module_soil_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_ruc_mod physics/CMakeFiles/ccppphys.dir/set_soilveg_ruc_mod.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/aerinterp physics/CMakeFiles/ccppphys.dir/aerinterp.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/h2ointerp physics/CMakeFiles/ccppphys.dir/h2ointerp.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/iccninterp physics/CMakeFiles/ccppphys.dir/iccninterp.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozinterp physics/CMakeFiles/ccppphys.dir/ozinterp.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_cldprtb physics/CMakeFiles/ccppphys.dir/module_radsw_cldprtb.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb16 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb16.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb17 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb17.mod.stamp Intel @@ -23922,130 +23922,130 @@ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/bui /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_ref physics/CMakeFiles/ccppphys.dir/module_radsw_ref.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_sflux physics/CMakeFiles/ccppphys.dir/module_radsw_sflux.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/samfcnv_aerosols physics/CMakeFiles/ccppphys.dir/samfcnv_aerosols.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw physics/CMakeFiles/ccppphys.dir/rrtmg_lw.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw physics/CMakeFiles/ccppphys.dir/rrtmg_sw.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_compute_bc physics/CMakeFiles/ccppphys.dir/mo_compute_bc.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_sh.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_sh.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_sh physics/CMakeFiles/ccppphys.dir/cu_gf_sh.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdps physics/CMakeFiles/ccppphys.dir/gwdps.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp physics/CMakeFiles/ccppphys.dir/cires_ugwp.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_post physics/CMakeFiles/ccppphys.dir/cires_ugwp_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cnvc90 physics/CMakeFiles/ccppphys.dir/cnvc90.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/dcyc2t3 physics/CMakeFiles/ccppphys.dir/dcyc2t3.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/get_phi_fv3 physics/CMakeFiles/ccppphys.dir/get_phi_fv3.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/get_prs_fv3 physics/CMakeFiles/ccppphys.dir/get_prs_fv3.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_post physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_post physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_post physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_common physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_common.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_post physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_post physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_1 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_1.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_2 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_2.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_3 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_3.mod.stamp Intel @@ -24056,1340 +24056,1340 @@ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/bui /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_reset physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_reset.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_update physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_update.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_inter physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_inter.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_post physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_pre physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_post physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part1 physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part1.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part2 physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part2.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/hedmf physics/CMakeFiles/ccppphys.dir/hedmf.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_noah physics/CMakeFiles/ccppphys.dir/lsm_noah.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/maximum_hourly_diagnostics physics/CMakeFiles/ccppphys.dir/maximum_hourly_diagnostics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozphys physics/CMakeFiles/ccppphys.dir/ozphys.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rayleigh_damp physics/CMakeFiles/ccppphys.dir/rayleigh_damp.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/samfdeepcnv physics/CMakeFiles/ccppphys.dir/samfdeepcnv.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/samfshalcnv physics/CMakeFiles/ccppphys.dir/samfshalcnv.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_cice physics/CMakeFiles/ccppphys.dir/sfc_cice.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag physics/CMakeFiles/ccppphys.dir/sfc_diag.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag_post physics/CMakeFiles/ccppphys.dir/sfc_diag_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_diff physics/CMakeFiles/ccppphys.dir/sfc_diff.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_ocean physics/CMakeFiles/ccppphys.dir/sfc_ocean.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_sice physics/CMakeFiles/ccppphys.dir/sfc_sice.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_gscond physics/CMakeFiles/ccppphys.dir/zhaocarr_gscond.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_precpd physics/CMakeFiles/ccppphys.dir/zhaocarr_precpd.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_physics_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_pre physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_post physics/CMakeFiles/ccppphys.dir/rrtmg_lw_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_pre physics/CMakeFiles/ccppphys.dir/rrtmg_lw_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_post physics/CMakeFiles/ccppphys.dir/rrtmg_sw_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_pre physics/CMakeFiles/ccppphys.dir/rrtmg_sw_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_radiation_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_stochastics physics/CMakeFiles/ccppphys.dir/gfs_stochastics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_stochastics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_phys_time_vary physics/CMakeFiles/ccppphys.dir/gfs_phys_time_vary.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rad_time_vary physics/CMakeFiles/ccppphys.dir/gfs_rad_time_vary.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_setup physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_setup.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_time_vary_pre physics/CMakeFiles/ccppphys.dir/gfs_time_vary_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_time_vary_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdif physics/CMakeFiles/ccppphys.dir/satmedmfvdif.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_typedefs physics/CMakeFiles/ccppphys.dir/ccpp_typedefs.mod.stamp Intel -/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/fv_sat_adj physics/CMakeFiles/ccppphys.dir/fv_sat_adj.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/h2ophys physics/CMakeFiles/ccppphys.dir/h2ophys.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozphys_2015 physics/CMakeFiles/ccppphys.dir/ozphys_2015.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_radiation_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o.provides.build [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o.provides.build [ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_cap.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o.provides.build [ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_debug.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_debug.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_abort physics/CMakeFiles/ccppphys.dir/gfs_abort.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_checkland physics/CMakeFiles/ccppphys.dir/gfs_checkland.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_diagtoscreen physics/CMakeFiles/ccppphys.dir/gfs_diagtoscreen.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_interstitialtoscreen physics/CMakeFiles/ccppphys.dir/gfs_interstitialtoscreen.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o.provides.build [ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_lw_post physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_lw_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o.provides.build [ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_pre physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o.provides.build [ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_setup physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_setup.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o.provides.build [ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_post physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o.provides.build [ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_pre physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o.provides.build [ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_ini_fini_test physics/CMakeFiles/ccppphys.dir/gfs_suite_ini_fini_test.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o.provides.build [ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cs_conv.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv physics/CMakeFiles/ccppphys.dir/cs_conv.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_post physics/CMakeFiles/ccppphys.dir/cs_conv_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_pre physics/CMakeFiles/ccppphys.dir/cs_conv_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o.provides.build [ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_aw_adj physics/CMakeFiles/ccppphys.dir/cs_conv_aw_adj.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o.provides.build [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_driver.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver physics/CMakeFiles/ccppphys.dir/cu_gf_driver.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o.provides.build [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_post physics/CMakeFiles/ccppphys.dir/cu_gf_driver_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o.provides.build [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_pre physics/CMakeFiles/ccppphys.dir/cu_gf_driver_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o.provides.build [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke physics/CMakeFiles/ccppphys.dir/cu_ntiedtke.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o.provides.build [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_post physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o.provides.build [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_pre physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o.provides.build [ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/drag_suite.F90 -o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/drag_suite.F90 -o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/drag_suite physics/CMakeFiles/ccppphys.dir/drag_suite.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o.provides.build [ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gcm_shoc.F90 -o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcm_shoc.F90 -o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/shoc physics/CMakeFiles/ccppphys.dir/shoc.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o.provides.build [ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F -o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F -o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_phy_tracer_config physics/CMakeFiles/ccppphys.dir/gfs_phy_tracer_config.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o.provides.build [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gwdc.f -o CMakeFiles/ccppphys.dir/physics/gwdc.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdc.f -o CMakeFiles/ccppphys.dir/physics/gwdc.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdc physics/CMakeFiles/ccppphys.dir/gwdc.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdc_post physics/CMakeFiles/ccppphys.dir/gwdc_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdc_pre physics/CMakeFiles/ccppphys.dir/gwdc_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o.provides.build [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_post physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_pre physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o.provides.build [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/m_micro.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/m_micro physics/CMakeFiles/ccppphys.dir/m_micro.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o.provides.build [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/m_micro_post physics/CMakeFiles/ccppphys.dir/m_micro_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/m_micro_pre physics/CMakeFiles/ccppphys.dir/m_micro_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o.provides.build [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/myjpbl_wrapper physics/CMakeFiles/ccppphys.dir/myjpbl_wrapper.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o.provides.build [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/myjsfc_wrapper physics/CMakeFiles/ccppphys.dir/myjsfc_wrapper.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o.provides.build [ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnedmf_wrapper physics/CMakeFiles/ccppphys.dir/mynnedmf_wrapper.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o.provides.build [ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnsfc_wrapper physics/CMakeFiles/ccppphys.dir/mynnsfc_wrapper.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o.provides.build [ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_post.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_post physics/CMakeFiles/ccppphys.dir/mynnrad_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o.provides.build [ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_pre physics/CMakeFiles/ccppphys.dir/mynnrad_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o.provides.build [ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf_hafs.f -o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf_hafs.f -o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/hedmf_hafs physics/CMakeFiles/ccppphys.dir/hedmf_hafs.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o.provides.build [ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/moninshoc.f -o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninshoc.f -o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/moninshoc physics/CMakeFiles/ccppphys.dir/moninshoc.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o.provides.build [ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_fer_hires.F90 -o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_fer_hires.F90 -o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_fer_hires physics/CMakeFiles/ccppphys.dir/mp_fer_hires.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o.provides.build [ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson physics/CMakeFiles/ccppphys.dir/mp_thompson.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o.provides.build [ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_thompson_post.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_post.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_post physics/CMakeFiles/ccppphys.dir/mp_thompson_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o.provides.build [ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_pre.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_pre physics/CMakeFiles/ccppphys.dir/mp_thompson_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o.provides.build [ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_multi_gases_mod physics/CMakeFiles/ccppphys.dir/ccpp_multi_gases_mod.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o.provides.build [ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rascnv.F90 -o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rascnv.F90 -o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rascnv physics/CMakeFiles/ccppphys.dir/rascnv.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o.provides.build [ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_aerosol_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_aerosol_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o.provides.build [ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o.provides.build [ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_sampling physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_sampling.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o.provides.build [ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_gas_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_gas_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o.provides.build [ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_pre physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o.provides.build [ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_rte physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_rte.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o.provides.build [ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_aerosol_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_aerosol_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o.provides.build [ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o.provides.build [ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_sampling physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_sampling.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o.provides.build [ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_gas_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_gas_optics.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o.provides.build [ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_rte physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_rte.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o.provides.build [ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_bygpoint physics/CMakeFiles/ccppphys.dir/mo_fluxes_bygpoint.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o.provides.build [ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_clr_all_sky physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_clr_all_sky.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o.provides.build [ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sascnvn.F -o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sascnvn.F -o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sascnvn physics/CMakeFiles/ccppphys.dir/sascnvn.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdifq.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdifq.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdifq physics/CMakeFiles/ccppphys.dir/satmedmfvdifq.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc physics/CMakeFiles/ccppphys.dir/lsm_ruc.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_noahmp_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmpdrv physics/CMakeFiles/ccppphys.dir/noahmpdrv.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_nst.f -o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_nst.f -o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst physics/CMakeFiles/ccppphys.dir/sfc_nst.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_post physics/CMakeFiles/ccppphys.dir/sfc_nst_post.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_pre physics/CMakeFiles/ccppphys.dir/sfc_nst_pre.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o.provides.build [ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfccyc_module physics/CMakeFiles/ccppphys.dir/sfccyc_module.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/shalcnv.F -o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shalcnv.F -o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/shalcnv physics/CMakeFiles/ccppphys.dir/shalcnv.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/shinhongvdif.F90 -o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shinhongvdif.F90 -o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/shinhongvdif physics/CMakeFiles/ccppphys.dir/shinhongvdif.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sso_coorde physics/CMakeFiles/ccppphys.dir/sso_coorde.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/ysuvdif.F90 -o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ysuvdif.F90 -o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o /contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ysuvdif physics/CMakeFiles/ccppphys.dir/ysuvdif.mod.stamp Intel /contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o.provides.build [ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o [ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o [ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f -o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f -o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o [ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o [ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o [ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o [ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o [ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o [ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o [ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o [ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o [ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o [ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbltq.f -o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbltq.f -o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o [ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o [ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/mfscuq.f -o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscuq.f -o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o [100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/num_parthds.F -o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/num_parthds.F -o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o [100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o [100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o [100%] Linking Fortran static library libccppphys.a -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 -/usr/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o CMakeFiles/ccppphys.dir/physics/date_def.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/gwdc.f.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 +/usr/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o CMakeFiles/ccppphys.dir/physics/date_def.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/gwdc.f.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /usr/bin/ranlib libccppphys.a -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -/contrib/cmake/3.9.0/bin/cmake -H/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -B/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles 0 +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -H/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp -B/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/framework/src /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/requires -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[3]: Nothing to be done for `framework/src/CMakeFiles/ccpp.dir/build'. -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [ 1%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/physics /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/requires -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make[4]: `physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make[4]: `physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build -make[4]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build' is up to date. -make[4]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[3]: Nothing to be done for `physics/CMakeFiles/ccppphys.dir/build'. -make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' make[2]: Nothing to be done for `preinstall'. -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' Install the project... /contrib/cmake/3.9.0/bin/cmake -P cmake_install.cmake -- Install configuration: "Debug" --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib/libccpp.a --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config.cmake --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config-debug.cmake --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_types.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_api.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib/libccppphys.a --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config.cmake --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config-debug.cmake --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/gfs_typedefs.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/mo_cloud_optics.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/mo_optical_props.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_typedefs.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/mo_gas_concentrations.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/machine.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/mo_source_functions.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/module_radlw_parameters.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/module_radsw_parameters.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod --- Installing: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build' -+ test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -+ test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs ; \ -exec make CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" all +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/libccpp.a +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccpp-config.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccpp-config-debug.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_types.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_api.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/libccppphys.a +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccppphys-config.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccppphys-config-debug.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/gfs_typedefs.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_cloud_optics.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_optical_props.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_typedefs.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_gas_concentrations.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/machine.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_source_functions.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/module_radlw_parameters.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/module_radsw_parameters.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' ++ test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include ++ test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs ; \ +exec make CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" all Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0g @@ -25401,213 +25401,213 @@ Currently Loaded Modules: -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' Building dependencies ... -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs' -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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. 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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.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. -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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. 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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -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 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -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 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -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 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.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 -DDEBUG -DOPENMP -DCCPP -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 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.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 -DDEBUG -DOPENMP -DCCPP -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 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -c ../mosaic/interp.c -o ../mosaic/interp.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 -DDEBUG -DOPENMP -DCCPP -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 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.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 -DDEBUG -DOPENMP -DCCPP -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 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.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 -DDEBUG -DOPENMP -DCCPP -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 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -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 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.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 -DDEBUG -DOPENMP -DCCPP -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.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 -DDEBUG -DOPENMP -DCCPP -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/interp.c -o ../mosaic/interp.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 -DDEBUG -DOPENMP -DCCPP -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.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 -DDEBUG -DOPENMP -DCCPP -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.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 -DDEBUG -DOPENMP -DCCPP -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mpp/threadloc.c -o ../mpp/threadloc.o ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o ar: creating libfms.a a - ../oda_tools/xbt_drop_rate_adjust.o @@ -25695,18 +25695,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL" -mv fms.mk "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL on hera -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3"/conf/configure.fv3 -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3"/conf/modules.fv3 -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" nemsinstall +mkdir -p "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" +mv fms.mk "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL +Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL on hera +cp -fp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems \ + "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3"/conf/configure.fv3 +cp -fp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems \ + "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3"/conf/modules.fv3 +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 COMP_BINDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" nemsinstall Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0g @@ -25718,54 +25718,54 @@ Currently Loaded Modules: -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' Building dependencies ... -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' -make -C cpl FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +make -C cpl FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl' -make -C gfsphysics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' +make -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' makefile:269: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -Duse_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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -Duse_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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o -mpiifort -Duse_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 -DCCPP -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -Duse_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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -Duse_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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o +mpiifort -Duse_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 -DCCPP -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/mersenne_twister.o physics/namelist_soilveg.o physics/physparam.o physics/set_soilveg.o physics/noahmp_tables.o physics/GFDL_parse_tracers.o physics/physcons.o CCPP_layer/CCPP_data.o ../ccpp/physics/ccpp_static_api.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_restart.o ar: creating libgfsphys.a a - physics/mersenne_twister.o @@ -25781,67 +25781,67 @@ a - GFS_layer/GFS_abstraction_layer.o a - GFS_layer/GFS_diagnostics.o a - GFS_layer/GFS_driver.o a - GFS_layer/GFS_restart.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' -make -C ccpp/driver FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +make -C ccpp/driver FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' 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 -DCCPP CCPP_driver.F90 > CCPP_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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o ar rv libccppdriver.a CCPP_driver.o ar: creating libccppdriver.a a - CCPP_driver.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' -make -C ipd FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' +make -C ipd FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' -make -C io FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +make -C io FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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.6_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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.6_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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_netcdf_parallel.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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.6_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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.6_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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_netcdf_parallel.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -25854,65 +25854,65 @@ a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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. @@ -25958,50 +25958,50 @@ 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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' makefile:87: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.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 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 cellular_automata_global.o cellular_automata_sgs.o update_ca.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -26035,14 +26035,14 @@ a - initialize_spectral_mod.o a - cellular_automata_global.o a - cellular_automata_sgs.o a - update_ca.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' -make libfv3cap.a FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 -DDEBUG -DOPENMP -DCCPP -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 -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -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 -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -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 -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -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 -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -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 -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' +make libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -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 -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -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 -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -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 -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -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 -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -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 -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 @@ -26050,24 +26050,24 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' -make esmf_make_fragment FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +make esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' -Installation into "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL" complete! +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +Installation into "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL" complete! -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -rm -fr /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/exec -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6" COMP_BINDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL" FMS_BINDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="hera" DEBUG=Y ; \ +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL +rm -fr /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" FMS_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="hera" DEBUG=Y ; \ set -e ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6 ; \ -./compile.sh --platform hera --fms-dir "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL" +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ +./compile.sh --platform hera --fms-dir "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0g @@ -26079,9 +26079,9 @@ Currently Loaded Modules: -Will use FMS from: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL +Will use FMS from: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL ++ pwd -+ BASEDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6 ++ BASEDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 + MACHINE_ID=hera + COMPILE_OPTION=hera-intel.mk + DEBUG=Y @@ -26096,7 +26096,7 @@ MOM6 compile.sh ... DEBUG=1, REPRO= + [[ 1 == 1 ]] + echo 'compile MOM6 library ...' compile MOM6 library ... -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6 ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 + mkdir -p build/intel/MOM6_LIB/repro + cd build/intel/MOM6_LIB/repro + [[ -f path_names ]] @@ -26107,246 +26107,246 @@ generating file_paths ... A list of the files you checked out is in the file path_names. + echo 'generating makefile ...' generating makefile ... -+ ../../../../src/mkmf/bin/mkmf -t ../../../../src/mkmf/templates/hera-intel.mk -p lib_ocean.a -o -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL path_names ++ ../../../../src/mkmf/bin/mkmf -t ../../../../src/mkmf/templates/hera-intel.mk -p lib_ocean.a -o -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL path_names ........................................................................................................................................................................................................................................... Makefile is ready. + echo 'compiling MOM6 library...' compiling MOM6 library... + make NETCDF=4 REPRO= DEBUG=1 lib_ocean.a -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/build/intel/MOM6_LIB/repro' -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_error_handler.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_cpu_clock.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_time_manager.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_string_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/polynomial_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PLM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_math.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_safe_alloc.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_vkernels.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PCM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_zlike.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_sigma.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_manager_wrapper.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_intrinsic_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_constants.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_coms.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_document.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_solvers.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_consts.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_file_parser.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_TFreeze.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_values.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_slopes.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PPM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PQM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P1M_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P3M_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_params.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_background.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_domains.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_unit_scaling.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_interp.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_remapping.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_verticalGrid.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_hor_index.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_linear.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_grid.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_checksums.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_dyn_horgrid.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_io.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_spatial_means.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/baroclinic_zone_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_transcribe_grid.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/user_shelf_init.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_debugging.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_get_input.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_restart.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_Z_init.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_grid_initialize.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_shared_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_write_cputime.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_hycom.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_variables.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_rho.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_slight.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/initialization/midas_vertmap.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/coord_adapt.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_horizontal_regridding.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_interface_heights.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_checksum_packages.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_isopycnal_slopes.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/adjustment_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Rossby_front_2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/soliton_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_regridding.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_remap.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_diag_mediator.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_opacity.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_registry.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_sponge.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_structure.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_change_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_speed.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_Montgomery.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_PointAccel.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_open_boundary.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/lock_exchange_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/external_gwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_forcing_type.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/benchmark_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Neverland_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/sloshing_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/seamount_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Phillips_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/circle_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/RGC_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/ISOMIP_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dense_water_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_diabatic.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_wave_interface.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/SCM_CVMix_tests.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_aux.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_marine_ice.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_controlled_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Idealized_Hurricane.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/tracer_example.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/DOME_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ISOMIP_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/RGC_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ideal_age_example.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dye_example.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/oil_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/advection_test_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dyed_obc_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_ALE.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/pseudo_salt_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/boundary_impulse_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_barotropic.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/tidal_bay_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Kelvin_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/shelfwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_channel_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity_PPM.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_CoriolisAdv.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/supercritical_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_advect.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_coord_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_boundary_update.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_fixed_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_blocked_AFV.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_state_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_generic_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_flow_control.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_sum_output.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_revise_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_split_RK2.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_main.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_neutral_diffusion.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_hor_diff.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_unit_tests.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM.F90 -mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 -ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_checksums.o MOM_cpu_clock.o gsw_mod_gibbs_ice_coefficients.o cvmix_math.o dumbbell_surface_forcing.o user_initialization.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o ocean_da_types.o baroclinic_zone_initialization.o MOM_ice_shelf_dynamics.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_open_boundary.o MOM_set_viscosity.o MOM_tracer_hor_diff.o cvmix_shear.o MOM_full_convection.o MOM_regularize_layers.o MOM_string_functions.o mom_ocean_model_nuopc.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o gsw_chem_potential_water_t_exact.o PLM_functions.o MOM_EOS.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_state_initialization.o coord_rho.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_safe_alloc.o MOM_restart.o MOM_coord_initialization.o MOM_intrinsic_functions.o MOM_continuity.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o MOM_OCMIP2_CFC.o gsw_ct_freezing_exact.o MOM_time_manager.o MOM_diag_manager_wrapper.o MOM_obsolete_params.o regrid_interp.o MOM_checksum_packages.o dumbbell_initialization.o MOM_EOS_NEMO.o MOM_CVMix_conv.o MOM_dyn_horgrid.o gsw_mod_freezing_poly_coefficients.o gsw_pt0_from_t.o MOM_wave_structure.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o MOM_unit_scaling.o tidal_bay_initialization.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o user_change_diffusivity.o supercritical_initialization.o MOM_tracer_registry.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o coord_zlike.o gsw_gibbs_ice.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_MEKE_types.o MOM_error_handler.o MOM_CVMix_ddiff.o MOM_PointAccel.o gsw_gibbs_pt0_pt0.o gsw_pt_from_ct.o dyed_channel_initialization.o midas_vertmap.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_thickness_diffuse.o gsw_rho_second_derivatives.o MOM_file_parser.o MOM_wave_speed.o ISOMIP_initialization.o MOM_unit_tests.o polynomial_functions.o ideal_age_example.o MOM_offline_main.o user_shelf_init.o DOME_initialization.o MOM_set_diffusivity.o gsw_rho_first_derivatives.o gsw_specvol_first_derivatives.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o MOM_neutral_diffusion.o BFB_surface_forcing.o coord_sigma.o write_ocean_obs.o advection_test_tracer.o dyed_obcs_initialization.o pseudo_salt_tracer.o MOM_EOS_UNESCO.o seamount_initialization.o MOM_dynamics_unsplit.o MOM_PressureForce.o MOM_verticalGrid.o MOM_diagnostics.o gsw_mod_specvol_coefficients.o gsw_mod_toolbox.o MOM_regridding.o MOM_boundary_update.o MOM_barotropic.o coord_adapt.o MOM_forcing_type.o soliton_initialization.o MOM_tracer_Z_init.o Kelvin_initialization.o MOM_controlled_forcing.o MOM_bulk_mixed_layer.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o gsw_sr_from_sp.o MOM_shared_initialization.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_lateral_boundary_diffusion.o MOM_generic_tracer.o MOM_bkgnd_mixing.o MOM_kappa_shear.o circle_obcs_initialization.o MOM_ALE_sponge.o gsw_entropy_part.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o regrid_edge_slopes.o MOM_ice_shelf_state.o P1M_functions.o gsw_mod_teos10_constants.o MOM_ALE.o MOM_PressureForce_analytic_FV.o boundary_impulse_tracer.o MOM_lateral_mixing_coeffs.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o Idealized_Hurricane.o MOM_diag_remap.o gsw_mod_kinds.o MOM_domains.o MOM_write_cputime.o Neverland_initialization.o MOM_sponge.o MOM_tidal_mixing.o oil_tracer.o MOM_continuity_PPM.o MOM.o gsw_pt_from_t.o dense_water_initialization.o MOM_entrain_diffusive.o MOM_EOS_linear.o Phillips_initialization.o MOM_internal_tide_input.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o MOM_marine_ice.o MOM_debugging.o kdtree.o gsw_rho.o MOM_document.o dyed_obc_tracer.o MOM_variables.o MOM_PressureForce_blocked_AFV.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o adjustment_initialization.o MOM_constants.o MOM_tracer_flow_control.o MOM_coms.o shelfwave_initialization.o cvmix_background.o MOM_diabatic_driver.o gsw_ct_from_pt.o MOM_horizontal_regridding.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_remapping.o MOM_spatial_means.o benchmark_initialization.o lock_exchange_initialization.o dye_example.o MOM_io.o RGC_tracer.o MOM_ice_shelf.o mom_surface_forcing_nuopc.o cvmix_tidal.o cvmix_ddiff.o gsw_specvol_second_derivatives.o MOM_obsolete_diagnostics.o gsw_ct_freezing_poly.o MOM_sum_output.o MOM_PressureForce_Montgomery.o MOM_isopycnal_slopes.o gsw_t_deriv_chem_potential_water_t_exact.o +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/build/intel/MOM6_LIB/repro' +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_error_handler.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_cpu_clock.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_time_manager.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_string_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/polynomial_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PLM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_math.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_safe_alloc.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_vkernels.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PCM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_zlike.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_sigma.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_manager_wrapper.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_intrinsic_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_constants.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_coms.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_document.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_solvers.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_consts.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_file_parser.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_TFreeze.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_values.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PPM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PQM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P1M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P3M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_params.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_background.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_domains.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_unit_scaling.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_interp.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_remapping.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_verticalGrid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_hor_index.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_linear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_checksums.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_dyn_horgrid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_spatial_means.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/baroclinic_zone_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/user_shelf_init.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_io.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_debugging.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_transcribe_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_get_input.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_restart.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_Z_init.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_grid_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_shared_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/initialization/midas_vertmap.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_write_cputime.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_hycom.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_variables.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_rho.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_slight.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/coord_adapt.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_horizontal_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_interface_heights.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_checksum_packages.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_isopycnal_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/adjustment_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Rossby_front_2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/soliton_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_remap.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_diag_mediator.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_opacity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_registry.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_structure.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_change_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_speed.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_Montgomery.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_PointAccel.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/lock_exchange_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/external_gwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_forcing_type.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_open_boundary.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/benchmark_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Neverland_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/sloshing_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/seamount_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Phillips_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dense_water_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/circle_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/RGC_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/ISOMIP_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_diabatic.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_wave_interface.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/SCM_CVMix_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_marine_ice.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_controlled_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Idealized_Hurricane.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/tracer_example.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/DOME_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ISOMIP_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/RGC_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ideal_age_example.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dye_example.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/oil_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/advection_test_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dyed_obc_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_ALE.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/pseudo_salt_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/boundary_impulse_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_barotropic.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/tidal_bay_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Kelvin_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/shelfwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_channel_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity_PPM.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_CoriolisAdv.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/supercritical_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_advect.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_coord_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_boundary_update.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_fixed_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_blocked_AFV.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_state_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_generic_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_flow_control.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_sum_output.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_revise_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_split_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_main.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_neutral_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_hor_diff.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_unit_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 +ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_checksums.o MOM_cpu_clock.o gsw_mod_gibbs_ice_coefficients.o cvmix_math.o dumbbell_surface_forcing.o user_initialization.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o ocean_da_types.o baroclinic_zone_initialization.o MOM_ice_shelf_dynamics.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_open_boundary.o MOM_set_viscosity.o MOM_tracer_hor_diff.o cvmix_shear.o MOM_full_convection.o MOM_regularize_layers.o MOM_string_functions.o mom_ocean_model_nuopc.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o gsw_chem_potential_water_t_exact.o PLM_functions.o MOM_EOS.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_state_initialization.o coord_rho.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_safe_alloc.o MOM_restart.o MOM_coord_initialization.o MOM_intrinsic_functions.o MOM_continuity.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o MOM_OCMIP2_CFC.o gsw_ct_freezing_exact.o MOM_time_manager.o MOM_diag_manager_wrapper.o MOM_obsolete_params.o regrid_interp.o MOM_checksum_packages.o dumbbell_initialization.o MOM_EOS_NEMO.o MOM_CVMix_conv.o MOM_dyn_horgrid.o gsw_mod_freezing_poly_coefficients.o gsw_pt0_from_t.o MOM_wave_structure.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o MOM_unit_scaling.o tidal_bay_initialization.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o user_change_diffusivity.o supercritical_initialization.o MOM_tracer_registry.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o coord_zlike.o gsw_gibbs_ice.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_MEKE_types.o MOM_error_handler.o MOM_CVMix_ddiff.o MOM_PointAccel.o gsw_pt_from_ct.o gsw_gibbs_pt0_pt0.o dyed_channel_initialization.o midas_vertmap.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o regrid_consts.o gsw_t_freezing_exact.o MOM_diag_mediator.o MOM_thickness_diffuse.o gsw_rho_second_derivatives.o MOM_file_parser.o MOM_wave_speed.o ISOMIP_initialization.o MOM_unit_tests.o polynomial_functions.o ideal_age_example.o MOM_offline_main.o user_shelf_init.o DOME_initialization.o MOM_set_diffusivity.o gsw_rho_first_derivatives.o gsw_specvol_first_derivatives.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o MOM_neutral_diffusion.o BFB_surface_forcing.o coord_sigma.o write_ocean_obs.o advection_test_tracer.o dyed_obcs_initialization.o pseudo_salt_tracer.o MOM_EOS_UNESCO.o seamount_initialization.o MOM_dynamics_unsplit.o MOM_PressureForce.o MOM_verticalGrid.o MOM_diagnostics.o gsw_mod_toolbox.o gsw_mod_specvol_coefficients.o MOM_regridding.o MOM_boundary_update.o MOM_barotropic.o coord_adapt.o MOM_forcing_type.o soliton_initialization.o MOM_tracer_Z_init.o Kelvin_initialization.o MOM_controlled_forcing.o MOM_bulk_mixed_layer.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o gsw_sr_from_sp.o MOM_shared_initialization.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_generic_tracer.o MOM_lateral_boundary_diffusion.o MOM_bkgnd_mixing.o MOM_kappa_shear.o circle_obcs_initialization.o MOM_ALE_sponge.o gsw_entropy_part.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o regrid_edge_slopes.o MOM_ice_shelf_state.o P1M_functions.o gsw_mod_teos10_constants.o MOM_ALE.o MOM_PressureForce_analytic_FV.o boundary_impulse_tracer.o MOM_lateral_mixing_coeffs.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o Idealized_Hurricane.o MOM_diag_remap.o gsw_mod_kinds.o MOM_write_cputime.o MOM_domains.o Neverland_initialization.o MOM_sponge.o MOM_tidal_mixing.o oil_tracer.o MOM_continuity_PPM.o gsw_pt_from_t.o MOM.o dense_water_initialization.o MOM_entrain_diffusive.o MOM_EOS_linear.o Phillips_initialization.o MOM_internal_tide_input.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o MOM_marine_ice.o MOM_debugging.o kdtree.o gsw_rho.o MOM_document.o dyed_obc_tracer.o MOM_variables.o MOM_PressureForce_blocked_AFV.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o adjustment_initialization.o MOM_constants.o MOM_tracer_flow_control.o MOM_coms.o shelfwave_initialization.o cvmix_background.o MOM_diabatic_driver.o gsw_ct_from_pt.o MOM_horizontal_regridding.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_remapping.o MOM_spatial_means.o lock_exchange_initialization.o benchmark_initialization.o dye_example.o MOM_io.o RGC_tracer.o MOM_ice_shelf.o mom_surface_forcing_nuopc.o cvmix_tidal.o cvmix_ddiff.o gsw_specvol_second_derivatives.o MOM_obsolete_diagnostics.o gsw_ct_freezing_poly.o MOM_sum_output.o MOM_PressureForce_Montgomery.o MOM_isopycnal_slopes.o gsw_t_deriv_chem_potential_water_t_exact.o ar: creating lib_ocean.a a - cvmix_utils.o a - coord_hycom.o @@ -26440,15 +26440,15 @@ a - MOM_MEKE_types.o a - MOM_error_handler.o a - MOM_CVMix_ddiff.o a - MOM_PointAccel.o -a - gsw_gibbs_pt0_pt0.o a - gsw_pt_from_ct.o +a - gsw_gibbs_pt0_pt0.o a - dyed_channel_initialization.o a - midas_vertmap.o a - MOM_fixed_initialization.o a - gsw_t_freezing_poly.o a - MOM_tracer_advect.o -a - gsw_t_freezing_exact.o a - regrid_consts.o +a - gsw_t_freezing_exact.o a - MOM_diag_mediator.o a - MOM_thickness_diffuse.o a - gsw_rho_second_derivatives.o @@ -26481,8 +26481,8 @@ a - MOM_dynamics_unsplit.o a - MOM_PressureForce.o a - MOM_verticalGrid.o a - MOM_diagnostics.o -a - gsw_mod_specvol_coefficients.o a - gsw_mod_toolbox.o +a - gsw_mod_specvol_coefficients.o a - MOM_regridding.o a - MOM_boundary_update.o a - MOM_barotropic.o @@ -26501,8 +26501,8 @@ a - MOM_shared_initialization.o a - DOME2d_initialization.o a - MOM_tracer_diabatic.o a - MOM_vert_friction.o -a - MOM_lateral_boundary_diffusion.o a - MOM_generic_tracer.o +a - MOM_lateral_boundary_diffusion.o a - MOM_bkgnd_mixing.o a - MOM_kappa_shear.o a - circle_obcs_initialization.o @@ -26524,15 +26524,15 @@ a - cvmix_convection.o a - Idealized_Hurricane.o a - MOM_diag_remap.o a - gsw_mod_kinds.o -a - MOM_domains.o a - MOM_write_cputime.o +a - MOM_domains.o a - Neverland_initialization.o a - MOM_sponge.o a - MOM_tidal_mixing.o a - oil_tracer.o a - MOM_continuity_PPM.o -a - MOM.o a - gsw_pt_from_t.o +a - MOM.o a - dense_water_initialization.o a - MOM_entrain_diffusive.o a - MOM_EOS_linear.o @@ -26565,8 +26565,8 @@ a - MOM_dynamics_split_RK2.o a - sloshing_initialization.o a - MOM_remapping.o a - MOM_spatial_means.o -a - benchmark_initialization.o a - lock_exchange_initialization.o +a - benchmark_initialization.o a - dye_example.o a - MOM_io.o a - RGC_tracer.o @@ -26581,25 +26581,25 @@ a - MOM_sum_output.o a - MOM_PressureForce_Montgomery.o a - MOM_isopycnal_slopes.o a - gsw_t_deriv_chem_potential_water_t_exact.o -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/build/intel/MOM6_LIB/repro' +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/build/intel/MOM6_LIB/repro' + echo 'compiling MOM6 library successful' compiling MOM6 library successful + echo 'compiling MOM6 library done' compiling MOM6 library done -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6 ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 + mkdir -p exec/hera/ -+ ln -s /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/build/intel/MOM6_LIB/repro exec/hera/lib_ocean ++ ln -s /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/build/intel/MOM6_LIB/repro exec/hera/lib_ocean + [[ 0 == 1 ]] + echo ================================================== ================================================== + [[ 0 == 1 ]] + echo 'Next recommended step is to rejoice out of happiness from a successful compile.' Next recommended step is to rejoice out of happiness from a successful compile. -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6 ; \ - exec make -f makefile.nuopc COMP_SRCDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6" COMP_BINDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL" FMS_BINDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="hera" \ - "FMSDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL" \ - "NEMSMOMDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/exec/hera" \ - "INSTALLDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL" install +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ + exec make -f makefile.nuopc COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" FMS_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="hera" \ + "FMSDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" \ + "NEMSMOMDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera" \ + "INSTALLDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" install Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0g @@ -26611,11 +26611,11 @@ Currently Loaded Modules: -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6' -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/exec/hera/lib_ocean -I. -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/time_utils.F90 -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/exec/hera/lib_ocean -I. -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap_methods.F90 -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/exec/hera/lib_ocean -I. -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap_time.F90 -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/exec/hera/lib_ocean -I. -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap.F90 +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6' +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/time_utils.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap_methods.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap_time.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap.F90 ar rv libmom.a mom_cap.o time_utils.o mom_cap_methods.o mom_cap_time.o ar: creating libmom.a a - mom_cap.o @@ -26623,17 +26623,17 @@ a - time_utils.o a - mom_cap_methods.o a - mom_cap_time.o rm -f mom6.mk.install -mkdir -p /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -cp -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/exec/hera/lib_ocean/lib_ocean.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -cp -f libmom.a mom_cap_mod.mod /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -cp -f mom6.mk.install /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6' -test -d "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL" -test -s "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk" -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +mkdir -p /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean/lib_ocean.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +cp -f libmom.a mom_cap_mod.mod /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +cp -f mom6.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6' +test -d "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" +test -s "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk" +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL SITE="NEMS.hera" SYSTEM_USERDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE" SRCDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE" EXEDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" DEBUG=Y ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE ; \ +export COMP_SRCDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE COMP_BINDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL SITE="NEMS.hera" SYSTEM_USERDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" EXEDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" DEBUG=Y ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE ; \ ./comp_ice.backend Currently Loaded Modules: @@ -26650,7 +26650,7 @@ NEMS_GRID = T126_mx025 tcx comp_ice.backend res grid mx025 1440x1080 ARCH is Linux.NEMS.hera CICE comp_ice.backend ... DEBUG=Y -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice/compile' +gmake[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' Building dependency for shr_orb_mod.d Building dependency for ice_zbgc_shared.d Building dependency for ice_zbgc.d @@ -26719,687 +26719,687 @@ Building dependency for CICE_RunMod.d Building dependency for CICE_InitMod.d Building dependency for CICE_FinalMod.d Building dependency for CICE.d -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice/compile' -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice/compile' -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_kinds_mod.F90 > ice_kinds_mod.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_kinds_mod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice/ice_constants.F90 > ice_constants.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_constants.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_fileunits.F90 > ice_fileunits.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_fileunits.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_restart_shared.F90 > ice_restart_shared.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi/ice_communicate.F90 > ice_communicate.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_communicate.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi/ice_exit.F90 > ice_exit.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_exit.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_domain_size.F90 > ice_domain_size.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_domain_size.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_blocks.F90 > ice_blocks.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_blocks.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_spacecurve.F90 > ice_spacecurve.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_spacecurve.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_distribution.F90 > ice_distribution.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_distribution.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi/ice_global_reductions.F90 > ice_global_reductions.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_global_reductions.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi/ice_boundary.F90 > ice_boundary.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_boundary.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi/ice_broadcast.F90 > ice_broadcast.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_broadcast.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_domain.F90 > ice_domain.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_domain.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_state.F90 > ice_state.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_state.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_atmo.F90 > ice_atmo.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_atmo.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_atmo.F90(330): remark #5140: Unrecognized directive +gmake[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' +gmake[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_kinds_mod.F90 > ice_kinds_mod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_kinds_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/ice_constants.F90 > ice_constants.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_constants.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_fileunits.F90 > ice_fileunits.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_fileunits.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restart_shared.F90 > ice_restart_shared.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_communicate.F90 > ice_communicate.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_communicate.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_exit.F90 > ice_exit.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_exit.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_domain_size.F90 > ice_domain_size.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_domain_size.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_blocks.F90 > ice_blocks.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_blocks.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_spacecurve.F90 > ice_spacecurve.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_spacecurve.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_distribution.F90 > ice_distribution.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_distribution.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_global_reductions.F90 > ice_global_reductions.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_global_reductions.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_boundary.F90 > ice_boundary.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_boundary.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_broadcast.F90 > ice_broadcast.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_broadcast.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_domain.F90 > ice_domain.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_domain.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_state.F90 > ice_state.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_state.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90 > ice_atmo.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_atmo.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(330): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_atmo.F90(353): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(353): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_atmo.F90(476): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(476): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_atmo.F90(506): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(506): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_atmo.F90(694): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(694): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_shared.F90 > ice_therm_shared.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_zbgc_shared.F90 > ice_zbgc_shared.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_zbgc_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_flux.F90 > ice_flux.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_flux.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_flux.F90(769): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_shared.F90 > ice_therm_shared.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc_shared.F90 > ice_zbgc_shared.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_zbgc_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90 > ice_flux.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_flux.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90(769): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_flux.F90(903): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90(903): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_flux.F90(965): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90(965): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_calendar.F90 > ice_calendar.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_calendar.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi/ice_gather_scatter.F90 > ice_gather_scatter.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_gather_scatter.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_read_write.F90 > ice_read_write.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_read_write.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi/ice_timers.F90 > ice_timers.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_timers.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_grid.F90 > ice_grid.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_grid.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_diagnostics.F90 > ice_diagnostics.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_diagnostics.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_diagnostics.F90(1079): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_calendar.F90 > ice_calendar.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_calendar.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_gather_scatter.F90 > ice_gather_scatter.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_gather_scatter.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_read_write.F90 > ice_read_write.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_read_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_timers.F90 > ice_timers.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_timers.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_grid.F90 > ice_grid.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_grid.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90 > ice_diagnostics.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_diagnostics.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90(1079): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_diagnostics.F90(1092): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90(1092): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_diagnostics.F90(1165): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90(1165): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_ocean.F90 > ice_ocean.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_ocean.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_ocean.F90(172): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_ocean.F90 > ice_ocean.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_ocean.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_ocean.F90(172): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_forcing.F90 > ice_forcing.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_forcing.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share/shr_orb_mod.F90 > shr_orb_mod.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include shr_orb_mod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_orbital.F90 > ice_orbital.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_orbital.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_orbital.F90(109): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_forcing.F90 > ice_forcing.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_forcing.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share/shr_orb_mod.F90 > shr_orb_mod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include shr_orb_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_orbital.F90 > ice_orbital.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_orbital.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_orbital.F90(109): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_dyn_shared.F90 > ice_dyn_shared.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf/ice_restart.F90 > ice_restart.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_meltpond_lvl.F90 > ice_meltpond_lvl.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_lvl.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_meltpond_cesm.F90 > ice_meltpond_cesm.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_cesm.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_meltpond_topo.F90 > ice_meltpond_topo.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_topo.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90 > ice_shortwave.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_shortwave.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(647): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_shared.F90 > ice_dyn_shared.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf/ice_restart.F90 > ice_restart.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_meltpond_lvl.F90 > ice_meltpond_lvl.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_meltpond_cesm.F90 > ice_meltpond_cesm.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_cesm.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_meltpond_topo.F90 > ice_meltpond_topo.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_topo.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90 > ice_shortwave.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_shortwave.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(647): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(800): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(800): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1016): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1016): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1042): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1042): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1065): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1065): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1655): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1655): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1679): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1679): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1720): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1720): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1736): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1736): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1774): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1774): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1790): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1790): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(1830): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1830): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(3108): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3108): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(3129): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3129): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(3140): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3140): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(3163): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3163): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(3770): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3770): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(3865): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3865): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_shortwave.F90(3422): warning #7532: The number of arguments is incompatible with intrinsic procedure, assume 'external'. [GAMMA] +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3422): warning #7532: The number of arguments is incompatible with intrinsic procedure, assume 'external'. [GAMMA] gamma(w,uu,gg,e) = p5*w*((c1 + c3*gg*(c1-w)*uu*uu) & ------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_aerosol.F90 > ice_aerosol.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_aerosol.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90 > ice_algae.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_algae.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90(284): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_aerosol.F90 > ice_aerosol.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_aerosol.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90 > ice_algae.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_algae.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(284): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90(300): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(300): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90(344): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(344): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90(366): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(366): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90(403): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(403): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90(442): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(442): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_algae.F90(692): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(692): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90 > ice_itd.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_itd.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(333): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90 > ice_itd.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_itd.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(333): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(346): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(346): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(357): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(357): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(369): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(369): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(381): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(381): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(394): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(394): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(407): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(407): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(420): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(420): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(1139): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1139): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(1170): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1170): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(1903): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1903): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(1916): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1916): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(1935): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1935): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(1954): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1954): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2048): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2048): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2062): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2062): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2084): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2084): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2104): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2104): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2123): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2123): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2152): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2152): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2220): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2220): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2239): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2239): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(2255): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2255): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_itd.F90(1784): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [FLUX_BIO] +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1784): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [FLUX_BIO] flux_bio, l_stop, & ----------------------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90 > ice_mechred.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_mechred.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(800): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90 > ice_mechred.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_mechred.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(800): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1037): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1037): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1051): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1051): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1071): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1071): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1123): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1123): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1247): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1247): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1260): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1260): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1272): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1272): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1519): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1519): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1549): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1549): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1572): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1572): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1638): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1638): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1733): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1733): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1751): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1751): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1763): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1763): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1775): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1775): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1787): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1787): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1800): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1800): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1813): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1813): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1828): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1828): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1939): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1939): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1967): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1967): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1980): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1980): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(1992): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1992): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(2003): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2003): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(2201): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2201): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(2221): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2221): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_mechred.F90(2241): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2241): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_dyn_eap.F90 > ice_dyn_eap.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_eap.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_dyn_eap.F90(1179): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_eap.F90 > ice_dyn_eap.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_eap.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_eap.F90(1179): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_history_shared.F90 > ice_history_shared.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_history_mechred.F90 > ice_history_mechred.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_mechred.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_history_pond.F90 > ice_history_pond.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_pond.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_history_bgc.F90 > ice_history_bgc.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_bgc.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_history_drag.F90 > ice_history_drag.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_drag.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf/ice_history_write.F90 > ice_history_write.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_write.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_mushy.F90 > ice_therm_mushy.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_mushy.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_history.F90 > ice_history.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_age.F90 > ice_age.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_age.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_firstyear.F90 > ice_firstyear.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_firstyear.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_lvl.F90 > ice_lvl.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_lvl.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90 > ice_transport_remap.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_transport_remap.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(1235): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_shared.F90 > ice_history_shared.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_mechred.F90 > ice_history_mechred.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_mechred.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_pond.F90 > ice_history_pond.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_pond.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_bgc.F90 > ice_history_bgc.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_bgc.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_drag.F90 > ice_history_drag.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_drag.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf/ice_history_write.F90 > ice_history_write.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_mushy.F90 > ice_therm_mushy.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_mushy.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history.F90 > ice_history.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_age.F90 > ice_age.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_age.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_firstyear.F90 > ice_firstyear.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_firstyear.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_lvl.F90 > ice_lvl.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90 > ice_transport_remap.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_transport_remap.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(1235): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3117): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3117): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3148): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3148): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3290): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3290): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3318): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3318): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3365): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3365): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3425): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3425): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3456): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3456): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3478): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3478): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3680): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3680): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_remap.F90(3700): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3700): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_transport_driver.F90 > ice_transport_driver.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_transport_driver.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90 > ice_therm_bl99.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_bl99.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(444): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_driver.F90 > ice_transport_driver.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_transport_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90 > ice_therm_bl99.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_bl99.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(444): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(569): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(569): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(646): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(646): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(685): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(685): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(756): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(756): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(905): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(905): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(990): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(990): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(1001): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1001): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(1125): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1125): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(1797): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1797): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(1806): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1806): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_bl99.F90(1818): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1818): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_0layer.F90 > ice_therm_0layer.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_0layer.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_0layer.F90(236): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90 > ice_therm_0layer.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_0layer.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(236): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_0layer.F90(297): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(297): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_0layer.F90(350): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(350): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_0layer.F90(450): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(450): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90 > ice_therm_vertical.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_vertical.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(742): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90 > ice_therm_vertical.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_vertical.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(742): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(754): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(754): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(765): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(765): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(781): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(781): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(914): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(914): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(941): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(941): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1046): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1046): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1065): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1065): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1199): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1199): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1227): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1227): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1438): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1438): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1452): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1452): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1573): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1573): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1624): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1624): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1667): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1667): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1696): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1696): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1730): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1730): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1768): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1768): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1777): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1777): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1844): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1844): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1897): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1897): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1951): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1951): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(1960): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1960): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(2086): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2086): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(2108): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2108): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(2207): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2207): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(2305): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2305): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_vertical.F90(2431): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2431): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_restoring.F90 > ice_restoring.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restoring.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_restoring.F90(456): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restoring.F90 > ice_restoring.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restoring.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restoring.F90(456): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_init.F90 > ice_init.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_init.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_init.F90(1381): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_init.F90 > ice_init.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_init.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_init.F90(1381): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90 > ice_brine.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_brine.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(175): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90 > ice_brine.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_brine.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(175): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(302): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(302): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(315): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(315): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(343): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(343): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(356): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(356): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(452): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(452): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(469): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(469): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(492): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(492): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_brine.F90(518): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(518): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_zbgc.F90 > ice_zbgc.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_zbgc.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_zbgc.F90(692): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90 > ice_zbgc.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_zbgc.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(692): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_zbgc.F90(825): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(825): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_zbgc.F90(996): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(996): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_zbgc.F90(1046): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(1046): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_restart_driver.F90 > ice_restart_driver.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart_driver.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice/CICE_InitMod.F90 > CICE_InitMod.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_InitMod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90 > ice_therm_itd.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_itd.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(341): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restart_driver.F90 > ice_restart_driver.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE_InitMod.F90 > CICE_InitMod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_InitMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90 > ice_therm_itd.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_itd.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(341): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(443): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(443): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(499): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(499): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(580): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(580): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(698): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(698): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1129): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1129): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1165): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1165): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1181): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1181): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1198): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1198): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1457): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1457): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1473): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1473): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1490): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1490): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1596): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1596): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1634): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1634): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1655): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1655): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1688): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1688): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_therm_itd.F90(1749): remark #5140: Unrecognized directive +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1749): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_dyn_evp.F90 > ice_dyn_evp.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_evp.f90 -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_dyn_evp.F90(517): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_evp.F90 > ice_dyn_evp.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_evp.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_evp.F90(517): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source/ice_step_mod.F90 > ice_step_mod.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_step_mod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice/CICE_RunMod.F90 > CICE_RunMod.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_RunMod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice/CICE_FinalMod.F90 > CICE_FinalMod.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_FinalMod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice/CICE.F90 > CICE.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/drivers/cice -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/source -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/mpi -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/io_netcdf -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE.f90 -mpiifort -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/cice CICE.o CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o ice_aerosol.o ice_age.o ice_algae.o ice_atmo.o ice_blocks.o ice_boundary.o ice_brine.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_constants.o ice_diagnostics.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_firstyear.o ice_flux.o ice_forcing.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_init.o ice_itd.o ice_kinds_mod.o ice_lvl.o ice_mechred.o ice_meltpond_cesm.o ice_meltpond_lvl.o ice_meltpond_topo.o ice_ocean.o ice_orbital.o ice_read_write.o ice_restart.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_shortwave.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_therm_0layer.o ice_therm_bl99.o ice_therm_itd.o ice_therm_mushy.o ice_therm_shared.o ice_therm_vertical.o ice_timers.o ice_transport_driver.o ice_transport_remap.o ice_zbgc.o ice_zbgc_shared.o shr_orb_mod.o -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdf -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdf -lnetcdff -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice/compile' -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_step_mod.F90 > ice_step_mod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_step_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE_RunMod.F90 > CICE_RunMod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_RunMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE_FinalMod.F90 > CICE_FinalMod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_FinalMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE.F90 > CICE.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE.f90 +mpiifort -o /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/cice CICE.o CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o ice_aerosol.o ice_age.o ice_algae.o ice_atmo.o ice_blocks.o ice_boundary.o ice_brine.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_constants.o ice_diagnostics.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_firstyear.o ice_flux.o ice_forcing.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_init.o ice_itd.o ice_kinds_mod.o ice_lvl.o ice_mechred.o ice_meltpond_cesm.o ice_meltpond_lvl.o ice_meltpond_topo.o ice_ocean.o ice_orbital.o ice_read_write.o ice_restart.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_shortwave.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_therm_0layer.o ice_therm_bl99.o ice_therm_itd.o ice_therm_mushy.o ice_therm_shared.o ice_therm_vertical.o ice_timers.o ice_transport_driver.o ice_transport_remap.o ice_zbgc.o ice_zbgc_shared.o shr_orb_mod.o -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdf -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdf -lnetcdff +gmake[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice NTASK = 48 global N, block_size x 1440, 60 @@ -27413,10 +27413,10 @@ max_blocks = 1 0 = TRBRI, brine height tracer 7 = NBGCLYR, number of bio grid layers 0 = TRBGCS, number of BGC tracers -ar: creating /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/liblanl_cice.a -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_CAP ; exec make -f makefile.nuopc \ - COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL SITE="NEMS.hera" SYSTEM_USERDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE" SRCDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE" EXEDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" \ - "LANLCICEDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE" "INSTALLDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL" install +ar: creating /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/liblanl_cice.a +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; exec make -f makefile.nuopc \ + COMP_SRCDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE COMP_BINDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL SITE="NEMS.hera" SYSTEM_USERDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" EXEDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" \ + "LANLCICEDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" "INSTALLDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL" install Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0g @@ -27428,34 +27428,34 @@ Currently Loaded Modules: -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice_cap' -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/compile -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 cice_cap.F90 +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/compile -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 cice_cap.F90 ar rv libcice.a cice_cap.o ar: creating libcice.a a - cice_cap.o rm -f cice.mk.install -mkdir -p /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -cp -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/liblanl_cice.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -cp -f libcice.a cice_cap_mod.mod /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -cp -f cice.mk.install /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice_cap' -test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk +mkdir -p /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/liblanl_cice.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +cp -f libcice.a cice_cap_mod.mod /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +cp -f cice.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +test -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ccpp_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk" ; echo fms_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk" ; echo cice_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk" ; ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC" -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ccpp_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk" ; echo fms_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk" ; echo cice_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk" ; ) > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC" +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk ; do \ +for m in /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src ; \ +echo build NEMS after /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src ; \ make nems DEBUG=Y \ COMPONENTS="CCPP FMS FV3 MOM6 CICE" \ - CCPP_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL FV3_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL MOM6_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL CICE_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/exe/NEMS.x" ; \ -test -x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/exe/NEMS.x + CCPP_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL MOM6_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL CICE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL TARGET="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x" ; \ +test -x /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x Currently Loaded Modules: 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0g @@ -27467,13 +27467,13 @@ Currently Loaded Modules: -build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk +build NEMS after /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk Components in linker order: CICE MOM6 FV3 FMS CCPP -CICE: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk -MOM6: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -CCPP: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk +CICE: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +MOM6: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk +CCPP: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" CPPFLAGS += ESMF_VERSION_MINOR="0" @@ -27482,206 +27482,29465 @@ 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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' cd ENS_Cpl && make stub -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' mpiicc -E -DFV3_CPLD -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ENS_Cpl' -mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 20:09:15 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_UTILS.tmp.f90 +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:10:28 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 20:09:15 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:10:28 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 20:09:15 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:10:28 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o 'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' -mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 20:09:15 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:10:28 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 20:09:15 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:10:28 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 20:09:15 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:10:28 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 20:09:15 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:10:28 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 20:09:15 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:10:28 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 20:09:15 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:10:28 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Jun.Wang) Thu May 28 20:09:15 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=149' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build/physics -c MAIN_NEMS.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:10:28 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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.6_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.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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.6_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.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-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 /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/libcice.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/liblanl_cice.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/libmom.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/lib_ocean.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cap.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libccppdriver.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libfv3core.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libfv3io.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libipd.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libgfsphys.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/libfms.a -L/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.6_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.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/libcice.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/liblanl_cice.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/libmom.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/lib_ocean.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libccppdriver.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/libfms.a -L/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.6_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.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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' -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src' +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' + [[ YES == YES ]] + make app=coupledFV3_CCPP_MOM6_CICE_debug clean -Convert /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder -...into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk -Include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk +Convert /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder +...into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk +Include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk MOM6%DEBUG=Y => MOM6_MAKEOPT += DEBUG=Y CICE%DEBUG=Y => CICE_MAKEOPT += DEBUG=Y -echo 'CCPP FMS FV3 MOM6 CICE' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE' > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS DEBUG=Y Adding FV3 makeopts to FMS makeopts -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" ; \ -rm -rf "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build" -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp -+ rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/build -cat /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs ; \ - exec make CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs' +cd "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build" ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build +cat /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs ; \ + exec make CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/fv3gfs' -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/modules.fv3 -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3 ; exec make \ +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/configure.fv3 \ - /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/conf/modules.fv3 +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 set -e ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6 ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ exec make -f makefile.nuopc clean -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice_cap' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' rm -f -f libcice.a *.f90 *.o *.mod *.lst depend -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_SRC/lanl_cice_cap' -set -e ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE_CAP ; set +e ; \ +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; set +e ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ -rm -rf cice.mk.install /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL -set -e ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE ; set +e ; \ +rm -rf cice.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE ; set +e ; \ rm -rf history compile restart *.a ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f -if ! test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ +if ! test -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE" \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CICE MOM6 FV3 FMS CCPP -CICE: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src' -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing -MOM6: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/MOM6/MOM6_INSTALL/mom6.mk -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/FV3/ccpp/ccpp.mk +CICE: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing +MOM6: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk +CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" +CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" +CPPFLAGS += ESMF_VERSION_MINOR="0" +CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" +CPPFLAGS += ESMF_VERSION_STRING="8.0.0" +CPPFLAGS += ESMF_VERSION_REVISION="0" +CPPFLAGS += ESMF_VERSION_MAJOR="8" +CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" +rm -f -f *.tmp.f90 *.lst *.o *.mod lm map +cd ENS_Cpl ; make clean +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' ++ cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/fv3_mom6_cice_3.exe ++ cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/modules.fv3_mom6_cice_3 ++ elapsed=408 ++ echo 'Elapsed time 408 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_debug finished' +Elapsed time 408 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_debug finished ++ SECONDS=0 ++ [[ 2 -lt 1 ]] ++ readonly app_name=coupledFV3_CCPP_MOM6_CICE_CMEPS ++ app_name=coupledFV3_CCPP_MOM6_CICE_CMEPS ++ readonly build_name=fv3_mom6_cice_4 ++ build_name=fv3_mom6_cice_4 ++ readonly clean_before=YES ++ clean_before=YES ++ readonly clean_after=YES ++ clean_after=YES ++ hostname +hfe11 ++++ dirname /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/compile.sh +++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests +++ pwd -P ++ readonly compile_root_dir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests ++ compile_root_dir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests +++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/.. +++ pwd ++ PATHTR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ echo 'PATHTR is /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit' +PATHTR is /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS ++ [[ coupledFV3_CCPP_MOM6_CICE_CMEPS =~ _debug ]] ++ S2S_DEBUG_MODULE=false ++ export S2S_DEBUG_MODULE ++ [[ YES == YES ]] ++ make app=coupledFV3_CCPP_MOM6_CICE_CMEPS distclean +Convert /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_CMEPS.appBuilder +...into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_CMEPS.appBuilder.mk +Include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_CMEPS.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE CMEPS' > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk" +NEMS_BUILDOPT IS +Adding FV3 makeopts to FMS makeopts +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +set -x ; \ +cd "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build" ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build +set -xue ; \ +export PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ +cd $PATH_CCPP ; \ +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib" ; \ +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include" ; \ +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk ++ export PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean +INFO: Logging level set to INFO +INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format +INFO: Performing clean .... +INFO: CCPP prebuild clean completed successfully, exiting. ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include ++ rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk +cat /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs ; \ + exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 ; exec make \ + -k cleanall FMS_DIR=/dev/null +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +Cleaning ... + +(cd gfsphysics && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +makefile:269: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +(cd ccpp/driver && make clean) + +Build CCPP layer ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' +makefile:67: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' + +Build CCPP layer ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' +(cd ipd && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +makefile:54: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +Cleaning ipd ... + +rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +(cd ../stochastic_physics && make clean) + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' +makefile:87: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' +(cd io && make clean) + +Build standalone FV3 io ... + +$ESMF_INC is [] +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' +Cleaning io ... + +rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' +(cd atmos_cubed_sphere && make clean) + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' +(cd cpl && make clean) + +Build standalone FV3 io ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' +Cleaning io ... + +rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk +set -e ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ +set +e ; \ +rm -rf exec src/path_names_shared ; \ +find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/src/MOM6/config_src/nems_cap/mom5.mk.install +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ + exec make -f makefile.nuopc clean +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +rm -f -f libcice.a *.f90 *.o *.mod *.lst depend +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; set +e ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ +rm -rf cice.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE ; set +e ; \ +rm -rf history compile restart *.a ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +cp -n /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/modulefiles/hera.intel/fv3_coupled /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems ; \ + . /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +set -e ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS ; \ +exec make clean + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0g + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS' +cd mediator; \ +exec make clean PIO_INCLUDE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/mediator' +rm -f -f libcmeps.a *.i90 *.o *.mod +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/mediator' +cd nems/util; \ +exec make clean PIO_INCLUDE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/util' +rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod +rm -f -f med_constants_mod.* +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/util' +cd nems/lib; \ +exec make clean PIO_INSTALL_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib' +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build" +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib' +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS' +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk +if ! test -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ + delete_nuopc=yes ; \ +fi ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE CMEPS" \ + INCLUDES_ARE_OPTIONAL=YES clean ; \ +if [ "$delete_nuopc" = yes ] ; then \ + rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ +fi +Components in linker order: CMEPS CICE MOM6 FV3 FMS CCPP +CMEPS: include +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' +GNUmakefile:70: : component CMEPS makefile fragment is missing +CICE: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing +MOM6: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing +FV3: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing +CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" +CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" +CPPFLAGS += ESMF_VERSION_MINOR="0" +CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" +CPPFLAGS += ESMF_VERSION_STRING="8.0.0" +CPPFLAGS += ESMF_VERSION_REVISION="0" +CPPFLAGS += ESMF_VERSION_MAJOR="8" +CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" +rm -f -f *.tmp.f90 *.lst *.o *.mod lm map +cd ENS_Cpl ; make clean +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test_results.mk ++ make app=coupledFV3_CCPP_MOM6_CICE_CMEPS build +Convert /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_CMEPS.appBuilder +...into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_CMEPS.appBuilder.mk +Include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_CMEPS.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE CMEPS' > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk" +NEMS_BUILDOPT IS +Adding FV3 makeopts to FMS makeopts +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/conf/configure.fv3_coupled.hera.intel /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/externals.nems +cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/modulefiles/hera.intel/fv3_coupled /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems +cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.csh" +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk: No such file or directory +make -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS' +if [ -f "/modules.nems" ] ; then \ + . /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=300000 ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS' +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +set -xue ; \ +export PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ +cd $PATH_CCPP ; \ +./build_ccpp.sh hera.intel "$PATH_CCPP" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk \ + "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp"" NO NO ; \ +test -d "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp"/include ; \ +test -d "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp"/lib + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + ++ export PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled +INFO: Logging level set to INFO +INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15p2_coupled.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 mo_gas_optics_rrtmgp +INFO: Parsed variable definition tables in module mo_gas_concentrations +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_arry +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_1scl +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_2str +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_nstr +INFO: Parsed variable definition tables in module mo_optical_props +INFO: Parsed variable definition tables in module mo_cloud_optics +INFO: Parsed variable definition tables in module mo_source_functions +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 rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount 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 ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name facsf of variable fractional_coverage_with_strong_cosz_dependency 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 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 cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name gas_concentrations of variable Gas_concentrations_for_RRTMGP_suite from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux 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 totsnw of variable accumulated_lwe_thickness_of_snow_amount 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 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_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one 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 gv0 of variable y_wind_updated_by_physics 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 sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean 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 npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index 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 tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean 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 zogw of variable height_of_launch_level_of_orographic_gravity_wave 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 do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name toa_src_sw of variable toa_incident_sw_flux_by_spectral_point 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 levsm1 of variable vertical_dimension_minus_one 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 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 cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air 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 clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface 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 c1_shal of variable detrainment_conversion_parameter_shallow_convection 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 semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name condition of variable physics_field_for_coupling from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name hlwb of variable RRTMGP_lw_heating_rate_spectral 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 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 nmtvr of variable number_of_statistical_measures_of_subgrid_orography 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 cld_swp of variable RRTMGP_cloud_snow_water_path 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 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 tsfco of variable sea_surface_temperature 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 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 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 flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length 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 do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rrtmgp_nGptsLW of variable number_of_lw_spectral_points_rrtmgp 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 aerosolslw of variable RRTMGP_aerosol_optical_properties_for_longwave_bands_01_16 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 Coupling of variable GFS_coupling_type_instance 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 tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag 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 qsq of variable q_prime_squared 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 refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name flxprf_sw of variable RRTMGP_sw_fluxes 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 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 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 u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling 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_time_step 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 pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction 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 te0 of variable atmosphere_energy_content_at_Lagrangian_surface 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 cgwf of variable multiplication_factors_for_convective_gravity_wave_drag 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 gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 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 ty_cloud_optics of variable ty_cloud_optics 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 gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics 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 gflx_ice of variable upward_heat_flux_in_soil_over_ice 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 dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name ty_optical_props_2str of variable ty_optical_props_2str 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 tracers_water of variable number_of_water_tracers 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 kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name lw_optical_props_cloudsByBand of variable longwave_optical_properties_for_cloudy_atmosphere_by_band 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 zm of variable ocean_mixed_layer_thickness 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 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 do_sppt of variable flag_for_stochastic_surface_physics_perturbations 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 c0s_deep of variable rain_conversion_parameter_deep_convection 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 gwd_opt of variable gwd_opt 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 qs_r of variable cloud_snow_mixing_ratio 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 nswsfci of variable surface_net_downwelling_shortwave_flux 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 lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model 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 cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface 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 dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling 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 sigmatot of variable convective_updraft_area_fraction_at_model_interfaces 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 sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step 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 ty_optical_props_nstr of variable ty_optical_props_nstr 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 phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step 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 ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land 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 f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name icseed_lw of variable seed_random_numbers_lw_for_RRTMGP 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 tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep 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 cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name fluxlwUP_clrsky of variable RRTMGP_lw_flux_profile_upward_clrsky 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 do_qa of variable flag_for_inline_cloud_fraction_calculation 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 tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name fluxlwDOWN_allsky of variable RRTMGP_lw_flux_profile_downward_allsky 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 CLDFRA_BL of variable subgrid_cloud_fraction_pbl 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 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 spfhmax of variable maximum_specific_humidity_at_2m 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 ca_sgs of variable flag_for_sgs_cellular_automata 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 dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd 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 alnwf of variable mean_nir_albedo_with_weak_cosz_dependency 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 lslwr of variable flag_to_calc_lw 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 hprime of variable statistical_measures_of_subgrid_orography 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 gw_kdis of variable eddy_mixing_due_to_ugwp 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 qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor 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 fice of variable sea_ice_concentration 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 ffhh of variable Monin_Obukhov_similarity_function_for_heat 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 cld_reliq of variable RRTMGP_mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel 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 CCPP_interstitial_type of variable CCPP_interstitial_type 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 dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling 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 nbdlw of variable number_of_aerosol_bands_for_longwave_radiation 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 aerosolssw(:,:,:,2) of variable RRTMGP_aerosol_single_scattering_albedo_for_shortwave_bands_01_16 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 clam_shal of variable entrainment_rate_coefficient_shallow_convection 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 imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme 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 rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling 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 cf_upi of variable convective_cloud_fraction_for_microphysics 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 cdata of variable ccpp_t_instance 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 icseed_sw of variable seed_random_numbers_sw_for_RRTMGP 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 forcet of variable temperature_tendency_due_to_dynamics 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 qwv_surf of variable water_vapor_mixing_ratio_at_surface 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 spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval 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 du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL 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 aerosolssw of variable RRTMGP_aerosol_optical_properties_for_shortwave_bands_01_16 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 kmp of variable top_layer_index_for_fast_physics 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 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 dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column 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 nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d 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 shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_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: 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 dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch 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 faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 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 icloud_bl of variable couple_sgs_clouds_to_radiation_flag 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 nseffr of variable index_for_snow_effective_radius 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 sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct 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 qi_r of variable cloud_ice_mixing_ratio 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 ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling 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 cplchm of variable flag_for_chemistry_coupling 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 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 snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep 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 nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered 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 mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio 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 htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels 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 Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name ipsdlw0 of variable initial_permutation_seed_lw 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 ifd of variable index_of_dtlm_start 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 do_myjpbl of variable do_myjpbl 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 tdoms of variable dominant_snow_type 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 tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag 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 con_ttp of variable triple_point_temperature_of_water 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 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 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 v1 of variable y_wind_at_lowest_model_layer_for_diag 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 canopy of variable canopy_water_amount 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 tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist 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 oceanfrac of variable sea_area_fraction 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 landfrac of variable land_area_fraction 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 num_p2d of variable array_dimension_of_2d_arrays_for_microphysics 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 tsurf_land of variable surface_skin_temperature_after_iteration_over_land 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 rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice 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 bl_mynn_tkeadvect of variable tke_advect 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 phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes 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 ntinc of variable index_for_ice_cloud_number_concentration 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 dkt of variable atmosphere_heat_diffusivity 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 indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics 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 drydep of variable instantaneous_dry_deposition 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 aerosolslw(:,:,:,1) of variable RRTMGP_aerosol_optical_depth_for_longwave_bands_01_16 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 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 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 hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing 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 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 con_rd of variable gas_constant_dry_air 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 dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection 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 cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice 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 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 smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil 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 ntot3d of variable number_of_fields_in_phyf3d 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 vvl of variable omega 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 evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name restart of variable flag_for_restart 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 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 nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step 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 ty_gas_concs of variable ty_gas_concs 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 snicexy of variable snow_layer_ice 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 xkzm_m of variable atmosphere_momentum_diffusivity_background 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 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 con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one 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 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 dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag 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 gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name sfc_alb_nir_dif of variable surface_albedo_nearIR_diffuse 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 ozpl of variable ozone_forcing 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 canliqxy of variable canopy_intercepted_liquid_water 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 imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name hlwc of variable RRTMGP_lw_heating_rate_all_sky 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 cld_rerain of variable RRTMGP_mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name idxday of variable daytime_points 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 stc of variable soil_temperature 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 lssav of variable flag_diagnostics 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 adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature 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 visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step 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 dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL 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 kdt of variable index_of_time_step 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 qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio 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 cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks 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 con_csol of variable specific_heat_of_ice_at_constant_pressure 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 vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration 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 hprime(:,1) of variable standard_deviation_of_subgrid_orography 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 phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name rrtmgp_nGptsSW of variable number_of_sw_spectral_points_rrtmgp from new to old metadata +INFO: Converting local name sw_gas_props of variable coefficients_for_sw_gas_optics 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 xlon of variable longitude from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid 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 dlqf of variable condensate_fraction_detrained_in_updraft_layers 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 rrtmgp_nBandsLW of variable number_of_lw_bands_rrtmgp 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 sneqvoxy of variable snow_mass_at_previous_time_step 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 lprnt of variable flag_print 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 tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave 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 ncnvcld3d of variable number_of_convective_3d_cloud_fields 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 fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice 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 evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection 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 active_gases of variable active_gases_used_by_RRTMGP 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 flhc of variable surface_exchange_coefficient_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 gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name ca_trigger of variable flag_for_global_cellular_automata_trigger 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 qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface 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 oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels 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 bk of variable b_parameter_of_the_hybrid_coordinate 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 tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag 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 prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors 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 jed of variable ending_y_direction_index_domain 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 cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean 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 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 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 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 gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics 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 ak of variable a_parameter_of_the_hybrid_coordinate 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 cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name fluxlwDOWN_clrsky of variable RRTMGP_lw_flux_profile_downward_clrsky 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 snoalb of variable upper_bound_on_max_albedo_over_deep_snow 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 ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness 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 snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name t_lay of variable air_temperature_at_layer_for_RRTMGP 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 c1_deep of variable detrainment_conversion_parameter_deep_convection 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 dlwsfci of variable surface_downwelling_longwave_flux 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 rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean 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 blksz of variable horizontal_block_size 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 gflx_ocean of variable upward_heat_flux_in_soil_over_ocean 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 diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers 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 phy_myj_z0base of variable baseline_surface_roughness_length 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 zlwb of variable height_of_low_level_wave_breaking 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 swhc 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 slopetype of variable surface_slope_classification 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 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 w_upi of variable vertical_velocity_for_updraft 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 lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name hlw0 of variable RRTMGP_lw_heating_rate_clear_sky 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 GFS_Data of variable GFS_data_type_instance_all_blocks 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 sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused 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 qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy 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 tgrs(:,1) of variable air_temperature_at_lowest_model_layer 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 dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep 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 smoiseq of variable equilibrium_soil_water_content 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 xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature 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 conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name alnsf of variable mean_nir_albedo_with_strong_cosz_dependency from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name tv_lay of variable virtual_temperature 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 nGases of variable number_of_active_gases_used_by_RRTMGP 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 dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection 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 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 ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean 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 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 save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save 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 ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name ty_optical_props_1scl of variable ty_optical_props_1scl 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 slope of variable surface_slope_classification_real 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 dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep 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 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 rhofr of variable density_of_frozen_precipitation 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 cnv_mfd of variable detrained_mass_flux 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 gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name hflxq of variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness 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 dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag 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 tmpmin of variable minimum_temperature_at_2m 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 do_sb_physics of variable mg_flag_for_sb2001_autoconversion 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 sw_cloud_props of variable coefficients_for_sw_cloud_optics 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 sncovr of variable surface_snow_area_fraction_over_land 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 trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion 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 blksz(ccpp_block_number) of variable horizontal_loop_extent 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 levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one 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 diceprv of variable ice_precipitation_rate_from_previous_timestep 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 gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 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 isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation 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 gasvmr(:,:,5) of variable volume_mixing_ratio_co 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 xlat_d of variable latitude_degree 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 fluxswDOWN_allsky of variable RRTMGP_sw_flux_profile_downward_allsky 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 ca_closure of variable flag_for_global_cellular_automata_closure 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 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 tlyr of variable air_temperature_at_layer_for_radiation 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 islmsk of variable sea_land_ice_mask 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 rrtmgp_root of variable directory_for_rte_rrtmgp_source_code 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 nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step 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 rrtmgp_nGauss_ang of variable number_of_angles_used_in_gaussian_quadrature 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 dt_cool of variable sub_layer_cooling_amount 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 flipv of variable flag_flip 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 bl_mynn_edmf of variable edmf_flag 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 z01d of variable perturbation_of_momentum_roughness_length 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 bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme 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 xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes 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 lw_optical_props_clrsky of variable longwave_optical_properties_for_clear_sky 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 nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name ca_entr of variable flag_for_global_cellular_automata_entr 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 hsw0 of variable RRTMGP_sw_heating_rate_clear_sky 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 dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag 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 pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_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 cld_rwp of variable RRTMGP_cloud_rain_water_path 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 dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name lw_optical_props_aerosol of variable longwave_optical_properties_for_aerosols 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 visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step 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 snowxy of variable number_of_snow_layers 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 isot of variable soil_type_dataset_choice 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 dusfci of variable instantaneous_surface_x_momentum_flux_for_diag 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 do_GPsw_Glw of variable scheme_flag 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_and_radiation_levels 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 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 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 ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography 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 gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name cld_iwp of variable RRTMGP_cloud_ice_water_path 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 gt0 of variable air_temperature_updated_by_physics 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 ied of variable ending_x_direction_index_domain 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 qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration 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 runoff of variable total_runoff 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 ty_source_func_lw of variable ty_source_func_lw 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 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 smc of variable volume_fraction_of_soil_moisture 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 lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model 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 nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation 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 dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name hswc of variable RRTMGP_sw_heating_rate_all_sky 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 ugrs(:,1) of variable x_wind_at_lowest_model_layer 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 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 t_lev of variable air_temperature_at_interface_for_RRTMGP 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 blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name p_lay of variable air_pressure_at_layer_for_RRTMGP_in_hPa 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 rho_h2o of variable density_of_fresh_water 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 gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 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 imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass 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 jcap of variable number_of_spectral_wave_trancation_for_sas 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 lfmassxy of variable leaf_mass 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 mg3_as_mg2 of variable flag_mg3_as_mg2 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 scmpsw of variable components_of_surface_downward_shortwave_fluxes 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 mg_do_hail of variable mg_flag_for_hail 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 wind10mmax of variable maximum_wind_at_10m 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 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 uswsfci of variable surface_upwelling_shortwave_flux 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 ntrac of variable number_of_tracers 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 do_gwd of variable flag_for_gravity_wave_drag 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 htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels 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 dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky 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 srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels 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 imap of variable map_of_block_column_number_to_global_i_index 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 ncpl of variable local_condesed_water_number_concentration 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 sfc_alb_nir_dir of variable surface_albedo_nearIR_direct from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf 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 tsnoxy of variable snow_temperature 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 zlvl of variable height_above_ground_at_lowest_model_layer 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 loop_cnt of variable ccpp_loop_counter 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 hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name aerosolslw(:,:,:,3) of variable RRTMGP_aerosol_asymmetry_parameter_for_longwave_bands_01_16 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 cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment 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 iopt_inf of variable flag_for_frozen_soil_permeability_option 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 huge of variable netcdf_float_fillvalue 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 h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels 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 qss_ocean of variable surface_specific_humidity_over_ocean 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 ncnd of variable number_of_cloud_condensate_types 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 u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux 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 drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling 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 mg_alf of variable mg_tuning_factor_for_alphas 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 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 betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection 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 clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud 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 sup of variable ice_supersaturation_threshold 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 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 tf of variable frozen_cloud_threshold_temperature 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 levsp1 of variable vertical_dimension_plus_one 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 faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras 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 stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime 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 smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point 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 lh of variable surface_latent_heat 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 phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics 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 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 ffmm of variable Monin_Obukhov_similarity_function_for_momentum 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 zmtb of variable height_of_mountain_blocking 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 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 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 mtopa of variable model_layer_number_at_cloud_top 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 pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name dx of variable cell_size 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 rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land 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 tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message 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 weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice 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 ccpp_t of variable ccpp_t 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 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 nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index 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 zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name ca1 of variable cellular_automata_global_pattern 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 sw_optical_props_cloudsByBand of variable shortwave_optical_properties_for_cloudy_atmosphere_by_band 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 ktop of variable vertical_index_at_cloud_top 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 cnvc of variable convective_cloud_cover 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 fluxswUP_clrsky of variable RRTMGP_sw_flux_profile_upward_clrsky 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 satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL 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 prauras of variable coefficient_from_cloud_water_to_rain_ras 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 aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles 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 facwf of variable fractional_coverage_with_weak_cosz_dependency 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 faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 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 num_p3d of variable array_dimension_of_3d_arrays_for_microphysics 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 asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name alvsf of variable mean_vis_albedo_with_strong_cosz_dependency 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 evpco of variable coefficient_for_evaporation_of_rainfall 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 phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top 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 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 sw_file_gas of variable rrtmgp_kdistribution_sw 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 kt of variable vertical_index_difference_between_layer_and_upper_bound 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 mg_dcs of variable mg_autoconversion_size_threshold_ice_snow 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 topflw_type of variable topflw_type 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 cscnv of variable flag_for_Chikira_Sugiyama_deep_convection 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 rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep 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 rann of variable random_number_array 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 tracer of variable chemical_tracers 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 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 sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name sfc_emiss_byband of variable surface_emissivity_in_each_RRTMGP_LW_band 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 sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc 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 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 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 pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name rrtmgp_nrghice of variable number_of_rrtmgp_ice_roughness 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 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 tsq of variable t_prime_squared 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 nqrimef of variable index_for_mass_weighted_rime_factor 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 sinlat of variable sine_of_latitude 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 evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep 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 ntrcaer of variable number_of_aerosol_tracers_MG 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 rlapse of variable air_temperature_lapse_rate_constant 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 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 snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep 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 nday of variable daytime_points_dimension 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 dusfcin_cpl of variable surface_x_momentum_flux_for_coupling 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 debug of variable flag_debug 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 cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean 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 dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics 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 el_pbl of variable mixing_length 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 cplwav2atm of variable flag_for_wave_coupling_to_atm 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 ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation 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 GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name cld_lwp of variable RRTMGP_cloud_liquid_water_path 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 sed_supersat of variable mg_allow_supersat_after_sed 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 gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp 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 dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name trans of variable transpiration_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 dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation 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 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 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 tile_num of variable number_of_tile 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 me of variable mpi_rank 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 dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction 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 last_step of variable flag_for_the_last_step_of_k_split_remapping 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 solhr of variable forecast_hour_of_the_day 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 prautco of variable coefficient_from_cloud_water_to_rain 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 toa_src_lw of variable toa_incident_lw_flux_by_spectral_point 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 clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height 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 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 yearlen of variable number_of_days_in_year 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 relhum of variable relative_humidity 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 do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff 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 mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf 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 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 hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean 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 forceq of variable moisture_tendency_due_to_dynamics 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 oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass 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 con_pi of variable pi 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 ngeffr of variable index_for_graupel_effective_radius 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 phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top 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 tcr of variable cloud_phase_transition_threshold_temperature 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 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 dudt of variable tendency_of_x_wind_due_to_model_physics 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 con_epsq of variable minimum_value_of_specific_humidity 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 flag_iter of variable flag_for_iteration 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 lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name mol of variable theta_star 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 sw_optical_props_clouds of variable shortwave_optical_properties_for_cloudy_atmosphere 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 clam_deep of variable entrainment_rate_coefficient_deep_convection 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 con_cp of variable specific_heat_of_dry_air_at_constant_pressure 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 mg_ngcons of variable mg_flag_graupel_concentration_constant 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 lradar of variable flag_for_radar_reflectivity 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 work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement 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 imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme 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 hffac of variable surface_upward_sensible_heat_flux_reduction_factor 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 phy_fctd of variable cloud_base_mass_flux 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 edmf_ent of variable emdf_updraft_entrainment_rate 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 old_monin of variable flag_for_old_PBL_scheme 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 sfc_alb_uvvis_dif of variable surface_albedo_uvvis_dif 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 sfc_alb_uvvis_dir of variable surface_albedo_uvvis_dir 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 waxy of variable water_storage_in_aquifer 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 clouds(:,:,6) of variable cloud_rain_water_path 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 nsswr of variable number_of_timesteps_between_shortwave_radiation_calls 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 dusfc1 of variable instantaneous_surface_x_momentum_flux 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 kcnv of variable flag_deep_convection 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 dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling 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 cndm_surf of variable surface_condensation_mass 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 do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL 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 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 aerosolssw(:,:,:,3) of variable RRTMGP_aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name levs of variable vertical_dimension 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 rrtmgp_cld_optics of variable rrtmgp_cloud_optics_flag 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 cldtaulw of variable RRTMGP_cloud_optical_depth_layers_at_10mu_band 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 prnum of variable prandtl_number 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 chs2 of variable surface_exchange_coefficient_for_heat_at_2m 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 htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step 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 tsfg of variable surface_ground_temperature_for_radiation 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 active_gases_array of variable list_of_active_gases_used_by_RRTMGP 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 master of variable mpi_root 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 latidxprnt of variable latitude_index_in_debug_printouts 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 alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration 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 mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name flxprf_lw of variable RRTMGP_lw_fluxes 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 communicator of variable mpi_comm 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 smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table 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 dtsfci of variable instantaneous_surface_upward_sensible_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 nncl of variable number_of_tracers_for_cloud_condensate 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 d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name cld_frac of variable RRTMGP_total_cloud_fraction 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 frland of variable land_area_fraction_for_microphysics 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 dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling 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 dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation 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 ncps of variable local_snow_number_concentration 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 sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth 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 cnvw of variable convective_cloud_water_mixing_ratio 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 fluxswUP_allsky of variable RRTMGP_sw_flux_profile_upward_allsky 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 cld_resnow of variable RRTMGP_mean_effective_radius_for_snow_flake 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 tice of variable sea_ice_temperature_interstitial 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 save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save 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 evapq of variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness 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 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 gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name tgrs of variable air_temperature 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 sw_optical_props_aerosol of variable shortwave_optical_properties_for_aerosols from new to old metadata +INFO: Converting local name e0fac of variable latent_heat_flux_fraction_factor_relative_to_sensible_heat_flux 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 snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name do_RRTMGP of variable flag_for_rrtmgp_radiation_scheme 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 nupdraft of variable number_of_plumes 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 GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name lw_file_clouds of variable rrtmgp_coeff_lw_cloud_optics 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 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 gflx of variable upward_heat_flux_in_soil 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 mg_qcvar of variable mg_cloud_water_variance 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 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 totgrp of variable accumulated_lwe_thickness_of_graupel_amount 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 lw_file_gas of variable rrtmgp_kdistribution_lw 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 je of variable ending_y_direction_index 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 hefac of variable surface_upward_latent_heat_flux_reduction_factor 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 GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name p_lev of variable air_pressure_at_interface_for_RRTMGP_in_hPa 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 pertalb of variable magnitude_of_surface_albedo_perturbation 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 rhc of variable critical_relative_humidity 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 nspinup of variable number_of_iterations_to_spin_up_cellular_automata 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 dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface 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 dlength of variable characteristic_grid_length_scale 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 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 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 pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name sec_diff_byband of variable secant_of_diffusivity_angle_each_RRTMGP_LW_band 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 zorlo of variable surface_roughness_length_over_ocean 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 v10m of variable y_wind_at_10m 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 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 flag_cice of variable flag_for_cice 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 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 qgl of variable local_graupel_mixing_ratio 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 GFS_Data(ccpp_block_number) of variable GFS_data_type_instance 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 tsfa of variable surface_air_temperature_for_radiation 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 skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind 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 lsoil of variable soil_vertical_dimension 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 z0fac of variable surface_roughness_fraction_factor 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 jmap of variable map_of_block_column_number_to_global_j_index 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 c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name xlat of variable latitude 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 zorl_land of variable surface_roughness_length_over_land_interstitial 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 dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature 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 rhowater of variable liquid_water_density 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 ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine 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 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 grav_settling of variable grav_settling 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 fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux 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 imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme 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 js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name sources of variable longwave_source_function 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 iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation 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 dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag 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 prevsq of variable moisture_from_previous_timestep 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 stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress 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 npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface 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 fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean 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 crtrh(1) of variable critical_relative_humidity_at_surface 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 ndust of variable number_of_dust_bins_for_diagnostics 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 dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag 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 dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep 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 eahxy of variable canopy_air_vapor_pressure 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 vfact_ca of variable vertical_weight_for_ca 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 microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name cld_reice of variable RRTMGP_mean_effective_radius_for_ice_cloud 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 gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 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 crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag 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 gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep 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 input_nml_file of variable namelist_filename_for_internal_file_reads 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 tdomr of variable dominant_rain_type 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 GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name ipsdsw0 of variable initial_permutation_seed_sw 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 fn_nml of variable namelist_filename 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 snowd of variable surface_snow_thickness_water_equivalent 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 nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name lw_cloud_props of variable coefficients_for_lw_cloud_optics 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 woodxy of variable wood_mass 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 dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux 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 hswb of variable RRTMGP_sw_heating_rate_spectral 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 nctp of variable number_of_cloud_types_CS 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 xcosz of variable instantaneous_cosine_of_zenith_angle 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 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 upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification 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 gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name lw_gas_props of variable coefficients_for_lw_gas_optics 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 ty_gas_optics_rrtmgp of variable ty_gas_optics_rrtmgp 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 aerosolslw(:,:,:,2) of variable RRTMGP_aerosol_single_scattering_albedo_for_longwave_bands_01_16 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 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 abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification 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 vgrs of variable y_wind 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 snowfallac of variable total_accumulated_snowfall 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 sfcflw_type of variable sfcflw_type 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 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 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 dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name fluxlwUP_allsky of variable RRTMGP_lw_flux_profile_upward_allsky 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 dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL 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 wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function 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 fluxswDOWN_clrsky of variable RRTMGP_sw_flux_profile_downward_clrsky 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 ustm of variable surface_friction_velocity_drag 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 w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name aerosolssw(:,:,:,1) of variable RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16 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 do_cldice of variable mg_flag_for_cloud_ice_processes 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 radar_reset of variable flag_for_resetting_radar_reflectivity_calculation 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 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 ntchmdiag of variable number_of_chemical_tracers_for_diagnostics 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 save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save 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 wtxy of variable water_storage_in_aquifer_and_saturated_soil 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 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 nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling 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 delz of variable thickness_at_Lagrangian_surface 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 islmsk_cice of variable sea_land_ice_mask_cice 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 oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name rrtmgp_nBandsSW of variable number_of_sw_bands_rrtmgp 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 fhour of variable forecast_time 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 iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option 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 visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step 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 sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped 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 proflw_type of variable proflw_type from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity 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 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 dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag 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 npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface 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 dvsfc1 of variable instantaneous_surface_y_momentum_flux 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 uustar_ocean of variable surface_friction_velocity_over_ocean 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 rilist of variable gas_constants_for_multi_gases_physics 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 weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name lw_optical_props_clouds of variable longwave_optical_properties_for_cloudy_atmosphere from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc 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 clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature 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 betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection 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 semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction 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 qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name coszdg of variable daytime_mean_cosz_over_rad_call_period from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing 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 snowmt of variable surface_snow_melt 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 redrag of variable flag_for_reduced_drag_coefficient_over_sea 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 edmf_a of variable emdf_updraft_area 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 sw_file_clouds of variable rrtmgp_coeff_sw_cloud_optics 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 dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd 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 keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model 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 bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name sw_optical_props_clrsky of variable shortwave_optical_properties_for_clear_sky 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 lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cldtausw of variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band from new to old metadata +INFO: Converting local name iaerclm of variable flag_for_aerosol_input_MG_radiation 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 ca_global of variable flag_for_global_cellular_automata 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 nthresh of variable threshold_for_perturbed_vertical_velocity 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 dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics 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 delp of variable pressure_thickness_at_Lagrangian_surface 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 xu of variable diurnal_thermocline_layer_x_current 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 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 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 qsnw of variable local_snow_water_mixing_ratio 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 cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp 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 xz of variable diurnal_thermocline_layer_thickness 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 shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term 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 semis of variable surface_longwave_emissivity 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 dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics 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 tmpmax of variable maximum_temperature_at_2m 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 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 tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean 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 wcbmax of variable maximum_updraft_velocity_at_cloud_base 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 skip_macro of variable flag_skip_macro 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 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 gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics 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 qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration 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 kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity 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(:,:,9) of variable mean_effective_radius_for_snow_flake 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 evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Metadata table for model FV3 written to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 sfc_ocean +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme rrtmgp_sw_cloud_optics +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +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 zhaocarr_precpd +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 hedmf_hafs +INFO: Parsed tables in scheme GFS_rrtmgp_sw_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme GFS_rrtmgp_lw_post +INFO: Parsed tables in scheme sfc_diff +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 rrtmg_lw +INFO: Parsed tables in scheme rrtmgp_lw_rte +INFO: Parsed tables in scheme dcyc2t3 +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 cires_ugwp_post +INFO: Parsed tables in scheme rrtmgp_lw_cloud_optics +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme moninshoc +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme rrtmgp_lw_cloud_sampling +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sascnvn +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 GFS_suite_interstitial_5 +INFO: Parsed tables in scheme mp_thompson_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 shalcnv +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 myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme drag_suite +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 mynnrad_post +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmgp_pre +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 GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme ozphys_2015 +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 +INFO: Parsed tables in scheme rrtmgp_sw_rte +INFO: Parsed tables in scheme rrtmgp_lw_pre +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_rrtmgp_sw_post +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme rrtmgp_sw_aerosol_optics +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 rrtmgp_lw_aerosol_optics +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme rrtmgp_sw_gas_optics +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 satmedmfvdif +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme rrtmgp_sw_cloud_sampling +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme rrtmgp_lw_gas_optics +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme GFS_rrtmgp_setup +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable Gas_concentrations_for_RRTMGP_suite +INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band +INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_10mu_band +INFO: filtering out variable RRTMGP_lw_flux_profile_downward_allsky +INFO: filtering out variable RRTMGP_lw_flux_profile_downward_clrsky +INFO: filtering out variable RRTMGP_lw_flux_profile_upward_allsky +INFO: filtering out variable RRTMGP_lw_flux_profile_upward_clrsky +INFO: filtering out variable RRTMGP_lw_fluxes +INFO: filtering out variable RRTMGP_lw_heating_rate_spectral +INFO: filtering out variable RRTMGP_sw_flux_profile_downward_allsky +INFO: filtering out variable RRTMGP_sw_flux_profile_downward_clrsky +INFO: filtering out variable RRTMGP_sw_flux_profile_upward_allsky +INFO: filtering out variable RRTMGP_sw_flux_profile_upward_clrsky +INFO: filtering out variable RRTMGP_sw_fluxes +INFO: filtering out variable RRTMGP_sw_heating_rate_spectral +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_pressure_at_interface_for_RRTMGP_in_hPa +INFO: filtering out variable air_pressure_at_layer_for_RRTMGP_in_hPa +INFO: filtering out variable air_temperature_at_interface_for_RRTMGP +INFO: filtering out variable air_temperature_at_layer_for_RRTMGP +INFO: filtering out variable air_temperature_lapse_rate_constant +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 chemical_tracers +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_ice_conversion_threshold_ras +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_c_0 +INFO: filtering out variable coefficient_c_d +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable coefficient_w_0 +INFO: filtering out variable coefficient_w_d +INFO: filtering out variable coefficients_for_lw_cloud_optics +INFO: filtering out variable coefficients_for_lw_gas_optics +INFO: filtering out variable coefficients_for_sw_cloud_optics +INFO: filtering out variable coefficients_for_sw_gas_optics +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +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 dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable directory_for_rte_rrtmgp_source_code +INFO: filtering out variable diurnal_thermocline_layer_heat_content +INFO: filtering out variable diurnal_thermocline_layer_thickness +INFO: filtering out variable diurnal_thermocline_layer_x_current +INFO: filtering out variable diurnal_thermocline_layer_y_current +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_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_resetting_radar_reflectivity_calculation +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_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 free_convection_layer_thickness +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 index_of_dtlm_start +INFO: filtering out variable initial_permutation_seed_lw +INFO: filtering out variable initial_permutation_seed_sw +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 joules_per_calorie_constant +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 list_of_active_gases_used_by_RRTMGP +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 longwave_optical_properties_for_aerosols +INFO: filtering out variable longwave_optical_properties_for_clear_sky +INFO: filtering out variable longwave_optical_properties_for_cloudy_atmosphere +INFO: filtering out variable longwave_optical_properties_for_cloudy_atmosphere_by_band +INFO: filtering out variable longwave_source_function +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_change_over_depth_in_sea_water_temperature +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 multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_active_gases_used_by_RRTMGP +INFO: filtering out variable number_of_aerosol_tracers_MG +INFO: filtering out variable number_of_angles_used_in_gaussian_quadrature +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_rrtmgp_ice_roughness +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 ocean_mixed_layer_thickness +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 relative_humidity +INFO: filtering out variable rrtmgp_cloud_optics_flag +INFO: filtering out variable rrtmgp_coeff_lw_cloud_optics +INFO: filtering out variable rrtmgp_coeff_sw_cloud_optics +INFO: filtering out variable rrtmgp_kdistribution_lw +INFO: filtering out variable rrtmgp_kdistribution_sw +INFO: filtering out variable sea_surface_reference_temperature +INFO: filtering out variable sea_water_reference_density +INFO: filtering out variable sea_water_salinity +INFO: filtering out variable secant_of_diffusivity_angle_each_RRTMGP_LW_band +INFO: filtering out variable sensible_heat_flux_due_to_rainfall +INFO: filtering out variable sensitivity_of_dtl_heat_content_to_surface_temperature +INFO: filtering out variable sensitivity_of_dtl_thickness_to_surface_temperature +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 shortwave_optical_properties_for_aerosols +INFO: filtering out variable shortwave_optical_properties_for_clear_sky +INFO: filtering out variable shortwave_optical_properties_for_cloudy_atmosphere +INFO: filtering out variable shortwave_optical_properties_for_cloudy_atmosphere_by_band +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_of_ice_at_constant_pressure +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 sub_layer_cooling_amount +INFO: filtering out variable sub_layer_cooling_thickness +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_albedo_nearIR_diffuse +INFO: filtering out variable surface_albedo_nearIR_direct +INFO: filtering out variable surface_albedo_uvvis_dif +INFO: filtering out variable surface_albedo_uvvis_dir +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_emissivity_in_each_RRTMGP_LW_band +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_skin_temperature_for_nsst +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 toa_incident_sw_flux_by_spectral_point +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_temperature_average_range_lower_bound +INFO: filtering out variable vertical_temperature_average_range_upper_bound +INFO: filtering out variable virtual_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 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 /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 after returning from 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 after returning from 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 after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating list of Fortran modules containing CCPP type definitions ... +INFO: Generating typedefs makefile/cmakefile snippet ... +INFO: Added 10 typedefs to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.sh +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 215 schemes to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.mk, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 16 auto-generated caps to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.mk and /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.cmake, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.sh +INFO: CCPP prebuild step completed successfully. ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ ./build_ccpp.sh hera.intel /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp' NO NO +MACHINE_ID=hera.intel is valid. +Compilers set for hera.intel. +Obtained ESMF_LIB=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib from /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk +Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp -DNETCDF_DIR=/apps/netcdf/4.7.0/intel/18.0.5.274 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=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 +-- 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 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 +-- Got CCPP TYPEDEFS from cmakefile include file: gfs_typedefs.mod;mo_cloud_optics.mod;mo_optical_props.mod;ccpp_typedefs.mod;mo_gas_concentrations.mod;machine.mod;mo_source_functions.mod;module_radlw_parameters.mod;module_radsw_parameters.mod;mo_gas_optics_rrtmgp.mod +-- Got CCPP SCHEMES from cmakefile include file: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninshoc.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_aux.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rascnv.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 +-- Got CCPP CAPS from cmakefile include file: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 +-- Configuring done +-- Generating done +CMake Warning: + Manually-specified variables were not used by the project: + + LEGACY_INTEL + + +-- Build files have been written to: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -H/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp -B/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles/progress.marks +make -f CMakeFiles/Makefile2 all +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Scanning dependencies of target ccpp +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/requires +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_types framework/src/CMakeFiles/ccpp.dir/ccpp_types.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_api framework/src/CMakeFiles/ccpp.dir/ccpp_api.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o.provides.build +[ 1%] Linking Fortran static library libccpp.a +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 +/usr/bin/ar qc libccpp.a CMakeFiles/ccpp.dir/ccpp_types.F90.o CMakeFiles/ccpp.dir/ccpp_api.F90.o +/usr/bin/ranlib libccpp.a +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 1%] Built target ccpp +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Scanning dependencies of target ccppphys +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/requires +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 1%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/machine physics/CMakeFiles/ccppphys.dir/machine.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/physcons physics/CMakeFiles/ccppphys.dir/physcons.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/funcphys physics/CMakeFiles/ccppphys.dir/funcphys.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/wv_saturation.F -o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/wv_saturation physics/CMakeFiles/ccppphys.dir/wv_saturation.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mersenne_twister physics/CMakeFiles/ccppphys.dir/mersenne_twister.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_kind physics/CMakeFiles/ccppphys.dir/mo_rte_kind.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props_kernels physics/CMakeFiles/ccppphys.dir/mo_optical_props_kernels.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_util_array physics/CMakeFiles/ccppphys.dir/mo_rte_util_array.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props physics/CMakeFiles/ccppphys.dir/mo_optical_props.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_optics physics/CMakeFiles/ccppphys.dir/mo_cloud_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_string physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_string.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_concentrations physics/CMakeFiles/ccppphys.dir/mo_gas_concentrations.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_source_functions physics/CMakeFiles/ccppphys.dir/mo_source_functions.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics physics/CMakeFiles/ccppphys.dir/mo_gas_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_kernels physics/CMakeFiles/ccppphys.dir/mo_gas_optics_kernels.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_constants physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_constants.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder_kernels physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder_kernels.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_rrtmgp physics/CMakeFiles/ccppphys.dir/mo_gas_optics_rrtmgp.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/physparam physics/CMakeFiles/ccppphys.dir/physparam.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_parameters physics/CMakeFiles/ccppphys.dir/module_radlw_parameters.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_parameters physics/CMakeFiles/ccppphys.dir/module_radsw_parameters.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/parse_tracers physics/CMakeFiles/ccppphys.dir/parse_tracers.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_typedefs physics/CMakeFiles/ccppphys.dir/gfs_typedefs.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/h2o_def physics/CMakeFiles/ccppphys.dir/h2o_def.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/iccn_def physics/CMakeFiles/ccppphys.dir/iccn_def.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg_utils.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/micro_mg_utils physics/CMakeFiles/ccppphys.dir/micro_mg_utils.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_parameters.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_nst_parameters physics/CMakeFiles/ccppphys.dir/module_nst_parameters.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_water_prop.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_nst_water_prop physics/CMakeFiles/ccppphys.dir/module_nst_water_prop.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bl_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_bl_mynn physics/CMakeFiles/ccppphys.dir/module_bl_mynn.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_common physics/CMakeFiles/ccppphys.dir/ugwp_common.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_conv_init physics/CMakeFiles/ccppphys.dir/ugwp_conv_init.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_fjet_init physics/CMakeFiles/ccppphys.dir/ugwp_fjet_init.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_lsatdis_init physics/CMakeFiles/ccppphys.dir/ugwp_lsatdis_init.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_okw_init physics/CMakeFiles/ccppphys.dir/ugwp_okw_init.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_oro_init physics/CMakeFiles/ccppphys.dir/ugwp_oro_init.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_wmsdis_init physics/CMakeFiles/ccppphys.dir/ugwp_wmsdis_init.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_module physics/CMakeFiles/ccppphys.dir/cires_ugwp_module.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozne_def physics/CMakeFiles/ccppphys.dir/ozne_def.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_microphysics physics/CMakeFiles/ccppphys.dir/module_microphysics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/surface_perturbation physics/CMakeFiles/ccppphys.dir/surface_perturbation.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg physics/CMakeFiles/ccppphys.dir/namelist_soilveg.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_deep.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_deep physics/CMakeFiles/ccppphys.dir/cu_gf_deep.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg_ruc physics/CMakeFiles/ccppphys.dir/namelist_soilveg_ruc.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_broadband_kernels physics/CMakeFiles/ccppphys.dir/mo_fluxes_broadband_kernels.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes physics/CMakeFiles/ccppphys.dir/mo_fluxes.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_solver_kernels physics/CMakeFiles/ccppphys.dir/mo_rte_solver_kernels.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_lw physics/CMakeFiles/ccppphys.dir/mo_rte_lw.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_sw physics/CMakeFiles/ccppphys.dir/mo_rte_sw.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband_kernels physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband_kernels.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_sw_cloud_optics physics/CMakeFiles/ccppphys.dir/mo_rrtmg_sw_cloud_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_aux.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_aux physics/CMakeFiles/ccppphys.dir/rrtmgp_aux.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX-I -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_astronomy physics/CMakeFiles/ccppphys.dir/module_radiation_astronomy.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_clouds physics/CMakeFiles/ccppphys.dir/module_radiation_clouds.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_gases physics/CMakeFiles/ccppphys.dir/module_radiation_gases.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/radcons physics/CMakeFiles/ccppphys.dir/radcons.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmp_glacier physics/CMakeFiles/ccppphys.dir/module_sf_noahmp_glacier.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_globals physics/CMakeFiles/ccppphys.dir/noahmp_glacier_globals.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_routines physics/CMakeFiles/ccppphys.dir/noahmp_glacier_routines.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmplsm physics/CMakeFiles/ccppphys.dir/module_sf_noahmplsm.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/noahmp_tables.f90 -o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmp_tables physics/CMakeFiles/ccppphys.dir/noahmp_tables.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_mod physics/CMakeFiles/ccppphys.dir/set_soilveg_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90 -o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_fer_hires physics/CMakeFiles/ccppphys.dir/module_mp_fer_hires.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_surface physics/CMakeFiles/ccppphys.dir/module_radiation_surface.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_heating_rates physics/CMakeFiles/ccppphys.dir/mo_heating_rates.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_avplank physics/CMakeFiles/ccppphys.dir/module_radlw_avplank.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_cldprlw physics/CMakeFiles/ccppphys.dir/module_radlw_cldprlw.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb01 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb01.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb02 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb02.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb03 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb03.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb04 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb04.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb05 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb05.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb06 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb06.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb07 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb07.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb08 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb08.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb09 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb09.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb10 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb10.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb11 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb11.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb12 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb12.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb13 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb13.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb14 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb14.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb15 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb15.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb16 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb16.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_ref physics/CMakeFiles/ccppphys.dir/module_radlw_ref.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys_mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_lw_cloud_optics physics/CMakeFiles/ccppphys.dir/mo_rrtmg_lw_cloud_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90 -o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_bl_myjpbl physics/CMakeFiles/ccppphys.dir/module_bl_myjpbl.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_sampling physics/CMakeFiles/ccppphys.dir/mo_cloud_sampling.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson_make_number_concentrations physics/CMakeFiles/ccppphys.dir/module_mp_thompson_make_number_concentrations.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aer_cloud.F -o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/aer_cloud physics/CMakeFiles/ccppphys.dir/aer_cloud.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldmacro.F -o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cldmacro physics/CMakeFiles/ccppphys.dir/cldmacro.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldwat2m_micro.F -o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cldwat2m_micro physics/CMakeFiles/ccppphys.dir/cldwat2m_micro.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg2_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/micro_mg2_0 physics/CMakeFiles/ccppphys.dir/micro_mg2_0.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg3_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/micro_mg3_0 physics/CMakeFiles/ccppphys.dir/micro_mg3_0.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/date_def.f -o CMakeFiles/ccppphys.dir/physics/date_def.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/date_def physics/CMakeFiles/ccppphys.dir/date_def.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_model.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/nst_module physics/CMakeFiles/ccppphys.dir/nst_module.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_mynn physics/CMakeFiles/ccppphys.dir/module_sf_mynn.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_SF_JSFC.F90 -o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_jsfc physics/CMakeFiles/ccppphys.dir/module_sf_jsfc.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_ruclsm.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_ruclsm physics/CMakeFiles/ccppphys.dir/module_sf_ruclsm.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_soil_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_soil_pre physics/CMakeFiles/ccppphys.dir/module_soil_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_ruc_mod physics/CMakeFiles/ccppphys.dir/set_soilveg_ruc_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/aerinterp physics/CMakeFiles/ccppphys.dir/aerinterp.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/h2ointerp physics/CMakeFiles/ccppphys.dir/h2ointerp.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/iccninterp physics/CMakeFiles/ccppphys.dir/iccninterp.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozinterp physics/CMakeFiles/ccppphys.dir/ozinterp.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_cldprtb physics/CMakeFiles/ccppphys.dir/module_radsw_cldprtb.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb16 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb16.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb17 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb17.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb18 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb18.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb19 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb19.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb20 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb20.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb21 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb21.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb22 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb22.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb23 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb23.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb24 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb24.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb25 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb25.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb26 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb26.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb27 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb27.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb28 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb28.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb29 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb29.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_ref physics/CMakeFiles/ccppphys.dir/module_radsw_ref.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_sflux physics/CMakeFiles/ccppphys.dir/module_radsw_sflux.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/samfcnv_aerosols physics/CMakeFiles/ccppphys.dir/samfcnv_aerosols.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw physics/CMakeFiles/ccppphys.dir/rrtmg_lw.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw physics/CMakeFiles/ccppphys.dir/rrtmg_sw.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_compute_bc physics/CMakeFiles/ccppphys.dir/mo_compute_bc.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_sh.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_sh physics/CMakeFiles/ccppphys.dir/cu_gf_sh.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdps physics/CMakeFiles/ccppphys.dir/gwdps.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp physics/CMakeFiles/ccppphys.dir/cires_ugwp.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_post physics/CMakeFiles/ccppphys.dir/cires_ugwp_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cnvc90 physics/CMakeFiles/ccppphys.dir/cnvc90.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/dcyc2t3 physics/CMakeFiles/ccppphys.dir/dcyc2t3.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/get_phi_fv3 physics/CMakeFiles/ccppphys.dir/get_phi_fv3.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/get_prs_fv3 physics/CMakeFiles/ccppphys.dir/get_prs_fv3.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_post physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_post physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_post physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_common physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_common.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_post physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_post physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_1 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_1.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_2 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_2.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_3 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_3.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_4 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_4.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_5 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_5.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_phys_reset physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_phys_reset.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_rad_reset physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_rad_reset.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_reset physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_reset.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_update physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_update.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_inter physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_inter.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_post physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_pre physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_post physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part1 physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part1.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part2 physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part2.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/hedmf physics/CMakeFiles/ccppphys.dir/hedmf.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_noah physics/CMakeFiles/ccppphys.dir/lsm_noah.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/maximum_hourly_diagnostics physics/CMakeFiles/ccppphys.dir/maximum_hourly_diagnostics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozphys physics/CMakeFiles/ccppphys.dir/ozphys.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rayleigh_damp physics/CMakeFiles/ccppphys.dir/rayleigh_damp.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/samfdeepcnv physics/CMakeFiles/ccppphys.dir/samfdeepcnv.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/samfshalcnv physics/CMakeFiles/ccppphys.dir/samfshalcnv.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_cice physics/CMakeFiles/ccppphys.dir/sfc_cice.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag physics/CMakeFiles/ccppphys.dir/sfc_diag.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag_post physics/CMakeFiles/ccppphys.dir/sfc_diag_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_diff physics/CMakeFiles/ccppphys.dir/sfc_diff.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_ocean physics/CMakeFiles/ccppphys.dir/sfc_ocean.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_sice physics/CMakeFiles/ccppphys.dir/sfc_sice.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_gscond physics/CMakeFiles/ccppphys.dir/zhaocarr_gscond.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_precpd physics/CMakeFiles/ccppphys.dir/zhaocarr_precpd.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_physics_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_pre physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_post physics/CMakeFiles/ccppphys.dir/rrtmg_lw_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_pre physics/CMakeFiles/ccppphys.dir/rrtmg_lw_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_post physics/CMakeFiles/ccppphys.dir/rrtmg_sw_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_pre physics/CMakeFiles/ccppphys.dir/rrtmg_sw_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_radiation_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_stochastics physics/CMakeFiles/ccppphys.dir/gfs_stochastics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_stochastics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_phys_time_vary physics/CMakeFiles/ccppphys.dir/gfs_phys_time_vary.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rad_time_vary physics/CMakeFiles/ccppphys.dir/gfs_rad_time_vary.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_setup physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_setup.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_time_vary_pre physics/CMakeFiles/ccppphys.dir/gfs_time_vary_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_time_vary_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdif physics/CMakeFiles/ccppphys.dir/satmedmfvdif.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_typedefs physics/CMakeFiles/ccppphys.dir/ccpp_typedefs.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/fv_sat_adj physics/CMakeFiles/ccppphys.dir/fv_sat_adj.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/h2ophys physics/CMakeFiles/ccppphys.dir/h2ophys.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozphys_2015 physics/CMakeFiles/ccppphys.dir/ozphys_2015.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_radiation_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o.provides.build +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o.provides.build +[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o.provides.build +[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_debug.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_abort physics/CMakeFiles/ccppphys.dir/gfs_abort.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_checkland physics/CMakeFiles/ccppphys.dir/gfs_checkland.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_diagtoscreen physics/CMakeFiles/ccppphys.dir/gfs_diagtoscreen.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_interstitialtoscreen physics/CMakeFiles/ccppphys.dir/gfs_interstitialtoscreen.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o.provides.build +[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_lw_post physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_lw_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o.provides.build +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_pre physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o.provides.build +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_setup physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_setup.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o.provides.build +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_post physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o.provides.build +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_pre physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o.provides.build +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_ini_fini_test physics/CMakeFiles/ccppphys.dir/gfs_suite_ini_fini_test.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o.provides.build +[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv physics/CMakeFiles/ccppphys.dir/cs_conv.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_post physics/CMakeFiles/ccppphys.dir/cs_conv_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_pre physics/CMakeFiles/ccppphys.dir/cs_conv_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o.provides.build +[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_aw_adj physics/CMakeFiles/ccppphys.dir/cs_conv_aw_adj.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o.provides.build +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver physics/CMakeFiles/ccppphys.dir/cu_gf_driver.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o.provides.build +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_post physics/CMakeFiles/ccppphys.dir/cu_gf_driver_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o.provides.build +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_pre physics/CMakeFiles/ccppphys.dir/cu_gf_driver_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o.provides.build +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke physics/CMakeFiles/ccppphys.dir/cu_ntiedtke.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o.provides.build +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_post physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o.provides.build +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_pre physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o.provides.build +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/drag_suite.F90 -o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/drag_suite physics/CMakeFiles/ccppphys.dir/drag_suite.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o.provides.build +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcm_shoc.F90 -o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/shoc physics/CMakeFiles/ccppphys.dir/shoc.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o.provides.build +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F -o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_phy_tracer_config physics/CMakeFiles/ccppphys.dir/gfs_phy_tracer_config.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o.provides.build +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdc.f -o CMakeFiles/ccppphys.dir/physics/gwdc.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdc physics/CMakeFiles/ccppphys.dir/gwdc.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdc_post physics/CMakeFiles/ccppphys.dir/gwdc_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdc_pre physics/CMakeFiles/ccppphys.dir/gwdc_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o.provides.build +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_post physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_pre physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o.provides.build +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/m_micro physics/CMakeFiles/ccppphys.dir/m_micro.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o.provides.build +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/m_micro_post physics/CMakeFiles/ccppphys.dir/m_micro_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/m_micro_pre physics/CMakeFiles/ccppphys.dir/m_micro_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o.provides.build +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/myjpbl_wrapper physics/CMakeFiles/ccppphys.dir/myjpbl_wrapper.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o.provides.build +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/myjsfc_wrapper physics/CMakeFiles/ccppphys.dir/myjsfc_wrapper.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o.provides.build +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnedmf_wrapper physics/CMakeFiles/ccppphys.dir/mynnedmf_wrapper.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o.provides.build +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnsfc_wrapper physics/CMakeFiles/ccppphys.dir/mynnsfc_wrapper.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o.provides.build +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_post.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_post physics/CMakeFiles/ccppphys.dir/mynnrad_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o.provides.build +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_pre physics/CMakeFiles/ccppphys.dir/mynnrad_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o.provides.build +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf_hafs.f -o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/hedmf_hafs physics/CMakeFiles/ccppphys.dir/hedmf_hafs.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o.provides.build +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninshoc.f -o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/moninshoc physics/CMakeFiles/ccppphys.dir/moninshoc.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o.provides.build +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_fer_hires.F90 -o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_fer_hires physics/CMakeFiles/ccppphys.dir/mp_fer_hires.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o.provides.build +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson physics/CMakeFiles/ccppphys.dir/mp_thompson.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o.provides.build +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_post.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_post physics/CMakeFiles/ccppphys.dir/mp_thompson_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o.provides.build +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_pre.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_pre physics/CMakeFiles/ccppphys.dir/mp_thompson_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o.provides.build +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_multi_gases_mod physics/CMakeFiles/ccppphys.dir/ccpp_multi_gases_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o.provides.build +[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rascnv.F90 -o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rascnv physics/CMakeFiles/ccppphys.dir/rascnv.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o.provides.build +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_aerosol_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_aerosol_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o.provides.build +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o.provides.build +[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_sampling physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_sampling.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o.provides.build +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_gas_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_gas_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o.provides.build +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_pre physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o.provides.build +[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_rte physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_rte.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o.provides.build +[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_aerosol_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_aerosol_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o.provides.build +[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o.provides.build +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_sampling physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_sampling.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o.provides.build +[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_gas_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_gas_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o.provides.build +[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_rte physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_rte.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o.provides.build +[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_bygpoint physics/CMakeFiles/ccppphys.dir/mo_fluxes_bygpoint.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o.provides.build +[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_clr_all_sky physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_clr_all_sky.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o.provides.build +[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sascnvn.F -o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sascnvn physics/CMakeFiles/ccppphys.dir/sascnvn.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdifq.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdifq physics/CMakeFiles/ccppphys.dir/satmedmfvdifq.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc physics/CMakeFiles/ccppphys.dir/lsm_ruc.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_noahmp_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmpdrv physics/CMakeFiles/ccppphys.dir/noahmpdrv.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_nst.f -o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst physics/CMakeFiles/ccppphys.dir/sfc_nst.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_post physics/CMakeFiles/ccppphys.dir/sfc_nst_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_pre physics/CMakeFiles/ccppphys.dir/sfc_nst_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o.provides.build +[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfccyc_module physics/CMakeFiles/ccppphys.dir/sfccyc_module.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shalcnv.F -o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/shalcnv physics/CMakeFiles/ccppphys.dir/shalcnv.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shinhongvdif.F90 -o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/shinhongvdif physics/CMakeFiles/ccppphys.dir/shinhongvdif.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sso_coorde physics/CMakeFiles/ccppphys.dir/sso_coorde.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ysuvdif.F90 -o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ysuvdif physics/CMakeFiles/ccppphys.dir/ysuvdif.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o.provides.build +[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f -o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbltq.f -o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscuq.f -o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/num_parthds.F -o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o +[100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +[100%] Linking Fortran static library libccppphys.a +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 +/usr/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o CMakeFiles/ccppphys.dir/physics/date_def.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/gwdc.f.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +/usr/bin/ranlib libccppphys.a +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[100%] Built target ccppphys +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles 0 +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -H/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp -B/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles/progress.marks +make -f CMakeFiles/Makefile2 all +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/requires +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Nothing to be done for `framework/src/CMakeFiles/ccpp.dir/build'. +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 1%] Built target ccpp +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/requires +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Nothing to be done for `physics/CMakeFiles/ccppphys.dir/build'. +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[100%] Built target ccppphys +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles 0 +make -f CMakeFiles/Makefile2 preinstall +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[2]: Nothing to be done for `preinstall'. +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +Install the project... +/contrib/cmake/3.9.0/bin/cmake -P cmake_install.cmake +-- Install configuration: "Release" +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/libccpp.a +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccpp-config.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccpp-config-release.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_types.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_api.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/libccppphys.a +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccppphys-config.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/gfs_typedefs.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_cloud_optics.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_optical_props.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_typedefs.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_gas_concentrations.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/machine.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_source_functions.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/module_radlw_parameters.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/module_radsw_parameters.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' ++ test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include ++ test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs ; \ +exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" all + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +Building dependencies ... +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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. +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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.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. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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. +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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.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 -DOPENMP -DCCPP -DCMEPS -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.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 -DOPENMP -DCCPP -DCMEPS -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/interp.c -o ../mosaic/interp.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 -DOPENMP -DCCPP -DCMEPS -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.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 -DOPENMP -DCCPP -DCMEPS -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.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 -DOPENMP -DCCPP -DCMEPS -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mpp/threadloc.c -o ../mpp/threadloc.o +ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o +ar: creating libfms.a +a - ../oda_tools/xbt_drop_rate_adjust.o +a - ../affinity/fms_affinity.o +a - ../amip_interp/amip_interp.o +a - ../astronomy/astronomy.o +a - ../axis_utils/axis_utils.o +a - ../block_control/block_control.o +a - ../column_diagnostics/column_diagnostics.o +a - ../constants/constants.o +a - ../coupler/atmos_ocean_fluxes.o +a - ../coupler/coupler_types.o +a - ../coupler/ensemble_manager.o +a - ../data_override/data_override.o +a - ../diag_integral/diag_integral.o +a - ../diag_manager/diag_axis.o +a - ../diag_manager/diag_data.o +a - ../diag_manager/diag_grid.o +a - ../diag_manager/diag_manifest.o +a - ../diag_manager/diag_manager.o +a - ../diag_manager/diag_output.o +a - ../diag_manager/diag_table.o +a - ../diag_manager/diag_util.o +a - ../drifters/cloud_interpolator.o +a - ../drifters/drifters.o +a - ../drifters/drifters_comm.o +a - ../drifters/drifters_core.o +a - ../drifters/drifters_input.o +a - ../drifters/drifters_io.o +a - ../drifters/quicksort.o +a - ../exchange/stock_constants.o +a - ../exchange/xgrid.o +a - ../fft/fft.o +a - ../fft/fft99.o +a - ../field_manager/field_manager.o +a - ../field_manager/fm_util.o +a - ../fms/fms.o +a - ../fms/fms_io.o +a - ../horiz_interp/horiz_interp.o +a - ../horiz_interp/horiz_interp_bicubic.o +a - ../horiz_interp/horiz_interp_bilinear.o +a - ../horiz_interp/horiz_interp_conserve.o +a - ../horiz_interp/horiz_interp_spherical.o +a - ../horiz_interp/horiz_interp_type.o +a - ../interpolator/interpolator.o +a - ../memutils/memutils.o +a - ../monin_obukhov/monin_obukhov.o +a - ../monin_obukhov/monin_obukhov_kernel.o +a - ../mosaic/gradient.o +a - ../mosaic/grid.o +a - ../mosaic/mosaic.o +a - ../mpp/mpp.o +a - ../mpp/mpp_data.o +a - ../mpp/mpp_domains.o +a - ../mpp/mpp_efp.o +a - ../mpp/mpp_io.o +a - ../mpp/mpp_memutils.o +a - ../mpp/mpp_parameter.o +a - ../mpp/mpp_pset.o +a - ../mpp/mpp_utilities.o +a - ../oda_tools/oda_core.o +a - ../oda_tools/oda_core_ecda.o +a - ../oda_tools/oda_types.o +a - ../oda_tools/write_ocean_data.o +a - ../platform/platform.o +a - ../random_numbers/MersenneTwister.o +a - ../random_numbers/random_numbers.o +a - ../sat_vapor_pres/sat_vapor_pres.o +a - ../sat_vapor_pres/sat_vapor_pres_k.o +a - ../station_data/station_data.o +a - ../time_interp/time_interp.o +a - ../time_interp/time_interp_external.o +a - ../time_manager/get_cal_time.o +a - ../time_manager/time_manager.o +a - ../topography/gaussian_topog.o +a - ../topography/topography.o +a - ../tracer_manager/tracer_manager.o +a - ../tridiagonal/tridiagonal.o +a - ../affinity/affinity.o +a - ../memutils/memuse.o +a - ../mosaic/create_xgrid.o +a - ../mosaic/gradient_c2l.o +a - ../mosaic/interp.o +a - ../mosaic/mosaic_util.o +a - ../mosaic/read_mosaic.o +a - ../mpp/nsclock.o +a - ../mpp/threadloc.o +mkdir -p "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" +mv fms.mk "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL +Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL on hera +cp -fp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems \ + "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3"/conf/configure.fv3 +cp -fp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems \ + "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3"/conf/modules.fv3 +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 COMP_BINDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" nemsinstall + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +Building dependencies ... +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +make -C cpl FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL + +Build standalone FV3 io ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' + +Build standalone FV3 io ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' +make -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +makefile:269: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +ar rv libgfsphys.a physics/mersenne_twister.o physics/namelist_soilveg.o physics/physparam.o physics/set_soilveg.o physics/noahmp_tables.o physics/GFDL_parse_tracers.o physics/physcons.o CCPP_layer/CCPP_data.o ../ccpp/physics/ccpp_static_api.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_restart.o +ar: creating libgfsphys.a +a - physics/mersenne_twister.o +a - physics/namelist_soilveg.o +a - physics/physparam.o +a - physics/set_soilveg.o +a - physics/noahmp_tables.o +a - physics/GFDL_parse_tracers.o +a - physics/physcons.o +a - CCPP_layer/CCPP_data.o +a - ../ccpp/physics/ccpp_static_api.o +a - GFS_layer/GFS_abstraction_layer.o +a - GFS_layer/GFS_diagnostics.o +a - GFS_layer/GFS_driver.o +a - GFS_layer/GFS_restart.o +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +make -C ccpp/driver FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics + +Build CCPP layer ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' +makefile:67: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' + +Build CCPP layer ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' +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 -DCCPP -DCMEPS CCPP_driver.F90 > CCPP_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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o +ar rv libccppdriver.a CCPP_driver.o +ar: creating libccppdriver.a +a - CCPP_driver.o +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' +make -C ipd FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +makefile:54: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +make -C io FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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.6_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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.6_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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_netcdf_parallel.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o +ar: creating libfv3io.a +a - ffsync.o +a - FV3GFS_io.o +a - post_gfs.o +a - post_nems_routines.o +a - module_write_nemsio.o +a - module_write_netcdf.o +a - module_write_netcdf_parallel.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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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. +Using cray pointers. +ar rv libfv3core.a model/a2b_edge.o model/multi_gases.o model/boundary.o model/dyn_core.o model/fv_arrays.o model/fv_control.o model/fv_dynamics.o model/fv_fill.o model/fv_grid_utils.o model/fv_mapz.o model/fv_nesting.o model/fv_regional_bc.o model/fv_sg.o model/fv_tracer2d.o model/fv_update_phys.o model/sw_core.o model/tp_core.o model/nh_core.o model/nh_utils.o tools/external_ic.o tools/external_sst.o tools/fv_diagnostics.o tools/fv_eta.o tools/fv_grid_tools.o tools/fv_io.o tools/fv_mp_mod.o tools/fv_nudge.o tools/fv_treat_da_inc.o tools/fv_iau_mod.o tools/fv_restart.o tools/fv_surf_map.o tools/fv_timing.o tools/init_hydro.o tools/sim_nc_mod.o tools/sorted_index.o tools/test_cases.o driver/fvGFS/DYCORE_typedefs.o driver/fvGFS/fv_nggps_diag.o driver/fvGFS/atmosphere.o +ar: creating libfv3core.a +a - model/a2b_edge.o +a - model/multi_gases.o +a - model/boundary.o +a - model/dyn_core.o +a - model/fv_arrays.o +a - model/fv_control.o +a - model/fv_dynamics.o +a - model/fv_fill.o +a - model/fv_grid_utils.o +a - model/fv_mapz.o +a - model/fv_nesting.o +a - model/fv_regional_bc.o +a - model/fv_sg.o +a - model/fv_tracer2d.o +a - model/fv_update_phys.o +a - model/sw_core.o +a - model/tp_core.o +a - model/nh_core.o +a - model/nh_utils.o +a - tools/external_ic.o +a - tools/external_sst.o +a - tools/fv_diagnostics.o +a - tools/fv_eta.o +a - tools/fv_grid_tools.o +a - tools/fv_io.o +a - tools/fv_mp_mod.o +a - tools/fv_nudge.o +a - tools/fv_treat_da_inc.o +a - tools/fv_iau_mod.o +a - tools/fv_restart.o +a - tools/fv_surf_map.o +a - tools/fv_timing.o +a - tools/init_hydro.o +a - tools/sim_nc_mod.o +a - tools/sorted_index.o +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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' +makefile:87: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.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 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 cellular_automata_global.o cellular_automata_sgs.o update_ca.o +ar: creating libstochastic_physics.a +a - stochy_gg_def.o +a - stochy_resol_def.o +a - stochy_layout_lag.o +a - four_to_grid_stochy.o +a - glats_stochy.o +a - sumfln_stochy.o +a - gozrineo_stochy.o +a - num_parthds_stochy.o +a - get_ls_node_stochy.o +a - get_lats_node_a_stochy.o +a - setlats_a_stochy.o +a - setlats_lag_stochy.o +a - epslon_stochy.o +a - getcon_lag_stochy.o +a - pln2eo_stochy.o +a - dozeuv_stochy.o +a - dezouv_stochy.o +a - plumes.o +a - spectral_layout.o +a - getcon_spectral.o +a - stochy_namelist_def.o +a - compns_stochy.o +a - stochy_internal_state_mod.o +a - stochastic_physics.o +a - stochy_patterngenerator.o +a - stochy_data_mod.o +a - get_stochy_pattern.o +a - initialize_spectral_mod.o +a - cellular_automata_global.o +a - cellular_automata_sgs.o +a - update_ca.o +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' +make libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 +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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +make esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +# additional include files needed for PGI +#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/nems_dir" >> fv3.mk + +Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk + +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +Installation into "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL" complete! + +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL +rm -fr /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" FMS_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="hera" ; \ +set -e ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ +./compile.sh --platform hera --fms-dir "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +Will use FMS from: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL +++ pwd ++ BASEDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ++ MACHINE_ID=hera ++ COMPILE_OPTION=hera-intel.mk ++ DEBUG= ++ REPRO= ++ [[ '' == \Y ]] ++ REPRO=1 ++ echo 'MOM6 compile.sh ... DEBUG=, REPRO=1' +MOM6 compile.sh ... DEBUG=, REPRO=1 ++ compile_MOM6_LIB=1 ++ compile_ocean_only=0 ++ compile_MOM6_SIS2=0 ++ [[ 1 == 1 ]] ++ echo 'compile MOM6 library ...' +compile MOM6 library ... ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ++ mkdir -p build/intel/MOM6_LIB/repro ++ cd build/intel/MOM6_LIB/repro ++ [[ -f path_names ]] ++ rm -f path_names ++ echo 'generating file_paths ...' +generating file_paths ... ++ ../../../../src/mkmf/bin/list_paths ../../../../src/MOM6/src/ALE/ ../../../../src/MOM6/src/core/ ../../../../src/MOM6/src/diagnostics/ ../../../../src/MOM6/src/equation_of_state/ ../../../../src/MOM6/src/framework/ ../../../../src/MOM6/src/ice_shelf/ ../../../../src/MOM6/src/initialization/ ../../../../src/MOM6/src/ocean_data_assim/ ../../../../src/MOM6/src/parameterizations/ ../../../../src/MOM6/src/tracer/ ../../../../src/MOM6/src/user/ ../../../../src/MOM6/src/equation_of_state/TEOS10/ ../../../../src/MOM6/src/ocean_data_assim/core/ ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/ ../../../../src/MOM6/src/parameterizations/CVmix/ ../../../../src/MOM6/src/parameterizations/lateral/ ../../../../src/MOM6/src/parameterizations/vertical/ ../../../../src/MOM6/config_src/dynamic/ ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +A list of the files you checked out is in the file path_names. ++ echo 'generating makefile ...' +generating makefile ... ++ ../../../../src/mkmf/bin/mkmf -t ../../../../src/mkmf/templates/hera-intel.mk -p lib_ocean.a -o -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL path_names +.................................................................................................................................................................................................................................................................... Makefile is ready. ++ echo 'compiling MOM6 library...' +compiling MOM6 library... ++ make NETCDF=4 REPRO=1 DEBUG= lib_ocean.a +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/build/intel/MOM6_LIB/repro' +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_error_handler.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_cpu_clock.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_time_manager.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_string_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/polynomial_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PLM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_safe_alloc.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_vkernels.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PCM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_zlike.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_sigma.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_manager_wrapper.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_math.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_pt_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_sr_from_sp__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_intrinsic_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_gibbs_ice__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_specvol_second_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_chem_potential_water_t_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_pt0_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_ct_freezing_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_ct_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_specvol_first_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_t_freezing_poly__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_entropy_part_zerop__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_constants.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_rho__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_t_deriv_chem_potential_water_t_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_pt_from_ct__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_t_freezing_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_rho_second_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_t_from_ct__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_ct_freezing_poly__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_gibbs_pt0_pt0__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_ct_from_pt__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_rho_first_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_entropy_part__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_gibbs__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_sp_from_sr__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_specvol__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_coms.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_document.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_solvers.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_consts.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_TFreeze.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_values.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_file_parser.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PPM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PQM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P1M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P3M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_background.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_interp.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_remapping.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_domains.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_unit_scaling.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_params.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_verticalGrid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_hor_index.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_linear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_checksums.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_dyn_horgrid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_io.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_spatial_means.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/baroclinic_zone_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/user_shelf_init.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_transcribe_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_debugging.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_get_input.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_restart.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_grid_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_shared_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_Z_init.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_write_cputime.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_hycom.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_rho.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_slight.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/initialization/midas_vertmap.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_variables.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/coord_adapt.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_horizontal_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_interface_heights.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_checksum_packages.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_isopycnal_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/soliton_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/adjustment_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Rossby_front_2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_remap.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_diag_mediator.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_registry.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_opacity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_speed.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_Montgomery.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_PointAccel.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_structure.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_change_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_open_boundary.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/lock_exchange_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/external_gwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_forcing_type.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/benchmark_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Neverland_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/sloshing_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/seamount_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Phillips_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/circle_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/RGC_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/ISOMIP_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dense_water_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_diabatic.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_wave_interface.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_marine_ice.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/SCM_CVMix_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_controlled_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Idealized_Hurricane.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ISOMIP_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/DOME_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_ALE.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity_PPM.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/supercritical_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_CoriolisAdv.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/tidal_bay_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Kelvin_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/shelfwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_channel_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_barotropic.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_advect.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/tracer_example.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/RGC_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ideal_age_example.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dye_example.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/oil_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/advection_test_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dyed_obc_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/pseudo_salt_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/boundary_impulse_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_coord_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_boundary_update.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_fixed_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_blocked_AFV.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_state_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_generic_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_flow_control.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_sum_output.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_revise_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_split_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_main.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_neutral_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_hor_diff.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_unit_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 +ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_checksums.o MOM_cpu_clock.o user_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o ocean_da_types.o baroclinic_zone_initialization.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_open_boundary.o MOM_set_viscosity.o cvmix_shear.o MOM_regularize_layers.o MOM_string_functions.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o PLM_functions.o gsw_pt_from_t__genmod.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_safe_alloc.o gsw_sr_from_sp__genmod.o MOM_intrinsic_functions.o MOM_continuity.o MOM_obsolete_params.o MOM_checksum_packages.o dumbbell_initialization.o MOM_dyn_horgrid.o gsw_gibbs_ice__genmod.o MOM_unit_scaling.o gsw_specvol_second_derivatives__genmod.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o supercritical_initialization.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_error_handler.o MOM_PointAccel.o gsw_pt_from_ct.o gsw_gibbs_pt0_pt0.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_wave_speed.o ISOMIP_initialization.o gsw_chem_potential_water_t_exact__genmod.o polynomial_functions.o gsw_pt0_from_t__genmod.o user_shelf_init.o gsw_rho_first_derivatives.o MOM_neutral_diffusion.o write_ocean_obs.o MOM_EOS_UNESCO.o gsw_ct_freezing_exact__genmod.o seamount_initialization.o MOM_dynamics_unsplit.o gsw_ct_from_t__genmod.o MOM_diagnostics.o gsw_mod_specvol_coefficients.o gsw_specvol_first_derivatives__genmod.o MOM_barotropic.o soliton_initialization.o Kelvin_initialization.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_generic_tracer.o MOM_lateral_boundary_diffusion.o MOM_bkgnd_mixing.o circle_obcs_initialization.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o P1M_functions.o MOM_ALE.o gsw_t_freezing_poly__genmod.o boundary_impulse_tracer.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o MOM_diag_remap.o MOM_domains.o Neverland_initialization.o MOM_tidal_mixing.o gsw_entropy_part_zerop__genmod.o gsw_pt_from_t.o dense_water_initialization.o MOM_entrain_diffusive.o Phillips_initialization.o MOM_internal_tide_input.o MOM_marine_ice.o MOM_debugging.o kdtree.o MOM_document.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o gsw_rho__genmod.o MOM_tracer_flow_control.o MOM_coms.o cvmix_background.o MOM_diabatic_driver.o gsw_ct_from_pt.o MOM_horizontal_regridding.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_spatial_means.o RGC_tracer.o MOM_ice_shelf.o cvmix_ddiff.o gsw_specvol_second_derivatives.o gsw_t_deriv_chem_potential_water_t_exact__genmod.o gsw_ct_freezing_poly.o MOM_PressureForce_Montgomery.o gsw_pt_from_ct__genmod.o MOM_sum_output.o MOM_isopycnal_slopes.o gsw_mod_gibbs_ice_coefficients.o cvmix_math.o dumbbell_surface_forcing.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o MOM_ice_shelf_dynamics.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_tracer_hor_diff.o MOM_full_convection.o mom_ocean_model_nuopc.o gsw_chem_potential_water_t_exact.o MOM_EOS.o coord_rho.o MOM_state_initialization.o gsw_t_freezing_exact__genmod.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_restart.o MOM_coord_initialization.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o gsw_ct_freezing_exact.o MOM_OCMIP2_CFC.o MOM_diag_manager_wrapper.o MOM_time_manager.o regrid_interp.o MOM_EOS_NEMO.o gsw_mod_freezing_poly_coefficients.o MOM_CVMix_conv.o MOM_wave_structure.o gsw_pt0_from_t.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o tidal_bay_initialization.o user_change_diffusivity.o MOM_tracer_registry.o gsw_rho_second_derivatives__genmod.o coord_zlike.o gsw_gibbs_ice.o gsw_t_from_ct__genmod.o gsw_ct_freezing_poly__genmod.o gsw_gibbs_pt0_pt0__genmod.o MOM_MEKE_types.o MOM_CVMix_ddiff.o dyed_channel_initialization.o midas_vertmap.o gsw_rho_second_derivatives.o MOM_thickness_diffuse.o MOM_file_parser.o MOM_unit_tests.o MOM_offline_main.o ideal_age_example.o gsw_specvol_first_derivatives.o MOM_set_diffusivity.o DOME_initialization.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o coord_sigma.o BFB_surface_forcing.o advection_test_tracer.o pseudo_salt_tracer.o dyed_obcs_initialization.o MOM_PressureForce.o gsw_mod_toolbox.o MOM_verticalGrid.o MOM_regridding.o MOM_boundary_update.o MOM_forcing_type.o coord_adapt.o MOM_tracer_Z_init.o MOM_bulk_mixed_layer.o MOM_controlled_forcing.o gsw_sr_from_sp.o MOM_shared_initialization.o MOM_kappa_shear.o MOM_ALE_sponge.o gsw_entropy_part.o regrid_edge_slopes.o MOM_ice_shelf_state.o gsw_mod_teos10_constants.o MOM_PressureForce_analytic_FV.o MOM_lateral_mixing_coeffs.o Idealized_Hurricane.o MOM_write_cputime.o gsw_mod_kinds.o MOM_sponge.o gsw_ct_from_pt__genmod.o MOM_continuity_PPM.o oil_tracer.o MOM.o MOM_EOS_linear.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o gsw_rho_first_derivatives__genmod.o gsw_rho.o gsw_entropy_part__genmod.o gsw_gibbs__genmod.o dyed_obc_tracer.o MOM_PressureForce_blocked_AFV.o gsw_sp_from_sr__genmod.o gsw_specvol__genmod.o adjustment_initialization.o MOM_constants.o shelfwave_initialization.o MOM_remapping.o MOM_io.o dye_example.o benchmark_initialization.o lock_exchange_initialization.o mom_surface_forcing_nuopc.o cvmix_tidal.o MOM_obsolete_diagnostics.o gsw_t_deriv_chem_potential_water_t_exact.o +ar: creating lib_ocean.a +a - cvmix_utils.o +a - coord_hycom.o +a - MOM_checksums.o +a - MOM_cpu_clock.o +a - user_initialization.o +a - ISOMIP_tracer.o +a - PCM_functions.o +a - cvmix_kinds_and_types.o +a - ocean_da_types.o +a - baroclinic_zone_initialization.o +a - RGC_initialization.o +a - gsw_entropy_part_zerop.o +a - MOM_open_boundary.o +a - MOM_set_viscosity.o +a - cvmix_shear.o +a - MOM_regularize_layers.o +a - MOM_string_functions.o +a - MOM_wave_interface.o +a - MOM_grid.o +a - DOME_tracer.o +a - MOM_tidal_forcing.o +a - gsw_sp_from_sr.o +a - PLM_functions.o +a - gsw_pt_from_t__genmod.o +a - MOM_tracer_initialization_from_Z.o +a - MOM_MEKE.o +a - MOM_safe_alloc.o +a - gsw_sr_from_sp__genmod.o +a - MOM_intrinsic_functions.o +a - MOM_continuity.o +a - MOM_obsolete_params.o +a - MOM_checksum_packages.o +a - dumbbell_initialization.o +a - MOM_dyn_horgrid.o +a - gsw_gibbs_ice__genmod.o +a - MOM_unit_scaling.o +a - gsw_specvol_second_derivatives__genmod.o +a - MOM_EOS_Wright.o +a - gsw_gibbs.o +a - PPM_functions.o +a - supercritical_initialization.o +a - MOM_offline_aux.o +a - MOM_EOS_TEOS10.o +a - regrid_edge_values.o +a - MOM_energetic_PBL.o +a - MOM_CoriolisAdv.o +a - PQM_functions.o +a - MOM_dynamics_unsplit_RK2.o +a - MOM_error_handler.o +a - MOM_PointAccel.o +a - gsw_pt_from_ct.o +a - gsw_gibbs_pt0_pt0.o +a - MOM_fixed_initialization.o +a - gsw_t_freezing_poly.o +a - MOM_tracer_advect.o +a - gsw_t_freezing_exact.o +a - regrid_consts.o +a - MOM_diag_mediator.o +a - MOM_wave_speed.o +a - ISOMIP_initialization.o +a - gsw_chem_potential_water_t_exact__genmod.o +a - polynomial_functions.o +a - gsw_pt0_from_t__genmod.o +a - user_shelf_init.o +a - gsw_rho_first_derivatives.o +a - MOM_neutral_diffusion.o +a - write_ocean_obs.o +a - MOM_EOS_UNESCO.o +a - gsw_ct_freezing_exact__genmod.o +a - seamount_initialization.o +a - MOM_dynamics_unsplit.o +a - gsw_ct_from_t__genmod.o +a - MOM_diagnostics.o +a - gsw_mod_specvol_coefficients.o +a - gsw_specvol_first_derivatives__genmod.o +a - MOM_barotropic.o +a - soliton_initialization.o +a - Kelvin_initialization.o +a - MOM_hor_index.o +a - regrid_solvers.o +a - ocean_da_core.o +a - DOME2d_initialization.o +a - MOM_tracer_diabatic.o +a - MOM_vert_friction.o +a - MOM_generic_tracer.o +a - MOM_lateral_boundary_diffusion.o +a - MOM_bkgnd_mixing.o +a - circle_obcs_initialization.o +a - MOM_ice_shelf_initialize.o +a - MOM_CVMix_KPP.o +a - P1M_functions.o +a - MOM_ALE.o +a - gsw_t_freezing_poly__genmod.o +a - boundary_impulse_tracer.o +a - cvmix_put_get.o +a - MOM_oda_driver.o +a - cvmix_convection.o +a - MOM_diag_remap.o +a - MOM_domains.o +a - Neverland_initialization.o +a - MOM_tidal_mixing.o +a - gsw_entropy_part_zerop__genmod.o +a - gsw_pt_from_t.o +a - dense_water_initialization.o +a - MOM_entrain_diffusive.o +a - Phillips_initialization.o +a - MOM_internal_tide_input.o +a - MOM_marine_ice.o +a - MOM_debugging.o +a - kdtree.o +a - MOM_document.o +a - MOM_variables.o +a - P3M_functions.o +a - MOM_mixed_layer_restrat.o +a - MOM_diag_vkernels.o +a - gsw_rho__genmod.o +a - MOM_tracer_flow_control.o +a - MOM_coms.o +a - cvmix_background.o +a - MOM_diabatic_driver.o +a - gsw_ct_from_pt.o +a - MOM_horizontal_regridding.o +a - MOM_dynamics_split_RK2.o +a - sloshing_initialization.o +a - MOM_spatial_means.o +a - RGC_tracer.o +a - MOM_ice_shelf.o +a - cvmix_ddiff.o +a - gsw_specvol_second_derivatives.o +a - gsw_t_deriv_chem_potential_water_t_exact__genmod.o +a - gsw_ct_freezing_poly.o +a - MOM_PressureForce_Montgomery.o +a - gsw_pt_from_ct__genmod.o +a - MOM_sum_output.o +a - MOM_isopycnal_slopes.o +a - gsw_mod_gibbs_ice_coefficients.o +a - cvmix_math.o +a - dumbbell_surface_forcing.o +a - gsw_ct_from_t.o +a - MOM_TFreeze.o +a - MOM_grid_initialize.o +a - BFB_initialization.o +a - MOM_ice_shelf_dynamics.o +a - MOM_transcribe_grid.o +a - MOM_internal_tides.o +a - cvmix_kpp.o +a - MOM_tracer_hor_diff.o +a - MOM_full_convection.o +a - mom_ocean_model_nuopc.o +a - gsw_chem_potential_water_t_exact.o +a - MOM_EOS.o +a - coord_rho.o +a - MOM_state_initialization.o +a - gsw_t_freezing_exact__genmod.o +a - MOM_interface_heights.o +a - MOM_diabatic_aux.o +a - MOM_restart.o +a - MOM_coord_initialization.o +a - MOM_hor_visc.o +a - SCM_CVMix_tests.o +a - MOM_CVMix_shear.o +a - gsw_ct_freezing_exact.o +a - MOM_OCMIP2_CFC.o +a - MOM_diag_manager_wrapper.o +a - MOM_time_manager.o +a - regrid_interp.o +a - MOM_EOS_NEMO.o +a - gsw_mod_freezing_poly_coefficients.o +a - MOM_CVMix_conv.o +a - MOM_wave_structure.o +a - gsw_pt0_from_t.o +a - external_gwave_initialization.o +a - MOM_geothermal.o +a - gsw_specvol.o +a - MOM_get_input.o +a - tidal_bay_initialization.o +a - user_change_diffusivity.o +a - MOM_tracer_registry.o +a - gsw_rho_second_derivatives__genmod.o +a - coord_zlike.o +a - gsw_gibbs_ice.o +a - gsw_t_from_ct__genmod.o +a - gsw_ct_freezing_poly__genmod.o +a - gsw_gibbs_pt0_pt0__genmod.o +a - MOM_MEKE_types.o +a - MOM_CVMix_ddiff.o +a - dyed_channel_initialization.o +a - midas_vertmap.o +a - gsw_rho_second_derivatives.o +a - MOM_thickness_diffuse.o +a - MOM_file_parser.o +a - MOM_unit_tests.o +a - MOM_offline_main.o +a - ideal_age_example.o +a - gsw_specvol_first_derivatives.o +a - MOM_set_diffusivity.o +a - DOME_initialization.o +a - MOM_diapyc_energy_req.o +a - MOM_opacity.o +a - tracer_example.o +a - user_revise_forcing.o +a - coord_sigma.o +a - BFB_surface_forcing.o +a - advection_test_tracer.o +a - pseudo_salt_tracer.o +a - dyed_obcs_initialization.o +a - MOM_PressureForce.o +a - gsw_mod_toolbox.o +a - MOM_verticalGrid.o +a - MOM_regridding.o +a - MOM_boundary_update.o +a - MOM_forcing_type.o +a - coord_adapt.o +a - MOM_tracer_Z_init.o +a - MOM_bulk_mixed_layer.o +a - MOM_controlled_forcing.o +a - gsw_sr_from_sp.o +a - MOM_shared_initialization.o +a - MOM_kappa_shear.o +a - MOM_ALE_sponge.o +a - gsw_entropy_part.o +a - regrid_edge_slopes.o +a - MOM_ice_shelf_state.o +a - gsw_mod_teos10_constants.o +a - MOM_PressureForce_analytic_FV.o +a - MOM_lateral_mixing_coeffs.o +a - Idealized_Hurricane.o +a - MOM_write_cputime.o +a - gsw_mod_kinds.o +a - MOM_sponge.o +a - gsw_ct_from_pt__genmod.o +a - MOM_continuity_PPM.o +a - oil_tracer.o +a - MOM.o +a - MOM_EOS_linear.o +a - coord_slight.o +a - gsw_t_from_ct.o +a - Rossby_front_2d_initialization.o +a - gsw_rho_first_derivatives__genmod.o +a - gsw_rho.o +a - gsw_entropy_part__genmod.o +a - gsw_gibbs__genmod.o +a - dyed_obc_tracer.o +a - MOM_PressureForce_blocked_AFV.o +a - gsw_sp_from_sr__genmod.o +a - gsw_specvol__genmod.o +a - adjustment_initialization.o +a - MOM_constants.o +a - shelfwave_initialization.o +a - MOM_remapping.o +a - MOM_io.o +a - dye_example.o +a - benchmark_initialization.o +a - lock_exchange_initialization.o +a - mom_surface_forcing_nuopc.o +a - cvmix_tidal.o +a - MOM_obsolete_diagnostics.o +a - gsw_t_deriv_chem_potential_water_t_exact.o +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/build/intel/MOM6_LIB/repro' ++ echo 'compiling MOM6 library successful' +compiling MOM6 library successful ++ echo 'compiling MOM6 library done' +compiling MOM6 library done ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ++ mkdir -p exec/hera/ ++ ln -s /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/build/intel/MOM6_LIB/repro exec/hera/lib_ocean ++ [[ 0 == 1 ]] ++ echo ================================================== +================================================== ++ [[ 0 == 1 ]] ++ echo 'Next recommended step is to rejoice out of happiness from a successful compile.' +Next recommended step is to rejoice out of happiness from a successful compile. +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ + exec make -f makefile.nuopc COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" FMS_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="hera" \ + "FMSDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" \ + "NEMSMOMDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera" \ + "INSTALLDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" install + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6' +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/time_utils.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap_methods.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap_time.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap.F90 +ar rv libmom.a mom_cap.o time_utils.o mom_cap_methods.o mom_cap_time.o +ar: creating libmom.a +a - mom_cap.o +a - time_utils.o +a - mom_cap_methods.o +a - mom_cap_time.o +rm -f mom6.mk.install +mkdir -p /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean/lib_ocean.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +cp -f libmom.a mom_cap_mod.mod /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +cp -f mom6.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6' +test -d "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" +test -s "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk" +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +set -eu ; \ +export COMP_SRCDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE COMP_BINDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL SITE="NEMS.hera" SYSTEM_USERDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" EXEDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" CPPCMEPS="-DCMEPS" NEMS_GRID="T126_mx5" ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE ; \ +./comp_ice.backend + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +NEMS_GRID = T126_mx025 +tcx comp_ice.backend res grid mx025 1440x1080 +ARCH is Linux.NEMS.hera +CICE comp_ice.backend ... DEBUG=N +gmake[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' +Building dependency for shr_orb_mod.d +Building dependency for ice_zbgc_shared.d +Building dependency for ice_zbgc.d +Building dependency for ice_transport_remap.d +Building dependency for ice_transport_driver.d +Building dependency for ice_timers.d +Building dependency for ice_therm_vertical.d +Building dependency for ice_therm_shared.d +Building dependency for ice_therm_mushy.d +Building dependency for ice_therm_itd.d +Building dependency for ice_therm_bl99.d +Building dependency for ice_therm_0layer.d +Building dependency for ice_step_mod.d +Building dependency for ice_state.d +Building dependency for ice_spacecurve.d +Building dependency for ice_shortwave.d +Building dependency for ice_restoring.d +Building dependency for ice_restart_shared.d +Building dependency for ice_restart_driver.d +Building dependency for ice_restart.d +Building dependency for ice_read_write.d +Building dependency for ice_orbital.d +Building dependency for ice_ocean.d +Building dependency for ice_meltpond_topo.d +Building dependency for ice_meltpond_lvl.d +Building dependency for ice_meltpond_cesm.d +Building dependency for ice_mechred.d +Building dependency for ice_lvl.d +Building dependency for ice_kinds_mod.d +Building dependency for ice_itd.d +Building dependency for ice_init.d +Building dependency for ice_history_write.d +Building dependency for ice_history_shared.d +Building dependency for ice_history_pond.d +Building dependency for ice_history_mechred.d +Building dependency for ice_history_drag.d +Building dependency for ice_history_bgc.d +Building dependency for ice_history.d +Building dependency for ice_grid.d +Building dependency for ice_global_reductions.d +Building dependency for ice_gather_scatter.d +Building dependency for ice_forcing.d +Building dependency for ice_flux.d +Building dependency for ice_firstyear.d +Building dependency for ice_fileunits.d +Building dependency for ice_exit.d +Building dependency for ice_dyn_shared.d +Building dependency for ice_dyn_evp.d +Building dependency for ice_dyn_eap.d +Building dependency for ice_domain_size.d +Building dependency for ice_domain.d +Building dependency for ice_distribution.d +Building dependency for ice_diagnostics.d +Building dependency for ice_constants.d +Building dependency for ice_communicate.d +Building dependency for ice_calendar.d +Building dependency for ice_broadcast.d +Building dependency for ice_brine.d +Building dependency for ice_boundary.d +Building dependency for ice_blocks.d +Building dependency for ice_atmo.d +Building dependency for ice_algae.d +Building dependency for ice_age.d +Building dependency for ice_aerosol.d +Building dependency for CICE_RunMod.d +Building dependency for CICE_InitMod.d +Building dependency for CICE_FinalMod.d +Building dependency for CICE.d +gmake[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' +gmake[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_kinds_mod.F90 > ice_kinds_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_kinds_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/ice_constants.F90 > ice_constants.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_constants.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_fileunits.F90 > ice_fileunits.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_fileunits.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restart_shared.F90 > ice_restart_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_communicate.F90 > ice_communicate.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_communicate.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_exit.F90 > ice_exit.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_exit.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_domain_size.F90 > ice_domain_size.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_domain_size.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_blocks.F90 > ice_blocks.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_blocks.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_spacecurve.F90 > ice_spacecurve.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_spacecurve.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_distribution.F90 > ice_distribution.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_distribution.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_global_reductions.F90 > ice_global_reductions.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_global_reductions.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_boundary.F90 > ice_boundary.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_boundary.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_broadcast.F90 > ice_broadcast.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_broadcast.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_domain.F90 > ice_domain.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_domain.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_state.F90 > ice_state.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_state.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90 > ice_atmo.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_atmo.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(330): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(353): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(476): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(506): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(694): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_shared.F90 > ice_therm_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc_shared.F90 > ice_zbgc_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_zbgc_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90 > ice_flux.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_flux.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90(769): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90(903): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90(965): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_calendar.F90 > ice_calendar.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_calendar.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_gather_scatter.F90 > ice_gather_scatter.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_gather_scatter.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_read_write.F90 > ice_read_write.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_read_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_timers.F90 > ice_timers.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_timers.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_grid.F90 > ice_grid.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_grid.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90 > ice_diagnostics.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_diagnostics.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90(1079): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90(1092): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90(1165): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_ocean.F90 > ice_ocean.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_ocean.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_ocean.F90(172): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_forcing.F90 > ice_forcing.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_forcing.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share/shr_orb_mod.F90 > shr_orb_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include shr_orb_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_orbital.F90 > ice_orbital.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_orbital.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_orbital.F90(109): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_shared.F90 > ice_dyn_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf/ice_restart.F90 > ice_restart.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_meltpond_lvl.F90 > ice_meltpond_lvl.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_meltpond_cesm.F90 > ice_meltpond_cesm.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_cesm.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_meltpond_topo.F90 > ice_meltpond_topo.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_topo.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90 > ice_shortwave.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_shortwave.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(647): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(800): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1016): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1042): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1065): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1655): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1679): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1720): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1736): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1774): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1790): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1830): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3108): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3129): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3140): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3163): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3770): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3865): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3422): warning #7532: The number of arguments is incompatible with intrinsic procedure, assume 'external'. [GAMMA] + gamma(w,uu,gg,e) = p5*w*((c1 + c3*gg*(c1-w)*uu*uu) & +------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_aerosol.F90 > ice_aerosol.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_aerosol.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90 > ice_algae.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_algae.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(284): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(300): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(344): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(366): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(403): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(442): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(692): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90 > ice_itd.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_itd.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(333): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(346): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(357): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(369): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(381): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(394): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(407): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(420): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1139): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1170): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1903): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1916): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1935): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1954): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2048): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2062): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2084): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2104): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2123): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2152): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2220): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2239): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2255): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1784): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [FLUX_BIO] + flux_bio, l_stop, & +----------------------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90 > ice_mechred.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_mechred.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(800): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1037): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1051): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1071): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1123): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1247): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1260): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1272): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1519): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1549): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1572): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1638): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1733): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1751): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1763): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1775): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1787): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1800): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1813): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1828): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1939): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1967): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1980): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1992): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2003): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2201): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2221): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2241): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_eap.F90 > ice_dyn_eap.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_eap.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_eap.F90(1179): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_shared.F90 > ice_history_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_mechred.F90 > ice_history_mechred.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_mechred.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_pond.F90 > ice_history_pond.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_pond.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_bgc.F90 > ice_history_bgc.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_bgc.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_drag.F90 > ice_history_drag.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_drag.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf/ice_history_write.F90 > ice_history_write.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_mushy.F90 > ice_therm_mushy.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_mushy.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history.F90 > ice_history.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_age.F90 > ice_age.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_age.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_firstyear.F90 > ice_firstyear.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_firstyear.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_lvl.F90 > ice_lvl.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90 > ice_transport_remap.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_transport_remap.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(1235): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3117): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3148): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3290): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3318): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3365): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3425): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3456): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3478): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3680): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3700): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_driver.F90 > ice_transport_driver.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_transport_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90 > ice_therm_bl99.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_bl99.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(444): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(569): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(646): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(685): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(756): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(905): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(990): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1001): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1125): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1797): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1806): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1818): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90 > ice_therm_0layer.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_0layer.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(236): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(297): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(350): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(450): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90 > ice_therm_vertical.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_vertical.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(742): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(754): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(765): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(781): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(914): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(941): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1046): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1065): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1199): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1227): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1438): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1452): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1573): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1624): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1667): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1696): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1730): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1768): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1777): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1844): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1897): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1951): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1960): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2086): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2108): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2207): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2305): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2431): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restoring.F90 > ice_restoring.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restoring.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restoring.F90(456): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_init.F90 > ice_init.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_init.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_init.F90(1381): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90 > ice_brine.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_brine.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(175): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(302): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(315): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(343): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(356): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(452): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(469): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(492): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(518): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90 > ice_zbgc.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_zbgc.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(692): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(825): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(996): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(1046): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restart_driver.F90 > ice_restart_driver.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE_InitMod.F90 > CICE_InitMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_InitMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90 > ice_therm_itd.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_itd.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(341): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(443): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(499): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(580): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(698): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1129): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1165): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1181): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1198): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1457): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1473): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1490): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1596): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1634): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1655): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1688): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1749): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_evp.F90 > ice_dyn_evp.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_evp.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_evp.F90(517): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_step_mod.F90 > ice_step_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_step_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE_RunMod.F90 > CICE_RunMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_RunMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE_FinalMod.F90 > CICE_FinalMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_FinalMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE.F90 > CICE.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE.f90 +mpiifort -o /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/cice CICE.o CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o ice_aerosol.o ice_age.o ice_algae.o ice_atmo.o ice_blocks.o ice_boundary.o ice_brine.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_constants.o ice_diagnostics.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_firstyear.o ice_flux.o ice_forcing.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_init.o ice_itd.o ice_kinds_mod.o ice_lvl.o ice_mechred.o ice_meltpond_cesm.o ice_meltpond_lvl.o ice_meltpond_topo.o ice_ocean.o ice_orbital.o ice_read_write.o ice_restart.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_shortwave.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_therm_0layer.o ice_therm_bl99.o ice_therm_itd.o ice_therm_mushy.o ice_therm_shared.o ice_therm_vertical.o ice_timers.o ice_transport_driver.o ice_transport_remap.o ice_zbgc.o ice_zbgc_shared.o shr_orb_mod.o -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdf -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdf -lnetcdff +gmake[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice +NTASK = 48 +global N, block_size +x 1440, 60 +y 1080, 540 +max_blocks = 1 +1 = TRAGE, iage tracer +1 = TRFY, first-year ice tracer +1 = TRLVL, level-ice tracers +1 = TRPND, melt pond tracers +0 = NTRAERO, number of aerosol tracers +0 = TRBRI, brine height tracer +7 = NBGCLYR, number of bio grid layers +0 = TRBGCS, number of BGC tracers +ar: creating /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/liblanl_cice.a +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; exec make -f makefile.nuopc \ + COMP_SRCDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE COMP_BINDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL SITE="NEMS.hera" SYSTEM_USERDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" EXEDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" CPPCMEPS="-DCMEPS" NEMS_GRID="T126_mx5" \ + "LANLCICEDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" "INSTALLDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL" install + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +mpiifort -DCMEPS -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/compile -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 cice_cap.F90 +ar rv libcice.a cice_cap.o +ar: creating libcice.a +a - cice_cap.o +rm -f cice.mk.install +mkdir -p /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/liblanl_cice.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +cp -f libcice.a cice_cap_mod.mod /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +cp -f cice.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +test -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +set -e ; \ + . /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS ; \ + exec make COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ + "INSTALLDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL" install + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS' +cd nems/lib ;\ +exec make install FC="mpiifort" CC="mpiicc" CXX="mpiicpc" PIO_INSTALL_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib' +mkdir -p "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build"; \ +cd "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build"; \ +CC="mpiicc" CXX="mpiicpc" FC="mpiifort" cmake -D CMAKE_VERBOSE_MAKEFILE:BOOL=ON -D PIO_ENABLE_TESTS:BOOL=OFF -D PIO_ENABLE_TIMING:BOOL=OFF -D PIO_USE_MALLOC:BOOL=ON -D GENF90_PATH=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/genf90 -D USER_CMAKE_MODULE_PATH="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO"/cmake -D CMAKE_INSTALL_PREFIX=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install -D NetCDF_PATH:PATH=/apps/netcdf/4.7.0/intel/18.0.5.274 -D WITH_PNETCDF=OFF ../ +-- The C 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 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_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 +-- Looking for sys/types.h +-- Looking for sys/types.h - found +-- Looking for stdint.h +-- Looking for stdint.h - found +-- Looking for stddef.h +-- Looking for stddef.h - found +-- Check size of MPI_Offset +-- Check size of MPI_Offset - done +-- Check if the system is big endian +-- Searching 16 bit integer +-- Check size of unsigned short +-- Check size of unsigned short - done +-- Using unsigned short +-- Check if the system is big endian - little endian +-- Found NetCDF_C: /apps/netcdf/4.7.0/intel/18.0.5.274/lib/libnetcdf.so +-- Checking NetCDF version +-- Checking NetCDF version - 4.7.0./*!< +-- Checking whether NetCDF has parallel support +-- Checking whether NetCDF has parallel support - no +-- Looking for nc_set_log_level +-- Looking for nc_set_log_level - found +-- Check size of size_t +-- Check size of size_t - done +-- Check size of long long +-- Check size of long long - done +-- Checking whether Fortran compiler supports c_sizeof +-- Checking whether Fortran compiler supports c_sizeof - failed +-- Checking whether MPIIO is supported +-- Checking whether MPIIO is supported - failed +-- MPIIO failed verification and therefore disabled. +-- Checking whether MPI Fortran module is supported +-- Checking whether MPI Fortran module is supported - failed +-- MPI Fortran module failed verification and therefore disabled. +-- Found NetCDF_Fortran: /apps/netcdf/4.7.0/intel/18.0.5.274/lib/libnetcdff.so +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Configuring done +-- Generating done +-- Build files have been written to: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build +cd "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build"; \ +exec make install +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +/contrib/cmake/3.9.0/bin/cmake -H/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO -B/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build --check-build-system CMakeFiles/Makefile.cmake 0 +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/CMakeFiles /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/CMakeFiles/progress.marks +make -f CMakeFiles/Makefile2 all +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/clib/CMakeFiles/pioc.dir/build.make src/clib/CMakeFiles/pioc.dir/depend +make[5]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib/CMakeFiles/pioc.dir/DependInfo.cmake --color= +Scanning dependencies of target pioc +make[5]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/clib/CMakeFiles/pioc.dir/build.make src/clib/CMakeFiles/pioc.dir/build +make[5]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 2%] Building C object src/clib/CMakeFiles/pioc.dir/topology.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/topology.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/topology.c +[ 5%] Building C object src/clib/CMakeFiles/pioc.dir/pio_file.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_file.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_file.c +[ 8%] Building C object src/clib/CMakeFiles/pioc.dir/pioc_support.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pioc_support.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pioc_support.c +[ 11%] Building C object src/clib/CMakeFiles/pioc.dir/pio_lists.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_lists.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_lists.c +[ 14%] Building C object src/clib/CMakeFiles/pioc.dir/pioc.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pioc.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pioc.c +[ 17%] Building C object src/clib/CMakeFiles/pioc.dir/pioc_sc.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pioc_sc.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pioc_sc.c +[ 20%] Building C object src/clib/CMakeFiles/pioc.dir/pio_spmd.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_spmd.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_spmd.c +[ 22%] Building C object src/clib/CMakeFiles/pioc.dir/pio_rearrange.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_rearrange.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_rearrange.c +[ 25%] Building C object src/clib/CMakeFiles/pioc.dir/pio_nc4.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_nc4.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_nc4.c +[ 28%] Building C object src/clib/CMakeFiles/pioc.dir/bget.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/bget.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/bget.c +[ 31%] Building C object src/clib/CMakeFiles/pioc.dir/pio_nc.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_nc.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_nc.c +[ 34%] Building C object src/clib/CMakeFiles/pioc.dir/pio_put_nc.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_put_nc.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_put_nc.c +[ 37%] Building C object src/clib/CMakeFiles/pioc.dir/pio_get_nc.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_get_nc.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_get_nc.c +[ 40%] Building C object src/clib/CMakeFiles/pioc.dir/pio_getput_int.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_getput_int.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_getput_int.c +[ 42%] Building C object src/clib/CMakeFiles/pioc.dir/pio_msg.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_msg.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_msg.c +[ 45%] Building C object src/clib/CMakeFiles/pioc.dir/pio_darray.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_darray.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_darray.c +[ 48%] Building C object src/clib/CMakeFiles/pioc.dir/pio_darray_int.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_darray_int.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_darray_int.c +[ 51%] Building C object src/clib/CMakeFiles/pioc.dir/pio_get_vard.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_get_vard.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_get_vard.c +[ 54%] Building C object src/clib/CMakeFiles/pioc.dir/pio_put_vard.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_put_vard.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_put_vard.c +[ 57%] Linking C static library libpioc.a +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/pioc.dir/cmake_clean_target.cmake +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/pioc.dir/link.txt --verbose=1 +/usr/bin/ar qc libpioc.a CMakeFiles/pioc.dir/topology.c.o CMakeFiles/pioc.dir/pio_file.c.o CMakeFiles/pioc.dir/pioc_support.c.o CMakeFiles/pioc.dir/pio_lists.c.o CMakeFiles/pioc.dir/pioc.c.o CMakeFiles/pioc.dir/pioc_sc.c.o CMakeFiles/pioc.dir/pio_spmd.c.o CMakeFiles/pioc.dir/pio_rearrange.c.o CMakeFiles/pioc.dir/pio_nc4.c.o CMakeFiles/pioc.dir/bget.c.o CMakeFiles/pioc.dir/pio_nc.c.o CMakeFiles/pioc.dir/pio_put_nc.c.o CMakeFiles/pioc.dir/pio_get_nc.c.o CMakeFiles/pioc.dir/pio_getput_int.c.o CMakeFiles/pioc.dir/pio_msg.c.o CMakeFiles/pioc.dir/pio_darray.c.o CMakeFiles/pioc.dir/pio_darray_int.c.o CMakeFiles/pioc.dir/pio_get_vard.c.o CMakeFiles/pioc.dir/pio_put_vard.c.o +/usr/bin/ranlib libpioc.a +make[5]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 57%] Built target pioc +make -f src/flib/CMakeFiles/genf90.dir/build.make src/flib/CMakeFiles/genf90.dir/depend +make[5]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib/CMakeFiles/genf90.dir/DependInfo.cmake --color= +Scanning dependencies of target genf90 +make[5]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/genf90.dir/build.make src/flib/CMakeFiles/genf90.dir/build +make[5]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make[5]: Nothing to be done for `src/flib/CMakeFiles/genf90.dir/build'. +make[5]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 57%] Built target genf90 +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/depend +make[5]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 60%] Generating piodarray.F90 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/genf90/genf90.pl /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/piodarray.F90.in > piodarray.F90 +[ 62%] Generating pionfatt_mod.F90 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/genf90/genf90.pl /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pionfatt_mod.F90.in > pionfatt_mod.F90 +[ 65%] Generating pionfput_mod.F90 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/genf90/genf90.pl /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pionfput_mod.F90.in > pionfput_mod.F90 +[ 68%] Generating pionfget_mod.F90 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/genf90/genf90.pl /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pionfget_mod.F90.in > pionfget_mod.F90 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib/CMakeFiles/piof.dir/DependInfo.cmake --color= +Scanning dependencies of target piof +make[5]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/requires +make[5]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/pio_kinds.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 71%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_kinds.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pio_kinds.F90 -o CMakeFiles/piof.dir/pio_kinds.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pio_kinds src/flib/CMakeFiles/piof.dir/pio_kinds.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_kinds.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/pio_support.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 74%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_support.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pio_support.F90 -o CMakeFiles/piof.dir/pio_support.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pio_support src/flib/CMakeFiles/piof.dir/pio_support.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_support.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/pio_types.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 77%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_types.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pio_types.F90 -o CMakeFiles/piof.dir/pio_types.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pio_types src/flib/CMakeFiles/piof.dir/pio_types.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_types.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/pio_nf.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 80%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_nf.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pio_nf.F90 -o CMakeFiles/piof.dir/pio_nf.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pio_nf src/flib/CMakeFiles/piof.dir/pio_nf.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_nf.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/piodarray.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 82%] Building Fortran object src/flib/CMakeFiles/piof.dir/piodarray.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib/piodarray.F90 -o CMakeFiles/piof.dir/piodarray.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/piodarray src/flib/CMakeFiles/piof.dir/piodarray.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/piodarray.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/piolib_mod.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 85%] Building Fortran object src/flib/CMakeFiles/piof.dir/piolib_mod.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/piolib_mod.F90 -o CMakeFiles/piof.dir/piolib_mod.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/piolib_mod src/flib/CMakeFiles/piof.dir/piolib_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/piolib_mod.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/pionfatt_mod.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 88%] Building Fortran object src/flib/CMakeFiles/piof.dir/pionfatt_mod.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib/pionfatt_mod.F90 -o CMakeFiles/piof.dir/pionfatt_mod.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pionfatt_mod src/flib/CMakeFiles/piof.dir/pionfatt_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pionfatt_mod.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/pionfget_mod.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 91%] Building Fortran object src/flib/CMakeFiles/piof.dir/pionfget_mod.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib/pionfget_mod.F90 -o CMakeFiles/piof.dir/pionfget_mod.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pionfget_mod src/flib/CMakeFiles/piof.dir/pionfget_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pionfget_mod.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/pionfput_mod.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 94%] Building Fortran object src/flib/CMakeFiles/piof.dir/pionfput_mod.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib/pionfput_mod.F90 -o CMakeFiles/piof.dir/pionfput_mod.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pionfput_mod src/flib/CMakeFiles/piof.dir/pionfput_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pionfput_mod.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make[5]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/build +make[5]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 97%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pio.F90 -o CMakeFiles/piof.dir/pio.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pio src/flib/CMakeFiles/piof.dir/pio.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio.F90.o.provides.build +[100%] Linking Fortran static library libpiof.a +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/piof.dir/cmake_clean_target.cmake +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/piof.dir/link.txt --verbose=1 +/usr/bin/ar qc libpiof.a CMakeFiles/piof.dir/pio_nf.F90.o CMakeFiles/piof.dir/pio.F90.o CMakeFiles/piof.dir/pio_kinds.F90.o CMakeFiles/piof.dir/pio_types.F90.o CMakeFiles/piof.dir/piolib_mod.F90.o CMakeFiles/piof.dir/pio_support.F90.o CMakeFiles/piof.dir/pionfatt_mod.F90.o CMakeFiles/piof.dir/pionfput_mod.F90.o CMakeFiles/piof.dir/pionfget_mod.F90.o CMakeFiles/piof.dir/piodarray.F90.o +/usr/bin/ranlib libpiof.a +make[5]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[100%] Built target piof +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/CMakeFiles 0 +make -f CMakeFiles/Makefile2 preinstall +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make[4]: Nothing to be done for `preinstall'. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +Install the project... +/contrib/cmake/3.9.0/bin/cmake -P cmake_install.cmake +-- Install configuration: "" +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/lib/libpioc.a +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pio.h +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/lib/libpiof.a +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pio.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pio_nf.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pio_types.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/piolib_mod.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pionfget_mod.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pio_kinds.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pio_support.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/piodarray.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pionfatt_mod.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pionfput_mod.mod +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib' +cd nems/util ;\ +exec make PIO_INCLUDE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/util' +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_kind_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. perf_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_log_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_mpi_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_abort_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_const_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_sys_mod.F90 +shr_sys_mod.F90(105): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [RCODE] +SUBROUTINE shr_sys_chdir(path, rcode) +-------------------------------^ +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_flux_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_mem_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_pio_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. glc_elevclass_mod.F90 +glc_elevclass_mod.F90(43): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [GLC_ELEVCLASS] + subroutine glc_get_elevation_classes_with_bareland(glc_ice_covered, glc_topo, glc_elevclass, logunit) +--------------------------------------------------------------------------------^ +glc_elevclass_mod.F90(36): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [GLC_ELEVCLASS] + subroutine glc_get_elevation_classes_without_bareland(glc_topo, glc_elevclass, logunit) +------------------------------------------------------------------^ +glc_elevclass_mod.F90(58): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [GLC_ICEFRAC_EC] + subroutine glc_get_fractional_icecov(nec, glc_topo, glc_icefrac, glc_icefrac_ec, logunit) +-------------------------------------------------------------------^ +ar rv libcmeps_util.a perf_mod.o shr_abort_mod.o shr_const_mod.o shr_flux_mod.o shr_kind_mod.o shr_log_mod.o shr_mem_mod.o shr_mpi_mod.o shr_pio_mod.o shr_sys_mod.o glc_elevclass_mod.o +ar: creating libcmeps_util.a +a - perf_mod.o +a - shr_abort_mod.o +a - shr_const_mod.o +a - shr_flux_mod.o +a - shr_kind_mod.o +a - shr_log_mod.o +a - shr_mem_mod.o +a - shr_mpi_mod.o +a - shr_pio_mod.o +a - shr_sys_mod.o +a - glc_elevclass_mod.o +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/util' +cd mediator ;\ +exec make PIO_INCLUDE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include INTERNAL_PIO_INIT=1 +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/mediator' +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_kind_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_constants_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_utils_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util esmFlds.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_internalstate_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_methods_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_map_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_merge_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_wav_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_ice_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util esmFldsExchange_cesm_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_time_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_profile_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_io_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_ocn_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_fraction_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_history_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_glc_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_restart_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_lnd_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_rof_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_aofluxes_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_ocnalb_mod.F90 +med_phases_ocnalb_mod.F90(589): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [RC] + subroutine med_phases_ocnalb_orbital_update(clock, logunit, mastertask, eccen, obliqr, lambm0, mvelpp, rc) +----------------------------------------------------------------------------------------------------------^ +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_atm_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util esmFldsExchange_nems_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med.F90 +ar rv libcmeps.a med_constants_mod.o med_phases_prep_wav_mod.o med_phases_prep_ice_mod.o esmFldsExchange_cesm_mod.o med_phases_profile_mod.o med_utils_mod.o med_methods_mod.o med_io_mod.o med_phases_prep_ocn_mod.o med_fraction_mod.o med_phases_history_mod.o esmFlds.o med_phases_prep_glc_mod.o med_kind_mod.o med_phases_restart_mod.o med_time_mod.o med_phases_prep_lnd_mod.o med.o med_internalstate_mod.o med_phases_prep_atm_mod.o esmFldsExchange_nems_mod.o med_phases_aofluxes_mod.o med_phases_ocnalb_mod.o med_phases_prep_rof_mod.o med_merge_mod.o med_map_mod.o +ar: creating libcmeps.a +a - med_constants_mod.o +a - med_phases_prep_wav_mod.o +a - med_phases_prep_ice_mod.o +a - esmFldsExchange_cesm_mod.o +a - med_phases_profile_mod.o +a - med_utils_mod.o +a - med_methods_mod.o +a - med_io_mod.o +a - med_phases_prep_ocn_mod.o +a - med_fraction_mod.o +a - med_phases_history_mod.o +a - esmFlds.o +a - med_phases_prep_glc_mod.o +a - med_kind_mod.o +a - med_phases_restart_mod.o +a - med_time_mod.o +a - med_phases_prep_lnd_mod.o +a - med.o +a - med_internalstate_mod.o +a - med_phases_prep_atm_mod.o +a - esmFldsExchange_nems_mod.o +a - med_phases_aofluxes_mod.o +a - med_phases_ocnalb_mod.o +a - med_phases_prep_rof_mod.o +a - med_merge_mod.o +a - med_map_mod.o +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/mediator' +rm -f cmeps.mk.install +mkdir -p /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL +mkdir -p /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/lib/*.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/* /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/util/libcmeps_util.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/mediator/libcmeps.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL +cp -f mediator/*.mod /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include +cp -f nems/util/*.mod /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include +cp -f cmeps.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS' +test -d "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL" +test -s "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk" +( \ +echo "# Do not edit this file. It is automatically generated." ; \ +echo "# Edit the component list or /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ccpp_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk" ; echo fms_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk" ; echo cice_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk" ; echo cmeps_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk" ; ) > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC" +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +set -e ; \ +for m in /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk ; do \ + test -s $m ; \ +done ; \ +echo build NEMS after /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src ; \ +make nems \ + COMPONENTS="CCPP FMS FV3 MOM6 CICE CMEPS" \ + CCPP_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL MOM6_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL CICE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL CMEPS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL TARGET="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x" ; \ +test -x /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +build NEMS after /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk +Components in linker order: CMEPS CICE MOM6 FV3 FMS CCPP +CMEPS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk +CICE: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +MOM6: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk +CCPP: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk +CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" +CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" +CPPFLAGS += ESMF_VERSION_MINOR="0" +CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" +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/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' +cd ENS_Cpl && make stub +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +mpiicc -E -DFV3_CPLD -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/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:33:46 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:33:46 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:33:46 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 +mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o +'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:33:46 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:33:46 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:33:46 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:33:46 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:33:46 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:33:46 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 21:33:46 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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.6_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.6_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/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/libcmeps.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/libcmeps_util.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/libpiof.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/libpioc.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/libcice.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/liblanl_cice.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/libmom.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/lib_ocean.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libccppdriver.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/libfms.a -L/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.6_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/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' ++ [[ YES == YES ]] ++ make app=coupledFV3_CCPP_MOM6_CICE_CMEPS clean +Convert /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_CMEPS.appBuilder +...into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_CMEPS.appBuilder.mk +Include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_CMEPS.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE CMEPS' > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk" +NEMS_BUILDOPT IS +Adding FV3 makeopts to FMS makeopts +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +set -x ; \ +cd "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build" ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build +cat /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs ; \ + exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 ; exec make \ + -k cleanall FMS_DIR=/dev/null +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +Cleaning ... + +(cd gfsphysics && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +(cd ccpp/driver && make clean) + +Build CCPP layer ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' +(cd ipd && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +Cleaning ipd ... + +rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +(cd ../stochastic_physics && make clean) + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' +(cd io && make clean) + +Build standalone FV3 io ... + +$ESMF_INC is [] +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' +Cleaning io ... + +rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' +(cd atmos_cubed_sphere && make clean) + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' +(cd cpl && make clean) + +Build standalone FV3 io ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' +Cleaning io ... + +rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 +set -e ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ +set +e ; \ +rm -rf exec src/path_names_shared ; \ +find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ + exec make -f makefile.nuopc clean +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +rm -f -f libcice.a *.f90 *.o *.mod *.lst depend +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; set +e ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ +rm -rf cice.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE ; set +e ; \ +rm -rf history compile restart *.a ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f +cp -n /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/modulefiles/hera.intel/fv3_coupled /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems ; \ + . /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +set -e ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS ; \ +exec make clean + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS' +cd mediator; \ +exec make clean PIO_INCLUDE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/mediator' +rm -f -f libcmeps.a *.i90 *.o *.mod +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/mediator' +cd nems/util; \ +exec make clean PIO_INCLUDE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/util' +rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod +rm -f -f med_constants_mod.* +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/util' +cd nems/lib; \ +exec make clean PIO_INSTALL_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib' +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build" +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib' +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS' +if ! test -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ + delete_nuopc=yes ; \ +fi ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE CMEPS" \ + INCLUDES_ARE_OPTIONAL=YES clean ; \ +if [ "$delete_nuopc" = yes ] ; then \ + rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ +fi +Components in linker order: CMEPS CICE MOM6 FV3 FMS CCPP +CMEPS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk +CICE: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing +MOM6: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk +CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" +CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" +CPPFLAGS += ESMF_VERSION_MINOR="0" +CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" +CPPFLAGS += ESMF_VERSION_STRING="8.0.0" +CPPFLAGS += ESMF_VERSION_REVISION="0" +CPPFLAGS += ESMF_VERSION_MAJOR="8" +CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" +rm -f -f *.tmp.f90 *.lst *.o *.mod lm map +cd ENS_Cpl ; make clean +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' ++ cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/fv3_mom6_cice_4.exe ++ cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/modules.fv3_mom6_cice_4 ++ elapsed=1409 ++ echo 'Elapsed time 1409 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_CMEPS finished' +Elapsed time 1409 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_CMEPS finished ++ SECONDS=0 ++ [[ 2 -lt 1 ]] ++ readonly app_name=coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS ++ app_name=coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS ++ readonly build_name=fv3_mom6_cice_5 ++ build_name=fv3_mom6_cice_5 ++ readonly clean_before=YES ++ clean_before=YES ++ readonly clean_after=YES ++ clean_after=YES ++ hostname +hfe11 ++++ dirname /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/compile.sh +++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests +++ pwd -P ++ readonly compile_root_dir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests ++ compile_root_dir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests +++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/.. +++ pwd ++ PATHTR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ echo 'PATHTR is /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit' +PATHTR is /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS ++ [[ coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS =~ _debug ]] ++ S2S_DEBUG_MODULE=false ++ export S2S_DEBUG_MODULE ++ [[ YES == YES ]] ++ make app=coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS distclean +Convert /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS.appBuilder +...into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS.appBuilder.mk +Include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE CMEPS WW3' > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk" +NEMS_BUILDOPT IS +Adding FV3 makeopts to FMS makeopts +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +set -x ; \ +cd "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build" ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build +set -xue ; \ +export PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ +cd $PATH_CCPP ; \ +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib" ; \ +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include" ; \ +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk ++ export PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean +INFO: Logging level set to INFO +INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format +INFO: Performing clean .... +INFO: CCPP prebuild clean completed successfully, exiting. ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include ++ rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk +cat /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs ; \ + exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 ; exec make \ + -k cleanall FMS_DIR=/dev/null +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +Cleaning ... + +(cd gfsphysics && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +makefile:269: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +(cd ccpp/driver && make clean) + +Build CCPP layer ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' +makefile:67: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' + +Build CCPP layer ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' +(cd ipd && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +makefile:54: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +Cleaning ipd ... + +rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +(cd ../stochastic_physics && make clean) + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' +makefile:87: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' +(cd io && make clean) + +Build standalone FV3 io ... + +$ESMF_INC is [] +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' +Cleaning io ... + +rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' +(cd atmos_cubed_sphere && make clean) + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' +(cd cpl && make clean) + +Build standalone FV3 io ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' +Cleaning io ... + +rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk +set -e ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ +set +e ; \ +rm -rf exec src/path_names_shared ; \ +find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/src/MOM6/config_src/nems_cap/mom5.mk.install +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ + exec make -f makefile.nuopc clean +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +rm -f -f libcice.a *.f90 *.o *.mod *.lst depend +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; set +e ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ +rm -rf cice.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE ; set +e ; \ +rm -rf history compile restart *.a ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +cp -n /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/modulefiles/hera.intel/fv3_coupled /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems ; \ + . /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +set -e ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS ; \ +exec make clean + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS' +cd mediator; \ +exec make clean PIO_INCLUDE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/mediator' +rm -f -f libcmeps.a *.i90 *.o *.mod +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/mediator' +cd nems/util; \ +exec make clean PIO_INCLUDE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/util' +rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod +rm -f -f med_constants_mod.* +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/util' +cd nems/lib; \ +exec make clean PIO_INSTALL_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib' +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build" +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib' +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS' +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/esmf ; \ +export COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ +export ESMFMKFILE=/dev/null ; \ +exec make distclean + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/esmf' +\rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/exe/ww3_multi_esmf *.o *.mod +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_clean -c + + ***************************** + *** WAVEWATCH III clean *** + ***************************** + + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/aux + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/../regtests +\rm -fr /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp +\rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/wwatch3.env +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/esmf' +cd "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL/nuopc.mk +if ! test -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ + delete_nuopc=yes ; \ +fi ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE CMEPS WW3" \ + INCLUDES_ARE_OPTIONAL=YES clean ; \ +if [ "$delete_nuopc" = yes ] ; then \ + rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ +fi +Components in linker order: WW3 CMEPS CICE MOM6 FV3 FMS CCPP +WW3: include +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' +GNUmakefile:70: : component WW3 makefile fragment is missing +CMEPS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk: component CMEPS makefile fragment is missing +CICE: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing +MOM6: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing +FV3: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing +CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" +CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" +CPPFLAGS += ESMF_VERSION_MINOR="0" +CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" +CPPFLAGS += ESMF_VERSION_STRING="8.0.0" +CPPFLAGS += ESMF_VERSION_REVISION="0" +CPPFLAGS += ESMF_VERSION_MAJOR="8" +CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" +rm -f -f *.tmp.f90 *.lst *.o *.mod lm map +cd ENS_Cpl ; make clean +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test_results.mk ++ make app=coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS build +Convert /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS.appBuilder +...into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS.appBuilder.mk +Include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE CMEPS WW3' > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk" +NEMS_BUILDOPT IS +Adding FV3 makeopts to FMS makeopts +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/conf/configure.fv3_coupled.hera.intel /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/externals.nems +cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/modulefiles/hera.intel/fv3_coupled /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems +cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.csh" +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk: No such file or directory +make -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS' +if [ -f "/modules.nems" ] ; then \ + . /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=300000 ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS' +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +set -xue ; \ +export PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ +cd $PATH_CCPP ; \ +./build_ccpp.sh hera.intel "$PATH_CCPP" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk \ + "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp"" NO NO ; \ +test -d "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp"/include ; \ +test -d "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp"/lib + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + ++ export PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled +INFO: Logging level set to INFO +INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15p2_coupled.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 mo_gas_optics_rrtmgp +INFO: Parsed variable definition tables in module mo_gas_concentrations +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_arry +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_1scl +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_2str +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_nstr +INFO: Parsed variable definition tables in module mo_optical_props +INFO: Parsed variable definition tables in module mo_cloud_optics +INFO: Parsed variable definition tables in module mo_source_functions +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 rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount 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 ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name facsf of variable fractional_coverage_with_strong_cosz_dependency 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 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 cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name gas_concentrations of variable Gas_concentrations_for_RRTMGP_suite from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux 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 totsnw of variable accumulated_lwe_thickness_of_snow_amount 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 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_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one 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 gv0 of variable y_wind_updated_by_physics 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 sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean 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 npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index 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 tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean 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 zogw of variable height_of_launch_level_of_orographic_gravity_wave 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 do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name toa_src_sw of variable toa_incident_sw_flux_by_spectral_point 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 levsm1 of variable vertical_dimension_minus_one 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 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 cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air 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 clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface 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 c1_shal of variable detrainment_conversion_parameter_shallow_convection 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 semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name condition of variable physics_field_for_coupling from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name hlwb of variable RRTMGP_lw_heating_rate_spectral 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 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 nmtvr of variable number_of_statistical_measures_of_subgrid_orography 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 cld_swp of variable RRTMGP_cloud_snow_water_path 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 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 tsfco of variable sea_surface_temperature 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 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 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 flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length 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 do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rrtmgp_nGptsLW of variable number_of_lw_spectral_points_rrtmgp 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 aerosolslw of variable RRTMGP_aerosol_optical_properties_for_longwave_bands_01_16 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 Coupling of variable GFS_coupling_type_instance 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 tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag 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 qsq of variable q_prime_squared 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 refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name flxprf_sw of variable RRTMGP_sw_fluxes 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 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 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 u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling 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_time_step 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 pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction 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 te0 of variable atmosphere_energy_content_at_Lagrangian_surface 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 cgwf of variable multiplication_factors_for_convective_gravity_wave_drag 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 gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 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 ty_cloud_optics of variable ty_cloud_optics 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 gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics 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 gflx_ice of variable upward_heat_flux_in_soil_over_ice 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 dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name ty_optical_props_2str of variable ty_optical_props_2str 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 tracers_water of variable number_of_water_tracers 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 kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name lw_optical_props_cloudsByBand of variable longwave_optical_properties_for_cloudy_atmosphere_by_band 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 zm of variable ocean_mixed_layer_thickness 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 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 do_sppt of variable flag_for_stochastic_surface_physics_perturbations 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 c0s_deep of variable rain_conversion_parameter_deep_convection 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 gwd_opt of variable gwd_opt 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 qs_r of variable cloud_snow_mixing_ratio 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 nswsfci of variable surface_net_downwelling_shortwave_flux 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 lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model 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 cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface 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 dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling 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 sigmatot of variable convective_updraft_area_fraction_at_model_interfaces 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 sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step 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 ty_optical_props_nstr of variable ty_optical_props_nstr 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 phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step 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 ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land 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 f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name icseed_lw of variable seed_random_numbers_lw_for_RRTMGP 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 tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep 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 cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name fluxlwUP_clrsky of variable RRTMGP_lw_flux_profile_upward_clrsky 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 do_qa of variable flag_for_inline_cloud_fraction_calculation 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 tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name fluxlwDOWN_allsky of variable RRTMGP_lw_flux_profile_downward_allsky 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 CLDFRA_BL of variable subgrid_cloud_fraction_pbl 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 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 spfhmax of variable maximum_specific_humidity_at_2m 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 ca_sgs of variable flag_for_sgs_cellular_automata 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 dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd 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 alnwf of variable mean_nir_albedo_with_weak_cosz_dependency 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 lslwr of variable flag_to_calc_lw 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 hprime of variable statistical_measures_of_subgrid_orography 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 gw_kdis of variable eddy_mixing_due_to_ugwp 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 qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor 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 fice of variable sea_ice_concentration 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 ffhh of variable Monin_Obukhov_similarity_function_for_heat 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 cld_reliq of variable RRTMGP_mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel 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 CCPP_interstitial_type of variable CCPP_interstitial_type 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 dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling 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 nbdlw of variable number_of_aerosol_bands_for_longwave_radiation 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 aerosolssw(:,:,:,2) of variable RRTMGP_aerosol_single_scattering_albedo_for_shortwave_bands_01_16 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 clam_shal of variable entrainment_rate_coefficient_shallow_convection 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 imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme 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 rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling 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 cf_upi of variable convective_cloud_fraction_for_microphysics 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 cdata of variable ccpp_t_instance 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 icseed_sw of variable seed_random_numbers_sw_for_RRTMGP 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 forcet of variable temperature_tendency_due_to_dynamics 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 qwv_surf of variable water_vapor_mixing_ratio_at_surface 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 spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval 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 du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL 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 aerosolssw of variable RRTMGP_aerosol_optical_properties_for_shortwave_bands_01_16 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 kmp of variable top_layer_index_for_fast_physics 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 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 dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column 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 nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d 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 shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_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: 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 dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch 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 faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 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 icloud_bl of variable couple_sgs_clouds_to_radiation_flag 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 nseffr of variable index_for_snow_effective_radius 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 sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct 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 qi_r of variable cloud_ice_mixing_ratio 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 ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling 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 cplchm of variable flag_for_chemistry_coupling 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 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 snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep 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 nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered 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 mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio 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 htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels 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 Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name ipsdlw0 of variable initial_permutation_seed_lw 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 ifd of variable index_of_dtlm_start 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 do_myjpbl of variable do_myjpbl 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 tdoms of variable dominant_snow_type 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 tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag 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 con_ttp of variable triple_point_temperature_of_water 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 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 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 v1 of variable y_wind_at_lowest_model_layer_for_diag 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 canopy of variable canopy_water_amount 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 tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist 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 oceanfrac of variable sea_area_fraction 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 landfrac of variable land_area_fraction 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 num_p2d of variable array_dimension_of_2d_arrays_for_microphysics 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 tsurf_land of variable surface_skin_temperature_after_iteration_over_land 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 rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice 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 bl_mynn_tkeadvect of variable tke_advect 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 phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes 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 ntinc of variable index_for_ice_cloud_number_concentration 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 dkt of variable atmosphere_heat_diffusivity 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 indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics 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 drydep of variable instantaneous_dry_deposition 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 aerosolslw(:,:,:,1) of variable RRTMGP_aerosol_optical_depth_for_longwave_bands_01_16 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 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 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 hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing 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 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 con_rd of variable gas_constant_dry_air 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 dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection 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 cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice 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 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 smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil 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 ntot3d of variable number_of_fields_in_phyf3d 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 vvl of variable omega 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 evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name restart of variable flag_for_restart 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 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 nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step 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 ty_gas_concs of variable ty_gas_concs 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 snicexy of variable snow_layer_ice 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 xkzm_m of variable atmosphere_momentum_diffusivity_background 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 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 con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one 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 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 dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag 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 gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name sfc_alb_nir_dif of variable surface_albedo_nearIR_diffuse 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 ozpl of variable ozone_forcing 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 canliqxy of variable canopy_intercepted_liquid_water 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 imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name hlwc of variable RRTMGP_lw_heating_rate_all_sky 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 cld_rerain of variable RRTMGP_mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name idxday of variable daytime_points 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 stc of variable soil_temperature 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 lssav of variable flag_diagnostics 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 adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature 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 visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step 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 dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL 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 kdt of variable index_of_time_step 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 qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio 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 cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks 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 con_csol of variable specific_heat_of_ice_at_constant_pressure 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 vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration 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 hprime(:,1) of variable standard_deviation_of_subgrid_orography 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 phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name rrtmgp_nGptsSW of variable number_of_sw_spectral_points_rrtmgp from new to old metadata +INFO: Converting local name sw_gas_props of variable coefficients_for_sw_gas_optics 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 xlon of variable longitude from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid 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 dlqf of variable condensate_fraction_detrained_in_updraft_layers 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 rrtmgp_nBandsLW of variable number_of_lw_bands_rrtmgp 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 sneqvoxy of variable snow_mass_at_previous_time_step 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 lprnt of variable flag_print 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 tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave 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 ncnvcld3d of variable number_of_convective_3d_cloud_fields 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 fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice 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 evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection 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 active_gases of variable active_gases_used_by_RRTMGP 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 flhc of variable surface_exchange_coefficient_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 gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name ca_trigger of variable flag_for_global_cellular_automata_trigger 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 qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface 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 oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels 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 bk of variable b_parameter_of_the_hybrid_coordinate 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 tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag 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 prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors 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 jed of variable ending_y_direction_index_domain 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 cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean 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 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 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 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 gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics 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 ak of variable a_parameter_of_the_hybrid_coordinate 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 cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name fluxlwDOWN_clrsky of variable RRTMGP_lw_flux_profile_downward_clrsky 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 snoalb of variable upper_bound_on_max_albedo_over_deep_snow 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 ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness 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 snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name t_lay of variable air_temperature_at_layer_for_RRTMGP 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 c1_deep of variable detrainment_conversion_parameter_deep_convection 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 dlwsfci of variable surface_downwelling_longwave_flux 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 rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean 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 blksz of variable horizontal_block_size 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 gflx_ocean of variable upward_heat_flux_in_soil_over_ocean 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 diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers 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 phy_myj_z0base of variable baseline_surface_roughness_length 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 zlwb of variable height_of_low_level_wave_breaking 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 swhc 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 slopetype of variable surface_slope_classification 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 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 w_upi of variable vertical_velocity_for_updraft 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 lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name hlw0 of variable RRTMGP_lw_heating_rate_clear_sky 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 GFS_Data of variable GFS_data_type_instance_all_blocks 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 sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused 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 qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy 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 tgrs(:,1) of variable air_temperature_at_lowest_model_layer 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 dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep 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 smoiseq of variable equilibrium_soil_water_content 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 xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature 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 conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name alnsf of variable mean_nir_albedo_with_strong_cosz_dependency from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name tv_lay of variable virtual_temperature 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 nGases of variable number_of_active_gases_used_by_RRTMGP 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 dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection 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 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 ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean 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 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 save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save 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 ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name ty_optical_props_1scl of variable ty_optical_props_1scl 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 slope of variable surface_slope_classification_real 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 dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep 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 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 rhofr of variable density_of_frozen_precipitation 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 cnv_mfd of variable detrained_mass_flux 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 gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name hflxq of variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness 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 dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag 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 tmpmin of variable minimum_temperature_at_2m 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 do_sb_physics of variable mg_flag_for_sb2001_autoconversion 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 sw_cloud_props of variable coefficients_for_sw_cloud_optics 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 sncovr of variable surface_snow_area_fraction_over_land 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 trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion 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 blksz(ccpp_block_number) of variable horizontal_loop_extent 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 levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one 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 diceprv of variable ice_precipitation_rate_from_previous_timestep 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 gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 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 isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation 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 gasvmr(:,:,5) of variable volume_mixing_ratio_co 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 xlat_d of variable latitude_degree 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 fluxswDOWN_allsky of variable RRTMGP_sw_flux_profile_downward_allsky 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 ca_closure of variable flag_for_global_cellular_automata_closure 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 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 tlyr of variable air_temperature_at_layer_for_radiation 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 islmsk of variable sea_land_ice_mask 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 rrtmgp_root of variable directory_for_rte_rrtmgp_source_code 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 nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step 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 rrtmgp_nGauss_ang of variable number_of_angles_used_in_gaussian_quadrature 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 dt_cool of variable sub_layer_cooling_amount 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 flipv of variable flag_flip 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 bl_mynn_edmf of variable edmf_flag 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 z01d of variable perturbation_of_momentum_roughness_length 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 bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme 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 xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes 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 lw_optical_props_clrsky of variable longwave_optical_properties_for_clear_sky 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 nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name ca_entr of variable flag_for_global_cellular_automata_entr 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 hsw0 of variable RRTMGP_sw_heating_rate_clear_sky 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 dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag 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 pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_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 cld_rwp of variable RRTMGP_cloud_rain_water_path 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 dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name lw_optical_props_aerosol of variable longwave_optical_properties_for_aerosols 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 visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step 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 snowxy of variable number_of_snow_layers 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 isot of variable soil_type_dataset_choice 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 dusfci of variable instantaneous_surface_x_momentum_flux_for_diag 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 do_GPsw_Glw of variable scheme_flag 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_and_radiation_levels 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 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 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 ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography 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 gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name cld_iwp of variable RRTMGP_cloud_ice_water_path 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 gt0 of variable air_temperature_updated_by_physics 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 ied of variable ending_x_direction_index_domain 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 qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration 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 runoff of variable total_runoff 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 ty_source_func_lw of variable ty_source_func_lw 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 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 smc of variable volume_fraction_of_soil_moisture 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 lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model 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 nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation 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 dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name hswc of variable RRTMGP_sw_heating_rate_all_sky 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 ugrs(:,1) of variable x_wind_at_lowest_model_layer 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 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 t_lev of variable air_temperature_at_interface_for_RRTMGP 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 blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name p_lay of variable air_pressure_at_layer_for_RRTMGP_in_hPa 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 rho_h2o of variable density_of_fresh_water 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 gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 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 imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass 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 jcap of variable number_of_spectral_wave_trancation_for_sas 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 lfmassxy of variable leaf_mass 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 mg3_as_mg2 of variable flag_mg3_as_mg2 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 scmpsw of variable components_of_surface_downward_shortwave_fluxes 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 mg_do_hail of variable mg_flag_for_hail 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 wind10mmax of variable maximum_wind_at_10m 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 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 uswsfci of variable surface_upwelling_shortwave_flux 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 ntrac of variable number_of_tracers 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 do_gwd of variable flag_for_gravity_wave_drag 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 htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels 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 dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky 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 srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels 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 imap of variable map_of_block_column_number_to_global_i_index 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 ncpl of variable local_condesed_water_number_concentration 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 sfc_alb_nir_dir of variable surface_albedo_nearIR_direct from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf 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 tsnoxy of variable snow_temperature 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 zlvl of variable height_above_ground_at_lowest_model_layer 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 loop_cnt of variable ccpp_loop_counter 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 hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name aerosolslw(:,:,:,3) of variable RRTMGP_aerosol_asymmetry_parameter_for_longwave_bands_01_16 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 cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment 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 iopt_inf of variable flag_for_frozen_soil_permeability_option 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 huge of variable netcdf_float_fillvalue 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 h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels 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 qss_ocean of variable surface_specific_humidity_over_ocean 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 ncnd of variable number_of_cloud_condensate_types 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 u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux 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 drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling 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 mg_alf of variable mg_tuning_factor_for_alphas 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 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 betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection 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 clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud 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 sup of variable ice_supersaturation_threshold 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 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 tf of variable frozen_cloud_threshold_temperature 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 levsp1 of variable vertical_dimension_plus_one 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 faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras 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 stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime 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 smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point 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 lh of variable surface_latent_heat 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 phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics 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 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 ffmm of variable Monin_Obukhov_similarity_function_for_momentum 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 zmtb of variable height_of_mountain_blocking 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 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 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 mtopa of variable model_layer_number_at_cloud_top 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 pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name dx of variable cell_size 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 rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land 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 tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message 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 weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice 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 ccpp_t of variable ccpp_t 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 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 nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index 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 zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name ca1 of variable cellular_automata_global_pattern 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 sw_optical_props_cloudsByBand of variable shortwave_optical_properties_for_cloudy_atmosphere_by_band 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 ktop of variable vertical_index_at_cloud_top 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 cnvc of variable convective_cloud_cover 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 fluxswUP_clrsky of variable RRTMGP_sw_flux_profile_upward_clrsky 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 satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL 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 prauras of variable coefficient_from_cloud_water_to_rain_ras 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 aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles 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 facwf of variable fractional_coverage_with_weak_cosz_dependency 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 faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 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 num_p3d of variable array_dimension_of_3d_arrays_for_microphysics 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 asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name alvsf of variable mean_vis_albedo_with_strong_cosz_dependency 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 evpco of variable coefficient_for_evaporation_of_rainfall 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 phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top 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 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 sw_file_gas of variable rrtmgp_kdistribution_sw 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 kt of variable vertical_index_difference_between_layer_and_upper_bound 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 mg_dcs of variable mg_autoconversion_size_threshold_ice_snow 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 topflw_type of variable topflw_type 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 cscnv of variable flag_for_Chikira_Sugiyama_deep_convection 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 rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep 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 rann of variable random_number_array 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 tracer of variable chemical_tracers 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 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 sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name sfc_emiss_byband of variable surface_emissivity_in_each_RRTMGP_LW_band 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 sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc 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 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 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 pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name rrtmgp_nrghice of variable number_of_rrtmgp_ice_roughness 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 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 tsq of variable t_prime_squared 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 nqrimef of variable index_for_mass_weighted_rime_factor 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 sinlat of variable sine_of_latitude 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 evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep 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 ntrcaer of variable number_of_aerosol_tracers_MG 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 rlapse of variable air_temperature_lapse_rate_constant 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 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 snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep 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 nday of variable daytime_points_dimension 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 dusfcin_cpl of variable surface_x_momentum_flux_for_coupling 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 debug of variable flag_debug 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 cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean 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 dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics 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 el_pbl of variable mixing_length 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 cplwav2atm of variable flag_for_wave_coupling_to_atm 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 ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation 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 GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name cld_lwp of variable RRTMGP_cloud_liquid_water_path 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 sed_supersat of variable mg_allow_supersat_after_sed 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 gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp 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 dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name trans of variable transpiration_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 dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation 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 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 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 tile_num of variable number_of_tile 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 me of variable mpi_rank 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 dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction 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 last_step of variable flag_for_the_last_step_of_k_split_remapping 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 solhr of variable forecast_hour_of_the_day 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 prautco of variable coefficient_from_cloud_water_to_rain 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 toa_src_lw of variable toa_incident_lw_flux_by_spectral_point 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 clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height 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 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 yearlen of variable number_of_days_in_year 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 relhum of variable relative_humidity 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 do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff 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 mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf 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 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 hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean 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 forceq of variable moisture_tendency_due_to_dynamics 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 oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass 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 con_pi of variable pi 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 ngeffr of variable index_for_graupel_effective_radius 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 phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top 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 tcr of variable cloud_phase_transition_threshold_temperature 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 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 dudt of variable tendency_of_x_wind_due_to_model_physics 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 con_epsq of variable minimum_value_of_specific_humidity 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 flag_iter of variable flag_for_iteration 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 lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name mol of variable theta_star 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 sw_optical_props_clouds of variable shortwave_optical_properties_for_cloudy_atmosphere 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 clam_deep of variable entrainment_rate_coefficient_deep_convection 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 con_cp of variable specific_heat_of_dry_air_at_constant_pressure 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 mg_ngcons of variable mg_flag_graupel_concentration_constant 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 lradar of variable flag_for_radar_reflectivity 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 work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement 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 imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme 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 hffac of variable surface_upward_sensible_heat_flux_reduction_factor 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 phy_fctd of variable cloud_base_mass_flux 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 edmf_ent of variable emdf_updraft_entrainment_rate 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 old_monin of variable flag_for_old_PBL_scheme 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 sfc_alb_uvvis_dif of variable surface_albedo_uvvis_dif 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 sfc_alb_uvvis_dir of variable surface_albedo_uvvis_dir 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 waxy of variable water_storage_in_aquifer 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 clouds(:,:,6) of variable cloud_rain_water_path 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 nsswr of variable number_of_timesteps_between_shortwave_radiation_calls 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 dusfc1 of variable instantaneous_surface_x_momentum_flux 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 kcnv of variable flag_deep_convection 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 dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling 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 cndm_surf of variable surface_condensation_mass 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 do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL 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 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 aerosolssw(:,:,:,3) of variable RRTMGP_aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name levs of variable vertical_dimension 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 rrtmgp_cld_optics of variable rrtmgp_cloud_optics_flag 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 cldtaulw of variable RRTMGP_cloud_optical_depth_layers_at_10mu_band 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 prnum of variable prandtl_number 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 chs2 of variable surface_exchange_coefficient_for_heat_at_2m 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 htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step 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 tsfg of variable surface_ground_temperature_for_radiation 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 active_gases_array of variable list_of_active_gases_used_by_RRTMGP 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 master of variable mpi_root 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 latidxprnt of variable latitude_index_in_debug_printouts 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 alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration 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 mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name flxprf_lw of variable RRTMGP_lw_fluxes 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 communicator of variable mpi_comm 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 smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table 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 dtsfci of variable instantaneous_surface_upward_sensible_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 nncl of variable number_of_tracers_for_cloud_condensate 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 d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name cld_frac of variable RRTMGP_total_cloud_fraction 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 frland of variable land_area_fraction_for_microphysics 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 dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling 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 dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation 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 ncps of variable local_snow_number_concentration 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 sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth 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 cnvw of variable convective_cloud_water_mixing_ratio 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 fluxswUP_allsky of variable RRTMGP_sw_flux_profile_upward_allsky 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 cld_resnow of variable RRTMGP_mean_effective_radius_for_snow_flake 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 tice of variable sea_ice_temperature_interstitial 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 save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save 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 evapq of variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness 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 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 gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name tgrs of variable air_temperature 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 sw_optical_props_aerosol of variable shortwave_optical_properties_for_aerosols from new to old metadata +INFO: Converting local name e0fac of variable latent_heat_flux_fraction_factor_relative_to_sensible_heat_flux 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 snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name do_RRTMGP of variable flag_for_rrtmgp_radiation_scheme 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 nupdraft of variable number_of_plumes 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 GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name lw_file_clouds of variable rrtmgp_coeff_lw_cloud_optics 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 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 gflx of variable upward_heat_flux_in_soil 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 mg_qcvar of variable mg_cloud_water_variance 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 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 totgrp of variable accumulated_lwe_thickness_of_graupel_amount 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 lw_file_gas of variable rrtmgp_kdistribution_lw 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 je of variable ending_y_direction_index 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 hefac of variable surface_upward_latent_heat_flux_reduction_factor 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 GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name p_lev of variable air_pressure_at_interface_for_RRTMGP_in_hPa 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 pertalb of variable magnitude_of_surface_albedo_perturbation 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 rhc of variable critical_relative_humidity 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 nspinup of variable number_of_iterations_to_spin_up_cellular_automata 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 dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface 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 dlength of variable characteristic_grid_length_scale 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 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 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 pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name sec_diff_byband of variable secant_of_diffusivity_angle_each_RRTMGP_LW_band 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 zorlo of variable surface_roughness_length_over_ocean 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 v10m of variable y_wind_at_10m 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 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 flag_cice of variable flag_for_cice 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 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 qgl of variable local_graupel_mixing_ratio 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 GFS_Data(ccpp_block_number) of variable GFS_data_type_instance 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 tsfa of variable surface_air_temperature_for_radiation 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 skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind 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 lsoil of variable soil_vertical_dimension 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 z0fac of variable surface_roughness_fraction_factor 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 jmap of variable map_of_block_column_number_to_global_j_index 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 c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name xlat of variable latitude 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 zorl_land of variable surface_roughness_length_over_land_interstitial 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 dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature 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 rhowater of variable liquid_water_density 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 ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine 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 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 grav_settling of variable grav_settling 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 fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux 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 imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme 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 js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name sources of variable longwave_source_function 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 iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation 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 dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag 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 prevsq of variable moisture_from_previous_timestep 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 stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress 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 npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface 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 fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean 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 crtrh(1) of variable critical_relative_humidity_at_surface 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 ndust of variable number_of_dust_bins_for_diagnostics 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 dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag 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 dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep 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 eahxy of variable canopy_air_vapor_pressure 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 vfact_ca of variable vertical_weight_for_ca 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 microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name cld_reice of variable RRTMGP_mean_effective_radius_for_ice_cloud 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 gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 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 crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag 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 gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep 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 input_nml_file of variable namelist_filename_for_internal_file_reads 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 tdomr of variable dominant_rain_type 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 GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name ipsdsw0 of variable initial_permutation_seed_sw 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 fn_nml of variable namelist_filename 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 snowd of variable surface_snow_thickness_water_equivalent 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 nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name lw_cloud_props of variable coefficients_for_lw_cloud_optics 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 woodxy of variable wood_mass 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 dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux 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 hswb of variable RRTMGP_sw_heating_rate_spectral 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 nctp of variable number_of_cloud_types_CS 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 xcosz of variable instantaneous_cosine_of_zenith_angle 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 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 upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification 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 gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name lw_gas_props of variable coefficients_for_lw_gas_optics 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 ty_gas_optics_rrtmgp of variable ty_gas_optics_rrtmgp 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 aerosolslw(:,:,:,2) of variable RRTMGP_aerosol_single_scattering_albedo_for_longwave_bands_01_16 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 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 abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification 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 vgrs of variable y_wind 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 snowfallac of variable total_accumulated_snowfall 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 sfcflw_type of variable sfcflw_type 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 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 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 dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name fluxlwUP_allsky of variable RRTMGP_lw_flux_profile_upward_allsky 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 dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL 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 wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function 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 fluxswDOWN_clrsky of variable RRTMGP_sw_flux_profile_downward_clrsky 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 ustm of variable surface_friction_velocity_drag 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 w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name aerosolssw(:,:,:,1) of variable RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16 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 do_cldice of variable mg_flag_for_cloud_ice_processes 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 radar_reset of variable flag_for_resetting_radar_reflectivity_calculation 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 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 ntchmdiag of variable number_of_chemical_tracers_for_diagnostics 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 save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save 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 wtxy of variable water_storage_in_aquifer_and_saturated_soil 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 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 nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling 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 delz of variable thickness_at_Lagrangian_surface 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 islmsk_cice of variable sea_land_ice_mask_cice 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 oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name rrtmgp_nBandsSW of variable number_of_sw_bands_rrtmgp 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 fhour of variable forecast_time 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 iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option 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 visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step 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 sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped 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 proflw_type of variable proflw_type from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity 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 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 dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag 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 npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface 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 dvsfc1 of variable instantaneous_surface_y_momentum_flux 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 uustar_ocean of variable surface_friction_velocity_over_ocean 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 rilist of variable gas_constants_for_multi_gases_physics 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 weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name lw_optical_props_clouds of variable longwave_optical_properties_for_cloudy_atmosphere from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc 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 clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature 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 betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection 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 semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction 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 qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name coszdg of variable daytime_mean_cosz_over_rad_call_period from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing 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 snowmt of variable surface_snow_melt 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 redrag of variable flag_for_reduced_drag_coefficient_over_sea 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 edmf_a of variable emdf_updraft_area 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 sw_file_clouds of variable rrtmgp_coeff_sw_cloud_optics 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 dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd 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 keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model 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 bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name sw_optical_props_clrsky of variable shortwave_optical_properties_for_clear_sky 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 lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cldtausw of variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band from new to old metadata +INFO: Converting local name iaerclm of variable flag_for_aerosol_input_MG_radiation 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 ca_global of variable flag_for_global_cellular_automata 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 nthresh of variable threshold_for_perturbed_vertical_velocity 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 dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics 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 delp of variable pressure_thickness_at_Lagrangian_surface 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 xu of variable diurnal_thermocline_layer_x_current 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 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 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 qsnw of variable local_snow_water_mixing_ratio 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 cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp 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 xz of variable diurnal_thermocline_layer_thickness 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 shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term 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 semis of variable surface_longwave_emissivity 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 dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics 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 tmpmax of variable maximum_temperature_at_2m 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 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 tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean 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 wcbmax of variable maximum_updraft_velocity_at_cloud_base 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 skip_macro of variable flag_skip_macro 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 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 gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics 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 qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration 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 kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity 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(:,:,9) of variable mean_effective_radius_for_snow_flake 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 evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Metadata table for model FV3 written to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 sfc_ocean +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme rrtmgp_sw_cloud_optics +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +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 zhaocarr_precpd +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 hedmf_hafs +INFO: Parsed tables in scheme GFS_rrtmgp_sw_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme GFS_rrtmgp_lw_post +INFO: Parsed tables in scheme sfc_diff +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 rrtmg_lw +INFO: Parsed tables in scheme rrtmgp_lw_rte +INFO: Parsed tables in scheme dcyc2t3 +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 cires_ugwp_post +INFO: Parsed tables in scheme rrtmgp_lw_cloud_optics +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme moninshoc +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme rrtmgp_lw_cloud_sampling +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sascnvn +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 GFS_suite_interstitial_5 +INFO: Parsed tables in scheme mp_thompson_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 shalcnv +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 myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme drag_suite +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 mynnrad_post +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmgp_pre +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 GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme ozphys_2015 +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 +INFO: Parsed tables in scheme rrtmgp_sw_rte +INFO: Parsed tables in scheme rrtmgp_lw_pre +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_rrtmgp_sw_post +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme rrtmgp_sw_aerosol_optics +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 rrtmgp_lw_aerosol_optics +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme rrtmgp_sw_gas_optics +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 satmedmfvdif +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme rrtmgp_sw_cloud_sampling +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme rrtmgp_lw_gas_optics +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme GFS_rrtmgp_setup +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable Gas_concentrations_for_RRTMGP_suite +INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band +INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_10mu_band +INFO: filtering out variable RRTMGP_lw_flux_profile_downward_allsky +INFO: filtering out variable RRTMGP_lw_flux_profile_downward_clrsky +INFO: filtering out variable RRTMGP_lw_flux_profile_upward_allsky +INFO: filtering out variable RRTMGP_lw_flux_profile_upward_clrsky +INFO: filtering out variable RRTMGP_lw_fluxes +INFO: filtering out variable RRTMGP_lw_heating_rate_spectral +INFO: filtering out variable RRTMGP_sw_flux_profile_downward_allsky +INFO: filtering out variable RRTMGP_sw_flux_profile_downward_clrsky +INFO: filtering out variable RRTMGP_sw_flux_profile_upward_allsky +INFO: filtering out variable RRTMGP_sw_flux_profile_upward_clrsky +INFO: filtering out variable RRTMGP_sw_fluxes +INFO: filtering out variable RRTMGP_sw_heating_rate_spectral +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_pressure_at_interface_for_RRTMGP_in_hPa +INFO: filtering out variable air_pressure_at_layer_for_RRTMGP_in_hPa +INFO: filtering out variable air_temperature_at_interface_for_RRTMGP +INFO: filtering out variable air_temperature_at_layer_for_RRTMGP +INFO: filtering out variable air_temperature_lapse_rate_constant +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 chemical_tracers +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_ice_conversion_threshold_ras +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_c_0 +INFO: filtering out variable coefficient_c_d +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable coefficient_w_0 +INFO: filtering out variable coefficient_w_d +INFO: filtering out variable coefficients_for_lw_cloud_optics +INFO: filtering out variable coefficients_for_lw_gas_optics +INFO: filtering out variable coefficients_for_sw_cloud_optics +INFO: filtering out variable coefficients_for_sw_gas_optics +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +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 dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable directory_for_rte_rrtmgp_source_code +INFO: filtering out variable diurnal_thermocline_layer_heat_content +INFO: filtering out variable diurnal_thermocline_layer_thickness +INFO: filtering out variable diurnal_thermocline_layer_x_current +INFO: filtering out variable diurnal_thermocline_layer_y_current +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_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_resetting_radar_reflectivity_calculation +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_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 free_convection_layer_thickness +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 index_of_dtlm_start +INFO: filtering out variable initial_permutation_seed_lw +INFO: filtering out variable initial_permutation_seed_sw +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 joules_per_calorie_constant +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 list_of_active_gases_used_by_RRTMGP +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 longwave_optical_properties_for_aerosols +INFO: filtering out variable longwave_optical_properties_for_clear_sky +INFO: filtering out variable longwave_optical_properties_for_cloudy_atmosphere +INFO: filtering out variable longwave_optical_properties_for_cloudy_atmosphere_by_band +INFO: filtering out variable longwave_source_function +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_change_over_depth_in_sea_water_temperature +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 multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_active_gases_used_by_RRTMGP +INFO: filtering out variable number_of_aerosol_tracers_MG +INFO: filtering out variable number_of_angles_used_in_gaussian_quadrature +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_rrtmgp_ice_roughness +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 ocean_mixed_layer_thickness +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 relative_humidity +INFO: filtering out variable rrtmgp_cloud_optics_flag +INFO: filtering out variable rrtmgp_coeff_lw_cloud_optics +INFO: filtering out variable rrtmgp_coeff_sw_cloud_optics +INFO: filtering out variable rrtmgp_kdistribution_lw +INFO: filtering out variable rrtmgp_kdistribution_sw +INFO: filtering out variable sea_surface_reference_temperature +INFO: filtering out variable sea_water_reference_density +INFO: filtering out variable sea_water_salinity +INFO: filtering out variable secant_of_diffusivity_angle_each_RRTMGP_LW_band +INFO: filtering out variable sensible_heat_flux_due_to_rainfall +INFO: filtering out variable sensitivity_of_dtl_heat_content_to_surface_temperature +INFO: filtering out variable sensitivity_of_dtl_thickness_to_surface_temperature +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 shortwave_optical_properties_for_aerosols +INFO: filtering out variable shortwave_optical_properties_for_clear_sky +INFO: filtering out variable shortwave_optical_properties_for_cloudy_atmosphere +INFO: filtering out variable shortwave_optical_properties_for_cloudy_atmosphere_by_band +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_of_ice_at_constant_pressure +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 sub_layer_cooling_amount +INFO: filtering out variable sub_layer_cooling_thickness +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_albedo_nearIR_diffuse +INFO: filtering out variable surface_albedo_nearIR_direct +INFO: filtering out variable surface_albedo_uvvis_dif +INFO: filtering out variable surface_albedo_uvvis_dir +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_emissivity_in_each_RRTMGP_LW_band +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_skin_temperature_for_nsst +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 toa_incident_sw_flux_by_spectral_point +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_temperature_average_range_lower_bound +INFO: filtering out variable vertical_temperature_average_range_upper_bound +INFO: filtering out variable virtual_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 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 /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 after returning from 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 after returning from 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 after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating list of Fortran modules containing CCPP type definitions ... +INFO: Generating typedefs makefile/cmakefile snippet ... +INFO: Added 10 typedefs to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.sh +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 215 schemes to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.mk, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 16 auto-generated caps to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.mk and /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.cmake, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.sh +INFO: CCPP prebuild step completed successfully. ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ ./build_ccpp.sh hera.intel /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp' NO NO +MACHINE_ID=hera.intel is valid. +Compilers set for hera.intel. +Obtained ESMF_LIB=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib from /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk +Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp -DNETCDF_DIR=/apps/netcdf/4.7.0/intel/18.0.5.274 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=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 +-- 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 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 +-- Got CCPP TYPEDEFS from cmakefile include file: gfs_typedefs.mod;mo_cloud_optics.mod;mo_optical_props.mod;ccpp_typedefs.mod;mo_gas_concentrations.mod;machine.mod;mo_source_functions.mod;module_radlw_parameters.mod;module_radsw_parameters.mod;mo_gas_optics_rrtmgp.mod +-- Got CCPP SCHEMES from cmakefile include file: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninshoc.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_aux.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rascnv.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 +-- Got CCPP CAPS from cmakefile include file: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 +-- Configuring done +-- Generating done +CMake Warning: + Manually-specified variables were not used by the project: + + LEGACY_INTEL + + +-- Build files have been written to: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -H/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp -B/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles/progress.marks +make -f CMakeFiles/Makefile2 all +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Scanning dependencies of target ccpp +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/requires +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_types framework/src/CMakeFiles/ccpp.dir/ccpp_types.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_api framework/src/CMakeFiles/ccpp.dir/ccpp_api.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o.provides.build +[ 1%] Linking Fortran static library libccpp.a +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 +/usr/bin/ar qc libccpp.a CMakeFiles/ccpp.dir/ccpp_types.F90.o CMakeFiles/ccpp.dir/ccpp_api.F90.o +/usr/bin/ranlib libccpp.a +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 1%] Built target ccpp +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Scanning dependencies of target ccppphys +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/requires +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 1%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/machine physics/CMakeFiles/ccppphys.dir/machine.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/physcons physics/CMakeFiles/ccppphys.dir/physcons.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/funcphys physics/CMakeFiles/ccppphys.dir/funcphys.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/wv_saturation.F -o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/wv_saturation physics/CMakeFiles/ccppphys.dir/wv_saturation.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mersenne_twister physics/CMakeFiles/ccppphys.dir/mersenne_twister.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_kind physics/CMakeFiles/ccppphys.dir/mo_rte_kind.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props_kernels physics/CMakeFiles/ccppphys.dir/mo_optical_props_kernels.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_util_array physics/CMakeFiles/ccppphys.dir/mo_rte_util_array.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props physics/CMakeFiles/ccppphys.dir/mo_optical_props.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_optics physics/CMakeFiles/ccppphys.dir/mo_cloud_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_string physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_string.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_concentrations physics/CMakeFiles/ccppphys.dir/mo_gas_concentrations.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_source_functions physics/CMakeFiles/ccppphys.dir/mo_source_functions.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics physics/CMakeFiles/ccppphys.dir/mo_gas_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_kernels physics/CMakeFiles/ccppphys.dir/mo_gas_optics_kernels.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_constants physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_constants.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder_kernels physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder_kernels.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_rrtmgp physics/CMakeFiles/ccppphys.dir/mo_gas_optics_rrtmgp.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/physparam physics/CMakeFiles/ccppphys.dir/physparam.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_parameters physics/CMakeFiles/ccppphys.dir/module_radlw_parameters.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_parameters physics/CMakeFiles/ccppphys.dir/module_radsw_parameters.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/parse_tracers physics/CMakeFiles/ccppphys.dir/parse_tracers.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_typedefs physics/CMakeFiles/ccppphys.dir/gfs_typedefs.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/h2o_def physics/CMakeFiles/ccppphys.dir/h2o_def.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/iccn_def physics/CMakeFiles/ccppphys.dir/iccn_def.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg_utils.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/micro_mg_utils physics/CMakeFiles/ccppphys.dir/micro_mg_utils.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_parameters.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_nst_parameters physics/CMakeFiles/ccppphys.dir/module_nst_parameters.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_water_prop.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_nst_water_prop physics/CMakeFiles/ccppphys.dir/module_nst_water_prop.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bl_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_bl_mynn physics/CMakeFiles/ccppphys.dir/module_bl_mynn.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_common physics/CMakeFiles/ccppphys.dir/ugwp_common.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_conv_init physics/CMakeFiles/ccppphys.dir/ugwp_conv_init.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_fjet_init physics/CMakeFiles/ccppphys.dir/ugwp_fjet_init.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_lsatdis_init physics/CMakeFiles/ccppphys.dir/ugwp_lsatdis_init.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_okw_init physics/CMakeFiles/ccppphys.dir/ugwp_okw_init.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_oro_init physics/CMakeFiles/ccppphys.dir/ugwp_oro_init.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_wmsdis_init physics/CMakeFiles/ccppphys.dir/ugwp_wmsdis_init.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_module physics/CMakeFiles/ccppphys.dir/cires_ugwp_module.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozne_def physics/CMakeFiles/ccppphys.dir/ozne_def.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_microphysics physics/CMakeFiles/ccppphys.dir/module_microphysics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/surface_perturbation physics/CMakeFiles/ccppphys.dir/surface_perturbation.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg physics/CMakeFiles/ccppphys.dir/namelist_soilveg.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_deep.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_deep physics/CMakeFiles/ccppphys.dir/cu_gf_deep.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg_ruc physics/CMakeFiles/ccppphys.dir/namelist_soilveg_ruc.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_broadband_kernels physics/CMakeFiles/ccppphys.dir/mo_fluxes_broadband_kernels.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes physics/CMakeFiles/ccppphys.dir/mo_fluxes.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_solver_kernels physics/CMakeFiles/ccppphys.dir/mo_rte_solver_kernels.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_lw physics/CMakeFiles/ccppphys.dir/mo_rte_lw.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_sw physics/CMakeFiles/ccppphys.dir/mo_rte_sw.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband_kernels physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband_kernels.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_sw_cloud_optics physics/CMakeFiles/ccppphys.dir/mo_rrtmg_sw_cloud_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_aux.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_aux physics/CMakeFiles/ccppphys.dir/rrtmgp_aux.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX-I -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_astronomy physics/CMakeFiles/ccppphys.dir/module_radiation_astronomy.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_clouds physics/CMakeFiles/ccppphys.dir/module_radiation_clouds.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_gases physics/CMakeFiles/ccppphys.dir/module_radiation_gases.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/radcons physics/CMakeFiles/ccppphys.dir/radcons.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmp_glacier physics/CMakeFiles/ccppphys.dir/module_sf_noahmp_glacier.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_globals physics/CMakeFiles/ccppphys.dir/noahmp_glacier_globals.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_routines physics/CMakeFiles/ccppphys.dir/noahmp_glacier_routines.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmplsm physics/CMakeFiles/ccppphys.dir/module_sf_noahmplsm.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/noahmp_tables.f90 -o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmp_tables physics/CMakeFiles/ccppphys.dir/noahmp_tables.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_mod physics/CMakeFiles/ccppphys.dir/set_soilveg_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90 -o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_fer_hires physics/CMakeFiles/ccppphys.dir/module_mp_fer_hires.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_surface physics/CMakeFiles/ccppphys.dir/module_radiation_surface.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_heating_rates physics/CMakeFiles/ccppphys.dir/mo_heating_rates.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_avplank physics/CMakeFiles/ccppphys.dir/module_radlw_avplank.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_cldprlw physics/CMakeFiles/ccppphys.dir/module_radlw_cldprlw.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb01 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb01.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb02 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb02.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb03 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb03.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb04 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb04.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb05 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb05.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb06 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb06.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb07 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb07.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb08 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb08.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb09 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb09.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb10 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb10.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb11 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb11.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb12 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb12.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb13 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb13.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb14 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb14.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb15 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb15.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb16 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb16.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_ref physics/CMakeFiles/ccppphys.dir/module_radlw_ref.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys_mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_lw_cloud_optics physics/CMakeFiles/ccppphys.dir/mo_rrtmg_lw_cloud_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90 -o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_bl_myjpbl physics/CMakeFiles/ccppphys.dir/module_bl_myjpbl.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_sampling physics/CMakeFiles/ccppphys.dir/mo_cloud_sampling.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson_make_number_concentrations physics/CMakeFiles/ccppphys.dir/module_mp_thompson_make_number_concentrations.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aer_cloud.F -o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/aer_cloud physics/CMakeFiles/ccppphys.dir/aer_cloud.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldmacro.F -o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cldmacro physics/CMakeFiles/ccppphys.dir/cldmacro.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldwat2m_micro.F -o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cldwat2m_micro physics/CMakeFiles/ccppphys.dir/cldwat2m_micro.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg2_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/micro_mg2_0 physics/CMakeFiles/ccppphys.dir/micro_mg2_0.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg3_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/micro_mg3_0 physics/CMakeFiles/ccppphys.dir/micro_mg3_0.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/date_def.f -o CMakeFiles/ccppphys.dir/physics/date_def.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/date_def physics/CMakeFiles/ccppphys.dir/date_def.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_model.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/nst_module physics/CMakeFiles/ccppphys.dir/nst_module.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_mynn physics/CMakeFiles/ccppphys.dir/module_sf_mynn.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_SF_JSFC.F90 -o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_jsfc physics/CMakeFiles/ccppphys.dir/module_sf_jsfc.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_ruclsm.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_ruclsm physics/CMakeFiles/ccppphys.dir/module_sf_ruclsm.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_soil_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_soil_pre physics/CMakeFiles/ccppphys.dir/module_soil_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_ruc_mod physics/CMakeFiles/ccppphys.dir/set_soilveg_ruc_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/aerinterp physics/CMakeFiles/ccppphys.dir/aerinterp.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/h2ointerp physics/CMakeFiles/ccppphys.dir/h2ointerp.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/iccninterp physics/CMakeFiles/ccppphys.dir/iccninterp.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozinterp physics/CMakeFiles/ccppphys.dir/ozinterp.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_cldprtb physics/CMakeFiles/ccppphys.dir/module_radsw_cldprtb.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb16 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb16.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb17 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb17.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb18 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb18.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb19 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb19.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb20 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb20.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb21 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb21.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb22 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb22.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb23 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb23.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb24 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb24.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb25 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb25.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb26 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb26.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb27 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb27.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb28 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb28.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb29 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb29.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_ref physics/CMakeFiles/ccppphys.dir/module_radsw_ref.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_sflux physics/CMakeFiles/ccppphys.dir/module_radsw_sflux.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/samfcnv_aerosols physics/CMakeFiles/ccppphys.dir/samfcnv_aerosols.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw physics/CMakeFiles/ccppphys.dir/rrtmg_lw.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw physics/CMakeFiles/ccppphys.dir/rrtmg_sw.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_compute_bc physics/CMakeFiles/ccppphys.dir/mo_compute_bc.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_sh.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_sh physics/CMakeFiles/ccppphys.dir/cu_gf_sh.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdps physics/CMakeFiles/ccppphys.dir/gwdps.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp physics/CMakeFiles/ccppphys.dir/cires_ugwp.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_post physics/CMakeFiles/ccppphys.dir/cires_ugwp_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cnvc90 physics/CMakeFiles/ccppphys.dir/cnvc90.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/dcyc2t3 physics/CMakeFiles/ccppphys.dir/dcyc2t3.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/get_phi_fv3 physics/CMakeFiles/ccppphys.dir/get_phi_fv3.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/get_prs_fv3 physics/CMakeFiles/ccppphys.dir/get_prs_fv3.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_post physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_post physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_post physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_common physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_common.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_post physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_post physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_1 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_1.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_2 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_2.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_3 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_3.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_4 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_4.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_5 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_5.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_phys_reset physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_phys_reset.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_rad_reset physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_rad_reset.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_reset physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_reset.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_update physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_update.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_inter physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_inter.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_post physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_pre physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_post physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part1 physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part1.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part2 physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part2.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/hedmf physics/CMakeFiles/ccppphys.dir/hedmf.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_noah physics/CMakeFiles/ccppphys.dir/lsm_noah.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/maximum_hourly_diagnostics physics/CMakeFiles/ccppphys.dir/maximum_hourly_diagnostics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozphys physics/CMakeFiles/ccppphys.dir/ozphys.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rayleigh_damp physics/CMakeFiles/ccppphys.dir/rayleigh_damp.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/samfdeepcnv physics/CMakeFiles/ccppphys.dir/samfdeepcnv.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/samfshalcnv physics/CMakeFiles/ccppphys.dir/samfshalcnv.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_cice physics/CMakeFiles/ccppphys.dir/sfc_cice.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag physics/CMakeFiles/ccppphys.dir/sfc_diag.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag_post physics/CMakeFiles/ccppphys.dir/sfc_diag_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_diff physics/CMakeFiles/ccppphys.dir/sfc_diff.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_ocean physics/CMakeFiles/ccppphys.dir/sfc_ocean.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_sice physics/CMakeFiles/ccppphys.dir/sfc_sice.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_gscond physics/CMakeFiles/ccppphys.dir/zhaocarr_gscond.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_precpd physics/CMakeFiles/ccppphys.dir/zhaocarr_precpd.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_physics_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_pre physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_post physics/CMakeFiles/ccppphys.dir/rrtmg_lw_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_pre physics/CMakeFiles/ccppphys.dir/rrtmg_lw_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_post physics/CMakeFiles/ccppphys.dir/rrtmg_sw_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_pre physics/CMakeFiles/ccppphys.dir/rrtmg_sw_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_radiation_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_stochastics physics/CMakeFiles/ccppphys.dir/gfs_stochastics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_stochastics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_phys_time_vary physics/CMakeFiles/ccppphys.dir/gfs_phys_time_vary.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rad_time_vary physics/CMakeFiles/ccppphys.dir/gfs_rad_time_vary.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_setup physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_setup.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_time_vary_pre physics/CMakeFiles/ccppphys.dir/gfs_time_vary_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_time_vary_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdif physics/CMakeFiles/ccppphys.dir/satmedmfvdif.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_typedefs physics/CMakeFiles/ccppphys.dir/ccpp_typedefs.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/fv_sat_adj physics/CMakeFiles/ccppphys.dir/fv_sat_adj.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/h2ophys physics/CMakeFiles/ccppphys.dir/h2ophys.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozphys_2015 physics/CMakeFiles/ccppphys.dir/ozphys_2015.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_radiation_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o.provides.build +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o.provides.build +[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o.provides.build +[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_debug.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_abort physics/CMakeFiles/ccppphys.dir/gfs_abort.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_checkland physics/CMakeFiles/ccppphys.dir/gfs_checkland.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_diagtoscreen physics/CMakeFiles/ccppphys.dir/gfs_diagtoscreen.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_interstitialtoscreen physics/CMakeFiles/ccppphys.dir/gfs_interstitialtoscreen.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o.provides.build +[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_lw_post physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_lw_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o.provides.build +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_pre physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o.provides.build +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_setup physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_setup.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o.provides.build +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_post physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o.provides.build +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_pre physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o.provides.build +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_ini_fini_test physics/CMakeFiles/ccppphys.dir/gfs_suite_ini_fini_test.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o.provides.build +[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv physics/CMakeFiles/ccppphys.dir/cs_conv.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_post physics/CMakeFiles/ccppphys.dir/cs_conv_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_pre physics/CMakeFiles/ccppphys.dir/cs_conv_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o.provides.build +[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_aw_adj physics/CMakeFiles/ccppphys.dir/cs_conv_aw_adj.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o.provides.build +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver physics/CMakeFiles/ccppphys.dir/cu_gf_driver.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o.provides.build +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_post physics/CMakeFiles/ccppphys.dir/cu_gf_driver_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o.provides.build +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_pre physics/CMakeFiles/ccppphys.dir/cu_gf_driver_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o.provides.build +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke physics/CMakeFiles/ccppphys.dir/cu_ntiedtke.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o.provides.build +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_post physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o.provides.build +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_pre physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o.provides.build +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/drag_suite.F90 -o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/drag_suite physics/CMakeFiles/ccppphys.dir/drag_suite.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o.provides.build +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcm_shoc.F90 -o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/shoc physics/CMakeFiles/ccppphys.dir/shoc.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o.provides.build +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F -o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_phy_tracer_config physics/CMakeFiles/ccppphys.dir/gfs_phy_tracer_config.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o.provides.build +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdc.f -o CMakeFiles/ccppphys.dir/physics/gwdc.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdc physics/CMakeFiles/ccppphys.dir/gwdc.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdc_post physics/CMakeFiles/ccppphys.dir/gwdc_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdc_pre physics/CMakeFiles/ccppphys.dir/gwdc_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o.provides.build +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_post physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_pre physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o.provides.build +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/m_micro physics/CMakeFiles/ccppphys.dir/m_micro.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o.provides.build +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/m_micro_post physics/CMakeFiles/ccppphys.dir/m_micro_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/m_micro_pre physics/CMakeFiles/ccppphys.dir/m_micro_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o.provides.build +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/myjpbl_wrapper physics/CMakeFiles/ccppphys.dir/myjpbl_wrapper.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o.provides.build +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/myjsfc_wrapper physics/CMakeFiles/ccppphys.dir/myjsfc_wrapper.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o.provides.build +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnedmf_wrapper physics/CMakeFiles/ccppphys.dir/mynnedmf_wrapper.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o.provides.build +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnsfc_wrapper physics/CMakeFiles/ccppphys.dir/mynnsfc_wrapper.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o.provides.build +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_post.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_post physics/CMakeFiles/ccppphys.dir/mynnrad_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o.provides.build +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_pre physics/CMakeFiles/ccppphys.dir/mynnrad_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o.provides.build +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf_hafs.f -o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/hedmf_hafs physics/CMakeFiles/ccppphys.dir/hedmf_hafs.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o.provides.build +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninshoc.f -o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/moninshoc physics/CMakeFiles/ccppphys.dir/moninshoc.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o.provides.build +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_fer_hires.F90 -o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_fer_hires physics/CMakeFiles/ccppphys.dir/mp_fer_hires.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o.provides.build +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson physics/CMakeFiles/ccppphys.dir/mp_thompson.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o.provides.build +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_post.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_post physics/CMakeFiles/ccppphys.dir/mp_thompson_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o.provides.build +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_pre.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_pre physics/CMakeFiles/ccppphys.dir/mp_thompson_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o.provides.build +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_multi_gases_mod physics/CMakeFiles/ccppphys.dir/ccpp_multi_gases_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o.provides.build +[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rascnv.F90 -o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rascnv physics/CMakeFiles/ccppphys.dir/rascnv.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o.provides.build +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_aerosol_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_aerosol_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o.provides.build +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o.provides.build +[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_sampling physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_sampling.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o.provides.build +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_gas_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_gas_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o.provides.build +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_pre physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o.provides.build +[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_rte physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_rte.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o.provides.build +[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_aerosol_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_aerosol_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o.provides.build +[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o.provides.build +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_sampling physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_sampling.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o.provides.build +[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_gas_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_gas_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o.provides.build +[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_rte physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_rte.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o.provides.build +[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_bygpoint physics/CMakeFiles/ccppphys.dir/mo_fluxes_bygpoint.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o.provides.build +[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_clr_all_sky physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_clr_all_sky.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o.provides.build +[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sascnvn.F -o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sascnvn physics/CMakeFiles/ccppphys.dir/sascnvn.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdifq.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdifq physics/CMakeFiles/ccppphys.dir/satmedmfvdifq.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc physics/CMakeFiles/ccppphys.dir/lsm_ruc.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_noahmp_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmpdrv physics/CMakeFiles/ccppphys.dir/noahmpdrv.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_nst.f -o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst physics/CMakeFiles/ccppphys.dir/sfc_nst.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_post physics/CMakeFiles/ccppphys.dir/sfc_nst_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_pre physics/CMakeFiles/ccppphys.dir/sfc_nst_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o.provides.build +[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfccyc_module physics/CMakeFiles/ccppphys.dir/sfccyc_module.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shalcnv.F -o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/shalcnv physics/CMakeFiles/ccppphys.dir/shalcnv.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shinhongvdif.F90 -o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/shinhongvdif physics/CMakeFiles/ccppphys.dir/shinhongvdif.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sso_coorde physics/CMakeFiles/ccppphys.dir/sso_coorde.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ysuvdif.F90 -o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ysuvdif physics/CMakeFiles/ccppphys.dir/ysuvdif.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o.provides.build +[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f -o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbltq.f -o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscuq.f -o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/num_parthds.F -o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o +[100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +[100%] Linking Fortran static library libccppphys.a +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 +/usr/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o CMakeFiles/ccppphys.dir/physics/date_def.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/gwdc.f.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +/usr/bin/ranlib libccppphys.a +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[100%] Built target ccppphys +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles 0 +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -H/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp -B/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles/progress.marks +make -f CMakeFiles/Makefile2 all +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/requires +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Nothing to be done for `framework/src/CMakeFiles/ccpp.dir/build'. +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 1%] Built target ccpp +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/requires +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Nothing to be done for `physics/CMakeFiles/ccppphys.dir/build'. +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[100%] Built target ccppphys +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles 0 +make -f CMakeFiles/Makefile2 preinstall +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[2]: Nothing to be done for `preinstall'. +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +Install the project... +/contrib/cmake/3.9.0/bin/cmake -P cmake_install.cmake +-- Install configuration: "Release" +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/libccpp.a +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccpp-config.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccpp-config-release.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_types.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_api.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/libccppphys.a +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccppphys-config.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/gfs_typedefs.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_cloud_optics.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_optical_props.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_typedefs.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_gas_concentrations.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/machine.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_source_functions.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/module_radlw_parameters.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/module_radsw_parameters.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' ++ test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include ++ test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs ; \ +exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" all + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +Building dependencies ... +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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. +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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.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. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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. +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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.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 -DOPENMP -DCCPP -DCMEPS -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.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 -DOPENMP -DCCPP -DCMEPS -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/interp.c -o ../mosaic/interp.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 -DOPENMP -DCCPP -DCMEPS -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.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 -DOPENMP -DCCPP -DCMEPS -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.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 -DOPENMP -DCCPP -DCMEPS -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mpp/threadloc.c -o ../mpp/threadloc.o +ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o +ar: creating libfms.a +a - ../oda_tools/xbt_drop_rate_adjust.o +a - ../affinity/fms_affinity.o +a - ../amip_interp/amip_interp.o +a - ../astronomy/astronomy.o +a - ../axis_utils/axis_utils.o +a - ../block_control/block_control.o +a - ../column_diagnostics/column_diagnostics.o +a - ../constants/constants.o +a - ../coupler/atmos_ocean_fluxes.o +a - ../coupler/coupler_types.o +a - ../coupler/ensemble_manager.o +a - ../data_override/data_override.o +a - ../diag_integral/diag_integral.o +a - ../diag_manager/diag_axis.o +a - ../diag_manager/diag_data.o +a - ../diag_manager/diag_grid.o +a - ../diag_manager/diag_manifest.o +a - ../diag_manager/diag_manager.o +a - ../diag_manager/diag_output.o +a - ../diag_manager/diag_table.o +a - ../diag_manager/diag_util.o +a - ../drifters/cloud_interpolator.o +a - ../drifters/drifters.o +a - ../drifters/drifters_comm.o +a - ../drifters/drifters_core.o +a - ../drifters/drifters_input.o +a - ../drifters/drifters_io.o +a - ../drifters/quicksort.o +a - ../exchange/stock_constants.o +a - ../exchange/xgrid.o +a - ../fft/fft.o +a - ../fft/fft99.o +a - ../field_manager/field_manager.o +a - ../field_manager/fm_util.o +a - ../fms/fms.o +a - ../fms/fms_io.o +a - ../horiz_interp/horiz_interp.o +a - ../horiz_interp/horiz_interp_bicubic.o +a - ../horiz_interp/horiz_interp_bilinear.o +a - ../horiz_interp/horiz_interp_conserve.o +a - ../horiz_interp/horiz_interp_spherical.o +a - ../horiz_interp/horiz_interp_type.o +a - ../interpolator/interpolator.o +a - ../memutils/memutils.o +a - ../monin_obukhov/monin_obukhov.o +a - ../monin_obukhov/monin_obukhov_kernel.o +a - ../mosaic/gradient.o +a - ../mosaic/grid.o +a - ../mosaic/mosaic.o +a - ../mpp/mpp.o +a - ../mpp/mpp_data.o +a - ../mpp/mpp_domains.o +a - ../mpp/mpp_efp.o +a - ../mpp/mpp_io.o +a - ../mpp/mpp_memutils.o +a - ../mpp/mpp_parameter.o +a - ../mpp/mpp_pset.o +a - ../mpp/mpp_utilities.o +a - ../oda_tools/oda_core.o +a - ../oda_tools/oda_core_ecda.o +a - ../oda_tools/oda_types.o +a - ../oda_tools/write_ocean_data.o +a - ../platform/platform.o +a - ../random_numbers/MersenneTwister.o +a - ../random_numbers/random_numbers.o +a - ../sat_vapor_pres/sat_vapor_pres.o +a - ../sat_vapor_pres/sat_vapor_pres_k.o +a - ../station_data/station_data.o +a - ../time_interp/time_interp.o +a - ../time_interp/time_interp_external.o +a - ../time_manager/get_cal_time.o +a - ../time_manager/time_manager.o +a - ../topography/gaussian_topog.o +a - ../topography/topography.o +a - ../tracer_manager/tracer_manager.o +a - ../tridiagonal/tridiagonal.o +a - ../affinity/affinity.o +a - ../memutils/memuse.o +a - ../mosaic/create_xgrid.o +a - ../mosaic/gradient_c2l.o +a - ../mosaic/interp.o +a - ../mosaic/mosaic_util.o +a - ../mosaic/read_mosaic.o +a - ../mpp/nsclock.o +a - ../mpp/threadloc.o +mkdir -p "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" +mv fms.mk "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL +Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL on hera +cp -fp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems \ + "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3"/conf/configure.fv3 +cp -fp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems \ + "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3"/conf/modules.fv3 +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 COMP_BINDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" nemsinstall + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +Building dependencies ... +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +make -C cpl FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL + +Build standalone FV3 io ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' + +Build standalone FV3 io ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' +make -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +makefile:269: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +ar rv libgfsphys.a physics/mersenne_twister.o physics/namelist_soilveg.o physics/physparam.o physics/set_soilveg.o physics/noahmp_tables.o physics/GFDL_parse_tracers.o physics/physcons.o CCPP_layer/CCPP_data.o ../ccpp/physics/ccpp_static_api.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_restart.o +ar: creating libgfsphys.a +a - physics/mersenne_twister.o +a - physics/namelist_soilveg.o +a - physics/physparam.o +a - physics/set_soilveg.o +a - physics/noahmp_tables.o +a - physics/GFDL_parse_tracers.o +a - physics/physcons.o +a - CCPP_layer/CCPP_data.o +a - ../ccpp/physics/ccpp_static_api.o +a - GFS_layer/GFS_abstraction_layer.o +a - GFS_layer/GFS_diagnostics.o +a - GFS_layer/GFS_driver.o +a - GFS_layer/GFS_restart.o +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +make -C ccpp/driver FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics + +Build CCPP layer ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' +makefile:67: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' + +Build CCPP layer ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' +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 -DCCPP -DCMEPS CCPP_driver.F90 > CCPP_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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o +ar rv libccppdriver.a CCPP_driver.o +ar: creating libccppdriver.a +a - CCPP_driver.o +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' +make -C ipd FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +makefile:54: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +make -C io FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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.6_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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.6_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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_netcdf_parallel.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o +ar: creating libfv3io.a +a - ffsync.o +a - FV3GFS_io.o +a - post_gfs.o +a - post_nems_routines.o +a - module_write_nemsio.o +a - module_write_netcdf.o +a - module_write_netcdf_parallel.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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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. +Using cray pointers. +ar rv libfv3core.a model/a2b_edge.o model/multi_gases.o model/boundary.o model/dyn_core.o model/fv_arrays.o model/fv_control.o model/fv_dynamics.o model/fv_fill.o model/fv_grid_utils.o model/fv_mapz.o model/fv_nesting.o model/fv_regional_bc.o model/fv_sg.o model/fv_tracer2d.o model/fv_update_phys.o model/sw_core.o model/tp_core.o model/nh_core.o model/nh_utils.o tools/external_ic.o tools/external_sst.o tools/fv_diagnostics.o tools/fv_eta.o tools/fv_grid_tools.o tools/fv_io.o tools/fv_mp_mod.o tools/fv_nudge.o tools/fv_treat_da_inc.o tools/fv_iau_mod.o tools/fv_restart.o tools/fv_surf_map.o tools/fv_timing.o tools/init_hydro.o tools/sim_nc_mod.o tools/sorted_index.o tools/test_cases.o driver/fvGFS/DYCORE_typedefs.o driver/fvGFS/fv_nggps_diag.o driver/fvGFS/atmosphere.o +ar: creating libfv3core.a +a - model/a2b_edge.o +a - model/multi_gases.o +a - model/boundary.o +a - model/dyn_core.o +a - model/fv_arrays.o +a - model/fv_control.o +a - model/fv_dynamics.o +a - model/fv_fill.o +a - model/fv_grid_utils.o +a - model/fv_mapz.o +a - model/fv_nesting.o +a - model/fv_regional_bc.o +a - model/fv_sg.o +a - model/fv_tracer2d.o +a - model/fv_update_phys.o +a - model/sw_core.o +a - model/tp_core.o +a - model/nh_core.o +a - model/nh_utils.o +a - tools/external_ic.o +a - tools/external_sst.o +a - tools/fv_diagnostics.o +a - tools/fv_eta.o +a - tools/fv_grid_tools.o +a - tools/fv_io.o +a - tools/fv_mp_mod.o +a - tools/fv_nudge.o +a - tools/fv_treat_da_inc.o +a - tools/fv_iau_mod.o +a - tools/fv_restart.o +a - tools/fv_surf_map.o +a - tools/fv_timing.o +a - tools/init_hydro.o +a - tools/sim_nc_mod.o +a - tools/sorted_index.o +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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' +makefile:87: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.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 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 cellular_automata_global.o cellular_automata_sgs.o update_ca.o +ar: creating libstochastic_physics.a +a - stochy_gg_def.o +a - stochy_resol_def.o +a - stochy_layout_lag.o +a - four_to_grid_stochy.o +a - glats_stochy.o +a - sumfln_stochy.o +a - gozrineo_stochy.o +a - num_parthds_stochy.o +a - get_ls_node_stochy.o +a - get_lats_node_a_stochy.o +a - setlats_a_stochy.o +a - setlats_lag_stochy.o +a - epslon_stochy.o +a - getcon_lag_stochy.o +a - pln2eo_stochy.o +a - dozeuv_stochy.o +a - dezouv_stochy.o +a - plumes.o +a - spectral_layout.o +a - getcon_spectral.o +a - stochy_namelist_def.o +a - compns_stochy.o +a - stochy_internal_state_mod.o +a - stochastic_physics.o +a - stochy_patterngenerator.o +a - stochy_data_mod.o +a - get_stochy_pattern.o +a - initialize_spectral_mod.o +a - cellular_automata_global.o +a - cellular_automata_sgs.o +a - update_ca.o +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' +make libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 +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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +make esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +# additional include files needed for PGI +#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/nems_dir" >> fv3.mk + +Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk + +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +Installation into "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL" complete! + +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL +rm -fr /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" FMS_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="hera" ; \ +set -e ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ +./compile.sh --platform hera --fms-dir "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +Will use FMS from: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL +++ pwd ++ BASEDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ++ MACHINE_ID=hera ++ COMPILE_OPTION=hera-intel.mk ++ DEBUG= ++ REPRO= ++ [[ '' == \Y ]] ++ REPRO=1 ++ echo 'MOM6 compile.sh ... DEBUG=, REPRO=1' +MOM6 compile.sh ... DEBUG=, REPRO=1 ++ compile_MOM6_LIB=1 ++ compile_ocean_only=0 ++ compile_MOM6_SIS2=0 ++ [[ 1 == 1 ]] ++ echo 'compile MOM6 library ...' +compile MOM6 library ... ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ++ mkdir -p build/intel/MOM6_LIB/repro ++ cd build/intel/MOM6_LIB/repro ++ [[ -f path_names ]] ++ rm -f path_names ++ echo 'generating file_paths ...' +generating file_paths ... ++ ../../../../src/mkmf/bin/list_paths ../../../../src/MOM6/src/ALE/ ../../../../src/MOM6/src/core/ ../../../../src/MOM6/src/diagnostics/ ../../../../src/MOM6/src/equation_of_state/ ../../../../src/MOM6/src/framework/ ../../../../src/MOM6/src/ice_shelf/ ../../../../src/MOM6/src/initialization/ ../../../../src/MOM6/src/ocean_data_assim/ ../../../../src/MOM6/src/parameterizations/ ../../../../src/MOM6/src/tracer/ ../../../../src/MOM6/src/user/ ../../../../src/MOM6/src/equation_of_state/TEOS10/ ../../../../src/MOM6/src/ocean_data_assim/core/ ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/ ../../../../src/MOM6/src/parameterizations/CVmix/ ../../../../src/MOM6/src/parameterizations/lateral/ ../../../../src/MOM6/src/parameterizations/vertical/ ../../../../src/MOM6/config_src/dynamic/ ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +A list of the files you checked out is in the file path_names. ++ echo 'generating makefile ...' +generating makefile ... ++ ../../../../src/mkmf/bin/mkmf -t ../../../../src/mkmf/templates/hera-intel.mk -p lib_ocean.a -o -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL path_names +.................................................................................................................................................................................................................................................................... Makefile is ready. ++ echo 'compiling MOM6 library...' +compiling MOM6 library... ++ make NETCDF=4 REPRO=1 DEBUG= lib_ocean.a +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/build/intel/MOM6_LIB/repro' +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_error_handler.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_cpu_clock.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_time_manager.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_string_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/polynomial_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PLM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_safe_alloc.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_vkernels.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PCM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_zlike.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_sigma.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_manager_wrapper.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_math.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_pt_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_sr_from_sp__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_intrinsic_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_gibbs_ice__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_specvol_second_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_chem_potential_water_t_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_pt0_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_ct_freezing_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_ct_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_specvol_first_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_t_freezing_poly__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_entropy_part_zerop__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_constants.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_rho__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_t_deriv_chem_potential_water_t_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_pt_from_ct__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_t_freezing_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_rho_second_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_t_from_ct__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_ct_freezing_poly__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_gibbs_pt0_pt0__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_ct_from_pt__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_rho_first_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_entropy_part__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_gibbs__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_sp_from_sr__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_specvol__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_coms.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_document.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_solvers.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_consts.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_TFreeze.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_file_parser.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_values.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PPM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PQM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P1M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P3M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_background.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_domains.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_unit_scaling.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_interp.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_remapping.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_params.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_verticalGrid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_hor_index.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_linear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_checksums.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_dyn_horgrid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_io.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_spatial_means.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/baroclinic_zone_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/user_shelf_init.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_transcribe_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_debugging.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_get_input.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_restart.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_grid_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_shared_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_Z_init.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_write_cputime.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_hycom.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_variables.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_rho.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_slight.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/initialization/midas_vertmap.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/coord_adapt.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_horizontal_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_interface_heights.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_checksum_packages.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_isopycnal_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/soliton_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/adjustment_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Rossby_front_2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_remap.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_diag_mediator.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_registry.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_opacity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_speed.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_Montgomery.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_PointAccel.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_structure.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_change_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_open_boundary.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/lock_exchange_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/external_gwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_forcing_type.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/benchmark_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Neverland_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/sloshing_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/seamount_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Phillips_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/circle_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/RGC_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/ISOMIP_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dense_water_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_diabatic.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_wave_interface.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_marine_ice.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/SCM_CVMix_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_controlled_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Idealized_Hurricane.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ISOMIP_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/DOME_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_ALE.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity_PPM.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/supercritical_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_CoriolisAdv.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/tidal_bay_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Kelvin_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/shelfwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_channel_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_barotropic.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_advect.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/tracer_example.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/RGC_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ideal_age_example.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dye_example.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/oil_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/advection_test_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dyed_obc_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/pseudo_salt_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/boundary_impulse_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_coord_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_boundary_update.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_fixed_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_blocked_AFV.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_state_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_generic_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_flow_control.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_sum_output.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_revise_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_split_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_main.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_neutral_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_hor_diff.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_unit_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 +ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_checksums.o MOM_cpu_clock.o user_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o ocean_da_types.o baroclinic_zone_initialization.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_open_boundary.o MOM_set_viscosity.o cvmix_shear.o MOM_regularize_layers.o MOM_string_functions.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o PLM_functions.o gsw_pt_from_t__genmod.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_safe_alloc.o gsw_sr_from_sp__genmod.o MOM_intrinsic_functions.o MOM_continuity.o MOM_obsolete_params.o MOM_checksum_packages.o dumbbell_initialization.o MOM_dyn_horgrid.o gsw_gibbs_ice__genmod.o MOM_unit_scaling.o gsw_specvol_second_derivatives__genmod.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o supercritical_initialization.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_error_handler.o MOM_PointAccel.o gsw_pt_from_ct.o gsw_gibbs_pt0_pt0.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_wave_speed.o ISOMIP_initialization.o gsw_chem_potential_water_t_exact__genmod.o polynomial_functions.o gsw_pt0_from_t__genmod.o user_shelf_init.o gsw_rho_first_derivatives.o MOM_neutral_diffusion.o write_ocean_obs.o MOM_EOS_UNESCO.o gsw_ct_freezing_exact__genmod.o seamount_initialization.o MOM_dynamics_unsplit.o gsw_ct_from_t__genmod.o MOM_diagnostics.o gsw_mod_specvol_coefficients.o gsw_specvol_first_derivatives__genmod.o MOM_barotropic.o soliton_initialization.o Kelvin_initialization.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_generic_tracer.o MOM_lateral_boundary_diffusion.o MOM_bkgnd_mixing.o circle_obcs_initialization.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o P1M_functions.o MOM_ALE.o gsw_t_freezing_poly__genmod.o boundary_impulse_tracer.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o MOM_diag_remap.o MOM_domains.o Neverland_initialization.o MOM_tidal_mixing.o gsw_entropy_part_zerop__genmod.o gsw_pt_from_t.o dense_water_initialization.o MOM_entrain_diffusive.o Phillips_initialization.o MOM_internal_tide_input.o MOM_marine_ice.o MOM_debugging.o kdtree.o MOM_document.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o gsw_rho__genmod.o MOM_tracer_flow_control.o MOM_coms.o cvmix_background.o MOM_diabatic_driver.o gsw_ct_from_pt.o MOM_horizontal_regridding.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_spatial_means.o RGC_tracer.o MOM_ice_shelf.o cvmix_ddiff.o gsw_specvol_second_derivatives.o gsw_t_deriv_chem_potential_water_t_exact__genmod.o gsw_ct_freezing_poly.o MOM_PressureForce_Montgomery.o gsw_pt_from_ct__genmod.o MOM_sum_output.o MOM_isopycnal_slopes.o gsw_mod_gibbs_ice_coefficients.o cvmix_math.o dumbbell_surface_forcing.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o MOM_ice_shelf_dynamics.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_tracer_hor_diff.o MOM_full_convection.o mom_ocean_model_nuopc.o gsw_chem_potential_water_t_exact.o MOM_EOS.o coord_rho.o MOM_state_initialization.o gsw_t_freezing_exact__genmod.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_restart.o MOM_coord_initialization.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o gsw_ct_freezing_exact.o MOM_OCMIP2_CFC.o MOM_diag_manager_wrapper.o MOM_time_manager.o regrid_interp.o MOM_EOS_NEMO.o gsw_mod_freezing_poly_coefficients.o MOM_CVMix_conv.o MOM_wave_structure.o gsw_pt0_from_t.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o tidal_bay_initialization.o user_change_diffusivity.o MOM_tracer_registry.o gsw_rho_second_derivatives__genmod.o coord_zlike.o gsw_gibbs_ice.o gsw_t_from_ct__genmod.o gsw_ct_freezing_poly__genmod.o gsw_gibbs_pt0_pt0__genmod.o MOM_MEKE_types.o MOM_CVMix_ddiff.o dyed_channel_initialization.o midas_vertmap.o gsw_rho_second_derivatives.o MOM_thickness_diffuse.o MOM_file_parser.o MOM_unit_tests.o MOM_offline_main.o ideal_age_example.o gsw_specvol_first_derivatives.o MOM_set_diffusivity.o DOME_initialization.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o coord_sigma.o BFB_surface_forcing.o advection_test_tracer.o pseudo_salt_tracer.o dyed_obcs_initialization.o MOM_PressureForce.o gsw_mod_toolbox.o MOM_verticalGrid.o MOM_regridding.o MOM_boundary_update.o MOM_forcing_type.o coord_adapt.o MOM_tracer_Z_init.o MOM_bulk_mixed_layer.o MOM_controlled_forcing.o gsw_sr_from_sp.o MOM_shared_initialization.o MOM_kappa_shear.o MOM_ALE_sponge.o gsw_entropy_part.o regrid_edge_slopes.o MOM_ice_shelf_state.o gsw_mod_teos10_constants.o MOM_PressureForce_analytic_FV.o MOM_lateral_mixing_coeffs.o Idealized_Hurricane.o MOM_write_cputime.o gsw_mod_kinds.o MOM_sponge.o gsw_ct_from_pt__genmod.o MOM_continuity_PPM.o oil_tracer.o MOM.o MOM_EOS_linear.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o gsw_rho_first_derivatives__genmod.o gsw_rho.o gsw_entropy_part__genmod.o gsw_gibbs__genmod.o dyed_obc_tracer.o MOM_PressureForce_blocked_AFV.o gsw_sp_from_sr__genmod.o gsw_specvol__genmod.o adjustment_initialization.o MOM_constants.o shelfwave_initialization.o MOM_remapping.o MOM_io.o dye_example.o benchmark_initialization.o lock_exchange_initialization.o mom_surface_forcing_nuopc.o cvmix_tidal.o MOM_obsolete_diagnostics.o gsw_t_deriv_chem_potential_water_t_exact.o +ar: creating lib_ocean.a +a - cvmix_utils.o +a - coord_hycom.o +a - MOM_checksums.o +a - MOM_cpu_clock.o +a - user_initialization.o +a - ISOMIP_tracer.o +a - PCM_functions.o +a - cvmix_kinds_and_types.o +a - ocean_da_types.o +a - baroclinic_zone_initialization.o +a - RGC_initialization.o +a - gsw_entropy_part_zerop.o +a - MOM_open_boundary.o +a - MOM_set_viscosity.o +a - cvmix_shear.o +a - MOM_regularize_layers.o +a - MOM_string_functions.o +a - MOM_wave_interface.o +a - MOM_grid.o +a - DOME_tracer.o +a - MOM_tidal_forcing.o +a - gsw_sp_from_sr.o +a - PLM_functions.o +a - gsw_pt_from_t__genmod.o +a - MOM_tracer_initialization_from_Z.o +a - MOM_MEKE.o +a - MOM_safe_alloc.o +a - gsw_sr_from_sp__genmod.o +a - MOM_intrinsic_functions.o +a - MOM_continuity.o +a - MOM_obsolete_params.o +a - MOM_checksum_packages.o +a - dumbbell_initialization.o +a - MOM_dyn_horgrid.o +a - gsw_gibbs_ice__genmod.o +a - MOM_unit_scaling.o +a - gsw_specvol_second_derivatives__genmod.o +a - MOM_EOS_Wright.o +a - gsw_gibbs.o +a - PPM_functions.o +a - supercritical_initialization.o +a - MOM_offline_aux.o +a - MOM_EOS_TEOS10.o +a - regrid_edge_values.o +a - MOM_energetic_PBL.o +a - MOM_CoriolisAdv.o +a - PQM_functions.o +a - MOM_dynamics_unsplit_RK2.o +a - MOM_error_handler.o +a - MOM_PointAccel.o +a - gsw_pt_from_ct.o +a - gsw_gibbs_pt0_pt0.o +a - MOM_fixed_initialization.o +a - gsw_t_freezing_poly.o +a - MOM_tracer_advect.o +a - gsw_t_freezing_exact.o +a - regrid_consts.o +a - MOM_diag_mediator.o +a - MOM_wave_speed.o +a - ISOMIP_initialization.o +a - gsw_chem_potential_water_t_exact__genmod.o +a - polynomial_functions.o +a - gsw_pt0_from_t__genmod.o +a - user_shelf_init.o +a - gsw_rho_first_derivatives.o +a - MOM_neutral_diffusion.o +a - write_ocean_obs.o +a - MOM_EOS_UNESCO.o +a - gsw_ct_freezing_exact__genmod.o +a - seamount_initialization.o +a - MOM_dynamics_unsplit.o +a - gsw_ct_from_t__genmod.o +a - MOM_diagnostics.o +a - gsw_mod_specvol_coefficients.o +a - gsw_specvol_first_derivatives__genmod.o +a - MOM_barotropic.o +a - soliton_initialization.o +a - Kelvin_initialization.o +a - MOM_hor_index.o +a - regrid_solvers.o +a - ocean_da_core.o +a - DOME2d_initialization.o +a - MOM_tracer_diabatic.o +a - MOM_vert_friction.o +a - MOM_generic_tracer.o +a - MOM_lateral_boundary_diffusion.o +a - MOM_bkgnd_mixing.o +a - circle_obcs_initialization.o +a - MOM_ice_shelf_initialize.o +a - MOM_CVMix_KPP.o +a - P1M_functions.o +a - MOM_ALE.o +a - gsw_t_freezing_poly__genmod.o +a - boundary_impulse_tracer.o +a - cvmix_put_get.o +a - MOM_oda_driver.o +a - cvmix_convection.o +a - MOM_diag_remap.o +a - MOM_domains.o +a - Neverland_initialization.o +a - MOM_tidal_mixing.o +a - gsw_entropy_part_zerop__genmod.o +a - gsw_pt_from_t.o +a - dense_water_initialization.o +a - MOM_entrain_diffusive.o +a - Phillips_initialization.o +a - MOM_internal_tide_input.o +a - MOM_marine_ice.o +a - MOM_debugging.o +a - kdtree.o +a - MOM_document.o +a - MOM_variables.o +a - P3M_functions.o +a - MOM_mixed_layer_restrat.o +a - MOM_diag_vkernels.o +a - gsw_rho__genmod.o +a - MOM_tracer_flow_control.o +a - MOM_coms.o +a - cvmix_background.o +a - MOM_diabatic_driver.o +a - gsw_ct_from_pt.o +a - MOM_horizontal_regridding.o +a - MOM_dynamics_split_RK2.o +a - sloshing_initialization.o +a - MOM_spatial_means.o +a - RGC_tracer.o +a - MOM_ice_shelf.o +a - cvmix_ddiff.o +a - gsw_specvol_second_derivatives.o +a - gsw_t_deriv_chem_potential_water_t_exact__genmod.o +a - gsw_ct_freezing_poly.o +a - MOM_PressureForce_Montgomery.o +a - gsw_pt_from_ct__genmod.o +a - MOM_sum_output.o +a - MOM_isopycnal_slopes.o +a - gsw_mod_gibbs_ice_coefficients.o +a - cvmix_math.o +a - dumbbell_surface_forcing.o +a - gsw_ct_from_t.o +a - MOM_TFreeze.o +a - MOM_grid_initialize.o +a - BFB_initialization.o +a - MOM_ice_shelf_dynamics.o +a - MOM_transcribe_grid.o +a - MOM_internal_tides.o +a - cvmix_kpp.o +a - MOM_tracer_hor_diff.o +a - MOM_full_convection.o +a - mom_ocean_model_nuopc.o +a - gsw_chem_potential_water_t_exact.o +a - MOM_EOS.o +a - coord_rho.o +a - MOM_state_initialization.o +a - gsw_t_freezing_exact__genmod.o +a - MOM_interface_heights.o +a - MOM_diabatic_aux.o +a - MOM_restart.o +a - MOM_coord_initialization.o +a - MOM_hor_visc.o +a - SCM_CVMix_tests.o +a - MOM_CVMix_shear.o +a - gsw_ct_freezing_exact.o +a - MOM_OCMIP2_CFC.o +a - MOM_diag_manager_wrapper.o +a - MOM_time_manager.o +a - regrid_interp.o +a - MOM_EOS_NEMO.o +a - gsw_mod_freezing_poly_coefficients.o +a - MOM_CVMix_conv.o +a - MOM_wave_structure.o +a - gsw_pt0_from_t.o +a - external_gwave_initialization.o +a - MOM_geothermal.o +a - gsw_specvol.o +a - MOM_get_input.o +a - tidal_bay_initialization.o +a - user_change_diffusivity.o +a - MOM_tracer_registry.o +a - gsw_rho_second_derivatives__genmod.o +a - coord_zlike.o +a - gsw_gibbs_ice.o +a - gsw_t_from_ct__genmod.o +a - gsw_ct_freezing_poly__genmod.o +a - gsw_gibbs_pt0_pt0__genmod.o +a - MOM_MEKE_types.o +a - MOM_CVMix_ddiff.o +a - dyed_channel_initialization.o +a - midas_vertmap.o +a - gsw_rho_second_derivatives.o +a - MOM_thickness_diffuse.o +a - MOM_file_parser.o +a - MOM_unit_tests.o +a - MOM_offline_main.o +a - ideal_age_example.o +a - gsw_specvol_first_derivatives.o +a - MOM_set_diffusivity.o +a - DOME_initialization.o +a - MOM_diapyc_energy_req.o +a - MOM_opacity.o +a - tracer_example.o +a - user_revise_forcing.o +a - coord_sigma.o +a - BFB_surface_forcing.o +a - advection_test_tracer.o +a - pseudo_salt_tracer.o +a - dyed_obcs_initialization.o +a - MOM_PressureForce.o +a - gsw_mod_toolbox.o +a - MOM_verticalGrid.o +a - MOM_regridding.o +a - MOM_boundary_update.o +a - MOM_forcing_type.o +a - coord_adapt.o +a - MOM_tracer_Z_init.o +a - MOM_bulk_mixed_layer.o +a - MOM_controlled_forcing.o +a - gsw_sr_from_sp.o +a - MOM_shared_initialization.o +a - MOM_kappa_shear.o +a - MOM_ALE_sponge.o +a - gsw_entropy_part.o +a - regrid_edge_slopes.o +a - MOM_ice_shelf_state.o +a - gsw_mod_teos10_constants.o +a - MOM_PressureForce_analytic_FV.o +a - MOM_lateral_mixing_coeffs.o +a - Idealized_Hurricane.o +a - MOM_write_cputime.o +a - gsw_mod_kinds.o +a - MOM_sponge.o +a - gsw_ct_from_pt__genmod.o +a - MOM_continuity_PPM.o +a - oil_tracer.o +a - MOM.o +a - MOM_EOS_linear.o +a - coord_slight.o +a - gsw_t_from_ct.o +a - Rossby_front_2d_initialization.o +a - gsw_rho_first_derivatives__genmod.o +a - gsw_rho.o +a - gsw_entropy_part__genmod.o +a - gsw_gibbs__genmod.o +a - dyed_obc_tracer.o +a - MOM_PressureForce_blocked_AFV.o +a - gsw_sp_from_sr__genmod.o +a - gsw_specvol__genmod.o +a - adjustment_initialization.o +a - MOM_constants.o +a - shelfwave_initialization.o +a - MOM_remapping.o +a - MOM_io.o +a - dye_example.o +a - benchmark_initialization.o +a - lock_exchange_initialization.o +a - mom_surface_forcing_nuopc.o +a - cvmix_tidal.o +a - MOM_obsolete_diagnostics.o +a - gsw_t_deriv_chem_potential_water_t_exact.o +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/build/intel/MOM6_LIB/repro' ++ echo 'compiling MOM6 library successful' +compiling MOM6 library successful ++ echo 'compiling MOM6 library done' +compiling MOM6 library done ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ++ mkdir -p exec/hera/ ++ ln -s /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/build/intel/MOM6_LIB/repro exec/hera/lib_ocean ++ [[ 0 == 1 ]] ++ echo ================================================== +================================================== ++ [[ 0 == 1 ]] ++ echo 'Next recommended step is to rejoice out of happiness from a successful compile.' +Next recommended step is to rejoice out of happiness from a successful compile. +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ + exec make -f makefile.nuopc COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" FMS_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="hera" \ + "FMSDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" \ + "NEMSMOMDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera" \ + "INSTALLDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" install + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6' +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/time_utils.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap_methods.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap_time.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap.F90 +ar rv libmom.a mom_cap.o time_utils.o mom_cap_methods.o mom_cap_time.o +ar: creating libmom.a +a - mom_cap.o +a - time_utils.o +a - mom_cap_methods.o +a - mom_cap_time.o +rm -f mom6.mk.install +mkdir -p /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean/lib_ocean.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +cp -f libmom.a mom_cap_mod.mod /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +cp -f mom6.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6' +test -d "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" +test -s "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk" +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +set -eu ; \ +export COMP_SRCDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE COMP_BINDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL SITE="NEMS.hera" SYSTEM_USERDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" EXEDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" CPPCMEPS="-DCMEPS" NEMS_GRID="T126_mx5" ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE ; \ +./comp_ice.backend + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +NEMS_GRID = T126_mx025 +tcx comp_ice.backend res grid mx025 1440x1080 +ARCH is Linux.NEMS.hera +CICE comp_ice.backend ... DEBUG=N +gmake[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' +Building dependency for shr_orb_mod.d +Building dependency for ice_zbgc_shared.d +Building dependency for ice_zbgc.d +Building dependency for ice_transport_remap.d +Building dependency for ice_transport_driver.d +Building dependency for ice_timers.d +Building dependency for ice_therm_vertical.d +Building dependency for ice_therm_shared.d +Building dependency for ice_therm_mushy.d +Building dependency for ice_therm_itd.d +Building dependency for ice_therm_bl99.d +Building dependency for ice_therm_0layer.d +Building dependency for ice_step_mod.d +Building dependency for ice_state.d +Building dependency for ice_spacecurve.d +Building dependency for ice_shortwave.d +Building dependency for ice_restoring.d +Building dependency for ice_restart_shared.d +Building dependency for ice_restart_driver.d +Building dependency for ice_restart.d +Building dependency for ice_read_write.d +Building dependency for ice_orbital.d +Building dependency for ice_ocean.d +Building dependency for ice_meltpond_topo.d +Building dependency for ice_meltpond_lvl.d +Building dependency for ice_meltpond_cesm.d +Building dependency for ice_mechred.d +Building dependency for ice_lvl.d +Building dependency for ice_kinds_mod.d +Building dependency for ice_itd.d +Building dependency for ice_init.d +Building dependency for ice_history_write.d +Building dependency for ice_history_shared.d +Building dependency for ice_history_pond.d +Building dependency for ice_history_mechred.d +Building dependency for ice_history_drag.d +Building dependency for ice_history_bgc.d +Building dependency for ice_history.d +Building dependency for ice_grid.d +Building dependency for ice_global_reductions.d +Building dependency for ice_gather_scatter.d +Building dependency for ice_forcing.d +Building dependency for ice_flux.d +Building dependency for ice_firstyear.d +Building dependency for ice_fileunits.d +Building dependency for ice_exit.d +Building dependency for ice_dyn_shared.d +Building dependency for ice_dyn_evp.d +Building dependency for ice_dyn_eap.d +Building dependency for ice_domain_size.d +Building dependency for ice_domain.d +Building dependency for ice_distribution.d +Building dependency for ice_diagnostics.d +Building dependency for ice_constants.d +Building dependency for ice_communicate.d +Building dependency for ice_calendar.d +Building dependency for ice_broadcast.d +Building dependency for ice_brine.d +Building dependency for ice_boundary.d +Building dependency for ice_blocks.d +Building dependency for ice_atmo.d +Building dependency for ice_algae.d +Building dependency for ice_age.d +Building dependency for ice_aerosol.d +Building dependency for CICE_RunMod.d +Building dependency for CICE_InitMod.d +Building dependency for CICE_FinalMod.d +Building dependency for CICE.d +gmake[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' +gmake[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_kinds_mod.F90 > ice_kinds_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_kinds_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/ice_constants.F90 > ice_constants.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_constants.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_fileunits.F90 > ice_fileunits.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_fileunits.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restart_shared.F90 > ice_restart_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_communicate.F90 > ice_communicate.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_communicate.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_exit.F90 > ice_exit.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_exit.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_domain_size.F90 > ice_domain_size.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_domain_size.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_blocks.F90 > ice_blocks.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_blocks.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_spacecurve.F90 > ice_spacecurve.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_spacecurve.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_distribution.F90 > ice_distribution.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_distribution.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_global_reductions.F90 > ice_global_reductions.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_global_reductions.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_boundary.F90 > ice_boundary.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_boundary.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_broadcast.F90 > ice_broadcast.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_broadcast.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_domain.F90 > ice_domain.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_domain.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_state.F90 > ice_state.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_state.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90 > ice_atmo.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_atmo.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(330): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(353): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(476): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(506): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(694): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_shared.F90 > ice_therm_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc_shared.F90 > ice_zbgc_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_zbgc_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90 > ice_flux.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_flux.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90(769): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90(903): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90(965): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_calendar.F90 > ice_calendar.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_calendar.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_gather_scatter.F90 > ice_gather_scatter.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_gather_scatter.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_read_write.F90 > ice_read_write.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_read_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_timers.F90 > ice_timers.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_timers.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_grid.F90 > ice_grid.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_grid.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90 > ice_diagnostics.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_diagnostics.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90(1079): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90(1092): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90(1165): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_ocean.F90 > ice_ocean.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_ocean.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_ocean.F90(172): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_forcing.F90 > ice_forcing.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_forcing.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share/shr_orb_mod.F90 > shr_orb_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include shr_orb_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_orbital.F90 > ice_orbital.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_orbital.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_orbital.F90(109): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_shared.F90 > ice_dyn_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf/ice_restart.F90 > ice_restart.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_meltpond_lvl.F90 > ice_meltpond_lvl.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_meltpond_cesm.F90 > ice_meltpond_cesm.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_cesm.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_meltpond_topo.F90 > ice_meltpond_topo.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_topo.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90 > ice_shortwave.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_shortwave.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(647): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(800): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1016): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1042): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1065): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1655): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1679): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1720): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1736): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1774): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1790): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1830): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3108): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3129): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3140): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3163): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3770): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3865): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3422): warning #7532: The number of arguments is incompatible with intrinsic procedure, assume 'external'. [GAMMA] + gamma(w,uu,gg,e) = p5*w*((c1 + c3*gg*(c1-w)*uu*uu) & +------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_aerosol.F90 > ice_aerosol.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_aerosol.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90 > ice_algae.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_algae.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(284): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(300): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(344): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(366): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(403): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(442): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(692): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90 > ice_itd.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_itd.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(333): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(346): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(357): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(369): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(381): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(394): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(407): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(420): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1139): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1170): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1903): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1916): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1935): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1954): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2048): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2062): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2084): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2104): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2123): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2152): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2220): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2239): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2255): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1784): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [FLUX_BIO] + flux_bio, l_stop, & +----------------------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90 > ice_mechred.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_mechred.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(800): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1037): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1051): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1071): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1123): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1247): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1260): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1272): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1519): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1549): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1572): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1638): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1733): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1751): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1763): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1775): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1787): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1800): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1813): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1828): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1939): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1967): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1980): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1992): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2003): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2201): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2221): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2241): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_eap.F90 > ice_dyn_eap.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_eap.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_eap.F90(1179): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_shared.F90 > ice_history_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_mechred.F90 > ice_history_mechred.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_mechred.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_pond.F90 > ice_history_pond.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_pond.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_bgc.F90 > ice_history_bgc.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_bgc.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_drag.F90 > ice_history_drag.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_drag.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf/ice_history_write.F90 > ice_history_write.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_mushy.F90 > ice_therm_mushy.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_mushy.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history.F90 > ice_history.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_age.F90 > ice_age.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_age.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_firstyear.F90 > ice_firstyear.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_firstyear.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_lvl.F90 > ice_lvl.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90 > ice_transport_remap.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_transport_remap.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(1235): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3117): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3148): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3290): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3318): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3365): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3425): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3456): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3478): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3680): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3700): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_driver.F90 > ice_transport_driver.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_transport_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90 > ice_therm_bl99.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_bl99.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(444): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(569): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(646): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(685): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(756): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(905): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(990): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1001): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1125): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1797): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1806): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1818): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90 > ice_therm_0layer.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_0layer.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(236): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(297): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(350): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(450): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90 > ice_therm_vertical.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_vertical.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(742): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(754): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(765): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(781): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(914): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(941): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1046): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1065): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1199): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1227): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1438): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1452): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1573): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1624): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1667): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1696): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1730): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1768): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1777): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1844): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1897): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1951): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1960): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2086): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2108): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2207): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2305): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2431): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restoring.F90 > ice_restoring.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restoring.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restoring.F90(456): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_init.F90 > ice_init.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_init.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_init.F90(1381): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90 > ice_brine.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_brine.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(175): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(302): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(315): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(343): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(356): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(452): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(469): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(492): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(518): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90 > ice_zbgc.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_zbgc.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(692): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(825): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(996): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(1046): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restart_driver.F90 > ice_restart_driver.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE_InitMod.F90 > CICE_InitMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_InitMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90 > ice_therm_itd.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_itd.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(341): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(443): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(499): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(580): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(698): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1129): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1165): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1181): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1198): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1457): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1473): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1490): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1596): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1634): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1655): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1688): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1749): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_evp.F90 > ice_dyn_evp.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_evp.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_evp.F90(517): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_step_mod.F90 > ice_step_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_step_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE_RunMod.F90 > CICE_RunMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_RunMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE_FinalMod.F90 > CICE_FinalMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_FinalMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE.F90 > CICE.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE.f90 +mpiifort -o /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/cice CICE.o CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o ice_aerosol.o ice_age.o ice_algae.o ice_atmo.o ice_blocks.o ice_boundary.o ice_brine.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_constants.o ice_diagnostics.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_firstyear.o ice_flux.o ice_forcing.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_init.o ice_itd.o ice_kinds_mod.o ice_lvl.o ice_mechred.o ice_meltpond_cesm.o ice_meltpond_lvl.o ice_meltpond_topo.o ice_ocean.o ice_orbital.o ice_read_write.o ice_restart.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_shortwave.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_therm_0layer.o ice_therm_bl99.o ice_therm_itd.o ice_therm_mushy.o ice_therm_shared.o ice_therm_vertical.o ice_timers.o ice_transport_driver.o ice_transport_remap.o ice_zbgc.o ice_zbgc_shared.o shr_orb_mod.o -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdf -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdf -lnetcdff +gmake[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice +NTASK = 48 +global N, block_size +x 1440, 60 +y 1080, 540 +max_blocks = 1 +1 = TRAGE, iage tracer +1 = TRFY, first-year ice tracer +1 = TRLVL, level-ice tracers +1 = TRPND, melt pond tracers +0 = NTRAERO, number of aerosol tracers +0 = TRBRI, brine height tracer +7 = NBGCLYR, number of bio grid layers +0 = TRBGCS, number of BGC tracers +ar: creating /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/liblanl_cice.a +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; exec make -f makefile.nuopc \ + COMP_SRCDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE COMP_BINDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL SITE="NEMS.hera" SYSTEM_USERDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" EXEDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" CPPCMEPS="-DCMEPS" NEMS_GRID="T126_mx5" \ + "LANLCICEDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" "INSTALLDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL" install + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +mpiifort -DCMEPS -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/compile -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 -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 cice_cap.F90 +ar rv libcice.a cice_cap.o +ar: creating libcice.a +a - cice_cap.o +rm -f cice.mk.install +mkdir -p /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/liblanl_cice.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +cp -f libcice.a cice_cap_mod.mod /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +cp -f cice.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +test -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +set -e ; \ + . /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS ; \ + exec make COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ + "INSTALLDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL" install + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS' +cd nems/lib ;\ +exec make install FC="mpiifort" CC="mpiicc" CXX="mpiicpc" PIO_INSTALL_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib' +mkdir -p "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build"; \ +cd "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build"; \ +CC="mpiicc" CXX="mpiicpc" FC="mpiifort" cmake -D CMAKE_VERBOSE_MAKEFILE:BOOL=ON -D PIO_ENABLE_TESTS:BOOL=OFF -D PIO_ENABLE_TIMING:BOOL=OFF -D PIO_USE_MALLOC:BOOL=ON -D GENF90_PATH=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/genf90 -D USER_CMAKE_MODULE_PATH="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO"/cmake -D CMAKE_INSTALL_PREFIX=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install -D NetCDF_PATH:PATH=/apps/netcdf/4.7.0/intel/18.0.5.274 -D WITH_PNETCDF=OFF ../ +-- The C 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 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_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 +-- Looking for sys/types.h +-- Looking for sys/types.h - found +-- Looking for stdint.h +-- Looking for stdint.h - found +-- Looking for stddef.h +-- Looking for stddef.h - found +-- Check size of MPI_Offset +-- Check size of MPI_Offset - done +-- Check if the system is big endian +-- Searching 16 bit integer +-- Check size of unsigned short +-- Check size of unsigned short - done +-- Using unsigned short +-- Check if the system is big endian - little endian +-- Found NetCDF_C: /apps/netcdf/4.7.0/intel/18.0.5.274/lib/libnetcdf.so +-- Checking NetCDF version +-- Checking NetCDF version - 4.7.0./*!< +-- Checking whether NetCDF has parallel support +-- Checking whether NetCDF has parallel support - no +-- Looking for nc_set_log_level +-- Looking for nc_set_log_level - found +-- Check size of size_t +-- Check size of size_t - done +-- Check size of long long +-- Check size of long long - done +-- Checking whether Fortran compiler supports c_sizeof +-- Checking whether Fortran compiler supports c_sizeof - failed +-- Checking whether MPIIO is supported +-- Checking whether MPIIO is supported - failed +-- MPIIO failed verification and therefore disabled. +-- Checking whether MPI Fortran module is supported +-- Checking whether MPI Fortran module is supported - failed +-- MPI Fortran module failed verification and therefore disabled. +-- Found NetCDF_Fortran: /apps/netcdf/4.7.0/intel/18.0.5.274/lib/libnetcdff.so +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Configuring done +-- Generating done +-- Build files have been written to: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build +cd "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build"; \ +exec make install +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +/contrib/cmake/3.9.0/bin/cmake -H/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO -B/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build --check-build-system CMakeFiles/Makefile.cmake 0 +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/CMakeFiles /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/CMakeFiles/progress.marks +make -f CMakeFiles/Makefile2 all +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/clib/CMakeFiles/pioc.dir/build.make src/clib/CMakeFiles/pioc.dir/depend +make[5]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib/CMakeFiles/pioc.dir/DependInfo.cmake --color= +Scanning dependencies of target pioc +make[5]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/clib/CMakeFiles/pioc.dir/build.make src/clib/CMakeFiles/pioc.dir/build +make[5]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 2%] Building C object src/clib/CMakeFiles/pioc.dir/topology.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/topology.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/topology.c +[ 5%] Building C object src/clib/CMakeFiles/pioc.dir/pio_file.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_file.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_file.c +[ 8%] Building C object src/clib/CMakeFiles/pioc.dir/pioc_support.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pioc_support.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pioc_support.c +[ 11%] Building C object src/clib/CMakeFiles/pioc.dir/pio_lists.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_lists.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_lists.c +[ 14%] Building C object src/clib/CMakeFiles/pioc.dir/pioc.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pioc.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pioc.c +[ 17%] Building C object src/clib/CMakeFiles/pioc.dir/pioc_sc.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pioc_sc.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pioc_sc.c +[ 20%] Building C object src/clib/CMakeFiles/pioc.dir/pio_spmd.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_spmd.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_spmd.c +[ 22%] Building C object src/clib/CMakeFiles/pioc.dir/pio_rearrange.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_rearrange.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_rearrange.c +[ 25%] Building C object src/clib/CMakeFiles/pioc.dir/pio_nc4.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_nc4.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_nc4.c +[ 28%] Building C object src/clib/CMakeFiles/pioc.dir/bget.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/bget.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/bget.c +[ 31%] Building C object src/clib/CMakeFiles/pioc.dir/pio_nc.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_nc.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_nc.c +[ 34%] Building C object src/clib/CMakeFiles/pioc.dir/pio_put_nc.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_put_nc.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_put_nc.c +[ 37%] Building C object src/clib/CMakeFiles/pioc.dir/pio_get_nc.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_get_nc.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_get_nc.c +[ 40%] Building C object src/clib/CMakeFiles/pioc.dir/pio_getput_int.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_getput_int.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_getput_int.c +[ 42%] Building C object src/clib/CMakeFiles/pioc.dir/pio_msg.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_msg.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_msg.c +[ 45%] Building C object src/clib/CMakeFiles/pioc.dir/pio_darray.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_darray.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_darray.c +[ 48%] Building C object src/clib/CMakeFiles/pioc.dir/pio_darray_int.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_darray_int.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_darray_int.c +[ 51%] Building C object src/clib/CMakeFiles/pioc.dir/pio_get_vard.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_get_vard.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_get_vard.c +[ 54%] Building C object src/clib/CMakeFiles/pioc.dir/pio_put_vard.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_put_vard.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_put_vard.c +[ 57%] Linking C static library libpioc.a +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/pioc.dir/cmake_clean_target.cmake +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/pioc.dir/link.txt --verbose=1 +/usr/bin/ar qc libpioc.a CMakeFiles/pioc.dir/topology.c.o CMakeFiles/pioc.dir/pio_file.c.o CMakeFiles/pioc.dir/pioc_support.c.o CMakeFiles/pioc.dir/pio_lists.c.o CMakeFiles/pioc.dir/pioc.c.o CMakeFiles/pioc.dir/pioc_sc.c.o CMakeFiles/pioc.dir/pio_spmd.c.o CMakeFiles/pioc.dir/pio_rearrange.c.o CMakeFiles/pioc.dir/pio_nc4.c.o CMakeFiles/pioc.dir/bget.c.o CMakeFiles/pioc.dir/pio_nc.c.o CMakeFiles/pioc.dir/pio_put_nc.c.o CMakeFiles/pioc.dir/pio_get_nc.c.o CMakeFiles/pioc.dir/pio_getput_int.c.o CMakeFiles/pioc.dir/pio_msg.c.o CMakeFiles/pioc.dir/pio_darray.c.o CMakeFiles/pioc.dir/pio_darray_int.c.o CMakeFiles/pioc.dir/pio_get_vard.c.o CMakeFiles/pioc.dir/pio_put_vard.c.o +/usr/bin/ranlib libpioc.a +make[5]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 57%] Built target pioc +make -f src/flib/CMakeFiles/genf90.dir/build.make src/flib/CMakeFiles/genf90.dir/depend +make[5]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib/CMakeFiles/genf90.dir/DependInfo.cmake --color= +Scanning dependencies of target genf90 +make[5]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/genf90.dir/build.make src/flib/CMakeFiles/genf90.dir/build +make[5]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make[5]: Nothing to be done for `src/flib/CMakeFiles/genf90.dir/build'. +make[5]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 57%] Built target genf90 +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/depend +make[5]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 60%] Generating piodarray.F90 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/genf90/genf90.pl /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/piodarray.F90.in > piodarray.F90 +[ 62%] Generating pionfatt_mod.F90 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/genf90/genf90.pl /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pionfatt_mod.F90.in > pionfatt_mod.F90 +[ 65%] Generating pionfput_mod.F90 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/genf90/genf90.pl /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pionfput_mod.F90.in > pionfput_mod.F90 +[ 68%] Generating pionfget_mod.F90 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/genf90/genf90.pl /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pionfget_mod.F90.in > pionfget_mod.F90 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib/CMakeFiles/piof.dir/DependInfo.cmake --color= +Scanning dependencies of target piof +make[5]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/requires +make[5]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/pio_kinds.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 71%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_kinds.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pio_kinds.F90 -o CMakeFiles/piof.dir/pio_kinds.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pio_kinds src/flib/CMakeFiles/piof.dir/pio_kinds.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_kinds.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/pio_support.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 74%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_support.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pio_support.F90 -o CMakeFiles/piof.dir/pio_support.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pio_support src/flib/CMakeFiles/piof.dir/pio_support.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_support.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/pio_types.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 77%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_types.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pio_types.F90 -o CMakeFiles/piof.dir/pio_types.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pio_types src/flib/CMakeFiles/piof.dir/pio_types.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_types.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/pio_nf.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 80%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_nf.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pio_nf.F90 -o CMakeFiles/piof.dir/pio_nf.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pio_nf src/flib/CMakeFiles/piof.dir/pio_nf.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_nf.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/piodarray.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 82%] Building Fortran object src/flib/CMakeFiles/piof.dir/piodarray.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib/piodarray.F90 -o CMakeFiles/piof.dir/piodarray.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/piodarray src/flib/CMakeFiles/piof.dir/piodarray.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/piodarray.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/piolib_mod.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 85%] Building Fortran object src/flib/CMakeFiles/piof.dir/piolib_mod.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/piolib_mod.F90 -o CMakeFiles/piof.dir/piolib_mod.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/piolib_mod src/flib/CMakeFiles/piof.dir/piolib_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/piolib_mod.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/pionfatt_mod.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 88%] Building Fortran object src/flib/CMakeFiles/piof.dir/pionfatt_mod.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib/pionfatt_mod.F90 -o CMakeFiles/piof.dir/pionfatt_mod.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pionfatt_mod src/flib/CMakeFiles/piof.dir/pionfatt_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pionfatt_mod.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/pionfget_mod.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 91%] Building Fortran object src/flib/CMakeFiles/piof.dir/pionfget_mod.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib/pionfget_mod.F90 -o CMakeFiles/piof.dir/pionfget_mod.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pionfget_mod src/flib/CMakeFiles/piof.dir/pionfget_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pionfget_mod.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/pionfput_mod.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 94%] Building Fortran object src/flib/CMakeFiles/piof.dir/pionfput_mod.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib/pionfput_mod.F90 -o CMakeFiles/piof.dir/pionfput_mod.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pionfput_mod src/flib/CMakeFiles/piof.dir/pionfput_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pionfput_mod.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make[5]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/build +make[5]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 97%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pio.F90 -o CMakeFiles/piof.dir/pio.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pio src/flib/CMakeFiles/piof.dir/pio.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio.F90.o.provides.build +[100%] Linking Fortran static library libpiof.a +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/piof.dir/cmake_clean_target.cmake +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/piof.dir/link.txt --verbose=1 +/usr/bin/ar qc libpiof.a CMakeFiles/piof.dir/pio_nf.F90.o CMakeFiles/piof.dir/pio.F90.o CMakeFiles/piof.dir/pio_kinds.F90.o CMakeFiles/piof.dir/pio_types.F90.o CMakeFiles/piof.dir/piolib_mod.F90.o CMakeFiles/piof.dir/pio_support.F90.o CMakeFiles/piof.dir/pionfatt_mod.F90.o CMakeFiles/piof.dir/pionfput_mod.F90.o CMakeFiles/piof.dir/pionfget_mod.F90.o CMakeFiles/piof.dir/piodarray.F90.o +/usr/bin/ranlib libpiof.a +make[5]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[100%] Built target piof +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/CMakeFiles 0 +make -f CMakeFiles/Makefile2 preinstall +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make[4]: Nothing to be done for `preinstall'. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +Install the project... +/contrib/cmake/3.9.0/bin/cmake -P cmake_install.cmake +-- Install configuration: "" +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/lib/libpioc.a +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pio.h +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/lib/libpiof.a +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pio.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pio_nf.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pio_types.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/piolib_mod.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pionfget_mod.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pio_kinds.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pio_support.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/piodarray.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pionfatt_mod.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pionfput_mod.mod +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib' +cd nems/util ;\ +exec make PIO_INCLUDE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/util' +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_kind_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. perf_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_log_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_mpi_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_abort_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_const_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_sys_mod.F90 +shr_sys_mod.F90(105): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [RCODE] +SUBROUTINE shr_sys_chdir(path, rcode) +-------------------------------^ +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_flux_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_mem_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_pio_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. glc_elevclass_mod.F90 +glc_elevclass_mod.F90(43): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [GLC_ELEVCLASS] + subroutine glc_get_elevation_classes_with_bareland(glc_ice_covered, glc_topo, glc_elevclass, logunit) +--------------------------------------------------------------------------------^ +glc_elevclass_mod.F90(36): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [GLC_ELEVCLASS] + subroutine glc_get_elevation_classes_without_bareland(glc_topo, glc_elevclass, logunit) +------------------------------------------------------------------^ +glc_elevclass_mod.F90(58): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [GLC_ICEFRAC_EC] + subroutine glc_get_fractional_icecov(nec, glc_topo, glc_icefrac, glc_icefrac_ec, logunit) +-------------------------------------------------------------------^ +ar rv libcmeps_util.a perf_mod.o shr_abort_mod.o shr_const_mod.o shr_flux_mod.o shr_kind_mod.o shr_log_mod.o shr_mem_mod.o shr_mpi_mod.o shr_pio_mod.o shr_sys_mod.o glc_elevclass_mod.o +ar: creating libcmeps_util.a +a - perf_mod.o +a - shr_abort_mod.o +a - shr_const_mod.o +a - shr_flux_mod.o +a - shr_kind_mod.o +a - shr_log_mod.o +a - shr_mem_mod.o +a - shr_mpi_mod.o +a - shr_pio_mod.o +a - shr_sys_mod.o +a - glc_elevclass_mod.o +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/util' +cd mediator ;\ +exec make PIO_INCLUDE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include INTERNAL_PIO_INIT=1 +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/mediator' +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_kind_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_constants_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_utils_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util esmFlds.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_internalstate_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_methods_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_map_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_merge_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_wav_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_ice_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util esmFldsExchange_cesm_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_time_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_profile_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_io_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_ocn_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_fraction_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_history_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_glc_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_restart_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_lnd_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_rof_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_aofluxes_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_ocnalb_mod.F90 +med_phases_ocnalb_mod.F90(589): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [RC] + subroutine med_phases_ocnalb_orbital_update(clock, logunit, mastertask, eccen, obliqr, lambm0, mvelpp, rc) +----------------------------------------------------------------------------------------------------------^ +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_atm_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util esmFldsExchange_nems_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O2 -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -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 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med.F90 +ar rv libcmeps.a med_constants_mod.o med_phases_prep_wav_mod.o med_phases_prep_ice_mod.o esmFldsExchange_cesm_mod.o med_phases_profile_mod.o med_utils_mod.o med_methods_mod.o med_io_mod.o med_phases_prep_ocn_mod.o med_fraction_mod.o med_phases_history_mod.o esmFlds.o med_phases_prep_glc_mod.o med_kind_mod.o med_phases_restart_mod.o med_time_mod.o med_phases_prep_lnd_mod.o med.o med_internalstate_mod.o med_phases_prep_atm_mod.o esmFldsExchange_nems_mod.o med_phases_aofluxes_mod.o med_phases_ocnalb_mod.o med_phases_prep_rof_mod.o med_merge_mod.o med_map_mod.o +ar: creating libcmeps.a +a - med_constants_mod.o +a - med_phases_prep_wav_mod.o +a - med_phases_prep_ice_mod.o +a - esmFldsExchange_cesm_mod.o +a - med_phases_profile_mod.o +a - med_utils_mod.o +a - med_methods_mod.o +a - med_io_mod.o +a - med_phases_prep_ocn_mod.o +a - med_fraction_mod.o +a - med_phases_history_mod.o +a - esmFlds.o +a - med_phases_prep_glc_mod.o +a - med_kind_mod.o +a - med_phases_restart_mod.o +a - med_time_mod.o +a - med_phases_prep_lnd_mod.o +a - med.o +a - med_internalstate_mod.o +a - med_phases_prep_atm_mod.o +a - esmFldsExchange_nems_mod.o +a - med_phases_aofluxes_mod.o +a - med_phases_ocnalb_mod.o +a - med_phases_prep_rof_mod.o +a - med_merge_mod.o +a - med_map_mod.o +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/mediator' +rm -f cmeps.mk.install +mkdir -p /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL +mkdir -p /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/lib/*.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/* /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/util/libcmeps_util.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/mediator/libcmeps.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL +cp -f mediator/*.mod /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include +cp -f nems/util/*.mod /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include +cp -f cmeps.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS' +test -d "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL" +test -s "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk" +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/esmf ; \ +export COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ +exec make -j 1 WW3_COMP="hera" ww3_nems + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/esmf ++ export COMP_SRCDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model COMP_BINDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL WW3_COMP=hera ++ COMP_SRCDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model ++ COMP_BINDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL ++ WW3_COMP=hera ++ exec make -j 1 WW3_COMP=hera ww3_nems +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/esmf' + + ***************************** + *** WAVEWATCH III setup *** + ***************************** + + +[INFO] local env file wwatch3.env found in /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/wwatch3.env + Setup file /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/wwatch3.env found + Printer (listings) : + auxiliary FORTRAN compiler : gfortran + auxiliary C compiler : gcc + Source directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model + Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp + Save source code : yes + Save listings : yes + + Setup makefile for auxiliary programs + + + Compile auxiliary programs +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/aux' +gfortran -o /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3adc w3adc.f +gfortran -o /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3list w3list.f +gfortran -o /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3prnt w3prnt.f +gfortran -o /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3split w3split.f +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/aux' + + + Setup comp & link files + sed /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/comp.tmpl => /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/comp + sed /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/link.tmpl => /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/link + + Create required model subdirectories + +Finished setting up WAVEWATCH III + +\rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/tempswitch +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_make ww3_grid + + ***************************** + *** WAVEWATCH III make *** + ***************************** + +Main directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model +Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp +Save source codes : yes +Save listings : yes +Shared Object : No + +[INFO] list of the programs selected : ww3_grid +Making makefile ... + + ***************************** + *** WAVEWATCH III makefile *** + ***************************** + +switch = /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/switch + Checking all subroutines for modules (this may take a while) ... + +Processing ww3_grid +--------------------- +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' +ad3 : processing constants +ad3 : processing w3servmd +ad3 : processing w3arrymd +ad3 : processing w3gsrumd +ad3 : processing w3gdatmd +ad3 : processing w3odatmd +ad3 : processing w3idatmd +ad3 : processing w3adatmd +ad3 : processing w3timemd +ad3 : processing w3nmlgridmd +ad3 : processing w3dispmd +ad3 : processing wmmdatmd +ad3 : processing w3src4md +ad3 : processing w3triamd +ad3 : processing w3snl1md +ad3 : processing w3parall +ad3 : processing w3wdatmd +ad3 : processing w3iogrmd +ad3 : processing ww3_grid + Linking ww3_grid +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' + + + ********************** + *** end of compilation *** + ********************** + +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_make ww3_outf + + ***************************** + *** WAVEWATCH III make *** + ***************************** + +Main directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model +Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp +Save source codes : yes +Save listings : yes +Shared Object : No + +[INFO] list of the programs selected : ww3_outf + +Processing ww3_outf +--------------------- +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' +ad3 : processing w3iogomd +ad3 : processing w3sdb1md +ad3 : processing w3sbt1md +ad3 : processing ww3_outf + Linking ww3_outf +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' + + + ********************** + *** end of compilation *** + ********************** + +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_make ww3_outp + + ***************************** + *** WAVEWATCH III make *** + ***************************** + +Main directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model +Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp +Save source codes : yes +Save listings : yes +Shared Object : No + +[INFO] list of the programs selected : ww3_outp + +Processing ww3_outp +--------------------- +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' + + + ********************** + *** end of compilation *** + ********************** + +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_make ww3_prep + + ***************************** + *** WAVEWATCH III make *** + ***************************** + +Main directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model +Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp +Save source codes : yes +Save listings : yes +Shared Object : No + +[INFO] list of the programs selected : ww3_prep + +Processing ww3_prep +--------------------- +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' +ad3 : processing w3fldsmd +ad3 : processing ww3_prep + Linking ww3_prep +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' + + + ********************** + *** end of compilation *** + ********************** + +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_make ww3_gint + + ***************************** + *** WAVEWATCH III make *** + ***************************** + +Main directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model +Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp +Save source codes : yes +Save listings : yes +Shared Object : No + +[INFO] list of the programs selected : ww3_gint + +Processing ww3_gint +--------------------- +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' +ad3 : processing ww3_gint + Linking ww3_gint +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' + + + ********************** + *** end of compilation *** + ********************** + +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_make ww3_prnc + + ***************************** + *** WAVEWATCH III make *** + ***************************** + +Main directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model +Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp +Save source codes : yes +Save listings : yes +Shared Object : No + +[INFO] list of the programs selected : ww3_prnc + +Processing ww3_prnc +--------------------- +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' +ad3 : processing w3nmlprncmd +ad3 : processing ww3_prnc + Linking ww3_prnc +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' + + + ********************** + *** end of compilation *** + ********************** + +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_make ww3_ounf + + ***************************** + *** WAVEWATCH III make *** + ***************************** + +Main directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model +Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp +Save source codes : yes +Save listings : yes +Shared Object : No + +[INFO] list of the programs selected : ww3_ounf + +Processing ww3_ounf +--------------------- +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' + + + ********************** + *** end of compilation *** + ********************** + +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_make ww3_ounp + + ***************************** + *** WAVEWATCH III make *** + ***************************** + +Main directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model +Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp +Save source codes : yes +Save listings : yes +Shared Object : No + +[INFO] list of the programs selected : ww3_ounp + +Processing ww3_ounp +--------------------- +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' +ad3 : processing w3nmlounpmd +ad3 : processing ww3_ounp + Linking ww3_ounp +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' + + + ********************** + *** end of compilation *** + ********************** + +\rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/tempswitch +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_make ww3_grib + + ***************************** + *** WAVEWATCH III make *** + ***************************** + +Main directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model +Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp +Save source codes : yes +Save listings : yes +Shared Object : No + +[INFO] list of the programs selected : ww3_grib +Making makefile ... + + ***************************** + *** WAVEWATCH III makefile *** + ***************************** + +switch = /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' +ad3 : processing ww3_grib + Linking ww3_grib +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' + + + ********************** + *** end of compilation *** + ********************** + +\rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/exec +\mkdir -p /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/exec +\cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/exe/ww3_* /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/exec +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_make ww3_multi_esmf + + ***************************** + *** WAVEWATCH III make *** + ***************************** + +Main directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model +Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp +Save source codes : yes +Save listings : yes +Shared Object : No + +[INFO] list of the programs selected : ww3_multi_esmf +Making makefile ... + + ***************************** + *** WAVEWATCH III makefile *** + ***************************** + +switch = /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/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_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 w3gsrumd +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_write [no w3adc] +ad3 : processing scrip_remap_read [no w3adc] +ad3 : processing scrip_interface +ad3 : processing w3gdatmd +ad3 : processing w3idatmd +ad3 : processing wmscrpmd +ad3 : processing w3odatmd +ad3 : processing w3sbt1md +ad3 : processing w3dispmd +ad3 : processing w3timemd +ad3 : processing wmmdatmd +ad3 : processing w3adatmd +ad3 : processing w3src4md +ad3 : processing w3fldsmd +ad3 : processing w3fld1md +ad3 : processing w3sdb1md +ad3 : processing w3flx1md +ad3 : processing w3partmd +ad3 : processing w3nmlmultimd +ad3 : processing wmfinlmd +ad3 : processing w3fld2md +ad3 : processing w3parall +ad3 : processing w3triamd +ad3 : processing w3snl1md +ad3 : processing w3wdatmd +ad3 : processing w3iogrmd +ad3 : processing w3iogomd +ad3 : processing wmupdtmd +ad3 : processing w3iosfmd +ad3 : processing w3iotrmd +ad3 : processing w3pro3md +ad3 : processing w3profsmd +ad3 : processing w3srcemd +ad3 : processing w3wdasmd +ad3 : processing w3updtmd +ad3 : processing w3iopomd +ad3 : processing w3iorsmd +ad3 : processing wmgridmd +ad3 : processing w3iobcmd +ad3 : processing wminiomd +ad3 : processing w3initmd +ad3 : processing w3wavemd +ad3 : processing wmiopomd +ad3 : processing wmwavemd +ad3 : processing wminitmd +ad3 : processing wmesmfmd +ar: creating libww3_multi_esmf.a +a - wmmdatmd.o +a - w3gdatmd.o +a - w3wdatmd.o +a - w3adatmd.o +a - w3idatmd.o +a - w3odatmd.o +a - wmesmfmd.o +a - wminitmd.o +a - wmwavemd.o +a - wmfinlmd.o +a - wmgridmd.o +a - wmupdtmd.o +a - wminiomd.o +a - w3fldsmd.o +a - w3initmd.o +a - w3wavemd.o +a - w3wdasmd.o +a - w3updtmd.o +a - w3profsmd.o +a - w3pro3md.o +a - w3uqckmd.o +a - w3parall.o +a - w3triamd.o +a - w3srcemd.o +a - w3fld1md.o +a - w3fld2md.o +a - w3flx1md.o +a - w3src4md.o +a - w3snl1md.o +a - w3sbt1md.o +a - w3sdb1md.o +a - w3iogrmd.o +a - w3iogomd.o +a - w3iopomd.o +a - wmiopomd.o +a - w3iotrmd.o +a - w3iorsmd.o +a - w3iobcmd.o +a - w3iosfmd.o +a - w3partmd.o +a - constants.o +a - w3servmd.o +a - w3timemd.o +a - w3arrymd.o +a - w3dispmd.o +a - w3cspcmd.o +a - w3gsrumd.o +a - wmunitmd.o +a - w3nmlmultimd.o +a - scrip_constants.o +a - scrip_grids.o +a - scrip_iounitsmod.o +a - scrip_remap_vars.o +a - scrip_timers.o +a - scrip_errormod.o +a - scrip_interface.o +a - scrip_kindsmod.o +a - scrip_remap_conservative.o +a - wmscrpmd.o +a - scrip_netcdfmod.o +a - scrip_remap_write.o +a - scrip_remap_read.o +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' + + + ********************** + *** end of compilation *** + ********************** + +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_make ww3_multi + + ***************************** + *** WAVEWATCH III make *** + ***************************** + +Main directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model +Scratch directory : /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp +Save source codes : yes +Save listings : yes +Shared Object : No + +[INFO] list of the programs selected : ww3_multi + +Processing ww3_multi +--------------------- +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' +ad3 : processing ww3_multi + Linking ww3_multi +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn' + + + ********************** + *** end of compilation *** + ********************** + +\cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/exe/ww3_multi /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/exec +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/esmf' +mkdir -p /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL +cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/nuopc.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL/. +test -d "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL" +( \ +echo "# Do not edit this file. It is automatically generated." ; \ +echo "# Edit the component list or /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ccpp_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk" ; echo fms_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk" ; echo cice_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk" ; echo cmeps_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk" ; echo ww3_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL/nuopc.mk" ; ) > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC" +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +set -e ; \ +for m in /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL/nuopc.mk ; do \ + test -s $m ; \ +done ; \ +echo build NEMS after /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL/nuopc.mk ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src ; \ +make nems \ + COMPONENTS="CCPP FMS FV3 MOM6 CICE CMEPS WW3" \ + CCPP_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL MOM6_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL CICE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL CMEPS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL WW3_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL TARGET="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x" ; \ +test -x /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +build NEMS after /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL/nuopc.mk +Components in linker order: WW3 CMEPS CICE MOM6 FV3 FMS CCPP +WW3: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL/nuopc.mk +CMEPS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk +CICE: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +MOM6: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk +CCPP: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk +CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" +CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" +CPPFLAGS += ESMF_VERSION_MINOR="0" +CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" +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/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' +cd ENS_Cpl && make stub +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +mpiicc -E -DFV3_CPLD -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/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 22:03:53 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_HYB -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 22:03:53 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_HYB -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 22:03:53 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_HYB -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 +mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o +'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 22:03:53 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_HYB -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 22:03:53 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_HYB -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 22:03:53 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_HYB -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 22:03:53 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_HYB -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 22:03:53 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_HYB -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 22:03:53 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_HYB -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 22:03:53 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_HYB -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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.6_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.6_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/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/obj_HYB/libww3_multi_esmf.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/libcmeps.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/libcmeps_util.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/libpiof.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/libpioc.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/libcice.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/liblanl_cice.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/libmom.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/lib_ocean.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libccppdriver.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/libfms.a -L/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.6_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/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' ++ [[ YES == YES ]] ++ make app=coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS clean +Convert /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS.appBuilder +...into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS.appBuilder.mk +Include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE CMEPS WW3' > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk" +NEMS_BUILDOPT IS +Adding FV3 makeopts to FMS makeopts +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +set -x ; \ +cd "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build" ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build +cat /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs ; \ + exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 ; exec make \ + -k cleanall FMS_DIR=/dev/null +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +Cleaning ... + +(cd gfsphysics && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +(cd ccpp/driver && make clean) + +Build CCPP layer ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' +(cd ipd && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +Cleaning ipd ... + +rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +(cd ../stochastic_physics && make clean) + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' +(cd io && make clean) + +Build standalone FV3 io ... + +$ESMF_INC is [] +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' +Cleaning io ... + +rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' +(cd atmos_cubed_sphere && make clean) + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' +(cd cpl && make clean) + +Build standalone FV3 io ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' +Cleaning io ... + +rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 +set -e ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ +set +e ; \ +rm -rf exec src/path_names_shared ; \ +find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ + exec make -f makefile.nuopc clean +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +rm -f -f libcice.a *.f90 *.o *.mod *.lst depend +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; set +e ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ +rm -rf cice.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE ; set +e ; \ +rm -rf history compile restart *.a ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f +cp -n /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/modulefiles/hera.intel/fv3_coupled /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems ; \ + . /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +set -e ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS ; \ +exec make clean + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS' +cd mediator; \ +exec make clean PIO_INCLUDE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/mediator' +rm -f -f libcmeps.a *.i90 *.o *.mod +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/mediator' +cd nems/util; \ +exec make clean PIO_INCLUDE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/util' +rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod +rm -f -f med_constants_mod.* +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/util' +cd nems/lib; \ +exec make clean PIO_INSTALL_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib' +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build" +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib' +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS' +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/esmf ; \ +export COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ +export ESMFMKFILE=/dev/null ; \ +exec make distclean + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/esmf' +\rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/exe/ww3_multi_esmf *.o *.mod +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/w3_clean -c + + ***************************** + *** WAVEWATCH III clean *** + ***************************** + + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/ftn + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/aux + Remove /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod + Remove /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_HYB + Remove /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/mod_SEQ + Remove /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/obj + Remove /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/obj_HYB + Remove /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/obj_SEQ + Remove /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin + Remove /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/exe + Clean up /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/../regtests +\rm -fr /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/tmp +\rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/bin/wwatch3.env +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/model/esmf' +cd "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 +if ! test -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ + delete_nuopc=yes ; \ +fi ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE CMEPS WW3" \ + INCLUDES_ARE_OPTIONAL=YES clean ; \ +if [ "$delete_nuopc" = yes ] ; then \ + rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ +fi +Components in linker order: WW3 CMEPS CICE MOM6 FV3 FMS CCPP +WW3: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/WW3/WW3_INSTALL/nuopc.mk +CMEPS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk +CICE: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing +MOM6: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk +CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" +CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" +CPPFLAGS += ESMF_VERSION_MINOR="0" +CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" +CPPFLAGS += ESMF_VERSION_STRING="8.0.0" +CPPFLAGS += ESMF_VERSION_REVISION="0" +CPPFLAGS += ESMF_VERSION_MAJOR="8" +CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" +rm -f -f *.tmp.f90 *.lst *.o *.mod lm map +cd ENS_Cpl ; make clean +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' ++ cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/fv3_mom6_cice_5.exe ++ cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/modules.fv3_mom6_cice_5 ++ elapsed=1808 ++ echo 'Elapsed time 1808 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS finished' +Elapsed time 1808 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS finished ++ SECONDS=0 ++ [[ 2 -lt 1 ]] ++ readonly app_name=coupledFV3_CCPP_MOM6_CICE_CMEPS_debug ++ app_name=coupledFV3_CCPP_MOM6_CICE_CMEPS_debug ++ readonly build_name=fv3_mom6_cice_6 ++ build_name=fv3_mom6_cice_6 ++ readonly clean_before=YES ++ clean_before=YES ++ readonly clean_after=YES ++ clean_after=YES ++ hostname +hfe11 ++++ dirname /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/compile.sh +++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests +++ pwd -P ++ readonly compile_root_dir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests ++ compile_root_dir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests +++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/.. +++ pwd ++ PATHTR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ echo 'PATHTR is /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit' +PATHTR is /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS ++ [[ coupledFV3_CCPP_MOM6_CICE_CMEPS_debug =~ _debug ]] ++ S2S_DEBUG_MODULE=true ++ export S2S_DEBUG_MODULE ++ [[ YES == YES ]] ++ make app=coupledFV3_CCPP_MOM6_CICE_CMEPS_debug distclean +Convert /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_CMEPS_debug.appBuilder +...into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_CMEPS_debug.appBuilder.mk +Include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_CMEPS_debug.appBuilder.mk +MOM6%DEBUG=Y => MOM6_MAKEOPT += DEBUG=Y +CICE%DEBUG=Y => CICE_MAKEOPT += DEBUG=Y +CMEPS%DEBUG=Y => CMEPS_MAKEOPT += DEBUG=Y +echo 'CCPP FMS FV3 MOM6 CICE CMEPS' > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk" +NEMS_BUILDOPT IS DEBUG=Y +Adding FV3 makeopts to FMS makeopts +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +set -x ; \ +cd "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build" ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build +set -xue ; \ +export PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ +cd $PATH_CCPP ; \ +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib" ; \ +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include" ; \ +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk ++ export PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean +INFO: Logging level set to DEBUG +INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format +INFO: Performing clean .... +DEBUG: Executing "rm -vf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.cmake /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.sh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.cmake /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.sh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_*_cap.F90 /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_static_api.F90 /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_STATIC_API.sh" +DEBUG: Execution of "rm -vf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.cmake /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.sh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.cmake /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.sh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_*_cap.F90 /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_static_api.F90 /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_STATIC_API.sh" returned with exit code 0 + stdout: "removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.mk' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.sh' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.mk' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.cmake' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.sh' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.mk' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.cmake' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.sh' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_static_api.F90' +removed '/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_STATIC_API.sh'" + stderr: "" +INFO: CCPP prebuild clean completed successfully, exiting. ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include ++ rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk +cat /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs ; \ + exec make CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 ; exec make \ + -k cleanall FMS_DIR=/dev/null +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +Cleaning ... + +(cd gfsphysics && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +makefile:269: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +(cd ccpp/driver && make clean) + +Build CCPP layer ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' +makefile:67: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' + +Build CCPP layer ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' +(cd ipd && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +makefile:54: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +Cleaning ipd ... + +rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +(cd ../stochastic_physics && make clean) + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' +makefile:87: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' +(cd io && make clean) + +Build standalone FV3 io ... + +$ESMF_INC is [] +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' +Cleaning io ... + +rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' +(cd atmos_cubed_sphere && make clean) + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' +(cd cpl && make clean) + +Build standalone FV3 io ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' +Cleaning io ... + +rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk +set -e ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ +set +e ; \ +rm -rf exec src/path_names_shared ; \ +find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/src/MOM6/config_src/nems_cap/mom5.mk.install +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ + exec make -f makefile.nuopc clean +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +rm -f -f libcice.a *.f90 *.o *.mod *.lst depend +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; set +e ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ +rm -rf cice.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE ; set +e ; \ +rm -rf history compile restart *.a ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +cp -n /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/modulefiles/hera.intel/fv3_coupled_debug /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems ; \ + . /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +set -e ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS ; \ +exec make clean + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS' +cd mediator; \ +exec make clean PIO_INCLUDE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/mediator' +rm -f -f libcmeps.a *.i90 *.o *.mod +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/mediator' +cd nems/util; \ +exec make clean PIO_INCLUDE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/util' +rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod +rm -f -f med_constants_mod.* +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/util' +cd nems/lib; \ +exec make clean PIO_INSTALL_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib' +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build" +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib' +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS' +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk +if ! test -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ + delete_nuopc=yes ; \ +fi ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE CMEPS" \ + INCLUDES_ARE_OPTIONAL=YES clean ; \ +if [ "$delete_nuopc" = yes ] ; then \ + rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ +fi +Components in linker order: CMEPS CICE MOM6 FV3 FMS CCPP +CMEPS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk: component CMEPS makefile fragment is missing +CICE: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing +MOM6: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing +FV3: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing +CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" +CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" +CPPFLAGS += ESMF_VERSION_MINOR="0" +CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" +CPPFLAGS += ESMF_VERSION_STRING="8.0.0" +CPPFLAGS += ESMF_VERSION_REVISION="0" +CPPFLAGS += ESMF_VERSION_MAJOR="8" +CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" +rm -f -f *.tmp.f90 *.lst *.o *.mod lm map +cd ENS_Cpl ; make clean +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk +rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test_results.mk ++ make app=coupledFV3_CCPP_MOM6_CICE_CMEPS_debug build +Convert /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_CMEPS_debug.appBuilder +...into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_CMEPS_debug.appBuilder.mk +Include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_CMEPS_debug.appBuilder.mk +MOM6%DEBUG=Y => MOM6_MAKEOPT += DEBUG=Y +CICE%DEBUG=Y => CICE_MAKEOPT += DEBUG=Y +CMEPS%DEBUG=Y => CMEPS_MAKEOPT += DEBUG=Y +echo 'CCPP FMS FV3 MOM6 CICE CMEPS' > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk" +NEMS_BUILDOPT IS DEBUG=Y +Adding FV3 makeopts to FMS makeopts +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/conf/configure.fv3_coupled.hera.intel /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/externals.nems +cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/modulefiles/hera.intel/fv3_coupled_debug /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems +cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems.csh" +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk: No such file or directory +make -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS' +if [ -f "/modules.nems" ] ; then \ + . /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=300000 ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS' +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +set -xue ; \ +export PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ +cd $PATH_CCPP ; \ +./build_ccpp.sh hera.intel "$PATH_CCPP" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk \ + "CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp"" NO NO ; \ +test -d "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp"/include ; \ +test -d "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp"/lib + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0g + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + ++ export PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit ++ /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled +INFO: Logging level set to DEBUG +INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15p2_coupled.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +DEBUG: Parsing file machine.F with registry OrderedDict([('machine', {})]) +DEBUG: Module name: machine +DEBUG: Module variables: kind_dyn, kind_grid, kind_phys, kind_LOGICAL, kind_INTEGER +INFO: Parsed variable definition tables in module machine +DEBUG: Parsing file radsw_param.f with registry OrderedDict([('module_radsw_parameters', {'sfcfsw_type': [83, 88], 'cmpfsw_type': [102, 109], 'topfsw_type': [73, 77], 'profsw_type': [91, 96]})]) +DEBUG: Module name: module_radsw_parameters +DEBUG: Module variables: topfsw_type, sfcfsw_type, cmpfsw_type, profsw_type +DEBUG: Variables in derived type sfcfsw_type: +DEBUG: Variables in derived type cmpfsw_type: +DEBUG: Variables in derived type topfsw_type: +DEBUG: Variables in derived type profsw_type: +INFO: Parsed variable definition tables in module module_radsw_parameters +DEBUG: Parsing file radlw_param.f with registry OrderedDict([('module_radlw_parameters', {'sfcflw_type': [81, 86], 'proflw_type': [88, 93], 'topflw_type': [72, 75]})]) +DEBUG: Module name: module_radlw_parameters +DEBUG: Module variables: topflw_type, sfcflw_type, proflw_type +DEBUG: Variables in derived type sfcflw_type: +DEBUG: Variables in derived type proflw_type: +DEBUG: Variables in derived type topflw_type: +INFO: Parsed variable definition tables in module module_radlw_parameters +DEBUG: Parsing file CCPP_typedefs.F90 with registry OrderedDict([('CCPP_typedefs', {'CCPP_interstitial_type': [11, 69]})]) +DEBUG: Module name: CCPP_typedefs +DEBUG: Module variables: CCPP_interstitial_type +DEBUG: Variables in derived type CCPP_interstitial_type: kappa_dry_for_fast_physics, cappa_moist_gas_constant_at_Lagrangian_surface, tendency_of_air_temperature_at_Lagrangian_surface, flag_for_inline_cloud_fraction_calculation, flag_for_fast_microphysics_energy_conservation, top_layer_index_for_fast_physics, flag_for_the_last_step_of_k_split_remapping, time_step_for_remapping_for_fast_physics, flag_for_tendency_of_air_temperature_at_Lagrangian_surface, atmosphere_energy_content_in_column, atmosphere_energy_content_at_Lagrangian_surface, ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind, flag_for_saturation_adjustment_for_microphysics_in_dynamics, starting_x_direction_index, ending_x_direction_index, starting_x_direction_index_domain, ending_x_direction_index_domain, starting_y_direction_index, ending_y_direction_index, starting_y_direction_index_domain, ending_y_direction_index_domain, pressure_thickness_at_Lagrangian_surface, thickness_at_Lagrangian_surface, cell_area_for_fast_physics, number_of_ghost_zones, vertical_dimension_for_fast_physics, vertical_dimension_for_fast_physics_plus_one, vertical_dimension_for_thickness_at_Lagrangian_surface, vertical_dimension_for_condensed_water_at_Lagrangian_surface, vertical_dimension_for_cappa_at_Lagrangian_surface, log_pressure_at_Lagrangian_surface, surface_geopotential_at_Lagrangian_surface, finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa, virtual_temperature_at_Lagrangian_surface, gas_tracers_for_multi_gas_physics_at_Lagrangian_surface, water_vapor_specific_humidity_at_Lagrangian_surface, cloud_liquid_water_specific_humidity_at_Lagrangian_surface, cloud_ice_specific_humidity_at_Lagrangian_surface, cloud_rain_specific_humidity_at_Lagrangian_surface, cloud_snow_specific_humidity_at_Lagrangian_surface, cloud_graupel_specific_humidity_at_Lagrangian_surface, cloud_fraction_at_Lagrangian_surface, cloud_condensed_water_specific_humidity_at_Lagrangian_surface, omp_threads_for_fast_physics, flag_for_hydrostatic_solver_for_fast_physics, number_of_water_species, number_of_gases_for_multi_gases_physics, gas_constants_for_multi_gases_physics, specific_heat_capacities_for_multi_gases_physics, mpi_rank_for_fast_physics, mpi_root_for_fast_physics +INFO: Parsed variable definition tables in module CCPP_typedefs +DEBUG: Parsing file GFS_typedefs.F90 with registry OrderedDict([('GFS_typedefs', {'GFS_diag_type': [1224, 1469], 'GFS_control_type': [475, 1040], 'GFS_interstitial_type': [1479, 1874], 'GFS_tbd_type': [1093, 1162], 'GFS_sfcprop_type': [197, 353], 'GFS_coupling_type': [361, 466], 'GFS_statein_type': [149, 173], 'GFS_cldprop_type': [1170, 1178], 'GFS_data_type': [1886, 1896], 'GFS_radtend_type': [1186, 1216], 'GFS_grid_type': [1048, 1085], 'GFS_stateout_type': [181, 189], 'GFS_init_type': [98, 141]})]) +DEBUG: Module name: GFS_typedefs +DEBUG: Module variables: GFS_cldprop_type, GFS_control_type, GFS_coupling_type, GFS_data_type, GFS_diag_type, GFS_grid_type, GFS_interstitial_type, GFS_radtend_type, GFS_sfcprop_type, GFS_statein_type, GFS_stateout_type, GFS_tbd_type, extra_top_layer, netcdf_float_fillvalue, specific_heat_of_liquid_water_at_constant_pressure, specific_heat_of_dry_air_at_constant_pressure, specific_heat_of_water_vapor_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, minimum_value_of_specific_humidity, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gravitational_acceleration, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, pi, gas_constant_dry_air, gas_constant_water_vapor, temperature_at_zero_celsius, triple_point_temperature_of_water, minimum_sea_ice_concentration, air_temperature_lapse_rate_constant, joules_per_calorie_constant, sea_water_reference_density, stefan_boltzmann_constant, freezing_point_temperature_of_seawater, standard_atmospheric_pressure, liquid_water_density, specific_heat_of_ice_at_constant_pressure +DEBUG: Variables in derived type GFS_diag_type: sw_fluxes_top_atmosphere, lw_fluxes_top_atmosphere, surface_runoff, cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep, cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep, cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep, cumulative_transpiration_flux_multiplied_by_timestep, cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep, cumulative_surface_snow_area_fraction_multiplied_by_timestep, soil_moisture_content, minimum_temperature_at_2m, maximum_temperature_at_2m, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep, integrated_x_momentum_flux_from_large_scale_gwd, integrated_y_momentum_flux_from_large_scale_gwd, integrated_x_momentum_flux_from_blocking_drag, integrated_y_momentum_flux_from_blocking_drag, integrated_x_momentum_flux_from_small_scale_gwd, integrated_y_momentum_flux_from_small_scale_gwd, integrated_x_momentum_flux_from_form_drag, integrated_y_momentum_flux_from_form_drag, x_momentum_tendency_from_large_scale_gwd, y_momentum_tendency_from_large_scale_gwd, x_momentum_tendency_from_blocking_drag, y_momentum_tendency_from_blocking_drag, x_momentum_tendency_from_small_scale_gwd, y_momentum_tendency_from_small_scale_gwd, x_momentum_tendency_from_form_drag, y_momentum_tendency_from_form_drag, accumulated_lwe_thickness_of_precipitation_amount, accumulated_lwe_thickness_of_ice_amount, accumulated_lwe_thickness_of_snow_amount, accumulated_lwe_thickness_of_graupel_amount, accumulated_lwe_thickness_of_precipitation_amount_in_bucket, accumulated_lwe_thickness_of_ice_amount_in_bucket, accumulated_lwe_thickness_of_snow_amount_in_bucket, accumulated_lwe_thickness_of_graupel_amount_in_bucket, accumulated_change_of_air_temperature_due_to_FA_scheme, cumulative_surface_ground_heat_flux_multiplied_by_timestep, cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep, cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep, duration_of_sunshine, total_runoff, cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep, cumulative_cloud_work_function, time_integral_of_x_stress_due_to_gravity_wave_drag, time_integral_of_y_stress_due_to_gravity_wave_drag, cumulative_surface_pressure_multiplied_by_timestep, cumulative_lwe_thickness_of_convective_precipitation_amount, cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket, minimum_specific_humidity_at_2m, maximum_specific_humidity_at_2m, maximum_x_wind_at_10m, maximum_y_wind_at_10m, maximum_wind_at_10m, maximum_u_wind_at_10m_over_maximum_hourly_time_interval, maximum_v_wind_at_10m_over_maximum_hourly_time_interval, maximum_wind_at_10m_over_maximum_hourly_time_interval, lwe_thickness_of_precipitation_amount_on_dynamics_timestep, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, lwe_thickness_of_ice_amount_on_dynamics_timestep, lwe_thickness_of_snow_amount_on_dynamics_timestep, lwe_thickness_of_graupel_amount_on_dynamics_timestep, x_wind_at_10m, y_wind_at_10m, dewpoint_temperature_at_2m, height_above_ground_at_lowest_model_layer, surface_air_pressure_diag, atmosphere_boundary_layer_thickness, column_precipitable_water, air_temperature_at_lowest_model_layer_for_diag, water_vapor_specific_humidity_at_lowest_model_layer_for_diag, x_wind_at_lowest_model_layer_for_diag, y_wind_at_lowest_model_layer_for_diag, surface_drag_mass_flux_for_heat_and_moisture_in_air, surface_drag_wind_speed_for_momentum_in_air, surface_downwelling_longwave_flux, surface_upwelling_longwave_flux, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, surface_upwelling_shortwave_flux, instantaneous_surface_x_momentum_flux_for_diag, instantaneous_surface_y_momentum_flux_for_diag, instantaneous_surface_upward_sensible_heat_flux_for_diag, instantaneous_surface_upward_latent_heat_flux_for_diag, instantaneous_surface_ground_heat_flux, instantaneous_surface_potential_evaporation, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, ratio_of_snowfall_to_rainfall, normalized_soil_wetness, dominant_rain_type, dominant_freezing_rain_type, dominant_sleet_type, dominant_snow_type, weights_for_stochastic_skeb_perturbation_of_x_wind_flipped, weights_for_stochastic_skeb_perturbation_of_y_wind_flipped, weights_for_stochastic_sppt_perturbation_flipped, weights_for_stochastic_shum_perturbation_flipped, level_of_dividing_streamline, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_x_wind_due_to_deep_convection, cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_deep_convection, cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_temperature_due_to_longwave_radiation, cumulative_change_in_temperature_due_to_shortwave_radiation, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_temperature_due_to_deep_convection, cumulative_change_in_temperature_due_to_shal_convection, cumulative_change_in_temperature_due_to_microphysics, cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection, cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection, cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate, cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio, cumulative_change_in_ozone_concentration_due_to_temperature, cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column, maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval, maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval, maximum_temperature_at_2m_over_maximum_hourly_time_interval, minimum_temperature_at_2m_over_maximum_hourly_time_interval, maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval, minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval, cumulative_atmosphere_updraft_convective_mass_flux, cumulative_atmosphere_downdraft_convective_mass_flux, cumulative_atmosphere_detrainment_convective_mass_flux, radar_reflectivity_10cm, number_of_dust_bins_for_diagnostics, number_of_seasalt_bins_for_diagnostics, number_of_chemical_tracers_for_diagnostics, instantaneous_dust_emission_flux, instantaneous_seasalt_emission_flux, instantaneous_sedimentation, instantaneous_dry_deposition, instantaneous_large_scale_wet_deposition, instantaneous_convective_scale_wet_deposition, instantaneous_anthopogenic_and_biomass_burning_emissions, instantaneous_aerosol_column_mass_densities, emdf_updraft_area, emdf_updraft_vertical_velocity, emdf_updraft_total_water, emdf_updraft_theta_l, emdf_updraft_entrainment_rate, emdf_updraft_cloud_water, number_of_plumes, maximum_mass_flux, k_level_of_highest_reaching_plume, atmosphere_heat_diffusivity_for_mynnpbl, atmosphere_momentum_diffusivity_for_mynnpbl, time_integral_of_height_of_mountain_blocking, time_integral_of_height_of_low_level_wave_breaking, time_integral_of_height_of_launch_level_of_orographic_gravity_wave, time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag, time_integral_of_momentum_flux_due_to_mountain_blocking_drag, time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag, time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave, time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag, time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag, time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag, time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave, time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave +DEBUG: Variables in derived type GFS_control_type: mpi_rank, mpi_root, mpi_comm, mpi_size, omp_threads, iounit_namelist, namelist_filename, number_of_lines_of_namelist_filename_for_internal_file_reads, namelist_filename_for_internal_file_reads, iounit_log, flag_diagnostics_3D, flag_diagnostics, vertical_dimension, a_parameter_of_the_hybrid_coordinate, b_parameter_of_the_hybrid_coordinate, vertical_dimension_plus_one, vertical_dimension_minus_one, number_of_equatorial_longitude_points, number_of_latitude_points, number_of_blocks, horizontal_block_size, horizontal_loop_extent, horizontal_dimension, number_of_tile, flag_for_flux_coupling, flag_for_wave_coupling, flag_for_wave_coupling_to_atm, flag_for_chemistry_coupling, flag_idealized_physics, number_of_timesteps_between_surface_cycling_calls, time_step_for_physics, time_step_for_dynamics, date_and_time_at_model_initialization, date_and_time_at_model_initialization_reordered, number_of_timesteps_between_shortwave_radiation_calls, number_of_timesteps_between_longwave_radiation_calls, frequency_for_shortwave_radiation, frequency_for_longwave_radiation, number_of_vertical_layers_for_radiation_calculations, number_of_vertical_layers_for_radiation_calculations_plus_one, flag_for_aerosol_input_MG_radiation, number_of_aerosol_tracers_MG, array_dimension_of_random_number, flag_for_vertical_index_direction_control, flag_for_solar_constant, flag_for_using_prescribed_global_mean_co2_value, flag_for_using_climatology_albedo, flag_for_surface_emissivity_control, flag_for_default_aerosol_effect_in_shortwave_radiation, flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation, flag_for_max_random_overlap_clouds_for_shortwave_radiation, flag_for_max_random_overlap_clouds_for_longwave_radiation, flag_for_initial_time_date_control, flag_for_sw_clouds_without_sub_grid_approximation, flag_for_lw_clouds_without_sub_grid_approximation, flag_for_CRICK_proof_cloud_water, flag_for_cloud_condensate_normalized_by_cloud_cover, flag_for_precipitation_effect_on_radiation, flag_for_output_of_longwave_heating_rate, flag_for_output_of_shortwave_heating_rate, active_gases_used_by_RRTMGP, number_of_active_gases_used_by_RRTMGP, directory_for_rte_rrtmgp_source_code, rrtmgp_kdistribution_lw, rrtmgp_coeff_lw_cloud_optics, number_of_lw_bands_rrtmgp, number_of_lw_spectral_points_rrtmgp, rrtmgp_kdistribution_sw, rrtmgp_coeff_sw_cloud_optics, number_of_sw_bands_rrtmgp, number_of_sw_spectral_points_rrtmgp, rrtmgp_cloud_optics_flag, number_of_rrtmgp_ice_roughness, number_of_angles_used_in_gaussian_quadrature, flag_for_rrtmgp_radiation_scheme, scheme_flag, number_of_hydrometeors, flag_for_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_zhao_carr_pdf_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, coefficient_from_cloud_ice_to_snow, coefficient_from_cloud_water_to_rain, coefficient_from_cloud_ice_to_snow_ras, coefficient_from_cloud_water_to_rain_ras, coefficient_for_evaporation_of_rainfall, cloud_condensed_water_conversion_threshold, cloud_condensed_water_ice_conversion_threshold_ras, condensate_fraction_detrained_in_updraft_layers, time_interval_for_maximum_hourly_fields, number_of_frozen_precipitation_species, flag_for_pdf_for_morrison_gettelman_microphysics_scheme, mg_autoconversion_size_threshold_ice_snow, mg_cloud_water_variance, mg_time_scale_for_autoconversion_of_ice, mg_minimum_rh_for_ice, mg_drop_concentration_constant, mg_ice_concentration_constant, mg_graupel_concentration_constant, mg_bergeron_efficiency_factor, mg_tuning_factor_for_alphas, mg_minimum_cloud_condensed_water_and_ice_mixing_ratio, mg_minimum_cloud_condensed_water_mixing_ratio, mg_minimum_ice_mixing_ratio, mg_type_of_precip_fraction_method, frozen_cloud_threshold_temperature, cloud_phase_transition_threshold_temperature, cloud_phase_transition_denominator, flag_for_cloud_effective_radii, mg_flag_for_uniform_subcolumns, mg_flag_for_cloud_ice_processes, mg_flag_for_heterogeneous_freezing, mg_flag_drop_concentration_constant, mg_flag_ice_concentration_constant, mg_flag_graupel_concentration_constant, mg_allow_supersat_after_sed, mg_flag_for_sb2001_autoconversion, mg_flag_for_graupel, mg_flag_for_hail, mg_flag_for_gmao_ice_formulation, mg_flag_for_liu_liquid_treatment, shoc_tke_dissipatation_pressure_threshold, shoc_tke_dissipation_tunable_parameter, shoc_tke_dissipation_tunable_parameter_near_surface, shoc_implicit_TKE_integration_uncentering_term, shoc_flag_for_optional_surface_TKE_dissipation, number_of_cloud_condensate_types, flag_for_aerosol_physics, flag_for_radar_reflectivity, limit_for_temperature_tendency_for_microphysics, flag_for_land_surface_scheme, flag_for_noah_land_surface_scheme, flag_for_noahmp_land_surface_scheme, flag_for_ruc_land_surface_scheme, soil_vertical_dimension, soil_vertical_dimension_for_land_surface_model, snow_vertical_dimension_for_land_surface_model, lower_bound_of_snow_vertical_dimension_for_land_surface_model, flag_for_reading_leaf_area_index_from_input, vegetation_type_dataset_choice, soil_type_dataset_choice, flag_for_individual_cloud_species_advected, minimum_large_ice_fraction, flag_for_dynamic_vegetation_option, flag_for_canopy_stomatal_resistance_option, flag_for_soil_moisture_factor_stomatal_resistance_option, flag_for_runoff_and_groundwater_option, flag_for_surface_layer_drag_coefficient_option, flag_for_supercooled_liquid_water_option, flag_for_frozen_soil_permeability_option, flag_for_radiation_transfer_option, flag_for_ground_snow_surface_albedo_option, flag_for_precipitation_partition_option, flag_for_lower_boundary_soil_temperature_option, flag_for_soil_and_snow_temperature_time_stepping_option, flag_for_ras_deep_convection, fa_threshold_relative_humidity_for_onset_of_condensation, flag_flip, flag_for_convective_transport_of_tracers, flag_for_old_PBL_scheme, flag_for_moorthi_stratus, flag_for_Chikira_Sugiyama_deep_convection, flag_for_scale_aware_TKE_moist_EDMF_PBL, flag_for_scale_aware_Shinhong_PBL, flag_for_ysu, flag_for_precipitation_type_algorithm, flag_for_Arakawa_Wu_adjustment, flag_arakawa_wu_downdraft, flag_flux_form_CS, flag_for_shoc, flag_for_shoc_after_convection, flag_for_ozone_physics, flag_for_2015_ozone_physics, flag_shallow_convective_cloud, flag_for_reduced_drag_coefficient_over_sea, flag_for_hedmf, flag_TKE_dissipation_heating, flag_for_canopy_heat_storage, flag_for_shallow_convection, flag_for_mass_flux_shallow_convection_scheme, flag_for_sas_shallow_convection_scheme, flag_for_samf_shallow_convection_scheme, flag_for_gf_shallow_convection_scheme, flag_for_ntiedtke_shallow_convection_scheme, flag_for_mass_flux_deep_convection_scheme, flag_for_sas_deep_convection_scheme, flag_for_samf_deep_convection_scheme, flag_for_gf_deep_convection_scheme, flag_for_ntiedtke_deep_convection_scheme, choice_of_scale_aware_TKE_moist_EDMF_PBL, choice_of_original_scale_aware_TKE_moist_EDMF_PBL, choice_of_updated_scale_aware_TKE_moist_EDMF_PBL, number_of_statistical_measures_of_subgrid_orography, number_of_spectral_wave_trancation_for_sas, updraft_velocity_tunable_parameter_1_CS, updraft_velocity_tunable_parameter_2_CS, detrainment_and_precipitation_tunable_parameter_3_CS, detrainment_and_precipitation_tunable_parameter_4_CS, entrainment_efficiency_tunable_parameter_9_CS, multiplication_factors_for_convective_gravity_wave_drag, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, multiplication_factor_for_critical_cloud_workfunction, ice_supersaturation_threshold, critical_cloud_top_entrainment_instability_criteria, critical_relative_humidity_at_surface, critical_relative_humidity_at_PBL_top, critical_relative_humidity_at_top_of_atmosphere, pressure_cutoff_for_rayleigh_damping, time_scale_for_rayleigh_damping, entrainment_rate_coefficient_deep_convection, rain_conversion_parameter_deep_convection, detrainment_conversion_parameter_deep_convection, downdraft_fraction_reaching_surface_over_land_deep_convection, downdraft_fraction_reaching_surface_over_ocean_deep_convection, rain_evaporation_coefficient_deep_convection, rain_evaporation_coefficient_over_land_deep_convection, momentum_transport_reduction_factor_pgf_deep_convection, aerosol_aware_parameter_deep_convection, entrainment_rate_coefficient_shallow_convection, rain_conversion_parameter_shallow_convection, detrainment_conversion_parameter_shallow_convection, momentum_transport_reduction_factor_pgf_shallow_convection, aerosol_aware_parameter_shallow_convection, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, flag_for_nsstm_run, vertical_temperature_average_range_lower_bound, vertical_temperature_average_range_upper_bound, flag_for_fractional_grid, lake_ice_minimum, sea_ice_minimum, density_of_fresh_water, flag_for_surface_roughness_option_over_ocean, atmosphere_heat_diffusivity_background_maximum, atmosphere_diffusivity_coefficient_factor, tke_dissipative_heating_factor, updraft_fraction_in_boundary_layer_mass_flux_scheme, downdraft_fraction_in_boundary_layer_mass_flux_scheme, surface_roughness_fraction_factor, latent_heat_flux_fraction_factor_relative_to_sensible_heat_flux, number_of_independent_cellular_automata, cellular_automata_lifetime, cellular_automata_finer_grid, cellular_automata_seed_probability, cellular_automata_seed_frequency, flag_for_cellular_automata, flag_for_sgs_cellular_automata, flag_for_global_cellular_automata, flag_for_global_cellular_automata_closure, flag_for_global_cellular_automata_entr, flag_for_global_cellular_automata_trigger, flag_for_gaussian_spatial_filter, seed_for_random_number_generation_in_cellular_automata_scheme, number_of_iterations_to_spin_up_cellular_automata, threshold_for_perturbed_vertical_velocity, flag_for_stochastic_surface_physics_perturbations, flag_for_mountain_blocking, flag_for_stochastic_shum_option, flag_for_stochastic_skeb_option, flag_for_stochastic_surface_perturbations, number_of_surface_perturbations, magnitude_of_perturbation_of_momentum_roughness_length, magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio, magnitude_of_perturbation_of_soil_type_b_parameter, magnitude_of_perturbation_of_leaf_area_index, magnitude_of_surface_albedo_perturbation, magnitude_of_perturbation_of_vegetation_fraction, number_of_tracers, number_of_tracers_plus_one, index_for_water_vapor, index_for_ozone, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, index_for_cloud_amount, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, index_for_rain_number_concentration, index_for_snow_number_concentration, index_for_graupel_number_concentration, index_for_turbulent_kinetic_energy, index_for_mass_weighted_rime_factor, index_for_water_friendly_aerosols, index_for_ice_friendly_aerosols, number_of_chemical_tracers, index_for_first_chemical_tracer, diagnostics_control_for_chemical_tracers, coefficients_for_aerosol_scavenging, number_of_fields_in_phyf2d, number_of_fields_in_phyf3d, index_for_cloud_fraction_in_3d_arrays_for_microphysics, array_dimension_of_2d_arrays_for_microphysics, array_dimension_of_3d_arrays_for_microphysics, index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d, index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d, index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d, number_of_convective_3d_cloud_fields, number_of_3d_arrays_associated_with_pdf_based_clouds, number_of_cloud_types_CS, index_for_convective_cloud_water_mixing_ratio_in_phy_f3d, index_for_convective_cloud_cover_in_phy_f3d, index_for_cloud_liquid_water_effective_radius, index_for_ice_effective_radius, index_for_rain_effective_radius, index_for_snow_effective_radius, index_for_graupel_effective_radius, flag_debug, index_for_diagnostic_printout, flag_print, flag_to_calc_sw, flag_to_calc_lw, forecast_hour_of_the_day, solar_constant, equation_of_time, sine_of_solar_declination_angle, cosine_of_solar_declination_angle, convective_cloud_switch, forecast_time_at_previous_timestep, forecast_time, time_since_diagnostics_zeroed, index_of_time_step, flag_for_first_time_step, flag_for_restart, flag_for_hydrostatic_solver, forecast_date_and_time, forecast_month, number_of_days_in_year, julian_day, flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics, seconds_elapsed_since_model_initialization, vertical_sigma_coordinate_for_radiation_initialization, inverse_scaling_factor_for_critical_relative_humidity, maximum_scaling_factor_for_critical_relative_humidity, minimum_scaling_factor_for_critical_relative_humidity, maximum_critical_relative_humidity, gwd_opt, do_mynnedmf, do_mynnsfclay, do_myjsfc, do_myjpbl, grav_settling, tke_budget, tke_advect, cloudpdf, mixing_length_flag, edmf_flag, edmf_momentum_transport_flag, edmf_tke_transport_flag, edmf_partition_flag, cloud_specie_mix_flag, mix_total_water_flag, couple_sgs_clouds_to_radiation_flag, do_ugwp, turb_oro_form_drag_flag, flag_for_gravity_wave_drag, flag_for_convective_gravity_wave_drag, diag_ugwp_flag +DEBUG: Variables in derived type GFS_interstitial_type: humidity_mixing_ratio, cloud_liquid_water_mixing_ratio, cloud_rain_water_mixing_ratio, cloud_ice_mixing_ratio, cloud_snow_mixing_ratio, mass_weighted_rime_factor_mixing_ratio, fraction_of_ice_water_cloud, fraction_of_rain_water_cloud, rime_factor, total_cloud_condensate_mixing_ratio_updated_by_physics, surface_upwelling_longwave_flux_over_ocean_interstitial, surface_upwelling_longwave_flux_over_land_interstitial, surface_upwelling_longwave_flux_over_ice_interstitial, surface_downwelling_direct_near_infrared_shortwave_flux, surface_upwelling_direct_near_infrared_shortwave_flux, surface_downwelling_diffuse_near_infrared_shortwave_flux, surface_upwelling_diffuse_near_infrared_shortwave_flux, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, surface_albedo_perturbation, perturbation_of_soil_type_b_parameter, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice, convective_cloud_fraction_for_microphysics, convective_cloud_volume_fraction, cloud_area_fraction, cloud_area_fraction_for_radiation, cloud_optical_depth_layers_at_10mu_band, cloud_optical_depth_layers_at_0p55mu_band, cloud_work_function, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_snow_water_path, mean_effective_radius_for_snow_flake, convective_transportable_tracers, ice_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_convective_transport_tracer, turbulent_kinetic_energy_convective_transport_tracer, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height, surface_drag_wind_speed_for_momentum_in_air_over_ocean, surface_drag_wind_speed_for_momentum_in_air_over_land, surface_drag_wind_speed_for_momentum_in_air_over_ice, tendency_of_cloud_water_due_to_convective_microphysics, ice_fraction_in_convective_tower, detrained_mass_flux, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, convective_cloud_cover, convective_cloud_water_mixing_ratio, cloud_top_entrainment_instability_value, grid_sensitive_critical_cloud_top_entrainment_instability_criteria, maximum_column_heating_rate, instantaneous_atmosphere_downdraft_convective_mass_flux, cloud_decorrelation_length, air_pressure_difference_between_midlayers, geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature, layer_pressure_thickness_for_radiation, atmosphere_heat_diffusivity, characteristic_grid_length_scale, tendency_of_tracers_due_to_model_physics, tendency_of_water_vapor_specific_humidity_due_to_model_physics, tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ozone_mixing_ratio_due_to_model_physics, tendency_of_cloud_droplet_number_concentration_due_to_model_physics, tendency_of_ice_number_concentration_due_to_model_physics, tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics, tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics, tendency_of_rain_water_mixing_ratio_due_to_model_physics, tendency_of_snow_water_mixing_ratio_due_to_model_physics, tendency_of_graupel_mixing_ratio_due_to_model_physics, tendency_of_turbulent_kinetic_energy_due_to_model_physics, instantaneous_surface_upward_latent_heat_flux, subsurface_runoff_flux, tendency_of_air_temperature_due_to_model_physics, tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky, instantaneous_surface_upward_sensible_heat_flux, mean_change_over_depth_in_sea_water_temperature, instantaneous_atmosphere_detrainment_convective_mass_flux, tendency_of_x_wind_due_to_model_physics, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_surface_x_momentum_flux, tendency_of_vertically_diffused_tracer_concentration, tendency_of_y_wind_due_to_model_physics, instantaneous_y_stress_due_to_gravity_wave_drag, instantaneous_surface_y_momentum_flux, layer_thickness_for_radiation, maximum_subgrid_orography, surface_longwave_emissivity_over_ocean_interstitial, surface_longwave_emissivity_over_land_interstitial, surface_longwave_emissivity_over_ice_interstitial, surface_upward_potential_latent_heat_flux, surface_upward_potential_latent_heat_flux_over_ocean, surface_upward_potential_latent_heat_flux_over_land, surface_upward_potential_latent_heat_flux_over_ice, kinematic_surface_upward_latent_heat_flux, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_latent_heat_flux_over_ice, soil_upward_latent_heat_flux, canopy_upward_latent_heat_flux, aerosol_optical_properties_for_longwave_bands_01_16, aerosol_optical_depth_for_longwave_bands_01_16, aerosol_single_scattering_albedo_for_longwave_bands_01_16, aerosol_asymmetry_parameter_for_longwave_bands_01_16, aerosol_optical_properties_for_shortwave_bands_01_16, aerosol_optical_depth_for_shortwave_bands_01_16, aerosol_single_scattering_albedo_for_shortwave_bands_01_16, aerosol_asymmetry_parameter_for_shortwave_bands_01_16, Monin_Obukhov_similarity_function_for_heat_over_ocean, Monin_Obukhov_similarity_function_for_heat_over_land, Monin_Obukhov_similarity_function_for_heat_over_ice, Monin_Obukhov_similarity_function_for_heat_at_2m, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean, Monin_Obukhov_similarity_function_for_heat_at_2m_over_land, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice, flag_for_cice, flag_for_guess_run, flag_for_iteration, Monin_Obukhov_similarity_function_for_momentum_over_ocean, Monin_Obukhov_similarity_function_for_momentum_over_land, Monin_Obukhov_similarity_function_for_momentum_over_ice, Monin_Obukhov_similarity_function_for_momentum_at_10m, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice, dynamics_to_physics_timestep_ratio, land_area_fraction_for_microphysics, fraction_of_tracer_scavenged, fraction_of_cloud_top_water_scavenged, surface_downwelling_longwave_flux_absorbed_by_ground, surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean, surface_downwelling_longwave_flux_absorbed_by_ground_over_land, surface_downwelling_longwave_flux_absorbed_by_ground_over_ice, anisotropy_of_subgrid_orography, countergradient_mixing_term_for_water_vapor, countergradient_mixing_term_for_temperature, volume_mixing_ratio_co2, volume_mixing_ratio_n2o, volume_mixing_ratio_ch4, volume_mixing_ratio_o2, volume_mixing_ratio_co, volume_mixing_ratio_cfc11, volume_mixing_ratio_cfc12, volume_mixing_ratio_cfc22, volume_mixing_ratio_ccl4, volume_mixing_ratio_cfc113, upward_heat_flux_in_soil, upward_heat_flux_in_soil_over_ocean, upward_heat_flux_in_soil_over_land, upward_heat_flux_in_soil_over_ice, lwe_thickness_of_graupel_amount, tendency_of_x_wind_due_to_convective_gravity_wave_drag, tendency_of_y_wind_due_to_convective_gravity_wave_drag, number_of_coefficients_in_h2o_forcing_data, natural_log_of_h2o_forcing_data_pressure_levels, surface_upward_latent_heat_flux_reduction_factor, surface_upward_sensible_heat_flux_reduction_factor, kinematic_surface_upward_sensible_heat_flux, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_ice, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, lwe_thickness_of_ice_amount, flag_nonzero_land_surface_fraction, daytime_points, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_lake_surface_fraction, flag_nonzero_ocean_surface_fraction, horizontal_index_of_printed_column, sea_land_ice_mask, sea_land_ice_mask_cice, number_of_aerosol_tracers_for_convection, flag_nonzero_wet_surface_fraction, vertical_index_difference_between_layer_and_lower_bound, vertical_index_at_cloud_base, flag_deep_convection, vertical_index_difference_between_inout_and_local, index_of_highest_temperature_inversion, vertical_index_at_top_of_atmosphere_boundary_layer, vertical_index_difference_between_layer_and_upper_bound, vertical_index_at_cloud_top, latitude_index_in_debug_printouts, vertical_interface_dimension, vertical_dimension_of_h2o_forcing_data, vertical_dimension_of_ozone_forcing_data, adjusted_vertical_layer_dimension_for_radiation, adjusted_vertical_level_dimension_for_radiation, model_layer_number_at_cloud_base, flag_mg3_as_mg2, model_layer_number_at_cloud_top, number_of_aerosol_bands_for_longwave_radiation, number_of_aerosol_bands_for_shortwave_radiation, local_graupel_number_concentration, local_ice_number_concentration, local_condesed_water_number_concentration, local_rain_number_concentration, local_snow_number_concentration, number_of_tracers_for_CS, daytime_points_dimension, number_of_aerosol_output_fields_for_longwave_radiation, number_of_aerosol_output_fields_for_shortwave_radiation, number_of_tracers_for_convective_transport, number_of_tracers_for_cloud_condensate, number_of_tracers_for_samf, number_of_tracers_scavenged, number_of_species_for_aerosol_optical_depth, index_for_ice_cloud_condensate_vertical_diffusion_tracer, index_for_turbulent_kinetic_energy_convective_transport_tracer, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, number_of_vertical_diffusion_tracers, asymmetry_of_subgrid_orography, convexity_of_subgrid_orography, ozone_concentration_at_layer_for_radiation, flag_convective_tracer_transport, number_of_coefficients_in_ozone_forcing_data, number_of_coefficients_in_ozone_forcing_data_plus_five, natural_log_of_ozone_forcing_data_pressure_levels, flag_for_hydrostatic_heating_from_physics, air_pressure_at_interface_for_radiation_in_hPa, air_pressure_at_layer_for_radiation_in_hPa, prandtl_number, specific_humidity_at_2m_from_noahmp, local_graupel_mixing_ratio, mass_fraction_of_convective_cloud_ice, mass_fraction_of_convective_cloud_liquid_water, water_vapor_specific_humidity_at_layer_for_radiation, local_rain_water_mixing_ratio, local_snow_water_mixing_ratio, lwe_thickness_of_explicit_precipitation_amount, surface_specific_humidity, surface_specific_humidity_over_ocean, surface_specific_humidity_over_land, surface_specific_humidity_over_ice, flag_for_resetting_radar_reflectivity_calculation, time_step_for_radiation, lwe_thickness_of_deep_convective_precipitation_amount, lwe_thickness_of_shallow_convective_precipitation_amount, lwe_thickness_of_moist_convective_adj_precipitation_amount, lwe_thickness_of_explicit_rain_amount, tendency_of_rain_water_mixing_ratio_due_to_microphysics, bulk_richardson_number_at_lowest_model_level, bulk_richardson_number_at_lowest_model_level_over_ocean, bulk_richardson_number_at_lowest_model_level_over_land, bulk_richardson_number_at_lowest_model_level_over_ice, flag_reset_maximum_hourly_fields, critical_relative_humidity, surface_runoff_flux, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save, water_vapor_specific_humidity_save, tracer_concentration_save, air_temperature_save, x_wind_save, y_wind_save, snow_deposition_sublimation_upward_latent_heat_flux, components_of_surface_downward_shortwave_fluxes, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, slope_of_subgrid_orography, bounded_vegetation_area_fraction, convective_updraft_area_fraction, convective_updraft_area_fraction_at_model_interfaces, flag_skip_macro, surface_slope_classification, surface_snow_area_fraction, surface_snow_thickness_water_equivalent_over_ocean, surface_snow_thickness_water_equivalent_over_land, surface_snow_thickness_water_equivalent_over_ice, snow_freezing_rain_upward_latent_heat_flux, lwe_thickness_of_snow_amount, surface_snow_melt, soil_type_classification, surface_wind_stress, surface_wind_stress_over_ocean, surface_wind_stress_over_land, surface_wind_stress_over_ice, temperature_at_2m_from_noahmp, angle_from_east_of_maximum_subgrid_orographic_variations, sea_ice_temperature_interstitial, air_temperature_at_interface_for_radiation, air_temperature_at_layer_for_radiation, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice, start_index_of_other_tracers, number_of_total_tracers, flag_for_aerosol_convective_transport_and_PBL_diffusion, transpiration_flux, surface_skin_temperature_for_nsst, surface_air_temperature_for_radiation, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ice_interstitial, surface_ground_temperature_for_radiation, surface_skin_temperature_after_iteration, surface_skin_temperature_after_iteration_over_ocean, surface_skin_temperature_after_iteration_over_land, surface_skin_temperature_after_iteration_over_ice, number_of_water_tracers, instantaneous_atmosphere_updraft_convective_mass_flux, surface_friction_velocity_over_ocean, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, vertically_diffused_tracer_concentration, perturbation_of_vegetation_fraction, vegetation_type_classification, vertical_velocity_for_updraft, maximum_updraft_velocity_at_cloud_base, water_equivalent_accumulated_snow_depth_over_ocean, water_equivalent_accumulated_snow_depth_over_land, water_equivalent_accumulated_snow_depth_over_ice, wind_speed_at_lowest_model_layer, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, instantaneous_cosine_of_zenith_angle, perturbation_of_leaf_area_index, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, perturbation_of_momentum_roughness_length, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, perturbation_of_heat_to_momentum_roughness_length_ratio, tendency_of_x_wind_due_to_ugwp, tendency_of_y_wind_due_to_ugwp, tendency_of_air_temperature_due_to_ugwp, eddy_mixing_due_to_ugwp, height_of_mountain_blocking, height_of_low_level_wave_breaking, height_of_launch_level_of_orographic_gravity_wave, instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag, instantaneous_momentum_flux_due_to_mountain_blocking_drag, instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag, instantaneous_momentum_flux_due_to_nonstationary_gravity_wave, instantaneous_change_in_x_wind_due_to_mountain_blocking_drag, instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag, instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, air_temperature_at_interface_for_RRTMGP, virtual_temperature, relative_humidity, chemical_tracers, RRTMGP_sw_heating_rate_clear_sky, RRTMGP_sw_heating_rate_all_sky, RRTMGP_sw_heating_rate_spectral, RRTMGP_lw_heating_rate_clear_sky, RRTMGP_lw_heating_rate_all_sky, RRTMGP_lw_heating_rate_spectral, initial_permutation_seed_sw, initial_permutation_seed_lw, RRTMGP_total_cloud_fraction, RRTMGP_cloud_liquid_water_path, RRTMGP_mean_effective_radius_for_liquid_cloud, RRTMGP_cloud_ice_water_path, RRTMGP_mean_effective_radius_for_ice_cloud, RRTMGP_cloud_rain_water_path, RRTMGP_mean_effective_radius_for_rain_drop, RRTMGP_cloud_snow_water_path, RRTMGP_mean_effective_radius_for_snow_flake, RRTMGP_cloud_optical_depth_layers_at_0_55mu_band, RRTMGP_cloud_optical_depth_layers_at_10mu_band, RRTMGP_lw_flux_profile_upward_allsky, RRTMGP_lw_flux_profile_downward_allsky, RRTMGP_lw_flux_profile_upward_clrsky, RRTMGP_lw_flux_profile_downward_clrsky, RRTMGP_sw_flux_profile_upward_allsky, RRTMGP_sw_flux_profile_downward_allsky, RRTMGP_sw_flux_profile_upward_clrsky, RRTMGP_sw_flux_profile_downward_clrsky, RRTMGP_lw_fluxes, RRTMGP_sw_fluxes, RRTMGP_aerosol_optical_properties_for_longwave_bands_01_16, RRTMGP_aerosol_optical_depth_for_longwave_bands_01_16, RRTMGP_aerosol_single_scattering_albedo_for_longwave_bands_01_16, RRTMGP_aerosol_asymmetry_parameter_for_longwave_bands_01_16, RRTMGP_aerosol_optical_properties_for_shortwave_bands_01_16, RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16, RRTMGP_aerosol_single_scattering_albedo_for_shortwave_bands_01_16, RRTMGP_aerosol_asymmetry_parameter_for_shortwave_bands_01_16, seed_random_numbers_lw_for_RRTMGP, seed_random_numbers_sw_for_RRTMGP, coefficients_for_sw_gas_optics, coefficients_for_sw_cloud_optics, shortwave_optical_properties_for_clear_sky, shortwave_optical_properties_for_cloudy_atmosphere_by_band, shortwave_optical_properties_for_cloudy_atmosphere, shortwave_optical_properties_for_aerosols, Gas_concentrations_for_RRTMGP_suite, longwave_source_function, coefficients_for_lw_gas_optics, coefficients_for_lw_cloud_optics, longwave_optical_properties_for_clear_sky, longwave_optical_properties_for_cloudy_atmosphere, longwave_optical_properties_for_cloudy_atmosphere_by_band, longwave_optical_properties_for_aerosols, surface_emissivity_in_each_RRTMGP_LW_band, secant_of_diffusivity_angle_each_RRTMGP_LW_band, surface_albedo_nearIR_direct, surface_albedo_nearIR_diffuse, surface_albedo_uvvis_dir, surface_albedo_uvvis_dif, toa_incident_lw_flux_by_spectral_point, toa_incident_sw_flux_by_spectral_point, list_of_active_gases_used_by_RRTMGP +DEBUG: Variables in derived type GFS_tbd_type: seed_random_numbers_sw, seed_random_numbers_lw, ozone_forcing, h2o_forcing, in_number_concentration, ccn_number_concentration, aerosol_number_concentration_from_gocart_aerosol_climatology, map_of_block_column_number_to_global_i_index, map_of_block_column_number_to_global_j_index, random_number_array, accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90, smallest_cloud_base_vertical_index_encountered_thus_far, largest_cloud_top_vertical_index_encountered_thus_far, tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step, tendency_of_lwe_thickness_of_precipitation_amount_for_coupling, tendency_of_lwe_thickness_of_snow_amount_for_coupling, cloud_base_mass_flux, surface_air_pressure_two_time_steps_back, surface_air_pressure_at_previous_time_step, surface_wind_enhancement_due_to_convection, air_temperature_two_time_steps_back, water_vapor_specific_humidity_two_time_steps_back, air_temperature_at_previous_time_step, water_vapor_specific_humidity_at_previous_time_step, convective_cloud_water_mixing_ratio_in_phy_f3d, convective_cloud_cover_in_phy_f3d, kinematic_buoyancy_flux_from_shoc, atmosphere_heat_diffusivity_from_shoc, subgrid_scale_cloud_fraction_from_shoc, cloud_fraction_for_MG, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, effective_radius_of_stratiform_cloud_graupel_particle_in_um, temperature_tendency_due_to_dynamics, moisture_tendency_due_to_dynamics, temperature_from_previous_timestep, moisture_from_previous_timestep, conv_activity_counter, subgrid_cloud_fraction_pbl, subgrid_cloud_mixing_ratio_pbl, mixing_length, stability_function_for_heat, tke_at_mass_points, t_prime_squared, q_prime_squared, t_prime_q_prime, surface_specific_humidity_for_MYJ_schemes, potential_temperature_at_viscous_sublayer_top, specific_humidity_at_viscous_sublayer_top, u_wind_component_at_viscous_sublayer_top, v_wind_component_at_viscous_sublayer_top, baseline_surface_roughness_length, heat_exchange_coefficient_for_MYJ_schemes, momentum_exchange_coefficient_for_MYJ_schemes, surface_layer_evaporation_switch, kinematic_surface_latent_heat_flux, weight_for_momentum_at_viscous_sublayer_top, weight_for_potental_temperature_at_viscous_sublayer_top, weight_for_specific_humidity_at_viscous_sublayer_top +DEBUG: Variables in derived type GFS_sfcprop_type: sea_land_ice_mask_real, sea_area_fraction, land_area_fraction, lake_area_fraction, surface_skin_temperature, sea_surface_temperature, surface_skin_temperature_over_land, sea_ice_temperature, surface_snow_thickness_water_equivalent, surface_roughness_length, surface_roughness_length_over_ocean, surface_roughness_length_over_land, sea_ice_concentration, statistical_measures_of_subgrid_orography, standard_deviation_of_subgrid_orography, surface_snow_area_fraction_over_land, upper_bound_on_max_albedo_over_deep_snow, mean_vis_albedo_with_weak_cosz_dependency, mean_nir_albedo_with_weak_cosz_dependency, surface_slope_classification_real, minimum_vegetation_area_fraction, maximum_vegetation_area_fraction, deep_soil_temperature, vegetation_area_fraction, vegetation_type_classification_real, soil_type_classification_real, surface_friction_velocity, orography, orography_unfiltered, gf_memory_counter, sea_ice_thickness, water_equivalent_accumulated_snow_depth, canopy_water_amount, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, ratio_of_wind_at_lowest_model_layer_and_wind_at_10m, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep, flag_for_precipitation_type, volume_fraction_of_unfrozen_soil_moisture, volume_fraction_of_soil_moisture, soil_temperature, temperature_at_2m, potential_temperature_at_2m, specific_humidity_at_2m, sea_surface_reference_temperature, sub_layer_cooling_thickness, coefficient_c_0, coefficient_c_d, coefficient_w_0, coefficient_w_d, diurnal_thermocline_layer_heat_content, sea_water_salinity, diurnal_thermocline_layer_x_current, diurnal_thermocline_layer_y_current, diurnal_thermocline_layer_thickness, ocean_mixed_layer_thickness, sensitivity_of_dtl_heat_content_to_surface_temperature, sensitivity_of_dtl_thickness_to_surface_temperature, free_convection_layer_thickness, index_of_dtlm_start, sub_layer_cooling_amount, sensible_heat_flux_due_to_rainfall, number_of_snow_layers, vegetation_temperature, ground_temperature_for_noahmp, canopy_intercepted_ice_mass, canopy_intercepted_liquid_water, canopy_air_vapor_pressure, canopy_air_temperature, surface_drag_coefficient_for_momentum_for_noahmp, surface_drag_coefficient_for_heat_and_moisture_for_noahmp, area_fraction_of_wet_canopy, snow_mass_at_previous_time_step, snow_albedo_at_previous_time_step, snow_precipitation_rate_at_surface, lake_water_storage, water_table_depth, water_storage_in_aquifer, water_storage_in_aquifer_and_saturated_soil, snow_temperature, layer_bottom_depth_from_snow_surface, snow_layer_ice, snow_layer_liquid_water, leaf_mass, fine_root_mass, stem_mass, wood_mass, slow_soil_pool_mass_content_of_carbon, fast_soil_pool_mass_content_of_carbon, leaf_area_index, stem_area_index, nondimensional_snow_age, equilibrium_soil_water_content, soil_water_content_between_soil_bottom_and_water_table, water_table_recharge_when_deep, water_table_recharge_when_shallow, normalized_soil_wetness_for_land_surface_model, volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model, volume_fraction_of_frozen_soil_moisture_for_land_surface_model, volume_fraction_of_soil_moisture_for_land_surface_model, soil_temperature_for_land_surface_model, depth_of_soil_levels_for_land_surface_model, cloud_condensed_water_mixing_ratio_at_surface, water_vapor_mixing_ratio_at_surface, surface_condensation_mass, flag_for_frozen_soil_physics, density_of_frozen_precipitation, snow_temperature_bottom_first_layer, total_accumulated_snowfall, accumulated_water_equivalent_of_frozen_precip, surface_friction_velocity_drag, surface_stability_parameter, theta_star, reciprocal_of_obukhov_length, surface_exchange_coefficient_for_heat, surface_exchange_coefficient_for_moisture, surface_exchange_coefficient_for_heat_at_2m, surface_exchange_coefficient_for_moisture_at_2m, surface_latent_heat, lwe_thickness_of_convective_precipitation_amount_from_previous_timestep, lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep, lwe_thickness_of_ice_amount_from_previous_timestep, lwe_thickness_of_snow_amount_from_previous_timestep, lwe_thickness_of_graupel_amount_from_previous_timestep, convective_precipitation_rate_from_previous_timestep, explicit_rainfall_rate_from_previous_timestep, ice_precipitation_rate_from_previous_timestep, snow_precipitation_rate_from_previous_timestep, graupel_precipitation_rate_from_previous_timestep, mean_vis_albedo_with_strong_cosz_dependency, mean_nir_albedo_with_strong_cosz_dependency, fractional_coverage_with_strong_cosz_dependency, fractional_coverage_with_weak_cosz_dependency +DEBUG: Variables in derived type GFS_coupling_type: surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_shortwave_flux_on_radiation_time_step, surface_net_downwelling_shortwave_flux_on_radiation_time_step, surface_downwelling_longwave_flux_on_radiation_time_step, lwe_thickness_of_precipitation_amount_for_coupling, lwe_thickness_of_convective_precipitation_amount_for_coupling, lwe_thickness_of_snow_amount_for_coupling, cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, instantaneous_surface_x_momentum_flux_for_coupling, instantaneous_surface_y_momentum_flux_for_coupling, instantaneous_surface_upward_sensible_heat_flux_for_coupling, instantaneous_surface_upward_latent_heat_flux_for_coupling, instantaneous_surface_downwelling_longwave_flux_for_coupling, instantaneous_surface_downwelling_shortwave_flux_for_coupling, instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_surface_net_downward_longwave_flux_for_coupling, instantaneous_surface_net_downward_shortwave_flux_for_coupling, instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_temperature_at_2m_for_coupling, instantaneous_specific_humidity_at_2m_for_coupling, instantaneous_x_wind_at_10m_for_coupling, instantaneous_y_wind_at_10m_for_coupling, instantaneous_surface_skin_temperature_for_coupling, instantaneous_surface_air_pressure_for_coupling, surface_upwelling_longwave_flux_for_coupling, surface_x_momentum_flux_for_coupling, surface_y_momentum_flux_for_coupling, surface_upward_sensible_heat_flux_for_coupling, surface_upward_latent_heat_flux_for_coupling, sea_land_ice_mask_in, fraction_of_cellular_automata_for_deep_convection, vertical_weight_for_ca, cellular_automata_global_pattern, physics_field_for_coupling, weights_for_stochastic_shum_perturbation, weights_for_stochastic_sppt_perturbation, weights_for_stochastic_skeb_perturbation_of_x_wind, weights_for_stochastic_skeb_perturbation_of_y_wind, weights_for_stochastic_surface_physics_perturbation, instantaneous_water_vapor_specific_humidity_tendency_due_to_convection, tendency_of_water_friendly_aerosols_at_surface, tendency_of_ice_friendly_aerosols_at_surface, instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling, instantaneous_atmosphere_heat_diffusivity +DEBUG: Variables in derived type GFS_statein_type: geopotential_at_interface, air_pressure_at_interface, dimensionless_exner_function_at_model_interfaces, dimensionless_exner_function_at_lowest_model_interface, geopotential, air_pressure, air_pressure_at_lowest_model_layer, dimensionless_exner_function_at_model_layers, dimensionless_exner_function_at_lowest_model_layer, surface_air_pressure, x_wind, x_wind_at_lowest_model_layer, y_wind, y_wind_at_lowest_model_layer, omega, air_temperature, air_temperature_at_lowest_model_layer, tracer_concentration, water_vapor_specific_humidity, water_vapor_specific_humidity_at_lowest_model_layer, cloud_condensed_water_mixing_ratio, cloud_condensed_water_mixing_ratio_at_lowest_model_layer, ice_water_mixing_ratio, rain_water_mixing_ratio, snow_water_mixing_ratio, graupel_mixing_ratio, ozone_mixing_ratio, water_friendly_aerosol_number_concentration, ice_friendly_aerosol_number_concentration, cloud_droplet_number_concentration, ice_number_concentration, rain_number_concentration, snow_number_concentration, graupel_number_concentration, turbulent_kinetic_energy, dissipation_estimate_of_air_temperature_at_model_layers +DEBUG: Variables in derived type GFS_cldprop_type: fraction_of_convective_cloud, pressure_at_top_of_convective_cloud, pressure_at_bottom_of_convective_cloud +DEBUG: Variables in derived type GFS_data_type: GFS_statein_type_instance, GFS_stateout_type_instance, GFS_sfcprop_type_instance, GFS_coupling_type_instance, GFS_grid_type_instance, GFS_tbd_type_instance, GFS_cldprop_type_instance, GFS_radtend_type_instance, GFS_diag_type_instance +DEBUG: Variables in derived type GFS_radtend_type: sw_fluxes_sfc, lw_fluxes_sfc, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, surface_diffused_shortwave_albedo, cosine_of_zenith_angle, daytime_mean_cosz_over_rad_call_period, surface_midlayer_air_temperature_in_longwave_radiation, surface_longwave_emissivity, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_for_idea +DEBUG: Variables in derived type GFS_grid_type: cell_area, cell_size, latitude, longitude, cosine_of_latitude, sine_of_latitude, latitude_degree +DEBUG: Variables in derived type GFS_stateout_type: x_wind_updated_by_physics, x_wind_at_lowest_model_layer_updated_by_physics, y_wind_updated_by_physics, y_wind_at_lowest_model_layer_updated_by_physics, air_temperature_updated_by_physics, air_temperature_at_lowest_model_layer_updated_by_physics, tracer_concentration_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics, ozone_concentration_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, mass_weighted_rime_factor_updated_by_physics, water_friendly_aerosol_number_concentration_updated_by_physics, ice_friendly_aerosol_number_concentration_updated_by_physics, cloud_droplet_number_concentration_updated_by_physics, ice_number_concentration_updated_by_physics, rain_number_concentration_updated_by_physics, snow_number_concentration_updated_by_physics, graupel_number_concentration_updated_by_physics, cloud_fraction_updated_by_physics +DEBUG: Variables in derived type GFS_init_type: +INFO: Parsed variable definition tables in module GFS_typedefs +DEBUG: Parsing file CCPP_data.F90 with registry OrderedDict([('CCPP_data', {})]) +DEBUG: Module name: CCPP_data +DEBUG: Module variables: ccpp_t_instance, CCPP_interstitial_type_instance, GFS_control_type_instance, GFS_data_type_instance, GFS_interstitial_type_instance, GFS_data_type_instance_all_blocks, GFS_interstitial_type_instance_all_threads +INFO: Parsed variable definition tables in module CCPP_data +DEBUG: Parsing file mo_gas_optics_rrtmgp.F90 with registry OrderedDict([('mo_gas_optics_rrtmgp', {'ty_gas_optics_rrtmgp': [42, 164]})]) +DEBUG: Module name: mo_gas_optics_rrtmgp +DEBUG: Module variables: ty_gas_optics_rrtmgp +DEBUG: Variables in derived type ty_gas_optics_rrtmgp: +INFO: Parsed variable definition tables in module mo_gas_optics_rrtmgp +DEBUG: Parsing file mo_gas_concentrations.F90 with registry OrderedDict([('mo_gas_concentrations', {'ty_gas_concs': [42, 71], 'conc_field': [36, 38]})]) +DEBUG: Module name: mo_gas_concentrations +DEBUG: Module variables: ty_gas_concs +DEBUG: Variables in derived type ty_gas_concs: +DEBUG: Variables in derived type conc_field: +INFO: Parsed variable definition tables in module mo_gas_concentrations +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_arry +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_1scl +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_2str +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_nstr +DEBUG: Parsing file mo_optical_props.F90 with registry OrderedDict([('mo_optical_props', {'ty_optical_props_nstr': [175, 187], 'ty_optical_props_arry': [88, 104], 'ty_optical_props_1scl': [151, 160], 'ty_optical_props_2str': [162, 173], 'ty_optical_props': [53, 79]})]) +DEBUG: Module name: mo_optical_props +DEBUG: Module variables: ty_optical_props_1scl, ty_optical_props_2str, ty_optical_props_nstr +DEBUG: Variables in derived type ty_optical_props_nstr: +DEBUG: Variables in derived type ty_optical_props_arry: +DEBUG: Variables in derived type ty_optical_props_1scl: +DEBUG: Variables in derived type ty_optical_props_2str: +DEBUG: Variables in derived type ty_optical_props: +INFO: Parsed variable definition tables in module mo_optical_props +DEBUG: Parsing file mo_cloud_optics.F90 with registry OrderedDict([('mo_cloud_optics', {'ty_cloud_optics': [34, 79]})]) +DEBUG: Module name: mo_cloud_optics +DEBUG: Module variables: ty_cloud_optics +DEBUG: Variables in derived type ty_cloud_optics: +INFO: Parsed variable definition tables in module mo_cloud_optics +DEBUG: Parsing file mo_source_functions.F90 with registry OrderedDict([('mo_source_functions', {'ty_source_func_sw': [52, 63], 'ty_source_func_lw': [28, 47]})]) +DEBUG: Module name: mo_source_functions +DEBUG: Module variables: ty_source_func_lw +DEBUG: Variables in derived type ty_source_func_sw: +DEBUG: Variables in derived type ty_source_func_lw: +INFO: Parsed variable definition tables in module mo_source_functions +DEBUG: Parsing file ccpp_types.F90 with registry OrderedDict([('ccpp_types', {'ccpp_t': [41, 50]})]) +DEBUG: Module name: ccpp_types +DEBUG: Module variables: ccpp_t +DEBUG: Variables in derived type ccpp_t: ccpp_error_flag, ccpp_error_message, ccpp_loop_counter, ccpp_block_number, ccpp_thread_number +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 rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from rainmcadj to GFS_Interstitial(cdata%thrd_no)%rainmcadj +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +DEBUG: Updating local name of variable local_ice_number_concentration from ncpi to GFS_Interstitial(cdata%thrd_no)%ncpi +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +DEBUG: Updating local name of variable flag_nonzero_ocean_surface_fraction from ocean to GFS_Interstitial(cdata%thrd_no)%ocean +INFO: Converting local name facsf of variable fractional_coverage_with_strong_cosz_dependency from new to old metadata +DEBUG: Updating local name of variable fractional_coverage_with_strong_cosz_dependency from facsf to GFS_Data(cdata%blk_no)%Sfcprop%facsf +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +DEBUG: Updating local name of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from tprcp_ice to GFS_Interstitial(cdata%thrd_no)%tprcp_ice +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from du3dt(:,:,2) to GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,2) +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +DEBUG: Updating local name of variable mg_bergeron_efficiency_factor from mg_berg_eff_factor to GFS_Control%mg_berg_eff_factor +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +DEBUG: Updating local name of variable mean_effective_radius_for_liquid_cloud from clouds(:,:,3) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,3) +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +DEBUG: Updating local name of variable cloud_optical_depth_layers_at_10mu_band from cldtaulw to GFS_Interstitial(cdata%thrd_no)%cldtaulw +INFO: Converting local name gas_concentrations of variable Gas_concentrations_for_RRTMGP_suite from new to old metadata +DEBUG: Updating local name of variable Gas_concentrations_for_RRTMGP_suite from gas_concentrations to GFS_Interstitial(cdata%thrd_no)%gas_concentrations +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +DEBUG: Updating local name of variable surface_runoff_flux from runoff to GFS_Interstitial(cdata%thrd_no)%runoff +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +DEBUG: Updating local name of variable cloud_area_fraction_for_radiation from cldsa to GFS_Interstitial(cdata%thrd_no)%cldsa +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +DEBUG: Updating local name of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from totsnwb to GFS_Data(cdata%blk_no)%Intdiag%totsnwb +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +DEBUG: Updating local name of variable accumulated_lwe_thickness_of_snow_amount from totsnw to GFS_Data(cdata%blk_no)%Intdiag%totsnw +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +DEBUG: Updating local name of variable fraction_of_cloud_top_water_scavenged from fswtr to GFS_Interstitial(cdata%thrd_no)%fswtr +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from dqsfc_cpl to GFS_Data(cdata%blk_no)%Coupling%dqsfc_cpl +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 dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_model_physics from dtdt to GFS_Interstitial(cdata%thrd_no)%dtdt +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +DEBUG: Updating local name of variable y_wind_updated_by_physics from gv0 to GFS_Data(cdata%blk_no)%Stateout%gv0 +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +DEBUG: Updating local name of variable cumulative_atmosphere_detrainment_convective_mass_flux from det_mf to GFS_Data(cdata%blk_no)%Intdiag%det_mf +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +DEBUG: Updating local name of variable flag_for_surface_roughness_option_over_ocean from sfc_z0_type to GFS_Control%sfc_z0_type +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +DEBUG: Updating local name of variable vertical_index_at_cloud_base from kbot to GFS_Interstitial(cdata%thrd_no)%kbot +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable vertical_dimension_for_thickness_at_Lagrangian_surface from npzdelz to CCPP_interstitial%npzdelz +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +DEBUG: Updating local name of variable leaf_area_index from xlaixy to GFS_Data(cdata%blk_no)%Sfcprop%xlaixy +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +DEBUG: Updating local name of variable smallest_cloud_base_vertical_index_encountered_thus_far from acvb to GFS_Data(cdata%blk_no)%Tbd%acvb +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +DEBUG: Updating local name of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from tprcp_ocean to GFS_Interstitial(cdata%thrd_no)%tprcp_ocean +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable log_pressure_at_Lagrangian_surface from peln to CCPP_interstitial%peln +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +DEBUG: Updating local name of variable height_of_launch_level_of_orographic_gravity_wave from zogw to GFS_Interstitial(cdata%thrd_no)%zogw +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +DEBUG: Updating local name of variable flag_for_stochastic_shum_option from do_shum to GFS_Control%do_shum +INFO: Converting local name toa_src_sw of variable toa_incident_sw_flux_by_spectral_point from new to old metadata +DEBUG: Updating local name of variable toa_incident_sw_flux_by_spectral_point from toa_src_sw to GFS_Interstitial(cdata%thrd_no)%toa_src_sw +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +DEBUG: Updating local name of variable layer_pressure_thickness_for_radiation from delr to GFS_Interstitial(cdata%thrd_no)%delr +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +DEBUG: Updating local name of variable local_graupel_number_concentration from ncgl to GFS_Interstitial(cdata%thrd_no)%ncgl +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +DEBUG: Updating local name of variable vertical_dimension_minus_one from levsm1 to GFS_Control%levsm1 +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable cloud_fraction_at_Lagrangian_surface from qc to CCPP_interstitial%qc +INFO: Converting local name oro of variable orography from new to old metadata +DEBUG: Updating local name of variable orography from oro to GFS_Data(cdata%blk_no)%Sfcprop%oro +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +DEBUG: Updating local name of variable sw_fluxes_top_atmosphere from topfsw to GFS_Data(cdata%blk_no)%Intdiag%topfsw +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +DEBUG: Updating local name of variable surface_drag_coefficient_for_heat_and_moisture_in_air from cdq to GFS_Interstitial(cdata%thrd_no)%cdq +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +DEBUG: Updating local name of variable kinematic_surface_upward_latent_heat_flux_over_ocean from evap_ocean to GFS_Interstitial(cdata%thrd_no)%evap_ocean +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +DEBUG: Updating local name of variable cloud_condensed_water_mixing_ratio_at_surface from clw_surf to GFS_Data(cdata%blk_no)%Sfcprop%clw_surf +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +DEBUG: Updating local name of variable model_layer_number_at_cloud_base from mbota to GFS_Interstitial(cdata%thrd_no)%mbota +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +DEBUG: Updating local name of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from ncnvw to GFS_Control%ncnvw +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +DEBUG: Updating local name of variable detrainment_conversion_parameter_shallow_convection from c1_shal to GFS_Control%c1_shal +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +DEBUG: Updating local name of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from v10max to GFS_Data(cdata%blk_no)%Intdiag%v10max +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable instantaneous_y_stress_due_to_gravity_wave_drag from dvsfcg to GFS_Interstitial(cdata%thrd_no)%dvsfcg +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_longwave_emissivity_over_ocean_interstitial from semis_ocean to GFS_Interstitial(cdata%thrd_no)%semis_ocean +INFO: Converting local name condition of variable physics_field_for_coupling from new to old metadata +DEBUG: Updating local name of variable physics_field_for_coupling from condition to GFS_Data(cdata%blk_no)%Coupling%condition +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +DEBUG: Updating local name of variable mpi_size from ntasks to GFS_Control%ntasks +INFO: Converting local name hlwb of variable RRTMGP_lw_heating_rate_spectral from new to old metadata +DEBUG: Updating local name of variable RRTMGP_lw_heating_rate_spectral from hlwb to GFS_Interstitial(cdata%thrd_no)%hlwb +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 +DEBUG: Updating local name of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from nnirbm_cpl to GFS_Data(cdata%blk_no)%Coupling%nnirbm_cpl +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +DEBUG: Updating local name of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from tau_mtb to GFS_Interstitial(cdata%thrd_no)%tau_mtb +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 +DEBUG: Updating local name of variable index_for_liquid_cloud_condensate from ntcw to GFS_Control%ntcw +DEBUG: Updating local name of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from dqdt(:,:,index_for_liquid_cloud_condensate) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntcw) +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +DEBUG: Updating local name of variable number_of_statistical_measures_of_subgrid_orography from nmtvr to GFS_Control%nmtvr +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +DEBUG: Updating local name of variable snow_precipitation_rate_at_surface from qsnowxy to GFS_Data(cdata%blk_no)%Sfcprop%qsnowxy +INFO: Converting local name cld_swp of variable RRTMGP_cloud_snow_water_path from new to old metadata +DEBUG: Updating local name of variable RRTMGP_cloud_snow_water_path from cld_swp to GFS_Interstitial(cdata%thrd_no)%cld_swp +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +DEBUG: Updating local name of variable fast_soil_pool_mass_content_of_carbon from fastcpxy to GFS_Data(cdata%blk_no)%Sfcprop%fastcpxy +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 +DEBUG: Variable index_for_liquid_cloud_condensate was in old metadata format and has already been converted +DEBUG: Updating local name of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from qgrs(:,1,index_for_liquid_cloud_condensate) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,1,GFS_Control%ntcw) +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +DEBUG: Updating local name of variable sea_surface_temperature from tsfco to GFS_Data(cdata%blk_no)%Sfcprop%tsfco +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +DEBUG: Updating local name of variable mean_effective_radius_for_rain_drop from clouds(:,:,7) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,7) +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from dlwsfc_cpl to GFS_Data(cdata%blk_no)%Coupling%dlwsfc_cpl +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_longwave_flux_on_radiation_time_step from sfcdlw to GFS_Data(cdata%blk_no)%Coupling%sfcdlw +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +DEBUG: Updating local name of variable index_for_ice_cloud_condensate from ntiw to GFS_Control%ntiw +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +DEBUG: Updating local name of variable mixing_length_flag from bl_mynn_mixlength to GFS_Control%bl_mynn_mixlength +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable aerosol_optical_depth_for_longwave_bands_01_16 from faerlw(:,:,:,1) to GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,1) +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +DEBUG: Updating local name of variable surface_exchange_coefficient_for_moisture from flqc to GFS_Data(cdata%blk_no)%Sfcprop%flqc +INFO: Converting local name slag of variable equation_of_time from new to old metadata +DEBUG: Updating local name of variable equation_of_time from slag to GFS_Control%slag +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +DEBUG: Updating local name of variable surface_roughness_length from zorl to GFS_Data(cdata%blk_no)%Sfcprop%zorl +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_longwave_flux_for_coupling from ulwsfcin_cpl to GFS_Data(cdata%blk_no)%Coupling%ulwsfcin_cpl +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +DEBUG: Updating local name of variable do_ugwp from do_ugwp to GFS_Control%do_ugwp +INFO: Converting local name rrtmgp_nGptsLW of variable number_of_lw_spectral_points_rrtmgp from new to old metadata +DEBUG: Updating local name of variable number_of_lw_spectral_points_rrtmgp from rrtmgp_nGptsLW to GFS_Control%rrtmgp_nGptsLW +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +DEBUG: Updating local name of variable vertical_index_difference_between_layer_and_lower_bound from kb to GFS_Interstitial(cdata%thrd_no)%kb +INFO: Converting local name aerosolslw of variable RRTMGP_aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable RRTMGP_aerosol_optical_properties_for_longwave_bands_01_16 from aerosolslw to GFS_Interstitial(cdata%thrd_no)%aerosolslw +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +DEBUG: Updating local name of variable integrated_x_momentum_flux_from_form_drag from dusfc_fd to GFS_Data(cdata%blk_no)%Intdiag%dusfc_fd +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +DEBUG: Updating local name of variable GFS_coupling_type_instance from Coupling to GFS_Data(cdata%blk_no)%Coupling +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_sas_deep_convection_scheme from imfdeepcnv_sas to GFS_Control%imfdeepcnv_sas +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +DEBUG: Updating local name of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from tau_tofd to GFS_Data(cdata%blk_no)%Intdiag%tau_tofd +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +DEBUG: Updating local name of variable air_temperature_at_lowest_model_layer_updated_by_physics from gt0(:,1) to GFS_Data(cdata%blk_no)%Stateout%gt0(:,1) +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +DEBUG: Updating local name of variable q_prime_squared from qsq to GFS_Data(cdata%blk_no)%Tbd%qsq +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +DEBUG: Updating local name of variable cloud_ice_water_path from clouds(:,:,4) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,4) +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +DEBUG: Updating local name of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from refdmax to GFS_Data(cdata%blk_no)%Intdiag%refdmax +INFO: Converting local name flxprf_sw of variable RRTMGP_sw_fluxes from new to old metadata +DEBUG: Updating local name of variable RRTMGP_sw_fluxes from flxprf_sw to GFS_Interstitial(cdata%thrd_no)%flxprf_sw +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +DEBUG: Updating local name of variable integrated_y_momentum_flux_from_large_scale_gwd from dvsfc_ls to GFS_Data(cdata%blk_no)%Intdiag%dvsfc_ls +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 +DEBUG: Updating local name of variable ccpp_thread_number from thrd_no to cdata%thrd_no +DEBUG: Updating local name of variable GFS_interstitial_type_instance from GFS_Interstitial(ccpp_thread_number) to GFS_Interstitial(cdata%thrd_no) +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 +DEBUG: Updating local name of variable index_for_cloud_liquid_water_effective_radius from nleffr to GFS_Control%nleffr +DEBUG: Updating local name of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nleffr) +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_x_wind_at_10m_for_coupling from u10mi_cpl to GFS_Data(cdata%blk_no)%Coupling%u10mi_cpl +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from lwhc to GFS_Data(cdata%blk_no)%Radtend%lwhc +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +DEBUG: Updating local name of variable angle_from_east_of_maximum_subgrid_orographic_variations from theta to GFS_Interstitial(cdata%thrd_no)%theta +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +DEBUG: Updating local name of variable magnitude_of_perturbation_of_vegetation_fraction from pertvegf to GFS_Control%pertvegf +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +DEBUG: Updating local name of variable surface_snow_thickness_water_equivalent_over_land from snowd_land to GFS_Interstitial(cdata%thrd_no)%snowd_land +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable atmosphere_energy_content_at_Lagrangian_surface from te0 to CCPP_interstitial%te0 +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +DEBUG: Updating local name of variable ratio_of_snowfall_to_rainfall from sr to GFS_Data(cdata%blk_no)%Intdiag%sr +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable multiplication_factors_for_convective_gravity_wave_drag from cgwf to GFS_Control%cgwf +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +DEBUG: Updating local name of variable flag_for_precipitation_partition_option from iopt_snf to GFS_Control%iopt_snf +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +DEBUG: Updating local name of variable volume_mixing_ratio_cfc11 from gasvmr(:,:,6) to GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,6) +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +DEBUG: Updating local name of variable layer_thickness_for_radiation from dzlyr to GFS_Interstitial(cdata%thrd_no)%dzlyr +INFO: Converting local name ty_cloud_optics of variable ty_cloud_optics from new to old metadata +DEBUG: Variable index_for_liquid_cloud_condensate was in old metadata format and has already been converted +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from nnirdfi_cpl to GFS_Data(cdata%blk_no)%Coupling%nnirdfi_cpl +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +DEBUG: Variable index_for_ice_cloud_condensate was in old metadata format and has already been converted +DEBUG: Updating local name of variable ice_water_mixing_ratio_updated_by_physics from gq0(:,:,index_for_ice_cloud_condensate) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from gwdcv to GFS_Interstitial(cdata%thrd_no)%gwdcv +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +DEBUG: Updating local name of variable upward_heat_flux_in_soil_over_ice from gflx_ice to GFS_Interstitial(cdata%thrd_no)%gflx_ice +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from gwdcu to GFS_Interstitial(cdata%thrd_no)%gwdcu +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +DEBUG: Updating local name of variable time_step_for_physics from dtp to GFS_Control%dtp +INFO: Converting local name ty_optical_props_2str of variable ty_optical_props_2str from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +DEBUG: Updating local name of variable seed_random_numbers_lw from icsdlw to GFS_Data(cdata%blk_no)%Tbd%icsdlw +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +DEBUG: Updating local name of variable number_of_water_tracers from tracers_water to GFS_Interstitial(cdata%thrd_no)%tracers_water +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from adjvisdfu to GFS_Interstitial(cdata%thrd_no)%adjvisdfu +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +DEBUG: Updating local name of variable index_of_highest_temperature_inversion from kinver to GFS_Interstitial(cdata%thrd_no)%kinver +INFO: Converting local name logunit of variable iounit_log from new to old metadata +DEBUG: Updating local name of variable iounit_log from logunit to GFS_Control%logunit +INFO: Converting local name lw_optical_props_cloudsByBand of variable longwave_optical_properties_for_cloudy_atmosphere_by_band from new to old metadata +DEBUG: Updating local name of variable longwave_optical_properties_for_cloudy_atmosphere_by_band from lw_optical_props_cloudsByBand to GFS_Interstitial(cdata%thrd_no)%lw_optical_props_cloudsByBand +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +DEBUG: Updating local name of variable flag_for_fractional_grid from frac_grid to GFS_Control%frac_grid +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +DEBUG: Updating local name of variable ocean_mixed_layer_thickness from zm to GFS_Data(cdata%blk_no)%Sfcprop%zm +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +DEBUG: Updating local name of variable reciprocal_of_obukhov_length from rmol to GFS_Data(cdata%blk_no)%Sfcprop%rmol +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +DEBUG: Updating local name of variable kinematic_surface_upward_sensible_heat_flux_over_land from hflx_land to GFS_Interstitial(cdata%thrd_no)%hflx_land +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +DEBUG: Updating local name of variable convective_transportable_tracers from clw to GFS_Interstitial(cdata%thrd_no)%clw +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +DEBUG: Updating local name of variable flag_for_stochastic_surface_physics_perturbations from do_sppt to GFS_Control%do_sppt +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_skin_temperature_over_land_interstitial from tsfc_land to GFS_Interstitial(cdata%thrd_no)%tsfc_land +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +DEBUG: Updating local name of variable rain_conversion_parameter_deep_convection from c0s_deep to GFS_Control%c0s_deep +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +DEBUG: Updating local name of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from sh2o to GFS_Data(cdata%blk_no)%Sfcprop%sh2o +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +DEBUG: Updating local name of variable gwd_opt from gwd_opt to GFS_Control%gwd_opt +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +DEBUG: Updating local name of variable flag_for_wave_coupling from cplwav to GFS_Control%cplwav +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable cloud_snow_mixing_ratio from qs_r to GFS_Interstitial(cdata%thrd_no)%qs_r +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +DEBUG: Updating local name of variable flag_for_precipitation_type_algorithm from cal_pre to GFS_Control%cal_pre +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_net_downwelling_shortwave_flux from nswsfci to GFS_Data(cdata%blk_no)%Intdiag%nswsfci +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +DEBUG: Updating local name of variable GFS_sfcprop_type_instance from Sfcprop to GFS_Data(cdata%blk_no)%Sfcprop +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +DEBUG: Updating local name of variable lake_water_storage from wslakexy to GFS_Data(cdata%blk_no)%Sfcprop%wslakexy +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +DEBUG: Updating local name of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from lsnow_lsm_lbound to GFS_Control%lsnow_lsm_lbound +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +DEBUG: Updating local name of variable sea_land_ice_mask_real from slmsk to GFS_Data(cdata%blk_no)%Sfcprop%slmsk +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +DEBUG: Updating local name of variable number_concentration_of_ice_crystals_for_detrainment from cnv_nice to GFS_Interstitial(cdata%thrd_no)%cnv_nice +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +DEBUG: Updating local name of variable geopotential_at_interface from phii to GFS_Data(cdata%blk_no)%Statein%phii +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +DEBUG: Updating local name of variable dimensionless_exner_function_at_lowest_model_interface from prsik(:,1) to GFS_Data(cdata%blk_no)%Statein%prsik(:,1) +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_y_momentum_flux_for_coupling from dvsfci_cpl to GFS_Data(cdata%blk_no)%Coupling%dvsfci_cpl +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +DEBUG: Updating local name of variable flag_for_output_of_longwave_heating_rate from lwhtr to GFS_Control%lwhtr +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +DEBUG: Updating local name of variable convective_updraft_area_fraction_at_model_interfaces from sigmatot to GFS_Interstitial(cdata%thrd_no)%sigmatot +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +DEBUG: Updating local name of variable soil_temperature_for_land_surface_model from tslb to GFS_Data(cdata%blk_no)%Sfcprop%tslb +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_shortwave_flux_on_radiation_time_step from sfcdsw to GFS_Data(cdata%blk_no)%Coupling%sfcdsw +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +DEBUG: Updating local name of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from chh to GFS_Data(cdata%blk_no)%Intdiag%chh +INFO: Converting local name ty_optical_props_nstr of variable ty_optical_props_nstr from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +DEBUG: Updating local name of variable water_table_recharge_when_deep from deeprechxy to GFS_Data(cdata%blk_no)%Sfcprop%deeprechxy +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_sas_shallow_convection_scheme from imfshalcnv_sas to GFS_Control%imfshalcnv_sas +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +DEBUG: Updating local name of variable air_temperature_at_previous_time_step from phy_f3d(:,:,3) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,3) +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +DEBUG: Updating local name of variable surface_skin_temperature_after_iteration from tsurf to GFS_Interstitial(cdata%thrd_no)%tsurf +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_momentum_over_land from ffmm_land to GFS_Interstitial(cdata%thrd_no)%ffmm_land +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +DEBUG: Updating local name of variable flag_for_cloud_effective_radii from effr_in to GFS_Control%effr_in +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +DEBUG: Updating local name of variable fraction_of_ice_water_cloud from f_ice to GFS_Interstitial(cdata%thrd_no)%f_ice +INFO: Converting local name icseed_lw of variable seed_random_numbers_lw_for_RRTMGP from new to old metadata +DEBUG: Updating local name of variable seed_random_numbers_lw_for_RRTMGP from icseed_lw to GFS_Interstitial(cdata%thrd_no)%icseed_lw +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +DEBUG: Updating local name of variable surface_snow_thickness_water_equivalent_over_ocean from snowd_ocean to GFS_Interstitial(cdata%thrd_no)%snowd_ocean +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +DEBUG: Updating local name of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from tprcp to GFS_Data(cdata%blk_no)%Sfcprop%tprcp +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from fm10_ocean to GFS_Interstitial(cdata%thrd_no)%fm10_ocean +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +DEBUG: Updating local name of variable updraft_velocity_tunable_parameter_1_CS from cs_parm(1) to GFS_Control%cs_parm(1) +INFO: Converting local name fluxlwUP_clrsky of variable RRTMGP_lw_flux_profile_upward_clrsky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_lw_flux_profile_upward_clrsky from fluxlwUP_clrsky to GFS_Interstitial(cdata%thrd_no)%fluxlwUP_clrsky +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +DEBUG: Updating local name of variable x_wind_at_lowest_model_layer_updated_by_physics from gu0(:,1) to GFS_Data(cdata%blk_no)%Stateout%gu0(:,1) +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +DEBUG: Updating local name of variable flag_for_inline_cloud_fraction_calculation from do_qa to CCPP_interstitial%do_qa +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +DEBUG: Updating local name of variable air_pressure_difference_between_midlayers from del to GFS_Interstitial(cdata%thrd_no)%del +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_skin_temperature_for_coupling from tsfci_cpl to GFS_Data(cdata%blk_no)%Coupling%tsfci_cpl +INFO: Converting local name fluxlwDOWN_allsky of variable RRTMGP_lw_flux_profile_downward_allsky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_lw_flux_profile_downward_allsky from fluxlwDOWN_allsky to GFS_Interstitial(cdata%thrd_no)%fluxlwDOWN_allsky +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +DEBUG: Updating local name of variable emdf_updraft_theta_l from edmf_thl to GFS_Data(cdata%blk_no)%Intdiag%edmf_thl +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +DEBUG: Updating local name of variable subgrid_cloud_fraction_pbl from CLDFRA_BL to GFS_Data(cdata%blk_no)%Tbd%CLDFRA_BL +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +DEBUG: Updating local name of variable ice_water_mixing_ratio_convective_transport_tracer from clw(:,:,1) to GFS_Interstitial(cdata%thrd_no)%clw(:,:,1) +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 +DEBUG: Updating local name of variable index_for_water_vapor from ntqv to GFS_Control%ntqv +DEBUG: Updating local name of variable water_vapor_specific_humidity_at_lowest_model_layer from qgrs(:,1,index_for_water_vapor) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,1,GFS_Control%ntqv) +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +DEBUG: Updating local name of variable maximum_specific_humidity_at_2m from spfhmax to GFS_Data(cdata%blk_no)%Intdiag%spfhmax +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +DEBUG: Updating local name of variable weights_for_stochastic_skeb_perturbation_of_x_wind from skebu_wts to GFS_Data(cdata%blk_no)%Coupling%skebu_wts +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +DEBUG: Updating local name of variable flag_for_sgs_cellular_automata from ca_sgs to GFS_Control%ca_sgs +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +DEBUG: Variable index_for_liquid_cloud_condensate was in old metadata format and has already been converted +DEBUG: Updating local name of variable cloud_condensed_water_mixing_ratio from qgrs(:,:,index_for_liquid_cloud_condensate) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntcw) +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +DEBUG: Updating local name of variable y_momentum_tendency_from_large_scale_gwd from dtauy2d_ls to GFS_Data(cdata%blk_no)%Intdiag%dtauy2d_ls +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +DEBUG: Updating local name of variable emdf_updraft_total_water from edmf_qt to GFS_Data(cdata%blk_no)%Intdiag%edmf_qt +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +DEBUG: Updating local name of variable mean_nir_albedo_with_weak_cosz_dependency from alnwf to GFS_Data(cdata%blk_no)%Sfcprop%alnwf +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from fh2_ice to GFS_Interstitial(cdata%thrd_no)%fh2_ice +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +DEBUG: Updating local name of variable flag_to_calc_lw from lslwr to GFS_Control%lslwr +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +DEBUG: Updating local name of variable soil_moisture_content from soilm to GFS_Data(cdata%blk_no)%Intdiag%soilm +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +DEBUG: Updating local name of variable atmosphere_momentum_diffusivity_for_mynnpbl from exch_m to GFS_Data(cdata%blk_no)%Intdiag%exch_m +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +DEBUG: Updating local name of variable statistical_measures_of_subgrid_orography from hprime to GFS_Data(cdata%blk_no)%Sfcprop%hprime +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +DEBUG: Updating local name of variable flag_for_aerosol_physics from ltaerosol to GFS_Control%ltaerosol +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +DEBUG: Updating local name of variable eddy_mixing_due_to_ugwp from gw_kdis to GFS_Interstitial(cdata%thrd_no)%gw_kdis +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable cloud_ice_specific_humidity_at_Lagrangian_surface from qi to CCPP_interstitial%qi +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_ntiedtke_shallow_convection_scheme from imfshalcnv_gf to GFS_Control%imfshalcnv_gf +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +DEBUG: Updating local name of variable tke_at_mass_points from qke to GFS_Data(cdata%blk_no)%Tbd%qke +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +DEBUG: Updating local name of variable flag_diagnostics_3D from ldiag3d to GFS_Control%ldiag3d +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +DEBUG: Updating local name of variable rime_factor from f_rimef to GFS_Interstitial(cdata%thrd_no)%f_rimef +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 fice of variable sea_ice_concentration from new to old metadata +DEBUG: Updating local name of variable sea_ice_concentration from fice to GFS_Data(cdata%blk_no)%Sfcprop%fice +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_longwave_flux_over_land_interstitial from adjsfculw_land to GFS_Interstitial(cdata%thrd_no)%adjsfculw_land +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat from ffhh to GFS_Data(cdata%blk_no)%Sfcprop%ffhh +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 cld_reliq of variable RRTMGP_mean_effective_radius_for_liquid_cloud from new to old metadata +DEBUG: Updating local name of variable RRTMGP_mean_effective_radius_for_liquid_cloud from cld_reliq to GFS_Interstitial(cdata%thrd_no)%cld_reliq +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +DEBUG: Updating local name of variable index_for_graupel from ntgl to GFS_Control%ntgl +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +DEBUG: Updating local name of variable maximum_y_wind_at_10m from v10mmax to GFS_Data(cdata%blk_no)%Intdiag%v10mmax +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +DEBUG: Updating local name of variable index_for_rain_water from ntrw to GFS_Control%ntrw +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable surface_y_momentum_flux_for_coupling from dvsfcin_cpl to GFS_Data(cdata%blk_no)%Coupling%dvsfcin_cpl +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +DEBUG: Updating local name of variable momentum_exchange_coefficient_for_MYJ_schemes from phy_myj_akms to GFS_Data(cdata%blk_no)%Tbd%phy_myj_akms +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +DEBUG: Updating local name of variable number_of_aerosol_bands_for_longwave_radiation from nbdlw to GFS_Interstitial(cdata%thrd_no)%nbdlw +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +DEBUG: Updating local name of variable surface_layer_evaporation_switch from phy_myj_chkqlm to GFS_Data(cdata%blk_no)%Tbd%phy_myj_chkqlm +INFO: Converting local name aerosolssw(:,:,:,2) of variable RRTMGP_aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable RRTMGP_aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from aerosolssw(:,:,:,2) to GFS_Interstitial(cdata%thrd_no)%aerosolssw(:,:,:,2) +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +DEBUG: Updating local name of variable index_for_diagnostic_printout from ipt to GFS_Control%ipt +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +DEBUG: Updating local name of variable entrainment_rate_coefficient_shallow_convection from clam_shal to GFS_Control%clam_shal +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +DEBUG: Updating local name of variable number_of_coefficients_in_ozone_forcing_data from oz_coeff to GFS_Interstitial(cdata%thrd_no)%oz_coeff +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_wsm6_microphysics_scheme from imp_physics_wsm6 to GFS_Control%imp_physics_wsm6 +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 +DEBUG: Updating local name of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from nnirdf_cpl to GFS_Data(cdata%blk_no)%Coupling%nnirdf_cpl +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +DEBUG: Updating local name of variable surface_skin_temperature_after_iteration_over_ice from tsurf_ice to GFS_Interstitial(cdata%thrd_no)%tsurf_ice +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from rainc_cpl to GFS_Data(cdata%blk_no)%Coupling%rainc_cpl +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +DEBUG: Updating local name of variable snow_temperature_bottom_first_layer from tsnow to GFS_Data(cdata%blk_no)%Sfcprop%tsnow +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +DEBUG: Updating local name of variable convective_cloud_fraction_for_microphysics from cf_upi to GFS_Interstitial(cdata%thrd_no)%cf_upi +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable cappa_moist_gas_constant_at_Lagrangian_surface from cappa to CCPP_interstitial%cappa +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +DEBUG: Updating local name of variable index_for_cloud_amount from ntclamt to GFS_Control%ntclamt +INFO: Converting local name icseed_sw of variable seed_random_numbers_sw_for_RRTMGP from new to old metadata +DEBUG: Updating local name of variable seed_random_numbers_sw_for_RRTMGP from icseed_sw to GFS_Interstitial(cdata%thrd_no)%icseed_sw +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +DEBUG: Updating local name of variable flag_for_flux_coupling from cplflx to GFS_Control%cplflx +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +DEBUG: Updating local name of variable temperature_tendency_due_to_dynamics from forcet to GFS_Data(cdata%blk_no)%Tbd%forcet +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +DEBUG: Updating local name of variable sea_land_ice_mask_in from slimskin_cpl to GFS_Data(cdata%blk_no)%Coupling%slimskin_cpl +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +DEBUG: Updating local name of variable water_vapor_mixing_ratio_at_surface from qwv_surf to GFS_Data(cdata%blk_no)%Sfcprop%qwv_surf +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +DEBUG: Updating local name of variable tendency_of_y_wind_due_to_ugwp from gw_dvdt to GFS_Interstitial(cdata%thrd_no)%gw_dvdt +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +DEBUG: Updating local name of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from spd10max to GFS_Data(cdata%blk_no)%Intdiag%spd10max +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +DEBUG: Updating local name of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from tprcp_land to GFS_Interstitial(cdata%thrd_no)%tprcp_land +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_x_wind_due_to_PBL from du3dt(:,:,1) to GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +DEBUG: Updating local name of variable number_of_vertical_diffusion_tracers from nvdiff to GFS_Interstitial(cdata%thrd_no)%nvdiff +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +DEBUG: Updating local name of variable flag_TKE_dissipation_heating from dspheat to GFS_Control%dspheat +INFO: Converting local name aerosolssw of variable RRTMGP_aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable RRTMGP_aerosol_optical_properties_for_shortwave_bands_01_16 from aerosolssw to GFS_Interstitial(cdata%thrd_no)%aerosolssw +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +DEBUG: Updating local name of variable number_of_chemical_tracers from ntchm to GFS_Control%ntchm +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +DEBUG: Updating local name of variable top_layer_index_for_fast_physics from kmp to CCPP_interstitial%kmp +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +DEBUG: Updating local name of variable magnitude_of_perturbation_of_leaf_area_index from pertlai to GFS_Control%pertlai +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +DEBUG: Updating local name of variable mg_drop_concentration_constant from mg_ncnst to GFS_Control%mg_ncnst +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +DEBUG: Variable index_for_graupel was in old metadata format and has already been converted +DEBUG: Updating local name of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from dqdt(:,:,index_for_graupel) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntgl) +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +DEBUG: Updating local name of variable largest_cloud_top_vertical_index_encountered_thus_far from acvt to GFS_Data(cdata%blk_no)%Tbd%acvt +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from dq3dt(:,:,9) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,9) +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 nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +DEBUG: Updating local name of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from nscfshoc to GFS_Control%nscfshoc +DEBUG: Updating local name of variable subgrid_scale_cloud_fraction_from_shoc from phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nscfshoc) +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from gabsbdlw_ocean to GFS_Interstitial(cdata%thrd_no)%gabsbdlw_ocean +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +DEBUG: Updating local name of variable flag_shallow_convective_cloud from shcnvcw to GFS_Control%shcnvcw +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from htrsw to GFS_Data(cdata%blk_no)%Radtend%htrsw +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +DEBUG: Updating local name of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from tau_mtb to GFS_Data(cdata%blk_no)%Intdiag%tau_mtb +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 +DEBUG: Updating local name of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from nkbfshoc to GFS_Control%nkbfshoc +DEBUG: Updating local name of variable kinematic_buoyancy_flux_from_shoc from phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nkbfshoc) +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from dtsfci_cpl to GFS_Data(cdata%blk_no)%Coupling%dtsfci_cpl +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +DEBUG: Updating local name of variable convective_cloud_switch from clstp to GFS_Control%clstp +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +DEBUG: Updating local name of variable flag_nonzero_sea_ice_surface_fraction from icy to GFS_Interstitial(cdata%thrd_no)%icy +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable aerosol_optical_properties_for_shortwave_bands_01_16 from faersw to GFS_Interstitial(cdata%thrd_no)%faersw +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +DEBUG: Updating local name of variable surface_upward_potential_latent_heat_flux_over_ice from ep1d_ice to GFS_Interstitial(cdata%thrd_no)%ep1d_ice +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +DEBUG: Updating local name of variable couple_sgs_clouds_to_radiation_flag from icloud_bl to GFS_Control%icloud_bl +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 nseffr of variable index_for_snow_effective_radius from new to old metadata +DEBUG: Updating local name of variable index_for_snow_effective_radius from nseffr to GFS_Control%nseffr +DEBUG: Updating local name of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from phy_f3d(:,:,index_for_snow_effective_radius) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nseffr) +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +DEBUG: Updating local name of variable flag_for_lower_boundary_soil_temperature_option from iopt_tbot to GFS_Control%iopt_tbot +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +DEBUG: Updating local name of variable surface_albedo_due_to_UV_and_VIS_direct from sfcalb(:,3) to GFS_Interstitial(cdata%thrd_no)%sfcalb(:,3) +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +DEBUG: Updating local name of variable flag_for_Arakawa_Wu_adjustment from do_aw to GFS_Control%do_aw +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +DEBUG: Updating local name of variable turb_oro_form_drag_flag from do_tofd to GFS_Control%do_tofd +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable cloud_ice_mixing_ratio from qi_r to GFS_Interstitial(cdata%thrd_no)%qi_r +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +DEBUG: Updating local name of variable instantaneous_atmosphere_downdraft_convective_mass_flux from dd_mf to GFS_Interstitial(cdata%thrd_no)%dd_mf +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from ushfsfci to GFS_Data(cdata%blk_no)%Coupling%ushfsfci +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_gfdl_microphysics_scheme from imp_physics_gfdl to GFS_Control%imp_physics_gfdl +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +DEBUG: Updating local name of variable flag_for_chemistry_coupling from cplchm to GFS_Control%cplchm +DEBUG: Variable index_for_cloud_liquid_water_effective_radius was in old metadata format and has already been converted +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_roughness_length_over_ice_interstitial from zorl_ice to GFS_Interstitial(cdata%thrd_no)%zorl_ice +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 +DEBUG: Variable index_for_ice_cloud_condensate was in old metadata format and has already been converted +DEBUG: Updating local name of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from dqdt(:,:,index_for_ice_cloud_condensate) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntiw) +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from snow to GFS_Data(cdata%blk_no)%Intdiag%snow +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +DEBUG: Updating local name of variable cellular_automata_finer_grid from ncells to GFS_Control%ncells +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +DEBUG: Updating local name of variable index_for_ice_effective_radius from nieffr to GFS_Control%nieffr +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +DEBUG: Updating local name of variable orography_unfiltered from oro_uf to GFS_Data(cdata%blk_no)%Sfcprop%oro_uf +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +DEBUG: Updating local name of variable surface_stability_parameter from zol to GFS_Data(cdata%blk_no)%Sfcprop%zol +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 +DEBUG: Updating local name of variable starting_x_direction_index_domain from isd to CCPP_interstitial%isd +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from mg_qcmin to GFS_Control%mg_qcmin +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +DEBUG: Updating local name of variable k_level_of_highest_reaching_plume from ktop_shallow to GFS_Data(cdata%blk_no)%Intdiag%ktop_shallow +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels from htlw0 to GFS_Interstitial(cdata%thrd_no)%htlw0 +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +DEBUG: Updating local name of variable ozone_concentration_at_layer_for_radiation from olyr to GFS_Interstitial(cdata%thrd_no)%olyr +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +DEBUG: Updating local name of variable GFS_radtend_type_instance from Radtend to GFS_Data(cdata%blk_no)%Radtend +INFO: Converting local name ipsdlw0 of variable initial_permutation_seed_lw from new to old metadata +DEBUG: Updating local name of variable initial_permutation_seed_lw from ipsdlw0 to GFS_Interstitial(cdata%thrd_no)%ipsdlw0 +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +DEBUG: Updating local name of variable flag_for_stochastic_surface_perturbations from do_sfcperts to GFS_Control%do_sfcperts +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +DEBUG: Updating local name of variable index_of_dtlm_start from ifd to GFS_Data(cdata%blk_no)%Sfcprop%ifd +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +DEBUG: Updating local name of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from isatmedmf to GFS_Control%isatmedmf +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +DEBUG: Updating local name of variable do_myjpbl from do_myjpbl to GFS_Control%do_myjpbl +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_longwave_flux_over_ocean_interstitial from adjsfculw_ocean to GFS_Interstitial(cdata%thrd_no)%adjsfculw_ocean +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +DEBUG: Updating local name of variable dominant_snow_type from tdoms to GFS_Data(cdata%blk_no)%Intdiag%tdoms +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +DEBUG: Updating local name of variable specific_humidity_at_viscous_sublayer_top from phy_myj_qz0 to GFS_Data(cdata%blk_no)%Tbd%phy_myj_qz0 +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +DEBUG: Updating local name of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from tau_tofd to GFS_Interstitial(cdata%thrd_no)%tau_tofd +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +DEBUG: Updating local name of variable snow_deposition_sublimation_upward_latent_heat_flux from sbsno to GFS_Interstitial(cdata%thrd_no)%sbsno +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water 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 +DEBUG: Updating local name of variable flag_for_reading_leaf_area_index_from_input from rdlai to GFS_Control%rdlai +INFO: Converting local name area of variable cell_area from new to old metadata +DEBUG: Updating local name of variable cell_area from area to GFS_Data(cdata%blk_no)%Grid%area +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 qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +DEBUG: Updating local name of variable mass_fraction_of_convective_cloud_liquid_water from qlcn to GFS_Interstitial(cdata%thrd_no)%qlcn +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from fh2_land to GFS_Interstitial(cdata%thrd_no)%fh2_land +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +DEBUG: Updating local name of variable y_wind_at_lowest_model_layer_for_diag from v1 to GFS_Data(cdata%blk_no)%Intdiag%v1 +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +DEBUG: Updating local name of variable slow_soil_pool_mass_content_of_carbon from stblcpxy to GFS_Data(cdata%blk_no)%Sfcprop%stblcpxy +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +DEBUG: Updating local name of variable canopy_water_amount from canopy to GFS_Data(cdata%blk_no)%Sfcprop%canopy +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +DEBUG: Updating local name of variable flag_for_surface_emissivity_control from iems to GFS_Control%iems +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +DEBUG: Updating local name of variable dominant_freezing_rain_type from tdomzr to GFS_Data(cdata%blk_no)%Intdiag%tdomzr +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +DEBUG: Updating local name of variable iounit_namelist from nlunit to GFS_Control%nlunit +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +DEBUG: Updating local name of variable integrated_x_momentum_flux_from_small_scale_gwd from dusfc_ss to GFS_Data(cdata%blk_no)%Intdiag%dusfc_ss +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +DEBUG: Updating local name of variable sea_area_fraction from oceanfrac to GFS_Data(cdata%blk_no)%Sfcprop%oceanfrac +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable water_vapor_specific_humidity_at_Lagrangian_surface from qv to CCPP_interstitial%qv +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from adjnirdfd to GFS_Interstitial(cdata%thrd_no)%adjnirdfd +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +DEBUG: Updating local name of variable land_area_fraction from landfrac to GFS_Data(cdata%blk_no)%Sfcprop%landfrac +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +DEBUG: Updating local name of variable flag_for_ozone_physics from oz_phys to GFS_Control%oz_phys +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +DEBUG: Updating local name of variable array_dimension_of_2d_arrays_for_microphysics from num_p2d to GFS_Control%num_p2d +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_y_wind_at_10m_for_coupling from v10mi_cpl to GFS_Data(cdata%blk_no)%Coupling%v10mi_cpl +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +DEBUG: Updating local name of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from rh02min to GFS_Data(cdata%blk_no)%Intdiag%rh02min +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +DEBUG: Updating local name of variable surface_skin_temperature_after_iteration_over_land from tsurf_land to GFS_Interstitial(cdata%thrd_no)%tsurf_land +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 +DEBUG: Updating local name of variable solar_constant from solcon to GFS_Control%solcon +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +DEBUG: Updating local name of variable bulk_richardson_number_at_lowest_model_level_over_ice from rb_ice to GFS_Interstitial(cdata%thrd_no)%rb_ice +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +DEBUG: Updating local name of variable tendency_of_y_wind_due_to_model_physics from dvdt to GFS_Interstitial(cdata%thrd_no)%dvdt +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +DEBUG: Updating local name of variable tke_advect from bl_mynn_tkeadvect to GFS_Control%bl_mynn_tkeadvect +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from du3dt(:,:,4) to GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,4) +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +DEBUG: Updating local name of variable surface_specific_humidity_for_MYJ_schemes from phy_myj_qsfc to GFS_Data(cdata%blk_no)%Tbd%phy_myj_qsfc +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +DEBUG: Updating local name of variable number_of_tracers_for_CS from ncstrac to GFS_Interstitial(cdata%thrd_no)%ncstrac +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +DEBUG: Updating local name of variable index_for_ice_cloud_number_concentration from ntinc to GFS_Control%ntinc +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +DEBUG: Updating local name of variable maximum_vegetation_area_fraction from shdmax to GFS_Data(cdata%blk_no)%Sfcprop%shdmax +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +DEBUG: Updating local name of variable atmosphere_heat_diffusivity from dkt to GFS_Interstitial(cdata%thrd_no)%dkt +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +DEBUG: Updating local name of variable momentum_transport_reduction_factor_pgf_deep_convection from pgcon_deep to GFS_Control%pgcon_deep +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +DEBUG: Updating local name of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from indcld to GFS_Control%indcld +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from nlwsfc_cpl to GFS_Data(cdata%blk_no)%Coupling%nlwsfc_cpl +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +DEBUG: Updating local name of variable instantaneous_dry_deposition from drydep to GFS_Data(cdata%blk_no)%Intdiag%drydep +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from adjvisdfd to GFS_Interstitial(cdata%thrd_no)%adjvisdfd +INFO: Converting local name aerosolslw(:,:,:,1) of variable RRTMGP_aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable RRTMGP_aerosol_optical_depth_for_longwave_bands_01_16 from aerosolslw(:,:,:,1) to GFS_Interstitial(cdata%thrd_no)%aerosolslw(:,:,:,1) +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +DEBUG: Updating local name of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from rainp to GFS_Interstitial(cdata%thrd_no)%rainp +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 +DEBUG: Updating local name of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from dnirbm_cpl to GFS_Data(cdata%blk_no)%Coupling%dnirbm_cpl +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +DEBUG: Updating local name of variable flag_idealized_physics from lsidea to GFS_Control%lsidea +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +DEBUG: Updating local name of variable flag_for_using_prescribed_global_mean_co2_value from ico2 to GFS_Control%ico2 +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +DEBUG: Updating local name of variable mg_flag_for_heterogeneous_freezing from hetfrz_classnuc to GFS_Control%hetfrz_classnuc +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type 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 +DEBUG: Updating local name of variable index_for_snow_number_concentration from ntsnc to GFS_Control%ntsnc +DEBUG: Updating local name of variable snow_number_concentration from qgrs(:,:,index_for_snow_number_concentration) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntsnc) +INFO: Converting local name con_rd of variable gas_constant_dry_air 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 +DEBUG: Updating local name of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from ntiwx to GFS_Interstitial(cdata%thrd_no)%ntiwx +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +DEBUG: Updating local name of variable volume_mixing_ratio_o2 from gasvmr(:,:,4) to GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,4) +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +DEBUG: Updating local name of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from dqdti to GFS_Data(cdata%blk_no)%Coupling%dqdti +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_direct_near_infrared_shortwave_flux from adjnirbmu to GFS_Interstitial(cdata%thrd_no)%adjnirbmu +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +DEBUG: Updating local name of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from cdq_ice to GFS_Interstitial(cdata%thrd_no)%cdq_ice +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +DEBUG: Updating local name of variable flag_for_ysu from do_ysu to GFS_Control%do_ysu +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from q_con to CCPP_interstitial%q_con +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +DEBUG: Updating local name of variable threshold_volume_fraction_of_condensed_water_in_soil from smcref2 to GFS_Data(cdata%blk_no)%Intdiag%smcref2 +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from fm10_land to GFS_Interstitial(cdata%thrd_no)%fm10_land +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +DEBUG: Updating local name of variable number_of_fields_in_phyf3d from ntot3d to GFS_Control%ntot3d +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +DEBUG: Updating local name of variable time_step_for_dynamics from dtf to GFS_Control%dtf +INFO: Converting local name vvl of variable omega from new to old metadata +DEBUG: Updating local name of variable omega from vvl to GFS_Data(cdata%blk_no)%Statein%vvl +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 +DEBUG: Variable index_for_ice_cloud_number_concentration was in old metadata format and has already been converted +DEBUG: Updating local name of variable tendency_of_ice_number_concentration_due_to_model_physics from dqdt(:,:,index_for_ice_cloud_number_concentration) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntinc) +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +DEBUG: Updating local name of variable rain_evaporation_coefficient_deep_convection from evfact_deep to GFS_Control%evfact_deep +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +DEBUG: Updating local name of variable vegetation_temperature from tvxy to GFS_Data(cdata%blk_no)%Sfcprop%tvxy +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +DEBUG: Updating local name of variable flag_for_restart from restart to GFS_Control%restart +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +DEBUG: Updating local name of variable u_wind_component_at_viscous_sublayer_top from phy_myj_uz0 to GFS_Data(cdata%blk_no)%Tbd%phy_myj_uz0 +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 +DEBUG: Updating local name of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from dvisbm_cpl to GFS_Data(cdata%blk_no)%Coupling%dvisbm_cpl +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from nirbmui to GFS_Data(cdata%blk_no)%Coupling%nirbmui +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +DEBUG: Updating local name of variable surface_friction_velocity_over_ice from uustar_ice to GFS_Interstitial(cdata%thrd_no)%uustar_ice +INFO: Converting local name ty_gas_concs of variable ty_gas_concs 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 +DEBUG: Updating local name of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from visdfdi to GFS_Data(cdata%blk_no)%Coupling%visdfdi +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +DEBUG: Updating local name of variable snow_layer_ice from snicexy to GFS_Data(cdata%blk_no)%Sfcprop%snicexy +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +DEBUG: Updating local name of variable flag_for_canopy_heat_storage from lheatstrg to GFS_Control%lheatstrg +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +DEBUG: Updating local name of variable volume_fraction_of_unfrozen_soil_moisture from slc to GFS_Data(cdata%blk_no)%Sfcprop%slc +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +DEBUG: Updating local name of variable atmosphere_momentum_diffusivity_background from xkzm_m to GFS_Control%xkzm_m +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +DEBUG: Updating local name of variable number_of_vertical_layers_for_radiation_calculations from levr to GFS_Control%levr +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +DEBUG: Updating local name of variable sensitivity_of_dtl_thickness_to_surface_temperature from xzts to GFS_Data(cdata%blk_no)%Sfcprop%xzts +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +DEBUG: Updating local name of variable flag_nonzero_lake_surface_fraction from lake to GFS_Interstitial(cdata%thrd_no)%lake +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 dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +DEBUG: Updating local name of variable x_momentum_tendency_from_form_drag from dtaux2d_fd to GFS_Data(cdata%blk_no)%Intdiag%dtaux2d_fd +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 +DEBUG: Updating local name of variable index_for_liquid_cloud_number_concentration from ntlnc to GFS_Control%ntlnc +DEBUG: Updating local name of variable cloud_droplet_number_concentration from qgrs(:,:,index_for_liquid_cloud_number_concentration) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntlnc) +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_y_wind_due_to_PBL from dv3dt(:,:,1) to GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +DEBUG: Updating local name of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from dudt_tms to GFS_Interstitial(cdata%thrd_no)%dudt_tms +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +DEBUG: Updating local name of variable surface_albedo_due_to_near_IR_direct from sfcalb(:,1) to GFS_Interstitial(cdata%thrd_no)%sfcalb(:,1) +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +DEBUG: Variable index_for_rain_water was in old metadata format and has already been converted +DEBUG: Updating local name of variable rain_water_mixing_ratio_updated_by_physics from gq0(:,:,index_for_rain_water) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntrw) +INFO: Converting local name sfc_alb_nir_dif of variable surface_albedo_nearIR_diffuse from new to old metadata +DEBUG: Updating local name of variable surface_albedo_nearIR_diffuse from sfc_alb_nir_dif to GFS_Interstitial(cdata%thrd_no)%sfc_alb_nir_dif +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 +DEBUG: Updating local name of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from nahdshoc to GFS_Control%nahdshoc +DEBUG: Updating local name of variable atmosphere_heat_diffusivity_from_shoc from phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nahdshoc) +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +DEBUG: Updating local name of variable ozone_forcing from ozpl to GFS_Data(cdata%blk_no)%Tbd%ozpl +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +DEBUG: Updating local name of variable canopy_intercepted_liquid_water from canliqxy to GFS_Data(cdata%blk_no)%Sfcprop%canliqxy +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 +DEBUG: Updating local name of variable index_for_rain_effective_radius from nreffr to GFS_Control%nreffr +DEBUG: Updating local name of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from phy_f3d(:,:,index_for_rain_effective_radius) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nreffr) +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_ntiedtke_deep_convection_scheme from imfdeepcnv_ntiedtke to GFS_Control%imfdeepcnv_ntiedtke +INFO: Converting local name hlwc of variable RRTMGP_lw_heating_rate_all_sky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_lw_heating_rate_all_sky from hlwc to GFS_Interstitial(cdata%thrd_no)%hlwc +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +DEBUG: Updating local name of variable mg_flag_for_gmao_ice_formulation from mg_do_ice_gmao to GFS_Control%mg_do_ice_gmao +INFO: Converting local name cld_rerain of variable RRTMGP_mean_effective_radius_for_rain_drop from new to old metadata +DEBUG: Updating local name of variable RRTMGP_mean_effective_radius_for_rain_drop from cld_rerain to GFS_Interstitial(cdata%thrd_no)%cld_rerain +INFO: Converting local name idxday of variable daytime_points from new to old metadata +DEBUG: Updating local name of variable daytime_points from idxday to GFS_Interstitial(cdata%thrd_no)%idxday +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable cloud_rain_water_mixing_ratio from qr_r to GFS_Interstitial(cdata%thrd_no)%qr_r +INFO: Converting local name stc of variable soil_temperature from new to old metadata +DEBUG: Updating local name of variable soil_temperature from stc to GFS_Data(cdata%blk_no)%Sfcprop%stc +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 +DEBUG: Updating local name of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from du3dt_ngw to GFS_Data(cdata%blk_no)%Intdiag%du3dt_ngw +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +DEBUG: Updating local name of variable cloudpdf from bl_mynn_cloudpdf to GFS_Control%bl_mynn_cloudpdf +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +DEBUG: Updating local name of variable flag_diagnostics from lssav to GFS_Control%lssav +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +DEBUG: Updating local name of variable y_wind_at_lowest_model_layer from vgrs(:,1) to GFS_Data(cdata%blk_no)%Statein%vgrs(:,1) +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from adjnirdfu to GFS_Interstitial(cdata%thrd_no)%adjnirdfu +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +DEBUG: Updating local name of variable surface_skin_temperature from tsfc to GFS_Data(cdata%blk_no)%Sfcprop%tsfc +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +DEBUG: Updating local name of variable lake_ice_minimum from min_lakeice to GFS_Control%min_lakeice +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from visbmdi to GFS_Data(cdata%blk_no)%Coupling%visbmdi +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +DEBUG: Updating local name of variable index_for_snow_water from ntsw to GFS_Control%ntsw +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_temperature_due_to_PBL from dt3dt(:,:,3) to GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from ffmm_ice to GFS_Interstitial(cdata%thrd_no)%ffmm_ice +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +DEBUG: Updating local name of variable index_of_time_step from kdt to GFS_Control%kdt +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +DEBUG: Updating local name of variable time_step_for_radiation from raddt to GFS_Interstitial(cdata%thrd_no)%raddt +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +DEBUG: Variable index_for_rain_water was in old metadata format and has already been converted +DEBUG: Updating local name of variable rain_water_mixing_ratio from qgrs(:,:,index_for_rain_water) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntrw) +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +DEBUG: Variable index_for_snow_water was in old metadata format and has already been converted +DEBUG: Updating local name of variable snow_water_mixing_ratio from qgrs(:,:,index_for_snow_water) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntsw) +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +DEBUG: Updating local name of variable cloud_optical_depth_layers_at_0p55mu_band from cldtausw to GFS_Interstitial(cdata%thrd_no)%cldtausw +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +DEBUG: Updating local name of variable nondimensional_snow_age from taussxy to GFS_Data(cdata%blk_no)%Sfcprop%taussxy +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +DEBUG: Updating local name of variable number_of_blocks from nblks to GFS_Control%nblks +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from dvsfc to GFS_Data(cdata%blk_no)%Intdiag%dvsfc +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +DEBUG: Updating local name of variable cellular_automata_seed_frequency from nseed to GFS_Control%nseed +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +DEBUG: Updating local name of variable perturbation_of_vegetation_fraction from vegf1d to GFS_Interstitial(cdata%thrd_no)%vegf1d +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +DEBUG: Updating local name of variable surface_snow_area_fraction from snowc to GFS_Interstitial(cdata%thrd_no)%snowc +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +DEBUG: Updating local name of variable standard_deviation_of_subgrid_orography from hprime(:,1) to GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +DEBUG: Updating local name of variable number_of_coefficients_in_h2o_forcing_data from h2o_coeff to GFS_Interstitial(cdata%thrd_no)%h2o_coeff +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +DEBUG: Updating local name of variable forecast_time_at_previous_timestep from phour to GFS_Control%phour +INFO: Converting local name rrtmgp_nGptsSW of variable number_of_sw_spectral_points_rrtmgp from new to old metadata +DEBUG: Updating local name of variable number_of_sw_spectral_points_rrtmgp from rrtmgp_nGptsSW to GFS_Control%rrtmgp_nGptsSW +INFO: Converting local name sw_gas_props of variable coefficients_for_sw_gas_optics from new to old metadata +DEBUG: Updating local name of variable coefficients_for_sw_gas_optics from sw_gas_props to GFS_Interstitial(cdata%thrd_no)%sw_gas_props +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable mass_weighted_rime_factor_mixing_ratio from qg_r to GFS_Interstitial(cdata%thrd_no)%qg_r +INFO: Converting local name xlon of variable longitude from new to old metadata +DEBUG: Updating local name of variable longitude from xlon to GFS_Data(cdata%blk_no)%Grid%xlon +INFO: Converting local name kind_grid of variable kind_grid 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 dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +DEBUG: Updating local name of variable condensate_fraction_detrained_in_updraft_layers from dlqf to GFS_Control%dlqf +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from out_dt to CCPP_interstitial%out_dt +INFO: Converting local name rrtmgp_nBandsLW of variable number_of_lw_bands_rrtmgp from new to old metadata +DEBUG: Updating local name of variable number_of_lw_bands_rrtmgp from rrtmgp_nBandsLW to GFS_Control%rrtmgp_nBandsLW +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +DEBUG: Updating local name of variable number_of_fields_in_phyf2d from ntot2d to GFS_Control%ntot2d +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +DEBUG: Updating local name of variable flag_for_runoff_and_groundwater_option from iopt_run to GFS_Control%iopt_run +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +DEBUG: Updating local name of variable snow_mass_at_previous_time_step from sneqvoxy to GFS_Data(cdata%blk_no)%Sfcprop%sneqvoxy +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from rain to GFS_Data(cdata%blk_no)%Intdiag%rain +INFO: Converting local name lprnt of variable flag_print from new to old metadata +DEBUG: Updating local name of variable flag_print from lprnt to GFS_Control%lprnt +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +DEBUG: Updating local name of variable critical_cloud_top_entrainment_instability_criteria from ctei_rm to GFS_Control%ctei_rm +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +DEBUG: Updating local name of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from tau_ngw to GFS_Data(cdata%blk_no)%Intdiag%tau_ngw +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +DEBUG: Updating local name of variable kinematic_surface_upward_sensible_heat_flux_over_ice from hflx_ice to GFS_Interstitial(cdata%thrd_no)%hflx_ice +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +DEBUG: Updating local name of variable number_of_convective_3d_cloud_fields from ncnvcld3d to GFS_Control%ncnvcld3d +DEBUG: Variable index_for_rain_effective_radius was in old metadata format and has already been converted +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +DEBUG: Updating local name of variable cloud_snow_water_path from clouds(:,:,8) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,8) +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from fm10_ice to GFS_Interstitial(cdata%thrd_no)%fm10_ice +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +DEBUG: Updating local name of variable time_interval_for_maximum_hourly_fields from avg_max_length to GFS_Control%avg_max_length +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +DEBUG: Updating local name of variable rain_evaporation_coefficient_over_land_deep_convection from evfactl_deep to GFS_Control%evfactl_deep +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +DEBUG: Updating local name of variable index_for_ice_friendly_aerosols from ntia to GFS_Control%ntia +INFO: Converting local name active_gases of variable active_gases_used_by_RRTMGP from new to old metadata +DEBUG: Updating local name of variable active_gases_used_by_RRTMGP from active_gases to GFS_Control%active_gases +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +DEBUG: Updating local name of variable minimum_specific_humidity_at_2m from spfhmin to GFS_Data(cdata%blk_no)%Intdiag%spfhmin +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +DEBUG: Updating local name of variable surface_exchange_coefficient_for_heat from flhc to GFS_Data(cdata%blk_no)%Sfcprop%flhc +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +DEBUG: Updating local name of variable emdf_updraft_vertical_velocity from edmf_w to GFS_Data(cdata%blk_no)%Intdiag%edmf_w +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from gabsbdlw_land to GFS_Interstitial(cdata%thrd_no)%gabsbdlw_land +INFO: Converting local name ca_trigger of variable flag_for_global_cellular_automata_trigger from new to old metadata +DEBUG: Updating local name of variable flag_for_global_cellular_automata_trigger from ca_trigger to GFS_Control%ca_trigger +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +DEBUG: Updating local name of variable weight_for_specific_humidity_at_viscous_sublayer_top from phy_myj_a1q to GFS_Data(cdata%blk_no)%Tbd%phy_myj_a1q +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable cloud_rain_specific_humidity_at_Lagrangian_surface from qr to CCPP_interstitial%qr +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +DEBUG: Updating local name of variable maximum_critical_relative_humidity from rhcmax to GFS_Control%rhcmax +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +DEBUG: Updating local name of variable natural_log_of_ozone_forcing_data_pressure_levels from oz_pres to GFS_Interstitial(cdata%thrd_no)%oz_pres +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +DEBUG: Updating local name of variable vegetation_type_dataset_choice from ivegsrc to GFS_Control%ivegsrc +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +DEBUG: Updating local name of variable b_parameter_of_the_hybrid_coordinate from bk to GFS_Control%bk +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +DEBUG: Updating local name of variable tendency_of_cloud_water_due_to_convective_microphysics from cnv_dqldt to GFS_Interstitial(cdata%thrd_no)%cnv_dqldt +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from tau_ogw to GFS_Interstitial(cdata%thrd_no)%tau_ogw +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from dq3dt(:,:,6) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,6) +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +DEBUG: Updating local name of variable air_pressure_at_interface from prsi to GFS_Data(cdata%blk_no)%Statein%prsi +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +DEBUG: Updating local name of variable number_of_hydrometeors from ncld to GFS_Control%ncld +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +DEBUG: Updating local name of variable flag_to_calc_sw from lsswr to GFS_Control%lsswr +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +DEBUG: Updating local name of variable ending_y_direction_index_domain from jed to CCPP_interstitial%jed +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +DEBUG: Updating local name of variable GFS_grid_type_instance from Grid to GFS_Data(cdata%blk_no)%Grid +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +DEBUG: Updating local name of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from cdq_ocean to GFS_Interstitial(cdata%thrd_no)%cdq_ocean +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +DEBUG: Updating local name of variable y_momentum_tendency_from_form_drag from dtauy2d_fd to GFS_Data(cdata%blk_no)%Intdiag%dtauy2d_fd +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +DEBUG: Updating local name of variable flag_for_solar_constant from isol to GFS_Control%isol +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +DEBUG: Updating local name of variable potential_temperature_at_2m from th2m to GFS_Data(cdata%blk_no)%Sfcprop%th2m +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 +DEBUG: Variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d was in old metadata format and has already been converted +DEBUG: Updating local name of variable convective_cloud_water_mixing_ratio_in_phy_f3d from phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvw) +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +DEBUG: Updating local name of variable number_of_aerosol_tracers_for_convection from itc to GFS_Interstitial(cdata%thrd_no)%itc +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +DEBUG: Updating local name of variable GFS_cldprop_type_instance from Cldprop to GFS_Data(cdata%blk_no)%Cldprop +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +DEBUG: Variable index_for_ice_cloud_number_concentration was in old metadata format and has already been converted +DEBUG: Updating local name of variable ice_number_concentration_updated_by_physics from gq0(:,:,index_for_ice_cloud_number_concentration) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntinc) +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +DEBUG: Updating local name of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from iovr_sw to GFS_Control%iovr_sw +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +DEBUG: Updating local name of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from icliq_sw to GFS_Control%icliq_sw +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +DEBUG: Updating local name of variable a_parameter_of_the_hybrid_coordinate from ak to GFS_Control%ak +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from gabsbdlw_ice to GFS_Interstitial(cdata%thrd_no)%gabsbdlw_ice +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +DEBUG: Updating local name of variable pressure_at_top_of_convective_cloud from cvt to GFS_Data(cdata%blk_no)%Cldprop%cvt +INFO: Converting local name fluxlwDOWN_clrsky of variable RRTMGP_lw_flux_profile_downward_clrsky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_lw_flux_profile_downward_clrsky from fluxlwDOWN_clrsky to GFS_Interstitial(cdata%thrd_no)%fluxlwDOWN_clrsky +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 +DEBUG: Updating local name of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from du3dt_ogw to GFS_Data(cdata%blk_no)%Intdiag%du3dt_ogw +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +DEBUG: Updating local name of variable atmosphere_energy_content_in_column from te0_2d to CCPP_interstitial%te0_2d +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +DEBUG: Updating local name of variable upper_bound_on_max_albedo_over_deep_snow from snoalb to GFS_Data(cdata%blk_no)%Sfcprop%snoalb +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +DEBUG: Updating local name of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from pertzt to GFS_Control%pertzt +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +DEBUG: Updating local name of variable total_cloud_fraction from clouds(:,:,1) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +DEBUG: Updating local name of variable index_for_ozone from ntoz to GFS_Control%ntoz +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +DEBUG: Updating local name of variable normalized_soil_wetness from wet1 to GFS_Data(cdata%blk_no)%Intdiag%wet1 +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +DEBUG: Updating local name of variable adjusted_vertical_layer_dimension_for_radiation from lmk to GFS_Interstitial(cdata%thrd_no)%lmk +INFO: Converting local name kind_phys of variable kind_phys 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 +DEBUG: Updating local name of variable surface_snow_thickness_water_equivalent_over_ice from snowd_ice to GFS_Interstitial(cdata%thrd_no)%snowd_ice +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +DEBUG: Updating local name of variable vertical_interface_dimension from levi to GFS_Interstitial(cdata%thrd_no)%levi +INFO: Converting local name t_lay of variable air_temperature_at_layer_for_RRTMGP from new to old metadata +DEBUG: Updating local name of variable air_temperature_at_layer_for_RRTMGP from t_lay to GFS_Interstitial(cdata%thrd_no)%t_lay +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +DEBUG: Updating local name of variable fa_threshold_relative_humidity_for_onset_of_condensation from rhgrd to GFS_Control%rhgrd +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +DEBUG: Updating local name of variable detrainment_conversion_parameter_deep_convection from c1_deep to GFS_Control%c1_deep +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +DEBUG: Updating local name of variable dimensionless_exner_function_at_model_interfaces from prsik to GFS_Data(cdata%blk_no)%Statein%prsik +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +DEBUG: Updating local name of variable temperature_at_2m_from_noahmp from t2mmp to GFS_Interstitial(cdata%thrd_no)%t2mmp +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from tau_ogw to GFS_Data(cdata%blk_no)%Intdiag%tau_ogw +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_longwave_flux from dlwsfci to GFS_Data(cdata%blk_no)%Intdiag%dlwsfci +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +DEBUG: Updating local name of variable radar_reflectivity_10cm from refl_10cm to GFS_Data(cdata%blk_no)%Intdiag%refl_10cm +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +DEBUG: Updating local name of variable bulk_richardson_number_at_lowest_model_level_over_ocean from rb_ocean to GFS_Interstitial(cdata%thrd_no)%rb_ocean +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable instantaneous_x_stress_due_to_gravity_wave_drag from dusfcg to GFS_Interstitial(cdata%thrd_no)%dusfcg +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +DEBUG: Updating local name of variable horizontal_block_size from blksz to GFS_Control%blksz +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +DEBUG: Updating local name of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from chxy to GFS_Data(cdata%blk_no)%Sfcprop%chxy +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +DEBUG: Updating local name of variable upward_heat_flux_in_soil_over_ocean from gflx_ocean to GFS_Interstitial(cdata%thrd_no)%gflx_ocean +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +DEBUG: Updating local name of variable flag_convective_tracer_transport from otspt to GFS_Interstitial(cdata%thrd_no)%otspt +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +DEBUG: Updating local name of variable dissipation_estimate_of_air_temperature_at_model_layers from diss_est to GFS_Data(cdata%blk_no)%Statein%diss_est +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_mass_flux_shallow_convection_scheme from imfshalcnv to GFS_Control%imfshalcnv +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +DEBUG: Updating local name of variable baseline_surface_roughness_length from phy_myj_z0base to GFS_Data(cdata%blk_no)%Tbd%phy_myj_z0base +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +DEBUG: Updating local name of variable convective_precipitation_rate_from_previous_timestep from draincprv to GFS_Data(cdata%blk_no)%Sfcprop%draincprv +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +DEBUG: Updating local name of variable height_of_low_level_wave_breaking from zlwb to GFS_Interstitial(cdata%thrd_no)%zlwb +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +DEBUG: Updating local name of variable surface_drag_coefficient_for_momentum_in_air_over_land from cd_land to GFS_Interstitial(cdata%thrd_no)%cd_land +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +DEBUG: Updating local name of variable shoc_flag_for_optional_surface_TKE_dissipation from shoc_parm(5) to GFS_Control%shoc_parm(5) +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +DEBUG: Updating local name of variable surface_specific_humidity_over_ice from qss_ice to GFS_Interstitial(cdata%thrd_no)%qss_ice +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from swhc to GFS_Data(cdata%blk_no)%Radtend%swhc +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +DEBUG: Updating local name of variable surface_slope_classification from slopetype to GFS_Interstitial(cdata%thrd_no)%slopetype +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from dvisdfi_cpl to GFS_Data(cdata%blk_no)%Coupling%dvisdfi_cpl +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +DEBUG: Updating local name of variable surface_drag_wind_speed_for_momentum_in_air_over_land from cmm_land to GFS_Interstitial(cdata%thrd_no)%cmm_land +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_at_2m from fh2 to GFS_Interstitial(cdata%thrd_no)%fh2 +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +DEBUG: Updating local name of variable vertical_velocity_for_updraft from w_upi to GFS_Interstitial(cdata%thrd_no)%w_upi +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_y_wind_due_to_deep_convection from dv3dt(:,:,3) to GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,3) +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_noah_land_surface_scheme from lsm_noah to GFS_Control%lsm_noah +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +DEBUG: Updating local name of variable surface_air_pressure from pgr to GFS_Data(cdata%blk_no)%Statein%pgr +INFO: Converting local name hlw0 of variable RRTMGP_lw_heating_rate_clear_sky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_lw_heating_rate_clear_sky from hlw0 to GFS_Interstitial(cdata%thrd_no)%hlw0 +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +DEBUG: Updating local name of variable diurnal_thermocline_layer_y_current from xv to GFS_Data(cdata%blk_no)%Sfcprop%xv +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +DEBUG: Updating local name of variable number_of_ghost_zones from ng to CCPP_interstitial%ng +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +DEBUG: Updating local name of variable surface_albedo_due_to_near_IR_diffused from sfcalb(:,2) to GFS_Interstitial(cdata%thrd_no)%sfcalb(:,2) +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_explicit_rain_amount from rainmp to GFS_Interstitial(cdata%thrd_no)%rainmp +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +DEBUG: Updating local name of variable index_for_turbulent_kinetic_energy from ntke to GFS_Control%ntke +DEBUG: Updating local name of variable turbulent_kinetic_energy from qgrs(:,:,index_for_turbulent_kinetic_energy) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntke) +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +DEBUG: Updating local name of variable air_temperature_at_lowest_model_layer from tgrs(:,1) to GFS_Data(cdata%blk_no)%Statein%tgrs(:,1) +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable mg_minimum_cloud_condensed_water_mixing_ratio from mg_qcmin(1) to GFS_Control%mg_qcmin(1) +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +DEBUG: Updating local name of variable graupel_precipitation_rate_from_previous_timestep from dgraupelprv to GFS_Data(cdata%blk_no)%Sfcprop%dgraupelprv +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +DEBUG: Updating local name of variable number_of_aerosol_output_fields_for_longwave_radiation from nf_aelw to GFS_Interstitial(cdata%thrd_no)%nf_aelw +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +DEBUG: Updating local name of variable equilibrium_soil_water_content from smoiseq to GFS_Data(cdata%blk_no)%Sfcprop%smoiseq +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +DEBUG: Updating local name of variable array_dimension_of_random_number from nrcm to GFS_Control%nrcm +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +DEBUG: Updating local name of variable sensitivity_of_dtl_heat_content_to_surface_temperature from xtts to GFS_Data(cdata%blk_no)%Sfcprop%xtts +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +DEBUG: Updating local name of variable starting_y_direction_index_domain from jsd to CCPP_interstitial%jsd +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_longwave_emissivity_over_land_interstitial from semis_land to GFS_Interstitial(cdata%thrd_no)%semis_land +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +DEBUG: Updating local name of variable gf_memory_counter from conv_act to GFS_Data(cdata%blk_no)%Sfcprop%conv_act +INFO: Converting local name alnsf of variable mean_nir_albedo_with_strong_cosz_dependency from new to old metadata +DEBUG: Updating local name of variable mean_nir_albedo_with_strong_cosz_dependency from alnsf to GFS_Data(cdata%blk_no)%Sfcprop%alnsf +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +DEBUG: Updating local name of variable dominant_sleet_type from tdomip to GFS_Data(cdata%blk_no)%Intdiag%tdomip +INFO: Converting local name tv_lay of variable virtual_temperature from new to old metadata +DEBUG: Updating local name of variable virtual_temperature from tv_lay to GFS_Interstitial(cdata%thrd_no)%tv_lay +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +DEBUG: Updating local name of variable vertically_diffused_tracer_concentration from vdftra to GFS_Interstitial(cdata%thrd_no)%vdftra +INFO: Converting local name nGases of variable number_of_active_gases_used_by_RRTMGP from new to old metadata +DEBUG: Updating local name of variable number_of_active_gases_used_by_RRTMGP from nGases to GFS_Control%nGases +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +DEBUG: Updating local name of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from totgrpb to GFS_Data(cdata%blk_no)%Intdiag%totgrpb +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from dq3dt(:,:,3) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,3) +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 +DEBUG: Updating local name of variable index_for_water_friendly_aerosols from ntwa to GFS_Control%ntwa +DEBUG: Updating local name of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from dqdt(:,:,index_for_water_friendly_aerosols) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntwa) +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 +DEBUG: Updating local name of variable number_of_lines_of_namelist_filename_for_internal_file_reads from input_nml_file_length to GFS_Control%input_nml_file_length +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from ffhh_ocean to GFS_Interstitial(cdata%thrd_no)%ffhh_ocean +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +DEBUG: Updating local name of variable air_temperature_save from save_t to GFS_Interstitial(cdata%thrd_no)%save_t +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 +DEBUG: Updating local name of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from dvisdf_cpl to GFS_Data(cdata%blk_no)%Coupling%dvisdf_cpl +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +DEBUG: Variable index_for_ice_cloud_condensate was in old metadata format and has already been converted +DEBUG: Updating local name of variable ice_water_mixing_ratio_save from save_q(:,:,index_for_ice_cloud_condensate) to GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntiw) +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +DEBUG: Updating local name of variable mg_flag_ice_concentration_constant from mg_nicons to GFS_Control%mg_nicons +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +DEBUG: Updating local name of variable number_of_gases_for_multi_gases_physics from ngas to CCPP_interstitial%ngas +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +DEBUG: Updating local name of variable cosine_of_latitude from coslat to GFS_Data(cdata%blk_no)%Grid%coslat +INFO: Converting local name ty_optical_props_1scl of variable ty_optical_props_1scl 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 +DEBUG: Updating local name of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from zogw to GFS_Data(cdata%blk_no)%Intdiag%zogw +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +DEBUG: Updating local name of variable surface_slope_classification_real from slope to GFS_Data(cdata%blk_no)%Sfcprop%slope +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +DEBUG: Updating local name of variable edmf_momentum_transport_flag from bl_mynn_edmf_mom to GFS_Control%bl_mynn_edmf_mom +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from dusfc to GFS_Data(cdata%blk_no)%Intdiag%dusfc +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +DEBUG: Updating local name of variable fraction_of_cellular_automata_for_deep_convection from ca_deep to GFS_Data(cdata%blk_no)%Coupling%ca_deep +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 +DEBUG: Updating local name of variable index_for_graupel_number_concentration from ntgnc to GFS_Control%ntgnc +DEBUG: Updating local name of variable graupel_number_concentration_updated_by_physics from gq0(:,:,index_for_graupel_number_concentration) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntgnc) +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +DEBUG: Updating local name of variable density_of_frozen_precipitation from rhofr to GFS_Data(cdata%blk_no)%Sfcprop%rhofr +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +DEBUG: Updating local name of variable number_of_species_for_aerosol_optical_depth from nspc1 to GFS_Interstitial(cdata%thrd_no)%nspc1 +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +DEBUG: Updating local name of variable detrained_mass_flux from cnv_mfd to GFS_Interstitial(cdata%thrd_no)%cnv_mfd +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +DEBUG: Updating local name of variable cosine_of_solar_declination_angle from cdec to GFS_Control%cdec +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +DEBUG: Updating local name of variable volume_mixing_ratio_cfc113 from gasvmr(:,:,10) to GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,10) +INFO: Converting local name hflxq of variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness from new to old metadata +DEBUG: Updating local name of variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness from hflxq to GFS_Interstitial(cdata%thrd_no)%hflxq +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable mg_minimum_ice_mixing_ratio from mg_qcmin(2) to GFS_Control%mg_qcmin(2) +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +DEBUG: Updating local name of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from dudt_mtb to GFS_Interstitial(cdata%thrd_no)%dudt_mtb +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 +DEBUG: Updating local name of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from nvisdfi_cpl to GFS_Data(cdata%blk_no)%Coupling%nvisdfi_cpl +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +DEBUG: Updating local name of variable minimum_temperature_at_2m from tmpmin to GFS_Data(cdata%blk_no)%Intdiag%tmpmin +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +DEBUG: Updating local name of variable edmf_tke_transport_flag from bl_mynn_edmf_tke to GFS_Control%bl_mynn_edmf_tke +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +DEBUG: Updating local name of variable mg_flag_for_sb2001_autoconversion from do_sb_physics to GFS_Control%do_sb_physics +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +DEBUG: Updating local name of variable cloud_phase_transition_denominator from tcrf to GFS_Control%tcrf +INFO: Converting local name sw_cloud_props of variable coefficients_for_sw_cloud_optics from new to old metadata +DEBUG: Updating local name of variable coefficients_for_sw_cloud_optics from sw_cloud_props to GFS_Interstitial(cdata%thrd_no)%sw_cloud_props +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +DEBUG: Updating local name of variable number_of_seasalt_bins_for_diagnostics from nseasalt to GFS_Data(cdata%blk_no)%Intdiag%nseasalt +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +DEBUG: Updating local name of variable surface_snow_area_fraction_over_land from sncovr to GFS_Data(cdata%blk_no)%Sfcprop%sncovr +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +DEBUG: Updating local name of variable frequency_for_longwave_radiation from fhlwr to GFS_Control%fhlwr +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +DEBUG: Updating local name of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from trans_aero to GFS_Interstitial(cdata%thrd_no)%trans_aero +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from ulwsfc to GFS_Data(cdata%blk_no)%Intdiag%ulwsfc +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +DEBUG: Updating local name of variable ccpp_block_number from blk_no to cdata%blk_no +DEBUG: Updating local name of variable horizontal_loop_extent from blksz(ccpp_block_number) to GFS_Control%blksz(cdata%blk_no) +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +DEBUG: Updating local name of variable number_of_vertical_layers_for_radiation_calculations_plus_one from levrp1 to GFS_Control%levrp1 +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +DEBUG: Updating local name of variable flag_for_mountain_blocking from use_zmtnblck to GFS_Control%use_zmtnblck +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +DEBUG: Updating local name of variable ice_precipitation_rate_from_previous_timestep from diceprv to GFS_Data(cdata%blk_no)%Sfcprop%diceprv +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from sbsnoa to GFS_Data(cdata%blk_no)%Intdiag%sbsnoa +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +DEBUG: Updating local name of variable volume_mixing_ratio_cfc12 from gasvmr(:,:,7) to GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,7) +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +DEBUG: Updating local name of variable heat_exchange_coefficient_for_MYJ_schemes from phy_myj_akhs to GFS_Data(cdata%blk_no)%Tbd%phy_myj_akhs +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +DEBUG: Updating local name of variable flag_for_lw_clouds_without_sub_grid_approximation from isubc_lw to GFS_Control%isubc_lw +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +DEBUG: Updating local name of variable volume_fraction_of_soil_moisture_for_land_surface_model from smois to GFS_Data(cdata%blk_no)%Sfcprop%smois +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +DEBUG: Updating local name of variable volume_mixing_ratio_co from gasvmr(:,:,5) to GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,5) +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from qvi to CCPP_interstitial%qvi +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +DEBUG: Updating local name of variable latitude_degree from xlat_d to GFS_Data(cdata%blk_no)%Grid%xlat_d +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +DEBUG: Updating local name of variable index_for_rain_number_concentration from ntrnc to GFS_Control%ntrnc +INFO: Converting local name fluxswDOWN_allsky of variable RRTMGP_sw_flux_profile_downward_allsky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_sw_flux_profile_downward_allsky from fluxswDOWN_allsky to GFS_Interstitial(cdata%thrd_no)%fluxswDOWN_allsky +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +DEBUG: Updating local name of variable surface_roughness_length_over_land from zorll to GFS_Data(cdata%blk_no)%Sfcprop%zorll +INFO: Converting local name ca_closure of variable flag_for_global_cellular_automata_closure from new to old metadata +DEBUG: Updating local name of variable flag_for_global_cellular_automata_closure from ca_closure to GFS_Control%ca_closure +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +DEBUG: Variable index_for_graupel was in old metadata format and has already been converted +DEBUG: Updating local name of variable graupel_mixing_ratio from qgrs(:,:,index_for_graupel) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntgl) +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 +DEBUG: Variable array_dimension_of_2d_arrays_for_microphysics was in old metadata format and has already been converted +DEBUG: Updating local name of variable surface_wind_enhancement_due_to_convection from phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) to GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,GFS_Control%num_p2d) +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +DEBUG: Updating local name of variable air_temperature_at_layer_for_radiation from tlyr to GFS_Interstitial(cdata%thrd_no)%tlyr +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from nirbmdi to GFS_Data(cdata%blk_no)%Coupling%nirbmdi +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +DEBUG: Updating local name of variable sea_land_ice_mask from islmsk to GFS_Interstitial(cdata%thrd_no)%islmsk +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +DEBUG: Updating local name of variable vertical_temperature_average_range_upper_bound from nstf_name(5) to GFS_Control%nstf_name(5) +INFO: Converting local name rrtmgp_root of variable directory_for_rte_rrtmgp_source_code from new to old metadata +DEBUG: Updating local name of variable directory_for_rte_rrtmgp_source_code from rrtmgp_root to GFS_Control%rrtmgp_root +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +DEBUG: Updating local name of variable volume_mixing_ratio_n2o from gasvmr(:,:,2) to GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,2) +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from nirdfdi to GFS_Data(cdata%blk_no)%Coupling%nirdfdi +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +DEBUG: Updating local name of variable surface_upward_potential_latent_heat_flux from ep1d to GFS_Interstitial(cdata%thrd_no)%ep1d +INFO: Converting local name rrtmgp_nGauss_ang of variable number_of_angles_used_in_gaussian_quadrature from new to old metadata +DEBUG: Updating local name of variable number_of_angles_used_in_gaussian_quadrature from rrtmgp_nGauss_ang to GFS_Control%rrtmgp_nGauss_ang +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from ffmm_ocean to GFS_Interstitial(cdata%thrd_no)%ffmm_ocean +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +DEBUG: Updating local name of variable sub_layer_cooling_amount from dt_cool to GFS_Data(cdata%blk_no)%Sfcprop%dt_cool +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from lwhd to GFS_Data(cdata%blk_no)%Radtend%lwhd +INFO: Converting local name flipv of variable flag_flip from new to old metadata +DEBUG: Updating local name of variable flag_flip from flipv to GFS_Control%flipv +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +DEBUG: Updating local name of variable ccn_number_concentration from ccn_nm to GFS_Data(cdata%blk_no)%Tbd%ccn_nm +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +DEBUG: Updating local name of variable edmf_flag from bl_mynn_edmf to GFS_Control%bl_mynn_edmf +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +DEBUG: Updating local name of variable atmosphere_heat_diffusivity_background from xkzm_h to GFS_Control%xkzm_h +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +DEBUG: Updating local name of variable perturbation_of_momentum_roughness_length from z01d to GFS_Interstitial(cdata%thrd_no)%z01d +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_zhao_carr_microphysics_scheme from imp_physics_zhao_carr to GFS_Control%imp_physics_zhao_carr +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +DEBUG: Updating local name of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from bl_dnfr to GFS_Control%bl_dnfr +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +DEBUG: Updating local name of variable perturbation_of_soil_type_b_parameter from bexp1d to GFS_Interstitial(cdata%thrd_no)%bexp1d +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +DEBUG: Updating local name of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from xmu to GFS_Interstitial(cdata%thrd_no)%xmu +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 +DEBUG: Updating local name of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from nvisdf_cpl to GFS_Data(cdata%blk_no)%Coupling%nvisdf_cpl +INFO: Converting local name lw_optical_props_clrsky of variable longwave_optical_properties_for_clear_sky from new to old metadata +DEBUG: Updating local name of variable longwave_optical_properties_for_clear_sky from lw_optical_props_clrsky to GFS_Interstitial(cdata%thrd_no)%lw_optical_props_clrsky +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_x_momentum_flux_for_coupling from dusfci_cpl to GFS_Data(cdata%blk_no)%Coupling%dusfci_cpl +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from nnirbmi_cpl to GFS_Data(cdata%blk_no)%Coupling%nnirbmi_cpl +INFO: Converting local name ca_entr of variable flag_for_global_cellular_automata_entr from new to old metadata +DEBUG: Updating local name of variable flag_for_global_cellular_automata_entr from ca_entr to GFS_Control%ca_entr +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from dv3dt(:,:,4) to GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,4) +INFO: Converting local name hsw0 of variable RRTMGP_sw_heating_rate_clear_sky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_sw_heating_rate_clear_sky from hsw0 to GFS_Interstitial(cdata%thrd_no)%hsw0 +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from adjvisbmd to GFS_Interstitial(cdata%thrd_no)%adjvisbmd +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_y_momentum_flux_for_diag from dvsfci to GFS_Data(cdata%blk_no)%Intdiag%dvsfci +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +DEBUG: Updating local name of variable kinematic_surface_latent_heat_flux from phy_myj_elflx to GFS_Data(cdata%blk_no)%Tbd%phy_myj_elflx +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from pdfflag to GFS_Control%pdfflag +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +DEBUG: Updating local name of variable number_of_tracers_scavenged from nscav to GFS_Interstitial(cdata%thrd_no)%nscav +INFO: Converting local name cld_rwp of variable RRTMGP_cloud_rain_water_path from new to old metadata +DEBUG: Updating local name of variable RRTMGP_cloud_rain_water_path from cld_rwp to GFS_Interstitial(cdata%thrd_no)%cld_rwp +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +DEBUG: Variable index_for_ice_cloud_number_concentration was in old metadata format and has already been converted +DEBUG: Updating local name of variable ice_number_concentration from qgrs(:,:,index_for_ice_cloud_number_concentration) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntinc) +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +DEBUG: Updating local name of variable mean_change_over_depth_in_sea_water_temperature from dtzm to GFS_Interstitial(cdata%thrd_no)%dtzm +INFO: Converting local name lw_optical_props_aerosol of variable longwave_optical_properties_for_aerosols from new to old metadata +DEBUG: Updating local name of variable longwave_optical_properties_for_aerosols from lw_optical_props_aerosol to GFS_Interstitial(cdata%thrd_no)%lw_optical_props_aerosol +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +DEBUG: Updating local name of variable shoc_tke_dissipation_tunable_parameter_near_surface from shoc_parm(3) to GFS_Control%shoc_parm(3) +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from visbmui to GFS_Data(cdata%blk_no)%Coupling%visbmui +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +DEBUG: Updating local name of variable instantaneous_atmosphere_heat_diffusivity from dkt to GFS_Data(cdata%blk_no)%Coupling%dkt +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +DEBUG: Updating local name of variable number_of_snow_layers from snowxy to GFS_Data(cdata%blk_no)%Sfcprop%snowxy +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from dv3dt(:,:,2) to GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,2) +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +DEBUG: Updating local name of variable soil_type_dataset_choice from isot to GFS_Control%isot +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +DEBUG: Updating local name of variable horizontal_index_of_printed_column from ipr to GFS_Interstitial(cdata%thrd_no)%ipr +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_x_momentum_flux_for_diag from dusfci to GFS_Data(cdata%blk_no)%Intdiag%dusfci +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +DEBUG: Variable index_for_graupel was in old metadata format and has already been converted +DEBUG: Updating local name of variable graupel_mixing_ratio_updated_by_physics from gq0(:,:,index_for_graupel) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntgl) +INFO: Converting local name do_GPsw_Glw of variable scheme_flag from new to old metadata +DEBUG: Updating local name of variable scheme_flag from do_GPsw_Glw to GFS_Control%do_GPsw_Glw +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels from htsw0 to GFS_Interstitial(cdata%thrd_no)%htsw0 +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +DEBUG: Updating local name of variable seed_for_random_number_generation_in_cellular_automata_scheme from iseed_ca to GFS_Control%iseed_ca +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +DEBUG: Updating local name of variable canopy_air_temperature from tahxy to GFS_Data(cdata%blk_no)%Sfcprop%tahxy +INFO: Converting local name imn of variable forecast_month from new to old metadata +DEBUG: Updating local name of variable forecast_month from imn to GFS_Control%imn +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +DEBUG: Updating local name of variable canopy_upward_latent_heat_flux from evcw to GFS_Interstitial(cdata%thrd_no)%evcw +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from evbsa to GFS_Data(cdata%blk_no)%Intdiag%evbsa +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +DEBUG: Updating local name of variable cumulative_cloud_work_function from cldwrk to GFS_Data(cdata%blk_no)%Intdiag%cldwrk +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from ql to CCPP_interstitial%ql +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +DEBUG: Updating local name of variable maximum_subgrid_orography from elvmax to GFS_Interstitial(cdata%thrd_no)%elvmax +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +DEBUG: Updating local name of variable air_pressure_at_lowest_model_layer from prsl(:,1) to GFS_Data(cdata%blk_no)%Statein%prsl(:,1) +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +DEBUG: Updating local name of variable countergradient_mixing_term_for_water_vapor from gamq to GFS_Interstitial(cdata%thrd_no)%gamq +INFO: Converting local name cld_iwp of variable RRTMGP_cloud_ice_water_path from new to old metadata +DEBUG: Updating local name of variable RRTMGP_cloud_ice_water_path from cld_iwp to GFS_Interstitial(cdata%thrd_no)%cld_iwp +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +DEBUG: Updating local name of variable air_temperature_updated_by_physics from gt0 to GFS_Data(cdata%blk_no)%Stateout%gt0 +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +DEBUG: Updating local name of variable v_wind_component_at_viscous_sublayer_top from phy_myj_vz0 to GFS_Data(cdata%blk_no)%Tbd%phy_myj_vz0 +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +DEBUG: Updating local name of variable ending_x_direction_index_domain from ied to CCPP_interstitial%ied +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from faersw(:,:,:,2) to GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,2) +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +DEBUG: Variable index_for_rain_number_concentration was in old metadata format and has already been converted +DEBUG: Updating local name of variable rain_number_concentration from qgrs(:,:,index_for_rain_number_concentration) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntrnc) +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +DEBUG: Updating local name of variable cell_area_for_fast_physics from area to CCPP_interstitial%area +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +DEBUG: Updating local name of variable flag_for_convective_transport_of_tracers from trans_trac to GFS_Control%trans_trac +INFO: Converting local name runoff of variable total_runoff from new to old metadata +DEBUG: Updating local name of variable total_runoff from runoff to GFS_Data(cdata%blk_no)%Intdiag%runoff +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from raincprv to GFS_Data(cdata%blk_no)%Sfcprop%raincprv +INFO: Converting local name ty_source_func_lw of variable ty_source_func_lw from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +DEBUG: Updating local name of variable time_integral_of_height_of_mountain_blocking from zmtb to GFS_Data(cdata%blk_no)%Intdiag%zmtb +DEBUG: Variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d was in old metadata format and has already been converted +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 +DEBUG: Updating local name of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from dv3dt_ngw to GFS_Data(cdata%blk_no)%Intdiag%dv3dt_ngw +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +DEBUG: Updating local name of variable volume_fraction_of_soil_moisture from smc to GFS_Data(cdata%blk_no)%Sfcprop%smc +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +DEBUG: Updating local name of variable limit_for_temperature_tendency_for_microphysics from ttendlim to GFS_Control%ttendlim +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +DEBUG: Updating local name of variable snow_vertical_dimension_for_land_surface_model from lsnow_lsm to GFS_Control%lsnow_lsm +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +DEBUG: Updating local name of variable vertical_index_difference_between_inout_and_local from kd to GFS_Interstitial(cdata%thrd_no)%kd +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +DEBUG: Updating local name of variable number_of_aerosol_output_fields_for_shortwave_radiation from nf_aesw to GFS_Interstitial(cdata%thrd_no)%nf_aesw +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_explicit_precipitation_amount from prcpmp to GFS_Interstitial(cdata%thrd_no)%prcpmp +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from dswsfci_cpl to GFS_Data(cdata%blk_no)%Coupling%dswsfci_cpl +INFO: Converting local name hswc of variable RRTMGP_sw_heating_rate_all_sky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_sw_heating_rate_all_sky from hswc to GFS_Interstitial(cdata%thrd_no)%hswc +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +DEBUG: Updating local name of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from u10max to GFS_Data(cdata%blk_no)%Intdiag%u10max +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +DEBUG: Updating local name of variable x_wind_at_lowest_model_layer from ugrs(:,1) to GFS_Data(cdata%blk_no)%Statein%ugrs(:,1) +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable local_rain_water_mixing_ratio from qrn to GFS_Interstitial(cdata%thrd_no)%qrn +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from dlwsfc to GFS_Data(cdata%blk_no)%Intdiag%dlwsfc +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name t_lev of variable air_temperature_at_interface_for_RRTMGP from new to old metadata +DEBUG: Updating local name of variable air_temperature_at_interface_for_RRTMGP from t_lev to GFS_Interstitial(cdata%thrd_no)%t_lev +DEBUG: Variable index_for_snow_number_concentration was in old metadata format and has already been converted +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_longwave_flux_absorbed_by_ground from gabsbdlw to GFS_Interstitial(cdata%thrd_no)%gabsbdlw +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +DEBUG: Variable ccpp_block_number was in old metadata format and has already been converted +DEBUG: Updating local name of variable horizontal_dimension from blksz2(ccpp_block_number) to GFS_Control%blksz2(cdata%blk_no) +INFO: Converting local name p_lay of variable air_pressure_at_layer_for_RRTMGP_in_hPa from new to old metadata +DEBUG: Updating local name of variable air_pressure_at_layer_for_RRTMGP_in_hPa from p_lay to GFS_Interstitial(cdata%thrd_no)%p_lay +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +DEBUG: Updating local name of variable flag_reset_maximum_hourly_fields from reset to GFS_Interstitial(cdata%thrd_no)%reset +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +DEBUG: Updating local name of variable density_of_fresh_water from rho_h2o to GFS_Control%rho_h2o +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +DEBUG: Updating local name of variable layer_bottom_depth_from_snow_surface from zsnsoxy to GFS_Data(cdata%blk_no)%Sfcprop%zsnsoxy +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +DEBUG: Updating local name of variable volume_mixing_ratio_ccl4 from gasvmr(:,:,9) to GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,9) +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +DEBUG: Variable index_for_snow_number_concentration was in old metadata format and has already been converted +DEBUG: Updating local name of variable snow_number_concentration_updated_by_physics from gq0(:,:,index_for_snow_number_concentration) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntsnc) +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_mass_flux_deep_convection_scheme from imfdeepcnv to GFS_Control%imfdeepcnv +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +DEBUG: Updating local name of variable stem_mass from stmassxy to GFS_Data(cdata%blk_no)%Sfcprop%stmassxy +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +DEBUG: Updating local name of variable atmosphere_heat_diffusivity_background_maximum from xkzminv to GFS_Control%xkzminv +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +DEBUG: Updating local name of variable number_of_spectral_wave_trancation_for_sas from jcap to GFS_Control%jcap +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +DEBUG: Updating local name of variable number_of_independent_cellular_automata from nca to GFS_Control%nca +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +DEBUG: Updating local name of variable leaf_mass from lfmassxy to GFS_Data(cdata%blk_no)%Sfcprop%lfmassxy +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +DEBUG: Updating local name of variable kinematic_surface_upward_sensible_heat_flux from hflx to GFS_Interstitial(cdata%thrd_no)%hflx +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +DEBUG: Updating local name of variable flag_mg3_as_mg2 from mg3_as_mg2 to GFS_Interstitial(cdata%thrd_no)%mg3_as_mg2 +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +DEBUG: Updating local name of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from iccn to GFS_Control%iccn +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +DEBUG: Updating local name of variable components_of_surface_downward_shortwave_fluxes from scmpsw to GFS_Interstitial(cdata%thrd_no)%scmpsw +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +DEBUG: Updating local name of variable weights_for_stochastic_shum_perturbation_flipped from shum_wts to GFS_Data(cdata%blk_no)%Intdiag%shum_wts +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +DEBUG: Updating local name of variable mg_flag_for_hail from mg_do_hail to GFS_Control%mg_do_hail +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +DEBUG: Updating local name of variable index_for_convective_cloud_cover_in_phy_f3d from ncnvc to GFS_Control%ncnvc +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +DEBUG: Updating local name of variable maximum_wind_at_10m from wind10mmax to GFS_Data(cdata%blk_no)%Intdiag%wind10mmax +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +DEBUG: Updating local name of variable GFS_diag_type_instance from Intdiag to GFS_Data(cdata%blk_no)%Intdiag +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 +DEBUG: Variable index_for_snow_water was in old metadata format and has already been converted +DEBUG: Updating local name of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from dqdt(:,:,index_for_snow_water) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntsw) +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_shortwave_flux from uswsfci to GFS_Data(cdata%blk_no)%Intdiag%uswsfci +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +DEBUG: Updating local name of variable countergradient_mixing_term_for_temperature from gamt to GFS_Interstitial(cdata%thrd_no)%gamt +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +DEBUG: Updating local name of variable number_of_tracers from ntrac to GFS_Control%ntrac +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +DEBUG: Updating local name of variable sea_ice_minimum from min_seaice to GFS_Control%min_seaice +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable flag_for_gravity_wave_drag from do_gwd to GFS_Control%do_gwd +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +DEBUG: Updating local name of variable maximum_x_wind_at_10m from u10mmax to GFS_Data(cdata%blk_no)%Intdiag%u10mmax +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels from htswc to GFS_Interstitial(cdata%thrd_no)%htswc +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +DEBUG: Updating local name of variable time_since_diagnostics_zeroed from zhour to GFS_Control%zhour +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from dtdtc to GFS_Interstitial(cdata%thrd_no)%dtdtc +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from ice to GFS_Data(cdata%blk_no)%Intdiag%ice +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +DEBUG: Updating local name of variable flag_for_precipitation_type from srflag to GFS_Data(cdata%blk_no)%Sfcprop%srflag +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels from htlwc to GFS_Interstitial(cdata%thrd_no)%htlwc +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +DEBUG: Updating local name of variable cloud_decorrelation_length from de_lgth to GFS_Interstitial(cdata%thrd_no)%de_lgth +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +DEBUG: Updating local name of variable map_of_block_column_number_to_global_i_index from imap to GFS_Data(cdata%blk_no)%Tbd%imap +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +DEBUG: Updating local name of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from skebu_wts to GFS_Data(cdata%blk_no)%Intdiag%skebu_wts +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +DEBUG: Updating local name of variable local_condesed_water_number_concentration from ncpl to GFS_Interstitial(cdata%thrd_no)%ncpl +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +DEBUG: Updating local name of variable number_of_frozen_precipitation_species from fprcp to GFS_Control%fprcp +INFO: Converting local name sfc_alb_nir_dir of variable surface_albedo_nearIR_direct from new to old metadata +DEBUG: Updating local name of variable surface_albedo_nearIR_direct from sfc_alb_nir_dir to GFS_Interstitial(cdata%thrd_no)%sfc_alb_nir_dir +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +DEBUG: Updating local name of variable flag_for_hedmf from hybedmf to GFS_Control%hybedmf +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +DEBUG: Updating local name of variable temperature_from_previous_timestep from prevst to GFS_Data(cdata%blk_no)%Tbd%prevst +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +DEBUG: Updating local name of variable number_of_total_tracers from tracers_total to GFS_Interstitial(cdata%thrd_no)%tracers_total +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +DEBUG: Updating local name of variable snow_temperature from tsnoxy to GFS_Data(cdata%blk_no)%Sfcprop%tsnoxy +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +DEBUG: Updating local name of variable weights_for_stochastic_shum_perturbation from shum_wts to GFS_Data(cdata%blk_no)%Coupling%shum_wts +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +DEBUG: Updating local name of variable height_above_ground_at_lowest_model_layer from zlvl to GFS_Data(cdata%blk_no)%Intdiag%zlvl +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +DEBUG: Updating local name of variable number_of_timesteps_between_longwave_radiation_calls from nslwr to GFS_Control%nslwr +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +DEBUG: Updating local name of variable ccpp_loop_counter from loop_cnt to cdata%loop_cnt +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_ice_amount from icemp to GFS_Interstitial(cdata%thrd_no)%icemp +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +DEBUG: Updating local name of variable sea_ice_thickness from hice to GFS_Data(cdata%blk_no)%Sfcprop%hice +INFO: Converting local name aerosolslw(:,:,:,3) of variable RRTMGP_aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable RRTMGP_aerosol_asymmetry_parameter_for_longwave_bands_01_16 from aerosolslw(:,:,:,3) to GFS_Interstitial(cdata%thrd_no)%aerosolslw(:,:,:,3) +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +DEBUG: Updating local name of variable vertical_index_at_top_of_atmosphere_boundary_layer from kpbl to GFS_Interstitial(cdata%thrd_no)%kpbl +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +DEBUG: Updating local name of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from cnv_ndrop to GFS_Interstitial(cdata%thrd_no)%cnv_ndrop +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from dnirbmi_cpl to GFS_Data(cdata%blk_no)%Coupling%dnirbmi_cpl +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +DEBUG: Updating local name of variable flag_for_frozen_soil_permeability_option from iopt_inf to GFS_Control%iopt_inf +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +DEBUG: Variable index_for_ice_friendly_aerosols was in old metadata format and has already been converted +DEBUG: Updating local name of variable ice_friendly_aerosol_number_concentration from qgrs(:,:,index_for_ice_friendly_aerosols) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntia) +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +DEBUG: Updating local name of variable specific_humidity_at_2m_from_noahmp from q2mp to GFS_Interstitial(cdata%thrd_no)%q2mp +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +DEBUG: Updating local name of variable natural_log_of_h2o_forcing_data_pressure_levels from h2o_pres to GFS_Interstitial(cdata%thrd_no)%h2o_pres +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +DEBUG: Updating local name of variable diffusivity_background_sigma_level from xkzm_s to GFS_Control%xkzm_s +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +DEBUG: Updating local name of variable surface_specific_humidity_over_ocean from qss_ocean to GFS_Interstitial(cdata%thrd_no)%qss_ocean +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 +DEBUG: Updating local name of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from nvisbmi_cpl to GFS_Data(cdata%blk_no)%Coupling%nvisbmi_cpl +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +DEBUG: Updating local name of variable number_of_cloud_condensate_types from ncnd to GFS_Control%ncnd +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +DEBUG: Updating local name of variable omp_threads_for_fast_physics from nthreads to CCPP_interstitial%nthreads +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +DEBUG: Updating local name of variable x_wind_at_lowest_model_layer_for_diag from u1 to GFS_Data(cdata%blk_no)%Intdiag%u1 +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +DEBUG: Updating local name of variable maximum_mass_flux from maxMF to GFS_Data(cdata%blk_no)%Intdiag%maxMF +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +DEBUG: Updating local name of variable coefficient_c_d from c_d to GFS_Data(cdata%blk_no)%Sfcprop%c_d +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +DEBUG: Updating local name of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from drain_cpl to GFS_Data(cdata%blk_no)%Tbd%drain_cpl +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +DEBUG: Updating local name of variable index_for_first_chemical_tracer from ntchs to GFS_Control%ntchs +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +DEBUG: Updating local name of variable mg_tuning_factor_for_alphas from mg_alf to GFS_Control%mg_alf +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +DEBUG: Updating local name of variable y_wind_at_lowest_model_layer_updated_by_physics from gv0(:,1) to GFS_Data(cdata%blk_no)%Stateout%gv0(:,1) +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +DEBUG: Updating local name of variable coefficient_c_0 from c_0 to GFS_Data(cdata%blk_no)%Sfcprop%c_0 +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +DEBUG: Updating local name of variable mpi_rank_for_fast_physics from mpirank to CCPP_interstitial%mpirank +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +DEBUG: Updating local name of variable downdraft_fraction_reaching_surface_over_land_deep_convection from betal_deep to GFS_Control%betal_deep +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +DEBUG: Updating local name of variable canopy_intercepted_ice_mass from canicexy to GFS_Data(cdata%blk_no)%Sfcprop%canicexy +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +DEBUG: Updating local name of variable mg_type_of_precip_fraction_method from mg_precip_frac_method to GFS_Control%mg_precip_frac_method +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +DEBUG: Updating local name of variable mean_effective_radius_for_ice_cloud from clouds(:,:,5) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,5) +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +DEBUG: Updating local name of variable weight_for_momentum_at_viscous_sublayer_top from phy_myj_a1u to GFS_Data(cdata%blk_no)%Tbd%phy_myj_a1u +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +DEBUG: Updating local name of variable ice_supersaturation_threshold from sup to GFS_Control%sup +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +DEBUG: Updating local name of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from rh02max to GFS_Data(cdata%blk_no)%Intdiag%rh02max +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +DEBUG: Updating local name of variable accumulated_change_of_air_temperature_due_to_FA_scheme from train to GFS_Data(cdata%blk_no)%Intdiag%train +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +DEBUG: Updating local name of variable coefficients_for_aerosol_scavenging from fscav to GFS_Control%fscav +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +DEBUG: Updating local name of variable frozen_cloud_threshold_temperature from tf to GFS_Control%tf +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +DEBUG: Updating local name of variable surface_air_pressure_two_time_steps_back from phy_f2d(:,1) to GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,1) +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +DEBUG: Updating local name of variable vertical_dimension_plus_one from levsp1 to GFS_Control%levsp1 +INFO: Converting local name GFS_grid_type of variable GFS_grid_type 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 +DEBUG: Updating local name of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from faerlw(:,:,:,2) to GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,2) +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +DEBUG: Updating local name of variable coefficient_from_cloud_ice_to_snow_ras from psauras to GFS_Control%psauras +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +DEBUG: Updating local name of variable inverse_scaling_factor_for_critical_relative_humidity from dxinv to GFS_Control%dxinv +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +DEBUG: Updating local name of variable surface_wind_stress_over_ocean from stress_ocean to GFS_Interstitial(cdata%thrd_no)%stress_ocean +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +DEBUG: Updating local name of variable cellular_automata_lifetime from nlives to GFS_Control%nlives +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_samf_shallow_convection_scheme from imfshalcnv_samf to GFS_Control%imfshalcnv_samf +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +DEBUG: Updating local name of variable diagnostics_control_for_chemical_tracers from ntdiag to GFS_Control%ntdiag +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +DEBUG: Updating local name of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from smcwlt2 to GFS_Data(cdata%blk_no)%Intdiag%smcwlt2 +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +DEBUG: Updating local name of variable instantaneous_aerosol_column_mass_densities from aecm to GFS_Data(cdata%blk_no)%Intdiag%aecm +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +DEBUG: Updating local name of variable surface_latent_heat from lh to GFS_Data(cdata%blk_no)%Sfcprop%lh +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +DEBUG: Updating local name of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from ntkev to GFS_Interstitial(cdata%thrd_no)%ntkev +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from fm10 to GFS_Interstitial(cdata%thrd_no)%fm10 +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +DEBUG: Updating local name of variable flag_for_hydrostatic_heating_from_physics from phys_hydrostatic to GFS_Interstitial(cdata%thrd_no)%phys_hydrostatic +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +DEBUG: Updating local name of variable weights_for_stochastic_sppt_perturbation from sppt_wts to GFS_Data(cdata%blk_no)%Coupling%sppt_wts +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +DEBUG: Updating local name of variable kappa_dry_for_fast_physics from akap to CCPP_interstitial%akap +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_land_surface_scheme from lsm to GFS_Control%lsm +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_momentum from ffmm to GFS_Data(cdata%blk_no)%Sfcprop%ffmm +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +DEBUG: Updating local name of variable height_of_mountain_blocking from zmtb to GFS_Interstitial(cdata%thrd_no)%zmtb +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 +DEBUG: Updating local name of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from chh_ice to GFS_Interstitial(cdata%thrd_no)%chh_ice +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 +DEBUG: Updating local name of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from chh_ocean to GFS_Interstitial(cdata%thrd_no)%chh_ocean +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 +DEBUG: Variable index_for_liquid_cloud_number_concentration was in old metadata format and has already been converted +DEBUG: Updating local name of variable cloud_droplet_number_concentration_updated_by_physics from gq0(:,:,index_for_liquid_cloud_number_concentration) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntlnc) +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +DEBUG: Updating local name of variable model_layer_number_at_cloud_top from mtopa to GFS_Interstitial(cdata%thrd_no)%mtopa +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +DEBUG: Updating local name of variable tendency_of_water_friendly_aerosols_at_surface from nwfa2d to GFS_Data(cdata%blk_no)%Coupling%nwfa2d +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +DEBUG: Updating local name of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from pkz to CCPP_interstitial%pkz +INFO: Converting local name dx of variable cell_size from new to old metadata +DEBUG: Updating local name of variable cell_size from dx to GFS_Data(cdata%blk_no)%Grid%dx +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +DEBUG: Updating local name of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from t02min to GFS_Data(cdata%blk_no)%Intdiag%t02min +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +DEBUG: Updating local name of variable bulk_richardson_number_at_lowest_model_level_over_land from rb_land to GFS_Interstitial(cdata%thrd_no)%rb_land +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_thompson_microphysics_scheme from imp_physics_thompson to GFS_Control%imp_physics_thompson +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +DEBUG: Updating local name of variable surface_skin_temperature_for_nsst from tseal to GFS_Interstitial(cdata%thrd_no)%tseal +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +DEBUG: Updating local name of variable ccpp_error_message from errmsg to cdata%errmsg +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +DEBUG: Updating local name of variable detrainment_and_precipitation_tunable_parameter_3_CS from cs_parm(3) to GFS_Control%cs_parm(3) +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +DEBUG: Updating local name of variable snow_layer_liquid_water from snliqxy to GFS_Data(cdata%blk_no)%Sfcprop%snliqxy +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +DEBUG: Updating local name of variable flag_for_moorthi_stratus from mstrat to GFS_Control%mstrat +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +DEBUG: Updating local name of variable water_equivalent_accumulated_snow_depth_over_ice from weasd_ice to GFS_Interstitial(cdata%thrd_no)%weasd_ice +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +DEBUG: Updating local name of variable water_vapor_specific_humidity_at_layer_for_radiation from qlyr to GFS_Interstitial(cdata%thrd_no)%qlyr +INFO: Converting local name ccpp_t of variable ccpp_t 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 +DEBUG: Updating local name of variable lwe_thickness_of_precipitation_amount_for_coupling from rain_cpl to GFS_Data(cdata%blk_no)%Coupling%rain_cpl +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +DEBUG: Updating local name of variable cloud_specie_mix_flag from bl_mynn_cloudmix to GFS_Control%bl_mynn_cloudmix +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +DEBUG: Updating local name of variable ground_temperature_for_noahmp from tgxy to GFS_Data(cdata%blk_no)%Sfcprop%tgxy +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from dvsfc_cpl to GFS_Data(cdata%blk_no)%Coupling%dvsfc_cpl +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +DEBUG: Updating local name of variable flag_for_shoc_after_convection from shocaftcnv to GFS_Control%shocaftcnv +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +DEBUG: Updating local name of variable flag_for_nsstm_run from nstf_name(1) to GFS_Control%nstf_name(1) +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +DEBUG: Updating local name of variable stem_area_index from xsaixy to GFS_Data(cdata%blk_no)%Sfcprop%xsaixy +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +DEBUG: Updating local name of variable mg_time_scale_for_autoconversion_of_ice from mg_ts_auto_ice to GFS_Control%mg_ts_auto_ice +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_roughness_length_over_ocean_interstitial from zorl_ocean to GFS_Interstitial(cdata%thrd_no)%zorl_ocean +INFO: Converting local name ca1 of variable cellular_automata_global_pattern from new to old metadata +DEBUG: Updating local name of variable cellular_automata_global_pattern from ca1 to GFS_Data(cdata%blk_no)%Coupling%ca1 +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable aerosol_optical_depth_for_shortwave_bands_01_16 from faersw(:,:,:,1) to GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,1) +INFO: Converting local name sw_optical_props_cloudsByBand of variable shortwave_optical_properties_for_cloudy_atmosphere_by_band from new to old metadata +DEBUG: Updating local name of variable shortwave_optical_properties_for_cloudy_atmosphere_by_band from sw_optical_props_cloudsByBand to GFS_Interstitial(cdata%thrd_no)%sw_optical_props_cloudsByBand +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +DEBUG: Updating local name of variable cloud_liquid_water_path from clouds(:,:,2) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,2) +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +DEBUG: Updating local name of variable vertical_index_at_cloud_top from ktop to GFS_Interstitial(cdata%thrd_no)%ktop +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +DEBUG: Updating local name of variable surface_diffused_shortwave_albedo from sfalb to GFS_Data(cdata%blk_no)%Radtend%sfalb +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +DEBUG: Updating local name of variable convective_cloud_cover from cnvc to GFS_Interstitial(cdata%thrd_no)%cnvc +INFO: Converting local name ugrs of variable x_wind from new to old metadata +DEBUG: Updating local name of variable x_wind from ugrs to GFS_Data(cdata%blk_no)%Statein%ugrs +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +DEBUG: Updating local name of variable minimum_vegetation_area_fraction from shdmin to GFS_Data(cdata%blk_no)%Sfcprop%shdmin +INFO: Converting local name fluxswUP_clrsky of variable RRTMGP_sw_flux_profile_upward_clrsky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_sw_flux_profile_upward_clrsky from fluxswUP_clrsky to GFS_Interstitial(cdata%thrd_no)%fluxswUP_clrsky +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +DEBUG: Updating local name of variable time_integral_of_height_of_low_level_wave_breaking from zlwb to GFS_Data(cdata%blk_no)%Intdiag%zlwb +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +DEBUG: Updating local name of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from satmedmf to GFS_Control%satmedmf +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from cdmbgwd to GFS_Control%cdmbgwd +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +DEBUG: Updating local name of variable coefficient_from_cloud_water_to_rain_ras from prauras to GFS_Control%prauras +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +DEBUG: Updating local name of variable flag_for_output_of_shortwave_heating_rate from swhtr to GFS_Control%swhtr +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +DEBUG: Updating local name of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from aerodp to GFS_Interstitial(cdata%thrd_no)%aerodp +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +DEBUG: Updating local name of variable tke_dissipative_heating_factor from dspfac to GFS_Control%dspfac +INFO: Converting local name facwf of variable fractional_coverage_with_weak_cosz_dependency from new to old metadata +DEBUG: Updating local name of variable fractional_coverage_with_weak_cosz_dependency from facwf to GFS_Data(cdata%blk_no)%Sfcprop%facwf +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_gf_shallow_convection_scheme from imfshalcnv_gf to GFS_Control%imfshalcnv_gf +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable aerosol_optical_properties_for_longwave_bands_01_16 from faerlw to GFS_Interstitial(cdata%thrd_no)%faerlw +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +DEBUG: Updating local name of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from zvir to CCPP_interstitial%zvir +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +DEBUG: Updating local name of variable array_dimension_of_3d_arrays_for_microphysics from num_p3d to GFS_Control%num_p3d +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +DEBUG: Updating local name of variable flag_for_hydrostatic_solver_for_fast_physics from hydrostatic to CCPP_interstitial%hydrostatic +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +DEBUG: Updating local name of variable integrated_y_momentum_flux_from_blocking_drag from dvsfc_bl to GFS_Data(cdata%blk_no)%Intdiag%dvsfc_bl +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +DEBUG: Updating local name of variable aerosol_aware_parameter_deep_convection from asolfac_deep to GFS_Control%asolfac_deep +INFO: Converting local name alvsf of variable mean_vis_albedo_with_strong_cosz_dependency from new to old metadata +DEBUG: Updating local name of variable mean_vis_albedo_with_strong_cosz_dependency from alvsf to GFS_Data(cdata%blk_no)%Sfcprop%alvsf +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +DEBUG: Updating local name of variable air_pressure_at_layer_for_radiation_in_hPa from plyr to GFS_Interstitial(cdata%thrd_no)%plyr +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +DEBUG: Updating local name of variable coefficient_for_evaporation_of_rainfall from evpco to GFS_Control%evpco +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +DEBUG: Updating local name of variable y_momentum_tendency_from_blocking_drag from dtauy2d_bl to GFS_Data(cdata%blk_no)%Intdiag%dtauy2d_bl +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +DEBUG: Updating local name of variable weight_for_potental_temperature_at_viscous_sublayer_top from phy_myj_a1t to GFS_Data(cdata%blk_no)%Tbd%phy_myj_a1t +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +DEBUG: Updating local name of variable x_momentum_tendency_from_large_scale_gwd from dtaux2d_ls to GFS_Data(cdata%blk_no)%Intdiag%dtaux2d_ls +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_pressure_multiplied_by_timestep from psmean to GFS_Data(cdata%blk_no)%Intdiag%psmean +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +DEBUG: Updating local name of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from cmm_ocean to GFS_Interstitial(cdata%thrd_no)%cmm_ocean +INFO: Converting local name sw_file_gas of variable rrtmgp_kdistribution_sw from new to old metadata +DEBUG: Updating local name of variable rrtmgp_kdistribution_sw from sw_file_gas to GFS_Control%sw_file_gas +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +DEBUG: Updating local name of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from clw(:,:,2) to GFS_Interstitial(cdata%thrd_no)%clw(:,:,2) +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +DEBUG: Updating local name of variable shoc_tke_dissipatation_pressure_threshold from shoc_parm(1) to GFS_Control%shoc_parm(1) +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +DEBUG: Updating local name of variable vertical_index_difference_between_layer_and_upper_bound from kt to GFS_Interstitial(cdata%thrd_no)%kt +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +DEBUG: Updating local name of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from f10m to GFS_Data(cdata%blk_no)%Sfcprop%f10m +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +DEBUG: Updating local name of variable mg_autoconversion_size_threshold_ice_snow from mg_dcs to GFS_Control%mg_dcs +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_snow_amount_for_coupling from snow_cpl to GFS_Data(cdata%blk_no)%Coupling%snow_cpl +DEBUG: Variable index_for_water_vapor was in old metadata format and has already been converted +INFO: Converting local name topflw_type of variable topflw_type 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 +DEBUG: Updating local name of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from cdq_land to GFS_Interstitial(cdata%thrd_no)%cdq_land +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +DEBUG: Updating local name of variable flag_for_Chikira_Sugiyama_deep_convection from cscnv to GFS_Control%cscnv +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from dq3dt(:,:,5) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from rainc to GFS_Data(cdata%blk_no)%Intdiag%rainc +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable surface_upward_sensible_heat_flux_for_coupling from dtsfcin_cpl to GFS_Data(cdata%blk_no)%Coupling%dtsfcin_cpl +INFO: Converting local name rann of variable random_number_array from new to old metadata +DEBUG: Updating local name of variable random_number_array from rann to GFS_Data(cdata%blk_no)%Tbd%rann +DEBUG: Variable index_for_liquid_cloud_number_concentration was in old metadata format and has already been converted +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +DEBUG: Updating local name of variable flag_for_guess_run from flag_guess to GFS_Interstitial(cdata%thrd_no)%flag_guess +INFO: Converting local name tracer of variable chemical_tracers from new to old metadata +DEBUG: Updating local name of variable chemical_tracers from tracer to GFS_Interstitial(cdata%thrd_no)%tracer +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +DEBUG: Updating local name of variable flag_for_radiation_transfer_option from iopt_rad to GFS_Control%iopt_rad +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +DEBUG: Updating local name of variable stability_function_for_heat from Sh3D to GFS_Data(cdata%blk_no)%Tbd%Sh3D +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +DEBUG: Updating local name of variable sine_of_solar_declination_angle from sdec to GFS_Control%sdec +INFO: Converting local name sfc_emiss_byband of variable surface_emissivity_in_each_RRTMGP_LW_band from new to old metadata +DEBUG: Updating local name of variable surface_emissivity_in_each_RRTMGP_LW_band from sfc_emiss_byband to GFS_Interstitial(cdata%thrd_no)%sfc_emiss_byband +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +DEBUG: Updating local name of variable flag_for_vertical_index_direction_control from iflip to GFS_Control%iflip +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +DEBUG: Updating local name of variable slope_of_subgrid_orography from sigma to GFS_Interstitial(cdata%thrd_no)%sigma +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +DEBUG: Updating local name of variable do_myjsfc from do_myjsfc to GFS_Control%do_myjsfc +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from ep to GFS_Data(cdata%blk_no)%Intdiag%ep +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 +DEBUG: Updating local name of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from dnirdf_cpl to GFS_Data(cdata%blk_no)%Coupling%dnirdf_cpl +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +DEBUG: Updating local name of variable subgrid_cloud_mixing_ratio_pbl from QC_BL to GFS_Data(cdata%blk_no)%Tbd%QC_BL +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_longwave_flux_over_ice_interstitial from adjsfculw_ice to GFS_Interstitial(cdata%thrd_no)%adjsfculw_ice +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +DEBUG: Updating local name of variable magnitude_of_perturbation_of_momentum_roughness_length from pertz0 to GFS_Control%pertz0 +INFO: Converting local name rrtmgp_nrghice of variable number_of_rrtmgp_ice_roughness from new to old metadata +DEBUG: Updating local name of variable number_of_rrtmgp_ice_roughness from rrtmgp_nrghice to GFS_Control%rrtmgp_nrghice +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +DEBUG: Updating local name of variable tracer_concentration_updated_by_physics from gq0 to GFS_Data(cdata%blk_no)%Stateout%gq0 +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +DEBUG: Updating local name of variable flag_for_first_time_step from first_time_step to GFS_Control%first_time_step +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +DEBUG: Updating local name of variable x_momentum_tendency_from_small_scale_gwd from dtaux2d_ss to GFS_Data(cdata%blk_no)%Intdiag%dtaux2d_ss +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +DEBUG: Updating local name of variable instantaneous_large_scale_wet_deposition from wetdpl to GFS_Data(cdata%blk_no)%Intdiag%wetdpl +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +DEBUG: Updating local name of variable t_prime_squared from tsq to GFS_Data(cdata%blk_no)%Tbd%tsq +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +DEBUG: Updating local name of variable fraction_of_tracer_scavenged from fscav to GFS_Interstitial(cdata%thrd_no)%fscav +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +DEBUG: Updating local name of variable index_for_mass_weighted_rime_factor from nqrimef to GFS_Control%nqrimef +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_shallow_convective_precipitation_amount from raincs to GFS_Interstitial(cdata%thrd_no)%raincs +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +DEBUG: Updating local name of variable sine_of_latitude from sinlat to GFS_Data(cdata%blk_no)%Grid%sinlat +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_zhao_carr_pdf_microphysics_scheme from imp_physics_zhao_carr_pdf to GFS_Control%imp_physics_zhao_carr_pdf +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from evcwa to GFS_Data(cdata%blk_no)%Intdiag%evcwa +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +DEBUG: Updating local name of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from ntk to GFS_Interstitial(cdata%thrd_no)%ntk +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +DEBUG: Updating local name of variable number_of_aerosol_tracers_MG from ntrcaer to GFS_Control%ntrcaer +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_skin_temperature_over_ice_interstitial from tsfc_ice to GFS_Interstitial(cdata%thrd_no)%tsfc_ice +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +DEBUG: Updating local name of variable vertical_dimension_of_ozone_forcing_data from levozp to GFS_Interstitial(cdata%thrd_no)%levozp +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +DEBUG: Updating local name of variable conv_activity_counter from cactiv to GFS_Data(cdata%blk_no)%Tbd%cactiv +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 +DEBUG: Variable index_for_turbulent_kinetic_energy_convective_transport_tracer was in old metadata format and has already been converted +DEBUG: Updating local name of variable turbulent_kinetic_energy_convective_transport_tracer from clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) to GFS_Interstitial(cdata%thrd_no)%clw(:,:,GFS_Interstitial(cdata%thrd_no)%ntk) +DEBUG: Variable index_for_water_friendly_aerosols was in old metadata format and has already been converted +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_snow_amount_from_previous_timestep from snowprv to GFS_Data(cdata%blk_no)%Sfcprop%snowprv +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +DEBUG: Updating local name of variable forecast_date_and_time from jdat to GFS_Control%jdat +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +DEBUG: Updating local name of variable daytime_points_dimension from nday to GFS_Interstitial(cdata%thrd_no)%nday +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from dtsfc_cpl to GFS_Data(cdata%blk_no)%Coupling%dtsfc_cpl +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable surface_x_momentum_flux_for_coupling from dusfcin_cpl to GFS_Data(cdata%blk_no)%Coupling%dusfcin_cpl +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +DEBUG: Variable index_for_ozone was in old metadata format and has already been converted +DEBUG: Updating local name of variable ozone_concentration_updated_by_physics from gq0(:,:,index_for_ozone) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntoz) +INFO: Converting local name debug of variable flag_debug from new to old metadata +DEBUG: Updating local name of variable flag_debug from debug to GFS_Control%debug +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +DEBUG: Updating local name of variable coefficient_from_cloud_ice_to_snow from psautco to GFS_Control%psautco +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +DEBUG: Updating local name of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from cd_ocean to GFS_Interstitial(cdata%thrd_no)%cd_ocean +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +DEBUG: Updating local name of variable water_vapor_specific_humidity_two_time_steps_back from phy_f3d(:,:,2) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,2) +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_temperature_due_to_microphysics from dt3dt(:,:,6) to GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,6) +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +DEBUG: Updating local name of variable y_wind_save from save_v to GFS_Interstitial(cdata%thrd_no)%save_v +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +DEBUG: Updating local name of variable mixing_length from el_pbl to GFS_Data(cdata%blk_no)%Tbd%el_pbl +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +DEBUG: Updating local name of variable integrated_x_momentum_flux_from_blocking_drag from dusfc_bl to GFS_Data(cdata%blk_no)%Intdiag%dusfc_bl +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +DEBUG: Updating local name of variable flag_for_wave_coupling_to_atm from cplwav2atm to GFS_Control%cplwav2atm +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +DEBUG: Updating local name of variable local_rain_number_concentration from ncpr to GFS_Interstitial(cdata%thrd_no)%ncpr +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +DEBUG: Updating local name of variable flag_for_ras_deep_convection from ras to GFS_Control%ras +DEBUG: Variable topfsw_type is in old metadata format, no conversion necessary +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +DEBUG: Updating local name of variable surface_albedo_perturbation from alb1d to GFS_Interstitial(cdata%thrd_no)%alb1d +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +DEBUG: Updating local name of variable pressure_at_bottom_of_convective_cloud from cvb to GFS_Data(cdata%blk_no)%Cldprop%cvb +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name cld_lwp of variable RRTMGP_cloud_liquid_water_path from new to old metadata +DEBUG: Updating local name of variable RRTMGP_cloud_liquid_water_path from cld_lwp to GFS_Interstitial(cdata%thrd_no)%cld_lwp +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +DEBUG: Updating local name of variable water_table_recharge_when_shallow from rechxy to GFS_Data(cdata%blk_no)%Sfcprop%rechxy +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +DEBUG: Updating local name of variable mg_allow_supersat_after_sed from sed_supersat to GFS_Control%sed_supersat +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +DEBUG: Updating local name of variable date_and_time_at_model_initialization_reordered from idate to GFS_Control%idate +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_ugwp from gw_dtdt to GFS_Interstitial(cdata%thrd_no)%gw_dtdt +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +DEBUG: Updating local name of variable mg_minimum_rh_for_ice from mg_rhmini to GFS_Control%mg_rhmini +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_upward_latent_heat_flux from dqsfc1 to GFS_Interstitial(cdata%thrd_no)%dqsfc1 +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +DEBUG: Updating local name of variable temperature_at_2m from t2m to GFS_Data(cdata%blk_no)%Sfcprop%t2m +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +DEBUG: Updating local name of variable transpiration_flux from trans to GFS_Interstitial(cdata%thrd_no)%trans +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 +DEBUG: Variable index_for_cloud_fraction_in_3d_arrays_for_microphysics was in old metadata format and has already been converted +DEBUG: Updating local name of variable cloud_fraction_for_MG from phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%indcld) +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_temperature_due_to_shortwave_radiation from dt3dt(:,:,2) to GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,2) +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +DEBUG: Updating local name of variable flag_for_using_climatology_albedo from ialb to GFS_Control%ialb +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +DEBUG: Updating local name of variable air_pressure_at_interface_for_radiation_in_hPa from plvl to GFS_Interstitial(cdata%thrd_no)%plvl +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +DEBUG: Updating local name of variable surface_friction_velocity_over_land from uustar_land to GFS_Interstitial(cdata%thrd_no)%uustar_land +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +DEBUG: Updating local name of variable flag_for_cloud_condensate_normalized_by_cloud_cover from ccnorm to GFS_Control%ccnorm +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +DEBUG: Updating local name of variable tendency_of_tracers_due_to_model_physics from dqdt to GFS_Interstitial(cdata%thrd_no)%dqdt +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +DEBUG: Updating local name of variable number_of_tile from tile_num to GFS_Control%tile_num +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +DEBUG: Updating local name of variable specific_heat_capacities_for_multi_gases_physics from cpilist to CCPP_interstitial%cpilist +INFO: Converting local name me of variable mpi_rank from new to old metadata +DEBUG: Updating local name of variable mpi_rank from me to GFS_Control%me +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +DEBUG: Updating local name of variable accumulated_lwe_thickness_of_ice_amount from totice to GFS_Data(cdata%blk_no)%Intdiag%totice +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable surface_upward_latent_heat_flux_for_coupling from dqsfcin_cpl to GFS_Data(cdata%blk_no)%Coupling%dqsfcin_cpl +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +DEBUG: Updating local name of variable cloud_area_fraction from cldf to GFS_Interstitial(cdata%thrd_no)%cldf +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater 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 +DEBUG: Updating local name of variable flag_for_the_last_step_of_k_split_remapping from last_step to CCPP_interstitial%last_step +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +DEBUG: Updating local name of variable number_of_water_species from nwat to CCPP_interstitial%nwat +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +DEBUG: Updating local name of variable forecast_hour_of_the_day from solhr to GFS_Control%solhr +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +DEBUG: Updating local name of variable flag_for_scale_aware_Shinhong_PBL from shinhong to GFS_Control%shinhong +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +DEBUG: Updating local name of variable coefficient_from_cloud_water_to_rain from prautco to GFS_Control%prautco +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_over_ice from ffhh_ice to GFS_Interstitial(cdata%thrd_no)%ffhh_ice +INFO: Converting local name toa_src_lw of variable toa_incident_lw_flux_by_spectral_point from new to old metadata +DEBUG: Updating local name of variable toa_incident_lw_flux_by_spectral_point from toa_src_lw to GFS_Interstitial(cdata%thrd_no)%toa_src_lw +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 clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +DEBUG: Updating local name of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from clx to GFS_Interstitial(cdata%thrd_no)%clx +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +DEBUG: Updating local name of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from skebv_wts to GFS_Data(cdata%blk_no)%Intdiag%skebv_wts +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +DEBUG: Updating local name of variable instantaneous_sedimentation from sedim to GFS_Data(cdata%blk_no)%Intdiag%sedim +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_graupel_amount from graupelmp to GFS_Interstitial(cdata%thrd_no)%graupelmp +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +DEBUG: Updating local name of variable number_of_days_in_year from yearlen to GFS_Control%yearlen +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 +DEBUG: Variable index_for_liquid_cloud_condensate was in old metadata format and has already been converted +DEBUG: Updating local name of variable cloud_condensed_water_mixing_ratio_updated_by_physics from gq0(:,:,index_for_liquid_cloud_condensate) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntcw) +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +DEBUG: Updating local name of variable column_precipitable_water from pwat to GFS_Data(cdata%blk_no)%Intdiag%pwat +INFO: Converting local name relhum of variable relative_humidity from new to old metadata +DEBUG: Updating local name of variable relative_humidity from relhum to GFS_Interstitial(cdata%thrd_no)%relhum +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +DEBUG: Updating local name of variable flag_for_shallow_convection from shal_cnv to GFS_Control%shal_cnv +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +DEBUG: Updating local name of variable flag_for_cellular_automata from do_ca to GFS_Control%do_ca +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +DEBUG: Updating local name of variable surface_runoff from srunoff to GFS_Data(cdata%blk_no)%Intdiag%srunoff +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +DEBUG: Updating local name of variable cumulative_lwe_thickness_of_convective_precipitation_amount from cnvprcp to GFS_Data(cdata%blk_no)%Intdiag%cnvprcp +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +DEBUG: Updating local name of variable time_step_for_remapping_for_fast_physics from mdt to CCPP_interstitial%mdt +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +DEBUG: Updating local name of variable do_mynnedmf from do_mynnedmf to GFS_Control%do_mynnedmf +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from nswsfci_cpl to GFS_Data(cdata%blk_no)%Coupling%nswsfci_cpl +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_ground_heat_flux from gfluxi to GFS_Data(cdata%blk_no)%Intdiag%gfluxi +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +DEBUG: Updating local name of variable explicit_rainfall_rate_from_previous_timestep from drainncprv to GFS_Data(cdata%blk_no)%Sfcprop%drainncprv +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +DEBUG: Updating local name of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from hflx_ocean to GFS_Interstitial(cdata%thrd_no)%hflx_ocean +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +DEBUG: Variable index_for_graupel_number_concentration was in old metadata format and has already been converted +DEBUG: Updating local name of variable graupel_number_concentration from qgrs(:,:,index_for_graupel_number_concentration) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntgnc) +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +DEBUG: Updating local name of variable moisture_tendency_due_to_dynamics from forceq to GFS_Data(cdata%blk_no)%Tbd%forceq +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +DEBUG: Updating local name of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from ctei_rml to GFS_Interstitial(cdata%thrd_no)%ctei_rml +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +DEBUG: Updating local name of variable convexity_of_subgrid_orography from oc to GFS_Interstitial(cdata%thrd_no)%oc +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +DEBUG: Updating local name of variable fine_root_mass from rtmassxy to GFS_Data(cdata%blk_no)%Sfcprop%rtmassxy +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +DEBUG: Updating local name of variable momentum_transport_reduction_factor_pgf_shallow_convection from pgcon_shal to GFS_Control%pgcon_shal +INFO: Converting local name con_pi of variable pi 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 ngeffr of variable index_for_graupel_effective_radius from new to old metadata +DEBUG: Updating local name of variable index_for_graupel_effective_radius from ngeffr to GFS_Control%ngeffr +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +DEBUG: Updating local name of variable surface_upward_potential_latent_heat_flux_over_ocean from ep1d_ocean to GFS_Interstitial(cdata%thrd_no)%ep1d_ocean +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +DEBUG: Updating local name of variable potential_temperature_at_viscous_sublayer_top from phy_myj_thz0 to GFS_Data(cdata%blk_no)%Tbd%phy_myj_thz0 +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +DEBUG: Updating local name of variable vertical_temperature_average_range_lower_bound from nstf_name(4) to GFS_Control%nstf_name(4) +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +DEBUG: Updating local name of variable cloud_phase_transition_threshold_temperature from tcr to GFS_Control%tcr +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +DEBUG: Updating local name of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from isatmedmf_vdifq to GFS_Control%isatmedmf_vdifq +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +DEBUG: Updating local name of variable cosine_of_zenith_angle from coszen to GFS_Data(cdata%blk_no)%Radtend%coszen +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 +DEBUG: Variable index_for_rain_water was in old metadata format and has already been converted +DEBUG: Updating local name of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from dqdt(:,:,index_for_rain_water) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntrw) +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +DEBUG: Updating local name of variable tendency_of_x_wind_due_to_model_physics from dudt to GFS_Interstitial(cdata%thrd_no)%dudt +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_morrison_gettelman_microphysics_scheme from imp_physics_mg to GFS_Control%imp_physics_mg +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +DEBUG: Updating local name of variable mg_graupel_concentration_constant from mg_ngnst to GFS_Control%mg_ngnst +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +DEBUG: Updating local name of variable flag_for_iteration from flag_iter to GFS_Interstitial(cdata%thrd_no)%flag_iter +INFO: Converting local name julian of variable julian_day from new to old metadata +DEBUG: Updating local name of variable julian_day from julian to GFS_Control%julian +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +DEBUG: Updating local name of variable surface_drag_coefficient_for_momentum_in_air_over_ice from cd_ice to GFS_Interstitial(cdata%thrd_no)%cd_ice +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +DEBUG: Updating local name of variable adjusted_vertical_level_dimension_for_radiation from lmp to GFS_Interstitial(cdata%thrd_no)%lmp +DEBUG: Variable cmpfsw_type is in old metadata format, no conversion necessary +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +DEBUG: Updating local name of variable do_mynnsfclay from do_mynnsfclay to GFS_Control%do_mynnsfclay +INFO: Converting local name mol of variable theta_star from new to old metadata +DEBUG: Updating local name of variable theta_star from mol to GFS_Data(cdata%blk_no)%Sfcprop%mol +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +DEBUG: Updating local name of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from acv to GFS_Data(cdata%blk_no)%Tbd%acv +INFO: Converting local name sw_optical_props_clouds of variable shortwave_optical_properties_for_cloudy_atmosphere from new to old metadata +DEBUG: Updating local name of variable shortwave_optical_properties_for_cloudy_atmosphere from sw_optical_props_clouds to GFS_Interstitial(cdata%thrd_no)%sw_optical_props_clouds +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +DEBUG: Updating local name of variable shoc_tke_dissipation_tunable_parameter from shoc_parm(2) to GFS_Control%shoc_parm(2) +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +DEBUG: Updating local name of variable entrainment_rate_coefficient_deep_convection from clam_deep to GFS_Control%clam_deep +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +DEBUG: Updating local name of variable detrainment_and_precipitation_tunable_parameter_4_CS from cs_parm(4) to GFS_Control%cs_parm(4) +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 bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +DEBUG: Updating local name of variable mix_total_water_flag from bl_mynn_mixqt to GFS_Control%bl_mynn_mixqt +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +DEBUG: Updating local name of variable mg_flag_graupel_concentration_constant from mg_ngcons to GFS_Control%mg_ngcons +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +DEBUG: Updating local name of variable number_of_tracers_plus_one from ntracp1 to GFS_Control%ntracp1 +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +DEBUG: Updating local name of variable flag_for_radar_reflectivity from lradar to GFS_Control%lradar +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 +DEBUG: Variable index_for_convective_cloud_cover_in_phy_f3d was in old metadata format and has already been converted +DEBUG: Updating local name of variable convective_cloud_cover_in_phy_f3d from phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvc) +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +DEBUG: Updating local name of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from work2 to GFS_Interstitial(cdata%thrd_no)%work2 +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +DEBUG: Updating local name of variable vertical_dimension_of_h2o_forcing_data from levh2o to GFS_Interstitial(cdata%thrd_no)%levh2o +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_fer_hires_microphysics_scheme from imp_physics_fer_hires to GFS_Control%imp_physics_fer_hires +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from dusfc_cpl to GFS_Data(cdata%blk_no)%Coupling%dusfc_cpl +INFO: Converting local name hffac of variable surface_upward_sensible_heat_flux_reduction_factor from new to old metadata +DEBUG: Updating local name of variable surface_upward_sensible_heat_flux_reduction_factor from hffac to GFS_Interstitial(cdata%thrd_no)%hffac +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +DEBUG: Variable index_for_ice_cloud_condensate was in old metadata format and has already been converted +DEBUG: Updating local name of variable ice_water_mixing_ratio from qgrs(:,:,index_for_ice_cloud_condensate) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntiw) +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +DEBUG: Updating local name of variable cloud_base_mass_flux from phy_fctd to GFS_Data(cdata%blk_no)%Tbd%phy_fctd +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_samf_deep_convection_scheme from imfdeepcnv_samf to GFS_Control%imfdeepcnv_samf +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +DEBUG: Updating local name of variable emdf_updraft_entrainment_rate from edmf_ent to GFS_Data(cdata%blk_no)%Intdiag%edmf_ent +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +DEBUG: Updating local name of variable vertical_dimension_for_fast_physics from npz to CCPP_interstitial%npz +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_old_PBL_scheme from old_monin to GFS_Control%old_monin +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from dvisbmi_cpl to GFS_Data(cdata%blk_no)%Coupling%dvisbmi_cpl +INFO: Converting local name sfc_alb_uvvis_dif of variable surface_albedo_uvvis_dif from new to old metadata +DEBUG: Updating local name of variable surface_albedo_uvvis_dif from sfc_alb_uvvis_dif to GFS_Interstitial(cdata%thrd_no)%sfc_alb_uvvis_dif +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +DEBUG: Variable index_for_water_vapor was in old metadata format and has already been converted +DEBUG: Updating local name of variable water_vapor_specific_humidity from qgrs(:,:,index_for_water_vapor) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) +DEBUG: Variable index_for_turbulent_kinetic_energy was in old metadata format and has already been converted +INFO: Converting local name sfc_alb_uvvis_dir of variable surface_albedo_uvvis_dir from new to old metadata +DEBUG: Updating local name of variable surface_albedo_uvvis_dir from sfc_alb_uvvis_dir to GFS_Interstitial(cdata%thrd_no)%sfc_alb_uvvis_dir +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +DEBUG: Updating local name of variable water_equivalent_accumulated_snow_depth_over_land from weasd_land to GFS_Interstitial(cdata%thrd_no)%weasd_land +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +DEBUG: Updating local name of variable water_storage_in_aquifer from waxy to GFS_Data(cdata%blk_no)%Sfcprop%waxy +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +DEBUG: Updating local name of variable flag_for_CRICK_proof_cloud_water from crick_proof to GFS_Control%crick_proof +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +DEBUG: Updating local name of variable instantaneous_seasalt_emission_flux from ssem to GFS_Data(cdata%blk_no)%Intdiag%ssem +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +DEBUG: Updating local name of variable perturbation_of_leaf_area_index from xlai1d to GFS_Interstitial(cdata%thrd_no)%xlai1d +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +DEBUG: Updating local name of variable cloud_rain_water_path from clouds(:,:,6) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,6) +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +DEBUG: Updating local name of variable flag_for_sw_clouds_without_sub_grid_approximation from isubc_sw to GFS_Control%isubc_sw +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +DEBUG: Updating local name of variable number_of_timesteps_between_shortwave_radiation_calls from nsswr to GFS_Control%nsswr +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_ozone_concentration_due_to_temperature from dq3dt(:,:,8) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,8) +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +DEBUG: Updating local name of variable surface_wind_stress_over_ice from stress_ice to GFS_Interstitial(cdata%thrd_no)%stress_ice +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +DEBUG: Updating local name of variable starting_x_direction_index from is to CCPP_interstitial%is +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_x_momentum_flux from dusfc1 to GFS_Interstitial(cdata%thrd_no)%dusfc1 +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +DEBUG: Updating local name of variable cellular_automata_seed_probability from nfracseed to GFS_Control%nfracseed +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +DEBUG: Updating local name of variable flag_deep_convection from kcnv to GFS_Interstitial(cdata%thrd_no)%kcnv +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +DEBUG: Updating local name of variable dynamics_to_physics_timestep_ratio from frain to GFS_Interstitial(cdata%thrd_no)%frain +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +DEBUG: Updating local name of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from dsnow_cpl to GFS_Data(cdata%blk_no)%Tbd%dsnow_cpl +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +DEBUG: Updating local name of variable number_of_surface_perturbations from nsfcpert to GFS_Control%nsfcpert +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +DEBUG: Updating local name of variable surface_condensation_mass from cndm_surf to GFS_Data(cdata%blk_no)%Sfcprop%cndm_surf +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +DEBUG: Updating local name of variable sub_layer_cooling_thickness from z_c to GFS_Data(cdata%blk_no)%Sfcprop%z_c +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable flag_for_convective_gravity_wave_drag from do_cnvgwd to GFS_Control%do_cnvgwd +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +DEBUG: Variable index_for_ozone was in old metadata format and has already been converted +DEBUG: Updating local name of variable ozone_mixing_ratio from qgrs(:,:,index_for_ozone) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntoz) +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from snohfa to GFS_Data(cdata%blk_no)%Intdiag%snohfa +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 +DEBUG: Updating local name of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from nvisbm_cpl to GFS_Data(cdata%blk_no)%Coupling%nvisbm_cpl +INFO: Converting local name aerosolssw(:,:,:,3) of variable RRTMGP_aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable RRTMGP_aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from aerosolssw(:,:,:,3) to GFS_Interstitial(cdata%thrd_no)%aerosolssw(:,:,:,3) +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +DEBUG: Updating local name of variable vertical_dimension from levs to GFS_Control%levs +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +DEBUG: Updating local name of variable air_temperature_two_time_steps_back from phy_f3d(:,:,1) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,1) +INFO: Converting local name rrtmgp_cld_optics of variable rrtmgp_cloud_optics_flag from new to old metadata +DEBUG: Updating local name of variable rrtmgp_cloud_optics_flag from rrtmgp_cld_optics to GFS_Control%rrtmgp_cld_optics +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +DEBUG: Updating local name of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from isatmedmf_vdif to GFS_Control%isatmedmf_vdif +INFO: Converting local name cldtaulw of variable RRTMGP_cloud_optical_depth_layers_at_10mu_band from new to old metadata +DEBUG: Updating local name of variable RRTMGP_cloud_optical_depth_layers_at_10mu_band from cldtaulw to GFS_Interstitial(cdata%thrd_no)%cldtaulw +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 +DEBUG: Variable index_for_ice_friendly_aerosols was in old metadata format and has already been converted +DEBUG: Updating local name of variable ice_friendly_aerosol_number_concentration_updated_by_physics from gq0(:,:,index_for_ice_friendly_aerosols) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntia) +DEBUG: Variable index_for_graupel_number_concentration was in old metadata format and has already been converted +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +DEBUG: Updating local name of variable prandtl_number from prnum to GFS_Interstitial(cdata%thrd_no)%prnum +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +DEBUG: Updating local name of variable vertical_dimension_for_fast_physics_plus_one from npzp1 to CCPP_interstitial%npzp1 +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +DEBUG: Updating local name of variable surface_exchange_coefficient_for_heat_at_2m from chs2 to GFS_Data(cdata%blk_no)%Sfcprop%chs2 +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +DEBUG: Updating local name of variable instantaneous_atmosphere_updraft_convective_mass_flux from ud_mf to GFS_Interstitial(cdata%thrd_no)%ud_mf +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from htrlw to GFS_Data(cdata%blk_no)%Radtend%htrlw +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +DEBUG: Updating local name of variable flag_flux_form_CS from flx_form to GFS_Control%flx_form +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +DEBUG: Updating local name of variable surface_ground_temperature_for_radiation from tsfg to GFS_Interstitial(cdata%thrd_no)%tsfg +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +DEBUG: Updating local name of variable mg_flag_drop_concentration_constant from mg_nccons to GFS_Control%mg_nccons +INFO: Converting local name active_gases_array of variable list_of_active_gases_used_by_RRTMGP from new to old metadata +DEBUG: Updating local name of variable list_of_active_gases_used_by_RRTMGP from active_gases_array to GFS_Interstitial(cdata%thrd_no)%active_gases_array +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 master of variable mpi_root from new to old metadata +DEBUG: Updating local name of variable mpi_root from master to GFS_Control%master +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 +DEBUG: Updating local name of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from chh_land to GFS_Interstitial(cdata%thrd_no)%chh_land +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +DEBUG: Updating local name of variable latitude_index_in_debug_printouts from latidxprnt to GFS_Interstitial(cdata%thrd_no)%latidxprnt +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +DEBUG: Updating local name of variable flag_for_stochastic_skeb_option from do_skeb to GFS_Control%do_skeb +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +DEBUG: Updating local name of variable mean_vis_albedo_with_weak_cosz_dependency from alvwf to GFS_Data(cdata%blk_no)%Sfcprop%alvwf +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +DEBUG: Updating local name of variable tracer_concentration from qgrs to GFS_Data(cdata%blk_no)%Statein%qgrs +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +DEBUG: Updating local name of variable flag_arakawa_wu_downdraft from do_awdd to GFS_Control%do_awdd +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +DEBUG: Updating local name of variable mpi_root_for_fast_physics from mpiroot to CCPP_interstitial%mpiroot +INFO: Converting local name flxprf_lw of variable RRTMGP_lw_fluxes from new to old metadata +DEBUG: Updating local name of variable RRTMGP_lw_fluxes from flxprf_lw to GFS_Interstitial(cdata%thrd_no)%flxprf_lw +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_air_pressure_for_coupling from psurfi_cpl to GFS_Data(cdata%blk_no)%Coupling%psurfi_cpl +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +DEBUG: Updating local name of variable mpi_comm from communicator to GFS_Control%communicator +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +DEBUG: Updating local name of variable mg_flag_for_liu_liquid_treatment from mg_do_liq_liu to GFS_Control%mg_do_liq_liu +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +DEBUG: Updating local name of variable soil_water_content_between_soil_bottom_and_water_table from smcwtdxy to GFS_Data(cdata%blk_no)%Sfcprop%smcwtdxy +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +DEBUG: Updating local name of variable surface_midlayer_air_temperature_in_longwave_radiation from tsflw to GFS_Data(cdata%blk_no)%Radtend%tsflw +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from dtsfci to GFS_Data(cdata%blk_no)%Intdiag%dtsfci +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +DEBUG: Updating local name of variable minimum_scaling_factor_for_critical_relative_humidity from dxmin to GFS_Control%dxmin +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +DEBUG: Updating local name of variable number_of_tracers_for_cloud_condensate from nncl to GFS_Interstitial(cdata%thrd_no)%nncl +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +DEBUG: Updating local name of variable anisotropy_of_subgrid_orography from gamma to GFS_Interstitial(cdata%thrd_no)%gamma +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +DEBUG: Updating local name of variable free_convection_layer_thickness from d_conv to GFS_Data(cdata%blk_no)%Sfcprop%d_conv +INFO: Converting local name cld_frac of variable RRTMGP_total_cloud_fraction from new to old metadata +DEBUG: Updating local name of variable RRTMGP_total_cloud_fraction from cld_frac to GFS_Interstitial(cdata%thrd_no)%cld_frac +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +DEBUG: Updating local name of variable ending_x_direction_index from ie to CCPP_interstitial%ie +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +DEBUG: Updating local name of variable land_area_fraction_for_microphysics from frland to GFS_Interstitial(cdata%thrd_no)%frland +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +DEBUG: Updating local name of variable soil_vertical_dimension_for_land_surface_model from lsoil_lsm to GFS_Control%lsoil_lsm +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from dqsfci_cpl to GFS_Data(cdata%blk_no)%Coupling%dqsfci_cpl +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +DEBUG: Updating local name of variable flag_for_surface_layer_drag_coefficient_option from iopt_sfc to GFS_Control%iopt_sfc +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_temperature_due_to_longwave_radiation from dt3dt(:,:,1) to GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,1) +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +DEBUG: Updating local name of variable atmosphere_heat_diffusivity_for_mynnpbl from exch_h to GFS_Data(cdata%blk_no)%Intdiag%exch_h +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +DEBUG: Updating local name of variable local_snow_number_concentration from ncps to GFS_Interstitial(cdata%thrd_no)%ncps +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +DEBUG: Updating local name of variable sensible_heat_flux_due_to_rainfall from qrain to GFS_Data(cdata%blk_no)%Sfcprop%qrain +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from sfcnsw to GFS_Data(cdata%blk_no)%Coupling%sfcnsw +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +DEBUG: Updating local name of variable lw_fluxes_sfc from sfcflw to GFS_Data(cdata%blk_no)%Radtend%sfcflw +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +DEBUG: Updating local name of variable water_table_depth from zwtxy to GFS_Data(cdata%blk_no)%Sfcprop%zwtxy +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +DEBUG: Updating local name of variable flag_for_hydrostatic_solver from hydrostatic to GFS_Control%hydrostatic +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable convective_cloud_water_mixing_ratio from cnvw to GFS_Interstitial(cdata%thrd_no)%cnvw +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +DEBUG: Updating local name of variable flag_for_supercooled_liquid_water_option from iopt_frz to GFS_Control%iopt_frz +INFO: Converting local name fluxswUP_allsky of variable RRTMGP_sw_flux_profile_upward_allsky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_sw_flux_profile_upward_allsky from fluxswUP_allsky to GFS_Interstitial(cdata%thrd_no)%fluxswUP_allsky +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +DEBUG: Updating local name of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from cmm_ice to GFS_Interstitial(cdata%thrd_no)%cmm_ice +INFO: Converting local name cld_resnow of variable RRTMGP_mean_effective_radius_for_snow_flake from new to old metadata +DEBUG: Updating local name of variable RRTMGP_mean_effective_radius_for_snow_flake from cld_resnow to GFS_Interstitial(cdata%thrd_no)%cld_resnow +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_longwave_flux from ulwsfci to GFS_Data(cdata%blk_no)%Intdiag%ulwsfci +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +DEBUG: Updating local name of variable sea_ice_temperature_interstitial from tice to GFS_Interstitial(cdata%thrd_no)%tice +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +DEBUG: Updating local name of variable aerosol_number_concentration_from_gocart_aerosol_climatology from aer_nm to GFS_Data(cdata%blk_no)%Tbd%aer_nm +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +DEBUG: Variable index_for_liquid_cloud_condensate was in old metadata format and has already been converted +DEBUG: Updating local name of variable cloud_condensed_water_mixing_ratio_save from save_q(:,:,index_for_liquid_cloud_condensate) to GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntcw) +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from dtdtr to GFS_Data(cdata%blk_no)%Tbd%dtdtr +INFO: Converting local name evapq of variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness from new to old metadata +DEBUG: Updating local name of variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness from evapq to GFS_Interstitial(cdata%thrd_no)%evapq +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +DEBUG: Updating local name of variable weights_for_stochastic_surface_physics_perturbation from sfc_wts to GFS_Data(cdata%blk_no)%Coupling%sfc_wts +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from rainncprv to GFS_Data(cdata%blk_no)%Sfcprop%rainncprv +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +DEBUG: Updating local name of variable GFS_tbd_type_instance from Tbd to GFS_Data(cdata%blk_no)%Tbd +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +DEBUG: Updating local name of variable tendency_of_x_wind_due_to_ugwp from gw_dudt to GFS_Interstitial(cdata%thrd_no)%gw_dudt +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +DEBUG: Updating local name of variable air_temperature from tgrs to GFS_Data(cdata%blk_no)%Statein%tgrs +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +DEBUG: Updating local name of variable lw_fluxes_top_atmosphere from topflw to GFS_Data(cdata%blk_no)%Intdiag%topflw +INFO: Converting local name sw_optical_props_aerosol of variable shortwave_optical_properties_for_aerosols from new to old metadata +DEBUG: Updating local name of variable shortwave_optical_properties_for_aerosols from sw_optical_props_aerosol to GFS_Interstitial(cdata%thrd_no)%sw_optical_props_aerosol +INFO: Converting local name e0fac of variable latent_heat_flux_fraction_factor_relative_to_sensible_heat_flux from new to old metadata +DEBUG: Updating local name of variable latent_heat_flux_fraction_factor_relative_to_sensible_heat_flux from e0fac to GFS_Control%e0fac +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +DEBUG: Updating local name of variable air_temperature_at_interface_for_radiation from tlvl to GFS_Interstitial(cdata%thrd_no)%tlvl +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from snowca to GFS_Data(cdata%blk_no)%Intdiag%snowca +INFO: Converting local name do_RRTMGP of variable flag_for_rrtmgp_radiation_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_rrtmgp_radiation_scheme from do_RRTMGP to GFS_Control%do_RRTMGP +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from nirdfui to GFS_Data(cdata%blk_no)%Coupling%nirdfui +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +DEBUG: Updating local name of variable number_of_plumes from nupdraft to GFS_Data(cdata%blk_no)%Intdiag%nupdraft +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_potential_evaporation from epi to GFS_Data(cdata%blk_no)%Intdiag%epi +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +DEBUG: Updating local name of variable upward_heat_flux_in_soil_over_land from gflx_land to GFS_Interstitial(cdata%thrd_no)%gflx_land +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name lw_file_clouds of variable rrtmgp_coeff_lw_cloud_optics from new to old metadata +DEBUG: Updating local name of variable rrtmgp_coeff_lw_cloud_optics from lw_file_clouds to GFS_Control%lw_file_clouds +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +DEBUG: Updating local name of variable in_number_concentration from in_nm to GFS_Data(cdata%blk_no)%Tbd%in_nm +DEBUG: Variable ccpp_thread_number was in old metadata format and has already been converted +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +DEBUG: Updating local name of variable number_of_equatorial_longitude_points from lonr to GFS_Control%lonr +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from dt3dt(:,:,7) to GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,7) +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +DEBUG: Updating local name of variable upward_heat_flux_in_soil from gflx to GFS_Interstitial(cdata%thrd_no)%gflx +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +DEBUG: Updating local name of variable surface_wind_stress_over_land from stress_land to GFS_Interstitial(cdata%thrd_no)%stress_land +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +DEBUG: Updating local name of variable mg_cloud_water_variance from mg_qcvar to GFS_Control%mg_qcvar +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +DEBUG: Updating local name of variable dimensionless_exner_function_at_lowest_model_layer from prslk(:,1) to GFS_Data(cdata%blk_no)%Statein%prslk(:,1) +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +DEBUG: Updating local name of variable edmf_partition_flag from bl_mynn_edmf_part to GFS_Control%bl_mynn_edmf_part +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from dq3dt(:,:,7) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,7) +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +DEBUG: Updating local name of variable accumulated_lwe_thickness_of_graupel_amount from totgrp to GFS_Data(cdata%blk_no)%Intdiag%totgrp +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +DEBUG: Updating local name of variable kinematic_surface_upward_latent_heat_flux from evap to GFS_Interstitial(cdata%thrd_no)%evap +INFO: Converting local name lw_file_gas of variable rrtmgp_kdistribution_lw from new to old metadata +DEBUG: Updating local name of variable rrtmgp_kdistribution_lw from lw_file_gas to GFS_Control%lw_file_gas +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 +DEBUG: Updating local name of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from qg to CCPP_interstitial%qg +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +DEBUG: Updating local name of variable ending_y_direction_index from je to CCPP_interstitial%je +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +DEBUG: Updating local name of variable mg_ice_concentration_constant from mg_ninst to GFS_Control%mg_ninst +INFO: Converting local name hefac of variable surface_upward_latent_heat_flux_reduction_factor from new to old metadata +DEBUG: Updating local name of variable surface_upward_latent_heat_flux_reduction_factor from hefac to GFS_Interstitial(cdata%thrd_no)%hefac +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 +DEBUG: Variable index_for_graupel_effective_radius was in old metadata format and has already been converted +DEBUG: Updating local name of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from phy_f3d(:,:,index_for_graupel_effective_radius) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ngeffr) +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name p_lev of variable air_pressure_at_interface_for_RRTMGP_in_hPa from new to old metadata +DEBUG: Updating local name of variable air_pressure_at_interface_for_RRTMGP_in_hPa from p_lev to GFS_Interstitial(cdata%thrd_no)%p_lev +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +DEBUG: Updating local name of variable minimum_large_ice_fraction from flgmin to GFS_Control%flgmin +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +DEBUG: Updating local name of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from t02max to GFS_Data(cdata%blk_no)%Intdiag%t02max +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +DEBUG: Updating local name of variable magnitude_of_surface_albedo_perturbation from pertalb to GFS_Control%pertalb +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +DEBUG: Updating local name of variable cloud_condensed_water_conversion_threshold from wminco to GFS_Control%wminco +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +DEBUG: Updating local name of variable critical_relative_humidity from rhc to GFS_Interstitial(cdata%thrd_no)%rhc +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +DEBUG: Updating local name of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from tau_ngw to GFS_Interstitial(cdata%thrd_no)%tau_ngw +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +DEBUG: Updating local name of variable number_of_iterations_to_spin_up_cellular_automata from nspinup to GFS_Control%nspinup +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +DEBUG: Updating local name of variable x_wind_at_10m from u10m to GFS_Data(cdata%blk_no)%Intdiag%u10m +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_at_Lagrangian_surface from dtdt to CCPP_interstitial%dtdt +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +DEBUG: Updating local name of variable air_temperature_at_lowest_model_layer_for_diag from t1 to GFS_Data(cdata%blk_no)%Intdiag%t1 +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +DEBUG: Updating local name of variable characteristic_grid_length_scale from dlength to GFS_Interstitial(cdata%thrd_no)%dlength +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +DEBUG: Updating local name of variable snow_albedo_at_previous_time_step from alboldxy to GFS_Data(cdata%blk_no)%Sfcprop%alboldxy +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +DEBUG: Updating local name of variable flag_for_shoc from do_shoc to GFS_Control%do_shoc +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 +DEBUG: Updating local name of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from du3dt_tms to GFS_Data(cdata%blk_no)%Intdiag%du3dt_tms +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +DEBUG: Updating local name of variable number_of_tracers_for_convective_transport from nn to GFS_Interstitial(cdata%thrd_no)%nn +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +DEBUG: Updating local name of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from do_sat_adj to CCPP_interstitial%do_sat_adj +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +DEBUG: Updating local name of variable magnitude_of_perturbation_of_soil_type_b_parameter from pertshc to GFS_Control%pertshc +INFO: Converting local name sec_diff_byband of variable secant_of_diffusivity_angle_each_RRTMGP_LW_band from new to old metadata +DEBUG: Updating local name of variable secant_of_diffusivity_angle_each_RRTMGP_LW_band from sec_diff_byband to GFS_Interstitial(cdata%thrd_no)%sec_diff_byband +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +DEBUG: Updating local name of variable flag_for_canopy_stomatal_resistance_option from iopt_crs to GFS_Control%iopt_crs +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +DEBUG: Updating local name of variable surface_roughness_length_over_ocean from zorlo to GFS_Data(cdata%blk_no)%Sfcprop%zorlo +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +DEBUG: Updating local name of variable flag_nonzero_wet_surface_fraction from wet to GFS_Interstitial(cdata%thrd_no)%wet +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +DEBUG: Updating local name of variable y_wind_at_10m from v10m to GFS_Data(cdata%blk_no)%Intdiag%v10m +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +DEBUG: Updating local name of variable updraft_velocity_tunable_parameter_2_CS from cs_parm(2) to GFS_Control%cs_parm(2) +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from adjvisbmu to GFS_Interstitial(cdata%thrd_no)%adjvisbmu +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable time_integral_of_y_stress_due_to_gravity_wave_drag from dvgwd to GFS_Data(cdata%blk_no)%Intdiag%dvgwd +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +DEBUG: Updating local name of variable flag_for_cice from flag_cice to GFS_Interstitial(cdata%thrd_no)%flag_cice +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +DEBUG: Updating local name of variable snow_precipitation_rate_from_previous_timestep from dsnowprv to GFS_Data(cdata%blk_no)%Sfcprop%dsnowprv +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +DEBUG: Updating local name of variable number_of_3d_arrays_associated_with_pdf_based_clouds from npdf3d to GFS_Control%npdf3d +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from dq3dt(:,:,2) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,2) +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable local_graupel_mixing_ratio from qgl to GFS_Interstitial(cdata%thrd_no)%qgl +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +DEBUG: Updating local name of variable asymmetry_of_subgrid_orography from oa4 to GFS_Interstitial(cdata%thrd_no)%oa4 +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +DEBUG: Variable ccpp_block_number was in old metadata format and has already been converted +DEBUG: Updating local name of variable GFS_data_type_instance from GFS_Data(ccpp_block_number) to GFS_Data(cdata%blk_no) +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +DEBUG: Updating local name of variable water_equivalent_accumulated_snow_depth from weasd to GFS_Data(cdata%blk_no)%Sfcprop%weasd +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +DEBUG: Updating local name of variable surface_air_temperature_for_radiation from tsfa to GFS_Interstitial(cdata%thrd_no)%tsfa +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_temperature_at_2m_for_coupling from t2mi_cpl to GFS_Data(cdata%blk_no)%Coupling%t2mi_cpl +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +DEBUG: Updating local name of variable weights_for_stochastic_skeb_perturbation_of_y_wind from skebv_wts to GFS_Data(cdata%blk_no)%Coupling%skebv_wts +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +DEBUG: Updating local name of variable vertical_sigma_coordinate_for_radiation_initialization from si to GFS_Control%si +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +DEBUG: Updating local name of variable soil_vertical_dimension from lsoil to GFS_Control%lsoil +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +DEBUG: Updating local name of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from work1 to GFS_Interstitial(cdata%thrd_no)%work1 +INFO: Converting local name z0fac of variable surface_roughness_fraction_factor from new to old metadata +DEBUG: Updating local name of variable surface_roughness_fraction_factor from z0fac to GFS_Control%z0fac +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +DEBUG: Updating local name of variable diurnal_thermocline_layer_heat_content from xt to GFS_Data(cdata%blk_no)%Sfcprop%xt +INFO: Converting local name prsl of variable air_pressure from new to old metadata +DEBUG: Updating local name of variable air_pressure from prsl to GFS_Data(cdata%blk_no)%Statein%prsl +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +DEBUG: Updating local name of variable fraction_of_convective_cloud from cv to GFS_Data(cdata%blk_no)%Cldprop%cv +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +DEBUG: Updating local name of variable map_of_block_column_number_to_global_j_index from jmap to GFS_Data(cdata%blk_no)%Tbd%jmap +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +DEBUG: Updating local name of variable accumulated_lwe_thickness_of_precipitation_amount from totprcp to GFS_Data(cdata%blk_no)%Intdiag%totprcp +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +DEBUG: Updating local name of variable rain_conversion_parameter_shallow_convection from c0s_shal to GFS_Control%c0s_shal +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +DEBUG: Updating local name of variable sea_water_salinity from xs to GFS_Data(cdata%blk_no)%Sfcprop%xs +INFO: Converting local name xlat of variable latitude from new to old metadata +DEBUG: Updating local name of variable latitude from xlat to GFS_Data(cdata%blk_no)%Grid%xlat +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 +DEBUG: Variable index_for_ice_friendly_aerosols was in old metadata format and has already been converted +DEBUG: Updating local name of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from dqdt(:,:,index_for_ice_friendly_aerosols) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntia) +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_roughness_length_over_land_interstitial from zorl_land to GFS_Interstitial(cdata%thrd_no)%zorl_land +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable surface_geopotential_at_Lagrangian_surface from phis to CCPP_interstitial%phis +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_specific_humidity_at_2m_for_coupling from q2mi_cpl to GFS_Data(cdata%blk_no)%Coupling%q2mi_cpl +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from dswsfc_cpl to GFS_Data(cdata%blk_no)%Coupling%dswsfc_cpl +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +DEBUG: Updating local name of variable sea_ice_temperature from tisfc to GFS_Data(cdata%blk_no)%Sfcprop%tisfc +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +DEBUG: Updating local name of variable flag_for_fast_microphysics_energy_conservation from fast_mp_consv to CCPP_interstitial%fast_mp_consv +INFO: Converting local name rhowater of variable liquid_water_density 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 +DEBUG: Updating local name of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from du3dt_mtb to GFS_Data(cdata%blk_no)%Intdiag%du3dt_mtb +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +DEBUG: Updating local name of variable multiplication_factor_for_critical_cloud_workfunction from ccwf to GFS_Control%ccwf +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +DEBUG: Updating local name of variable duration_of_sunshine from suntim to GFS_Data(cdata%blk_no)%Intdiag%suntim +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_shortwave_flux from dswsfci to GFS_Data(cdata%blk_no)%Intdiag%dswsfci +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +DEBUG: Updating local name of variable atmosphere_boundary_layer_thickness from hpbl to GFS_Data(cdata%blk_no)%Intdiag%hpbl +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +DEBUG: Updating local name of variable surface_drag_coefficient_for_momentum_in_air from cd to GFS_Interstitial(cdata%thrd_no)%cd +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +DEBUG: Updating local name of variable integrated_x_momentum_flux_from_large_scale_gwd from dusfc_ls to GFS_Data(cdata%blk_no)%Intdiag%dusfc_ls +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +DEBUG: Updating local name of variable grav_settling from grav_settling to GFS_Control%grav_settling +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +DEBUG: Updating local name of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from refdmax263k to GFS_Data(cdata%blk_no)%Intdiag%refdmax263k +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +DEBUG: Updating local name of variable area_fraction_of_wet_canopy from fwetxy to GFS_Data(cdata%blk_no)%Sfcprop%fwetxy +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +DEBUG: Updating local name of variable subsurface_runoff_flux from drain to GFS_Interstitial(cdata%thrd_no)%drain +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_snow_amount from snowmp to GFS_Interstitial(cdata%thrd_no)%snowmp +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_gf_deep_convection_scheme from imfdeepcnv_gf to GFS_Control%imfdeepcnv_gf +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_temperature_due_to_shal_convection from dt3dt(:,:,5) to GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,5) +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +DEBUG: Updating local name of variable starting_y_direction_index from js to CCPP_interstitial%js +INFO: Converting local name sources of variable longwave_source_function from new to old metadata +DEBUG: Updating local name of variable longwave_source_function from sources to GFS_Interstitial(cdata%thrd_no)%sources +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +DEBUG: Updating local name of variable volume_mixing_ratio_cfc22 from gasvmr(:,:,8) to GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,8) +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +DEBUG: Updating local name of variable flag_for_default_aerosol_effect_in_shortwave_radiation from iaer to GFS_Control%iaer +DEBUG: Variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d was in old metadata format and has already been converted +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 +DEBUG: Variable index_for_water_vapor was in old metadata format and has already been converted +DEBUG: Updating local name of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from gq0(:,1,index_for_water_vapor) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,1,GFS_Control%ntqv) +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from dudt_ogw to GFS_Interstitial(cdata%thrd_no)%dudt_ogw +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +DEBUG: Updating local name of variable flag_for_initial_time_date_control from ictm to GFS_Control%ictm +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +DEBUG: Updating local name of variable moisture_from_previous_timestep from prevsq to GFS_Data(cdata%blk_no)%Tbd%prevsq +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +DEBUG: Updating local name of variable flag_for_precipitation_effect_on_radiation from norad_precip to GFS_Control%norad_precip +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +DEBUG: Updating local name of variable soil_type_classification_real from stype to GFS_Data(cdata%blk_no)%Sfcprop%stype +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +DEBUG: Updating local name of variable surface_wind_stress from stress to GFS_Interstitial(cdata%thrd_no)%stress +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +DEBUG: Updating local name of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from del_gz to GFS_Interstitial(cdata%thrd_no)%del_gz +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from npzq_con to CCPP_interstitial%npzq_con +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from dtsfc to GFS_Data(cdata%blk_no)%Intdiag%dtsfc +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from fh2_ocean to GFS_Interstitial(cdata%thrd_no)%fh2_ocean +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +DEBUG: Updating local name of variable seed_random_numbers_sw from icsdsw to GFS_Data(cdata%blk_no)%Tbd%icsdsw +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +DEBUG: Updating local name of variable critical_relative_humidity_at_surface from crtrh(1) to GFS_Control%crtrh(1) +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable cloud_snow_specific_humidity_at_Lagrangian_surface from qs to CCPP_interstitial%qs +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +DEBUG: Updating local name of variable number_of_dust_bins_for_diagnostics from ndust to GFS_Data(cdata%blk_no)%Intdiag%ndust +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 +DEBUG: Variable index_for_water_vapor was in old metadata format and has already been converted +DEBUG: Updating local name of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from dqdt(:,:,index_for_water_vapor) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntqv) +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +DEBUG: Updating local name of variable x_momentum_tendency_from_blocking_drag from dtaux2d_bl to GFS_Data(cdata%blk_no)%Intdiag%dtaux2d_bl +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from graupel to GFS_Data(cdata%blk_no)%Intdiag%graupel +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from dqsfc to GFS_Data(cdata%blk_no)%Intdiag%dqsfc +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +DEBUG: Updating local name of variable x_wind_updated_by_physics from gu0 to GFS_Data(cdata%blk_no)%Stateout%gu0 +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +DEBUG: Updating local name of variable canopy_air_vapor_pressure from eahxy to GFS_Data(cdata%blk_no)%Sfcprop%eahxy +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +DEBUG: Updating local name of variable flag_for_dynamic_vegetation_option from iopt_dveg to GFS_Control%iopt_dveg +INFO: Converting local name vfact_ca of variable vertical_weight_for_ca from new to old metadata +DEBUG: Updating local name of variable vertical_weight_for_ca from vfact_ca to GFS_Data(cdata%blk_no)%Coupling%vfact_ca +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +DEBUG: Updating local name of variable t_prime_q_prime from cov to GFS_Data(cdata%blk_no)%Tbd%cov +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +DEBUG: Updating local name of variable mg_flag_for_uniform_subcolumns from microp_uniform to GFS_Control%microp_uniform +INFO: Converting local name cld_reice of variable RRTMGP_mean_effective_radius_for_ice_cloud from new to old metadata +DEBUG: Updating local name of variable RRTMGP_mean_effective_radius_for_ice_cloud from cld_reice to GFS_Interstitial(cdata%thrd_no)%cld_reice +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +DEBUG: Updating local name of variable flag_for_ground_snow_surface_albedo_option from iopt_alb to GFS_Control%iopt_alb +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +DEBUG: Updating local name of variable atmosphere_diffusivity_coefficient_factor from moninq_fac to GFS_Control%moninq_fac +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +DEBUG: Updating local name of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from work3 to GFS_Interstitial(cdata%thrd_no)%work3 +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_direct_near_infrared_shortwave_flux from adjnirbmd to GFS_Interstitial(cdata%thrd_no)%adjnirbmd +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +DEBUG: Updating local name of variable volume_mixing_ratio_ch4 from gasvmr(:,:,3) to GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,3) +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +DEBUG: Updating local name of variable coefficient_w_d from w_d to GFS_Data(cdata%blk_no)%Sfcprop%w_d +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +DEBUG: Updating local name of variable critical_relative_humidity_at_PBL_top from crtrh(2) to GFS_Control%crtrh(2) +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +DEBUG: Updating local name of variable ccpp_error_flag from errflg to cdata%errflg +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +DEBUG: Updating local name of variable flag_for_individual_cloud_species_advected from spec_adv to GFS_Control%spec_adv +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from gflux to GFS_Data(cdata%blk_no)%Intdiag%gflux +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +DEBUG: Updating local name of variable entrainment_efficiency_tunable_parameter_9_CS from cs_parm(9) to GFS_Control%cs_parm(9) +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +DEBUG: Updating local name of variable namelist_filename_for_internal_file_reads from input_nml_file to GFS_Control%input_nml_file +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +DEBUG: Updating local name of variable start_index_of_other_tracers from tracers_start_index to GFS_Interstitial(cdata%thrd_no)%tracers_start_index +DEBUG: Variable sfcfsw_type is in old metadata format, no conversion necessary +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +DEBUG: Updating local name of variable dominant_rain_type from tdomr to GFS_Data(cdata%blk_no)%Intdiag%tdomr +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +DEBUG: Updating local name of variable mass_fraction_of_convective_cloud_ice from qicn to GFS_Interstitial(cdata%thrd_no)%qicn +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name ipsdsw0 of variable initial_permutation_seed_sw from new to old metadata +DEBUG: Updating local name of variable initial_permutation_seed_sw from ipsdsw0 to GFS_Interstitial(cdata%thrd_no)%ipsdsw0 +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +DEBUG: Updating local name of variable instantaneous_convective_scale_wet_deposition from wetdpc to GFS_Data(cdata%blk_no)%Intdiag%wetdpc +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +DEBUG: Updating local name of variable namelist_filename from fn_nml to GFS_Control%fn_nml +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +DEBUG: Updating local name of variable surface_air_pressure_diag from psurf to GFS_Data(cdata%blk_no)%Intdiag%psurf +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +DEBUG: Updating local name of variable surface_snow_thickness_water_equivalent from snowd to GFS_Data(cdata%blk_no)%Sfcprop%snowd +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +DEBUG: Updating local name of variable seconds_elapsed_since_model_initialization from sec to GFS_Control%sec +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +DEBUG: Updating local name of variable number_of_tracers_for_samf from nsamftrac to GFS_Interstitial(cdata%thrd_no)%nsamftrac +INFO: Converting local name lw_cloud_props of variable coefficients_for_lw_cloud_optics from new to old metadata +DEBUG: Updating local name of variable coefficients_for_lw_cloud_optics from lw_cloud_props to GFS_Interstitial(cdata%thrd_no)%lw_cloud_props +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +DEBUG: Updating local name of variable dimensionless_exner_function_at_model_layers from prslk to GFS_Data(cdata%blk_no)%Statein%prslk +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +DEBUG: Updating local name of variable wood_mass from woodxy to GFS_Data(cdata%blk_no)%Sfcprop%woodxy +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_deep_convective_precipitation_amount from raincd to GFS_Interstitial(cdata%thrd_no)%raincd +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +DEBUG: Updating local name of variable cumulative_atmosphere_downdraft_convective_mass_flux from dwn_mf to GFS_Data(cdata%blk_no)%Intdiag%dwn_mf +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +DEBUG: Variable index_for_snow_water was in old metadata format and has already been converted +DEBUG: Updating local name of variable snow_water_mixing_ratio_updated_by_physics from gq0(:,:,index_for_snow_water) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntsw) +INFO: Converting local name hswb of variable RRTMGP_sw_heating_rate_spectral from new to old metadata +DEBUG: Updating local name of variable RRTMGP_sw_heating_rate_spectral from hswb to GFS_Interstitial(cdata%thrd_no)%hswb +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +DEBUG: Updating local name of variable water_vapor_specific_humidity_at_previous_time_step from phy_f3d(:,:,4) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,4) +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +DEBUG: Updating local name of variable number_of_cloud_types_CS from nctp to GFS_Control%nctp +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 +DEBUG: Variable index_for_mass_weighted_rime_factor was in old metadata format and has already been converted +DEBUG: Updating local name of variable mass_weighted_rime_factor_updated_by_physics from gq0(:,:,index_for_mass_weighted_rime_factor) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%nqrimef) +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +DEBUG: Updating local name of variable instantaneous_cosine_of_zenith_angle from xcosz to GFS_Interstitial(cdata%thrd_no)%xcosz +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +DEBUG: Updating local name of variable kinematic_surface_upward_latent_heat_flux_over_land from evap_land to GFS_Interstitial(cdata%thrd_no)%evap_land +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 +DEBUG: Variable index_for_liquid_cloud_number_concentration was in old metadata format and has already been converted +DEBUG: Updating local name of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from dqdt(:,:,index_for_liquid_cloud_number_concentration) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntlnc) +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +DEBUG: Updating local name of variable cumulative_atmosphere_updraft_convective_mass_flux from upd_mf to GFS_Data(cdata%blk_no)%Intdiag%upd_mf +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +DEBUG: Updating local name of variable vegetation_type_classification from vegtype to GFS_Interstitial(cdata%thrd_no)%vegtype +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_transpiration_flux_multiplied_by_timestep from transa to GFS_Data(cdata%blk_no)%Intdiag%transa +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +DEBUG: Variable index_for_cloud_amount was in old metadata format and has already been converted +DEBUG: Updating local name of variable cloud_fraction_updated_by_physics from gq0(:,:,index_for_cloud_amount) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntclamt) +INFO: Converting local name lw_gas_props of variable coefficients_for_lw_gas_optics from new to old metadata +DEBUG: Updating local name of variable coefficients_for_lw_gas_optics from lw_gas_props to GFS_Interstitial(cdata%thrd_no)%lw_gas_props +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +DEBUG: Updating local name of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from q1 to GFS_Data(cdata%blk_no)%Intdiag%q1 +INFO: Converting local name ty_gas_optics_rrtmgp of variable ty_gas_optics_rrtmgp from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +DEBUG: Updating local name of variable ice_fraction_in_convective_tower from cnv_fice to GFS_Interstitial(cdata%thrd_no)%cnv_fice +INFO: Converting local name aerosolslw(:,:,:,2) of variable RRTMGP_aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable RRTMGP_aerosol_single_scattering_albedo_for_longwave_bands_01_16 from aerosolslw(:,:,:,2) to GFS_Interstitial(cdata%thrd_no)%aerosolslw(:,:,:,2) +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +DEBUG: Updating local name of variable x_wind_save from save_u to GFS_Interstitial(cdata%thrd_no)%save_u +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 +DEBUG: Updating local name of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from nswsfc_cpl to GFS_Data(cdata%blk_no)%Coupling%nswsfc_cpl +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +DEBUG: Updating local name of variable instantaneous_anthopogenic_and_biomass_burning_emissions from abem to GFS_Data(cdata%blk_no)%Intdiag%abem +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +DEBUG: Updating local name of variable soil_type_classification from soiltype to GFS_Interstitial(cdata%thrd_no)%soiltype +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +DEBUG: Updating local name of variable flag_for_2015_ozone_physics from oz_phys_2015 to GFS_Control%oz_phys_2015 +INFO: Converting local name vgrs of variable y_wind from new to old metadata +DEBUG: Updating local name of variable y_wind from vgrs to GFS_Data(cdata%blk_no)%Statein%vgrs +DEBUG: Variable index_for_snow_effective_radius was in old metadata format and has already been converted +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_microphysics_scheme from imp_physics to GFS_Control%imp_physics +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +DEBUG: Updating local name of variable total_accumulated_snowfall from snowfallac to GFS_Data(cdata%blk_no)%Sfcprop%snowfallac +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +DEBUG: Updating local name of variable level_of_dividing_streamline from zmtnblck to GFS_Data(cdata%blk_no)%Intdiag%zmtnblck +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +DEBUG: Updating local name of variable flag_for_gaussian_spatial_filter from ca_smooth to GFS_Control%ca_smooth +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +DEBUG: Updating local name of variable maximum_column_heating_rate from cumabs to GFS_Interstitial(cdata%thrd_no)%cumabs +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +DEBUG: Updating local name of variable GFS_statein_type_instance from Statein to GFS_Data(cdata%blk_no)%Statein +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 +DEBUG: Variable index_for_turbulent_kinetic_energy was in old metadata format and has already been converted +DEBUG: Updating local name of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from dqdt(:,:,index_for_turbulent_kinetic_energy) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntke) +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +DEBUG: Updating local name of variable maximum_scaling_factor_for_critical_relative_humidity from dxmax to GFS_Control%dxmax +INFO: Converting local name fluxlwUP_allsky of variable RRTMGP_lw_flux_profile_upward_allsky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_lw_flux_profile_upward_allsky from fluxlwUP_allsky to GFS_Interstitial(cdata%thrd_no)%fluxlwUP_allsky +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_x_wind_due_to_deep_convection from du3dt(:,:,3) to GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,3) +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from dq3dt(:,:,1) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +DEBUG: Updating local name of variable cloud_condensed_water_ice_conversion_threshold_ras from wminras to GFS_Control%wminras +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +DEBUG: Updating local name of variable cloud_work_function from cld1d to GFS_Interstitial(cdata%thrd_no)%cld1d +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +DEBUG: Updating local name of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from toticeb to GFS_Data(cdata%blk_no)%Intdiag%toticeb +INFO: Converting local name fluxswDOWN_clrsky of variable RRTMGP_sw_flux_profile_downward_clrsky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_sw_flux_profile_downward_clrsky from fluxswDOWN_clrsky to GFS_Interstitial(cdata%thrd_no)%fluxswDOWN_clrsky +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 +DEBUG: Variable index_for_ice_effective_radius was in old metadata format and has already been converted +DEBUG: Updating local name of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from phy_f3d(:,:,index_for_ice_effective_radius) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nieffr) +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +DEBUG: Updating local name of variable surface_friction_velocity_drag from ustm to GFS_Data(cdata%blk_no)%Sfcprop%ustm +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +DEBUG: Updating local name of variable tke_budget from bl_mynn_tkebudget to GFS_Control%bl_mynn_tkebudget +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +DEBUG: Updating local name of variable coefficient_w_0 from w_0 to GFS_Data(cdata%blk_no)%Sfcprop%w_0 +INFO: Converting local name aerosolssw(:,:,:,1) of variable RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16 from aerosolssw(:,:,:,1) to GFS_Interstitial(cdata%thrd_no)%aerosolssw(:,:,:,1) +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +DEBUG: Updating local name of variable mg_flag_for_cloud_ice_processes from do_cldice to GFS_Control%do_cldice +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +DEBUG: Updating local name of variable GFS_stateout_type_instance from Stateout to GFS_Data(cdata%blk_no)%Stateout +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +DEBUG: Updating local name of variable flag_for_resetting_radar_reflectivity_calculation from radar_reset to GFS_Interstitial(cdata%thrd_no)%radar_reset +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +DEBUG: Updating local name of variable snow_freezing_rain_upward_latent_heat_flux from snohf to GFS_Interstitial(cdata%thrd_no)%snohf +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +DEBUG: Updating local name of variable frequency_for_shortwave_radiation from fhswr to GFS_Control%fhswr +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +DEBUG: Updating local name of variable omp_threads from nthreads to GFS_Control%nthreads +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +DEBUG: Updating local name of variable number_of_chemical_tracers_for_diagnostics from ntchmdiag to GFS_Data(cdata%blk_no)%Intdiag%ntchmdiag +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 +DEBUG: Variable index_for_water_friendly_aerosols was in old metadata format and has already been converted +DEBUG: Updating local name of variable water_friendly_aerosol_number_concentration_updated_by_physics from gq0(:,:,index_for_water_friendly_aerosols) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntwa) +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +DEBUG: Variable index_for_water_vapor was in old metadata format and has already been converted +DEBUG: Updating local name of variable water_vapor_specific_humidity_save from save_q(:,:,index_for_water_vapor) to GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +DEBUG: Updating local name of variable emdf_updraft_cloud_water from edmf_qc to GFS_Data(cdata%blk_no)%Intdiag%edmf_qc +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +DEBUG: Updating local name of variable water_storage_in_aquifer_and_saturated_soil from wtxy to GFS_Data(cdata%blk_no)%Sfcprop%wtxy +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable cloud_liquid_water_mixing_ratio from qc_r to GFS_Interstitial(cdata%thrd_no)%qc_r +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +DEBUG: Updating local name of variable time_scale_for_rayleigh_damping from ral_ts to GFS_Control%ral_ts +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +DEBUG: Updating local name of variable diag_ugwp_flag from ldiag_ugwp to GFS_Control%ldiag_ugwp +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +DEBUG: Updating local name of variable cloud_top_entrainment_instability_value from ctei_r to GFS_Interstitial(cdata%thrd_no)%ctei_r +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from nlwsfci_cpl to GFS_Data(cdata%blk_no)%Coupling%nlwsfci_cpl +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +DEBUG: Updating local name of variable surface_specific_humidity_over_land from qss_land to GFS_Interstitial(cdata%thrd_no)%qss_land +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +DEBUG: Updating local name of variable perturbation_of_heat_to_momentum_roughness_length_ratio from zt1d to GFS_Interstitial(cdata%thrd_no)%zt1d +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable thickness_at_Lagrangian_surface from delz to CCPP_interstitial%delz +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +DEBUG: Updating local name of variable integrated_y_momentum_flux_from_form_drag from dvsfc_fd to GFS_Data(cdata%blk_no)%Intdiag%dvsfc_fd +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +DEBUG: Updating local name of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from totprcpb to GFS_Data(cdata%blk_no)%Intdiag%totprcpb +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +DEBUG: Updating local name of variable sea_land_ice_mask_cice from islmsk_cice to GFS_Interstitial(cdata%thrd_no)%islmsk_cice +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +DEBUG: Updating local name of variable tendency_of_ice_friendly_aerosols_at_surface from nifa2d to GFS_Data(cdata%blk_no)%Coupling%nifa2d +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +DEBUG: Updating local name of variable number_of_coefficients_in_ozone_forcing_data_plus_five from oz_coeffp5 to GFS_Interstitial(cdata%thrd_no)%oz_coeffp5 +INFO: Converting local name rrtmgp_nBandsSW of variable number_of_sw_bands_rrtmgp from new to old metadata +DEBUG: Updating local name of variable number_of_sw_bands_rrtmgp from rrtmgp_nBandsSW to GFS_Control%rrtmgp_nBandsSW +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +DEBUG: Updating local name of variable forecast_time from fhour to GFS_Control%fhour +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_temperature_due_to_deep_convection from dt3dt(:,:,4) to GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,4) +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +DEBUG: Updating local name of variable flag_for_soil_and_snow_temperature_time_stepping_option from iopt_stc to GFS_Control%iopt_stc +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +DEBUG: Updating local name of variable bulk_richardson_number_at_lowest_model_level from rb to GFS_Interstitial(cdata%thrd_no)%rb +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from visdfui to GFS_Data(cdata%blk_no)%Coupling%visdfui +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +DEBUG: Updating local name of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from iovr_lw to GFS_Control%iovr_lw +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +DEBUG: Updating local name of variable weights_for_stochastic_sppt_perturbation_flipped from sppt_wts to GFS_Data(cdata%blk_no)%Intdiag%sppt_wts +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +DEBUG: Updating local name of variable number_of_aerosol_bands_for_shortwave_radiation from nbdsw to GFS_Interstitial(cdata%thrd_no)%nbdsw +INFO: Converting local name proflw_type of variable proflw_type from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +DEBUG: Updating local name of variable surface_friction_velocity from uustar to GFS_Data(cdata%blk_no)%Sfcprop%uustar +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +DEBUG: Updating local name of variable flag_nonzero_land_surface_fraction from dry to GFS_Interstitial(cdata%thrd_no)%dry +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +DEBUG: Updating local name of variable bounded_vegetation_area_fraction from sigmaf to GFS_Interstitial(cdata%thrd_no)%sigmaf +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +DEBUG: Updating local name of variable fraction_of_rain_water_cloud from f_rain to GFS_Interstitial(cdata%thrd_no)%f_rain +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable time_integral_of_x_stress_due_to_gravity_wave_drag from dugwd to GFS_Data(cdata%blk_no)%Intdiag%dugwd +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from dnirdfi_cpl to GFS_Data(cdata%blk_no)%Coupling%dnirdfi_cpl +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable vertical_dimension_for_cappa_at_Lagrangian_surface from npzcappa to CCPP_interstitial%npzcappa +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +DEBUG: Updating local name of variable volume_mixing_ratio_co2 from gasvmr(:,:,1) to GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,1) +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_y_momentum_flux from dvsfc1 to GFS_Interstitial(cdata%thrd_no)%dvsfc1 +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +DEBUG: Updating local name of variable accumulated_water_equivalent_of_frozen_precip from acsnow to GFS_Data(cdata%blk_no)%Sfcprop%acsnow +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +DEBUG: Updating local name of variable surface_friction_velocity_over_ocean from uustar_ocean to GFS_Interstitial(cdata%thrd_no)%uustar_ocean +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_upward_latent_heat_flux_for_diag from dqsfci to GFS_Data(cdata%blk_no)%Intdiag%dqsfci +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +DEBUG: Updating local name of variable gas_constants_for_multi_gases_physics from rilist to CCPP_interstitial%rilist +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +DEBUG: Updating local name of variable vegetation_type_classification_real from vtype to GFS_Data(cdata%blk_no)%Sfcprop%vtype +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +DEBUG: Updating local name of variable water_equivalent_accumulated_snow_depth_over_ocean from weasd_ocean to GFS_Interstitial(cdata%thrd_no)%weasd_ocean +INFO: Converting local name lw_optical_props_clouds of variable longwave_optical_properties_for_cloudy_atmosphere from new to old metadata +DEBUG: Updating local name of variable longwave_optical_properties_for_cloudy_atmosphere from lw_optical_props_clouds to GFS_Interstitial(cdata%thrd_no)%lw_optical_props_clouds +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +DEBUG: Updating local name of variable sw_fluxes_sfc from sfcfsw to GFS_Data(cdata%blk_no)%Radtend%sfcfsw +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +DEBUG: Updating local name of variable surface_albedo_due_to_UV_and_VIS_diffused from sfcalb(:,4) to GFS_Interstitial(cdata%thrd_no)%sfcalb(:,4) +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +DEBUG: Updating local name of variable convective_cloud_volume_fraction from clcn to GFS_Interstitial(cdata%thrd_no)%clcn +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +DEBUG: Updating local name of variable deep_soil_temperature from tg3 to GFS_Data(cdata%blk_no)%Sfcprop%tg3 +INFO: Converting local name phil of variable geopotential from new to old metadata +DEBUG: Updating local name of variable geopotential from phil to GFS_Data(cdata%blk_no)%Statein%phil +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +DEBUG: Updating local name of variable flag_for_frozen_soil_physics from flag_frsoil to GFS_Data(cdata%blk_no)%Sfcprop%flag_frsoil +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +DEBUG: Updating local name of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from betas_deep to GFS_Control%betas_deep +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_upward_sensible_heat_flux from dtsfc1 to GFS_Interstitial(cdata%thrd_no)%dtsfc1 +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_longwave_emissivity_over_ice_interstitial from semis_ice to GFS_Interstitial(cdata%thrd_no)%semis_ice +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +DEBUG: Updating local name of variable lake_area_fraction from lakefrac to GFS_Data(cdata%blk_no)%Sfcprop%lakefrac +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from faerlw(:,:,:,3) to GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,3) +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable humidity_mixing_ratio from qv_r to GFS_Interstitial(cdata%thrd_no)%qv_r +INFO: Converting local name coszdg of variable daytime_mean_cosz_over_rad_call_period from new to old metadata +DEBUG: Updating local name of variable daytime_mean_cosz_over_rad_call_period from coszdg to GFS_Data(cdata%blk_no)%Radtend%coszdg +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +DEBUG: Updating local name of variable h2o_forcing from h2opl to GFS_Data(cdata%blk_no)%Tbd%h2opl +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +DEBUG: Updating local name of variable number_of_latitude_points from latr to GFS_Control%latr +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +DEBUG: Updating local name of variable surface_snow_melt from snowmt to GFS_Interstitial(cdata%thrd_no)%snowmt +DEBUG: Variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d was in old metadata format and has already been converted +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +DEBUG: Updating local name of variable convective_updraft_area_fraction from sigmafrac to GFS_Interstitial(cdata%thrd_no)%sigmafrac +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +DEBUG: Updating local name of variable flag_for_reduced_drag_coefficient_over_sea from redrag to GFS_Control%redrag +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +DEBUG: Updating local name of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from cnvprcpb to GFS_Data(cdata%blk_no)%Intdiag%cnvprcpb +DEBUG: Variable ccpp_block_number was in old metadata format and has already been converted +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +DEBUG: Updating local name of variable emdf_updraft_area from edmf_a to GFS_Data(cdata%blk_no)%Intdiag%edmf_a +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +DEBUG: Updating local name of variable sea_surface_reference_temperature from tref to GFS_Data(cdata%blk_no)%Sfcprop%tref +INFO: Converting local name sw_file_clouds of variable rrtmgp_coeff_sw_cloud_optics from new to old metadata +DEBUG: Updating local name of variable rrtmgp_coeff_sw_cloud_optics from sw_file_clouds to GFS_Control%sw_file_clouds +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +DEBUG: Updating local name of variable total_cloud_condensate_mixing_ratio_updated_by_physics from cwm to GFS_Interstitial(cdata%thrd_no)%cwm +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +DEBUG: Updating local name of variable integrated_y_momentum_flux_from_small_scale_gwd from dvsfc_ss to GFS_Data(cdata%blk_no)%Intdiag%dvsfc_ss +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable virtual_temperature_at_Lagrangian_surface from pt to CCPP_interstitial%pt +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +DEBUG: Updating local name of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from keepsmfr to GFS_Data(cdata%blk_no)%Sfcprop%keepsmfr +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_skin_temperature_over_ocean_interstitial from tsfc_ocean to GFS_Interstitial(cdata%thrd_no)%tsfc_ocean +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +DEBUG: Updating local name of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from bl_upfr to GFS_Control%bl_upfr +INFO: Converting local name sw_optical_props_clrsky of variable shortwave_optical_properties_for_clear_sky from new to old metadata +DEBUG: Updating local name of variable shortwave_optical_properties_for_clear_sky from sw_optical_props_clrsky to GFS_Interstitial(cdata%thrd_no)%sw_optical_props_clrsky +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +DEBUG: Updating local name of variable depth_of_soil_levels_for_land_surface_model from zs to GFS_Data(cdata%blk_no)%Sfcprop%zs +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_noahmp_land_surface_scheme from lsm_noahmp to GFS_Control%lsm_noahmp +INFO: Converting local name cldtausw of variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band from new to old metadata +DEBUG: Updating local name of variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band from cldtausw to GFS_Interstitial(cdata%thrd_no)%cldtausw +INFO: Converting local name iaerclm of variable flag_for_aerosol_input_MG_radiation from new to old metadata +DEBUG: Updating local name of variable flag_for_aerosol_input_MG_radiation from iaerclm to GFS_Control%iaerclm +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +DEBUG: Updating local name of variable date_and_time_at_model_initialization from idat to GFS_Control%idat +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +DEBUG: Updating local name of variable flag_for_global_cellular_automata from ca_global to GFS_Control%ca_global +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +DEBUG: Updating local name of variable flag_for_soil_moisture_factor_stomatal_resistance_option from iopt_btr to GFS_Control%iopt_btr +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +DEBUG: Updating local name of variable surface_exchange_coefficient_for_moisture_at_2m from cqs2 to GFS_Data(cdata%blk_no)%Sfcprop%cqs2 +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +DEBUG: Updating local name of variable threshold_for_perturbed_vertical_velocity from nthresh to GFS_Control%nthresh +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +DEBUG: Updating local name of variable normalized_soil_wetness_for_land_surface_model from wetness to GFS_Data(cdata%blk_no)%Sfcprop%wetness +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +DEBUG: Variable index_for_ozone was in old metadata format and has already been converted +DEBUG: Updating local name of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from dqdt(:,:,index_for_ozone) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntoz) +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +DEBUG: Variable index_for_rain_number_concentration was in old metadata format and has already been converted +DEBUG: Updating local name of variable rain_number_concentration_updated_by_physics from gq0(:,:,index_for_rain_number_concentration) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntrnc) +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable pressure_thickness_at_Lagrangian_surface from delp to CCPP_interstitial%delp +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_ice_amount_from_previous_timestep from iceprv to GFS_Data(cdata%blk_no)%Sfcprop%iceprv +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +DEBUG: Updating local name of variable diurnal_thermocline_layer_x_current from xu to GFS_Data(cdata%blk_no)%Sfcprop%xu +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +DEBUG: Updating local name of variable surface_upward_potential_latent_heat_flux_over_land from ep1d_land to GFS_Interstitial(cdata%thrd_no)%ep1d_land +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +DEBUG: Updating local name of variable vegetation_area_fraction from vfrac to GFS_Data(cdata%blk_no)%Sfcprop%vfrac +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +DEBUG: Updating local name of variable tendency_of_vertically_diffused_tracer_concentration from dvdftra to GFS_Interstitial(cdata%thrd_no)%dvdftra +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +DEBUG: Updating local name of variable instantaneous_dust_emission_flux from duem to GFS_Data(cdata%blk_no)%Intdiag%duem +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +DEBUG: Updating local name of variable pressure_cutoff_for_rayleigh_damping from prslrd0 to GFS_Control%prslrd0 +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +DEBUG: Updating local name of variable specific_humidity_at_2m from q2m to GFS_Data(cdata%blk_no)%Sfcprop%q2m +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable local_snow_water_mixing_ratio from qsnw to GFS_Interstitial(cdata%thrd_no)%qsnw +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from dlwsfci_cpl to GFS_Data(cdata%blk_no)%Coupling%dlwsfci_cpl +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +DEBUG: Updating local name of variable surface_drag_coefficient_for_momentum_for_noahmp from cmxy to GFS_Data(cdata%blk_no)%Sfcprop%cmxy +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +DEBUG: Updating local name of variable mg_flag_for_graupel from mg_do_graupel to GFS_Control%mg_do_graupel +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +DEBUG: Updating local name of variable diurnal_thermocline_layer_thickness from xz to GFS_Data(cdata%blk_no)%Sfcprop%xz +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +DEBUG: Updating local name of variable surface_air_pressure_at_previous_time_step from phy_f2d(:,2) to GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,2) +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +DEBUG: Updating local name of variable shoc_implicit_TKE_integration_uncentering_term from shoc_parm(4) to GFS_Control%shoc_parm(4) +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +DEBUG: Updating local name of variable surface_longwave_emissivity from semis to GFS_Data(cdata%blk_no)%Radtend%semis +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +DEBUG: Updating local name of variable kinematic_surface_upward_latent_heat_flux_over_ice from evap_ice to GFS_Interstitial(cdata%thrd_no)%evap_ice +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from dq3dt(:,:,4) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,4) +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +DEBUG: Updating local name of variable number_of_timesteps_between_surface_cycling_calls from nscyc to GFS_Control%nscyc +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +DEBUG: Updating local name of variable maximum_temperature_at_2m from tmpmax to GFS_Data(cdata%blk_no)%Intdiag%tmpmax +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +DEBUG: Updating local name of variable dewpoint_temperature_at_2m from dpt2m to GFS_Data(cdata%blk_no)%Intdiag%dpt2m +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_over_land from ffhh_land to GFS_Interstitial(cdata%thrd_no)%ffhh_land +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +DEBUG: Updating local name of variable critical_relative_humidity_at_top_of_atmosphere from crtrh(3) to GFS_Control%crtrh(3) +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +DEBUG: Updating local name of variable surface_skin_temperature_after_iteration_over_ocean from tsurf_ocean to GFS_Interstitial(cdata%thrd_no)%tsurf_ocean +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +DEBUG: Updating local name of variable y_momentum_tendency_from_small_scale_gwd from dtauy2d_ss to GFS_Data(cdata%blk_no)%Intdiag%dtauy2d_ss +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +DEBUG: Updating local name of variable maximum_updraft_velocity_at_cloud_base from wcbmax to GFS_Interstitial(cdata%thrd_no)%wcbmax +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +DEBUG: Updating local name of variable aerosol_aware_parameter_shallow_convection from asolfac_shal to GFS_Control%asolfac_shal +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +DEBUG: Updating local name of variable flag_skip_macro from skip_macro to GFS_Interstitial(cdata%thrd_no)%skip_macro +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +DEBUG: Updating local name of variable surface_drag_wind_speed_for_momentum_in_air from cmm to GFS_Data(cdata%blk_no)%Intdiag%cmm +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_ruc_land_surface_scheme from lsm_ruc to GFS_Control%lsm_ruc +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +DEBUG: Updating local name of variable instantaneous_atmosphere_detrainment_convective_mass_flux from dt_mf to GFS_Interstitial(cdata%thrd_no)%dt_mf +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +DEBUG: Variable index_for_water_vapor was in old metadata format and has already been converted +DEBUG: Updating local name of variable water_vapor_specific_humidity_updated_by_physics from gq0(:,:,index_for_water_vapor) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) +DEBUG: Variable profsw_type is in old metadata format, no conversion necessary +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from faersw(:,:,:,3) to GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,3) +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +DEBUG: Variable index_for_water_friendly_aerosols was in old metadata format and has already been converted +DEBUG: Updating local name of variable water_friendly_aerosol_number_concentration from qgrs(:,:,index_for_water_friendly_aerosols) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntwa) +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 +DEBUG: Updating local name of variable lwe_thickness_of_graupel_amount_from_previous_timestep from graupelprv to GFS_Data(cdata%blk_no)%Sfcprop%graupelprv +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +DEBUG: Updating local name of variable surface_specific_humidity from qss to GFS_Interstitial(cdata%thrd_no)%qss +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +DEBUG: Updating local name of variable surface_skin_temperature_over_land from tsfcl to GFS_Data(cdata%blk_no)%Sfcprop%tsfcl +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +DEBUG: Updating local name of variable mean_effective_radius_for_snow_flake from clouds(:,:,9) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,9) +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +DEBUG: Updating local name of variable wind_speed_at_lowest_model_layer from wind to GFS_Interstitial(cdata%thrd_no)%wind +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +DEBUG: Updating local name of variable soil_upward_latent_heat_flux from evbs to GFS_Interstitial(cdata%thrd_no)%evbs +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +DEBUG: Updating local name of variable tracer_concentration_save from save_q to GFS_Interstitial(cdata%thrd_no)%save_q +INFO: Metadata table for model FV3 written to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +DEBUG: Parsing file rayleigh_damp.f with registry OrderedDict([('rayleigh_damp', {'rayleigh_damp': {'rayleigh_damp_finalize': [118, 119], 'rayleigh_damp_init': [8, 9], 'rayleigh_damp_run': [22, 114]}})]) +DEBUG: Skipping blank table rayleigh_damp_finalize +DEBUG: Skipping blank table rayleigh_damp_init +DEBUG: Module name: rayleigh_damp +DEBUG: Scheme name: rayleigh_damp +DEBUG: Variables in subroutine rayleigh_damp_finalize: +DEBUG: Variables in subroutine rayleigh_damp_init: +DEBUG: Variables in subroutine rayleigh_damp_run: flag_idealized_physics, horizontal_loop_extent, horizontal_dimension, vertical_dimension, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, x_wind, y_wind, time_step_for_physics, specific_heat_of_dry_air_at_constant_pressure, number_of_vertical_layers_for_radiation_calculations, surface_air_pressure, air_pressure, pressure_cutoff_for_rayleigh_damping, time_scale_for_rayleigh_damping, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file sfc_ocean.F with registry OrderedDict([('sfc_ocean', {'sfc_ocean': {'sfc_ocean_finalize': [11, 12], 'sfc_ocean_init': [7, 8], 'sfc_ocean_run': [18, 134]}})]) +DEBUG: Skipping blank table sfc_ocean_finalize +DEBUG: Skipping blank table sfc_ocean_init +DEBUG: Module name: sfc_ocean +DEBUG: Scheme name: sfc_ocean +DEBUG: Variables in subroutine sfc_ocean_finalize: +DEBUG: Variables in subroutine sfc_ocean_init: +DEBUG: Variables in subroutine sfc_ocean_run: horizontal_loop_extent, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, latent_heat_of_vaporization_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, surface_air_pressure, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, surface_skin_temperature_over_ocean_interstitial, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, flag_nonzero_wet_surface_fraction, wind_speed_at_lowest_model_layer, flag_for_iteration, surface_specific_humidity_over_ocean, surface_drag_wind_speed_for_momentum_in_air_over_ocean, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean, upward_heat_flux_in_soil_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_ocean, surface_upward_potential_latent_heat_flux_over_ocean, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file rrtmg_lw_post.F90 with registry OrderedDict([('rrtmg_lw_post', {'rrtmg_lw_post': {'rrtmg_lw_post_init': [8, 9], 'rrtmg_lw_post_run': [16, 64], 'rrtmg_lw_post_finalize': [67, 68]}})]) +DEBUG: Skipping blank table rrtmg_lw_post_init +DEBUG: Skipping blank table rrtmg_lw_post_finalize +DEBUG: Module name: rrtmg_lw_post +DEBUG: Scheme name: rrtmg_lw_post +DEBUG: Variables in subroutine rrtmg_lw_post_init: +DEBUG: Variables in subroutine rrtmg_lw_post_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_radtend_type_instance, GFS_coupling_type_instance, horizontal_loop_extent, extra_top_layer, number_of_vertical_layers_for_radiation_calculations, vertical_index_difference_between_inout_and_local, surface_air_temperature_for_radiation, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmg_lw_post_finalize: +DEBUG: Parsing file rrtmgp_sw_cloud_optics.F90 with registry OrderedDict([('rrtmgp_sw_cloud_optics', {'rrtmgp_sw_cloud_optics': {'rrtmgp_sw_cloud_optics_run': [226, 292], 'rrtmgp_sw_cloud_optics_finalize': [296, 297], 'rrtmgp_sw_cloud_optics_init': [19, 219]}})]) +DEBUG: Module name: rrtmgp_sw_cloud_optics +DEBUG: Scheme name: rrtmgp_sw_cloud_optics +DEBUG: Variables in subroutine rrtmgp_sw_cloud_optics_run: flag_to_calc_sw, horizontal_loop_extent, vertical_dimension, rrtmgp_cloud_optics_flag, number_of_rrtmgp_ice_roughness, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_snow_water_path, mean_effective_radius_for_snow_flake, cloud_rain_water_path, mean_effective_radius_for_rain_drop, coefficients_for_sw_cloud_optics, coefficients_for_sw_gas_optics, daytime_points_dimension, daytime_points, shortwave_optical_properties_for_cloudy_atmosphere_by_band, RRTMGP_cloud_optical_depth_layers_at_0_55mu_band, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmgp_sw_cloud_optics_finalize: +DEBUG: Variables in subroutine rrtmgp_sw_cloud_optics_init: rrtmgp_cloud_optics_flag, number_of_rrtmgp_ice_roughness, coefficients_for_sw_cloud_optics, ccpp_error_message, ccpp_error_flag, directory_for_rte_rrtmgp_source_code, rrtmgp_coeff_sw_cloud_optics, mpi_rank, mpi_root, mpi_comm +DEBUG: Parsing file GFS_rrtmg_pre.F90 with registry OrderedDict([('GFS_rrtmg_pre', {'GFS_rrtmg_pre': {'GFS_rrtmg_pre_finalize': [628, 629], 'GFS_rrtmg_pre_init': [9, 10], 'GFS_rrtmg_pre_run': [16, 625]}})]) +DEBUG: Skipping blank table GFS_rrtmg_pre_finalize +DEBUG: Skipping blank table GFS_rrtmg_pre_init +DEBUG: Module name: GFS_rrtmg_pre +DEBUG: Scheme name: GFS_rrtmg_pre +DEBUG: Variables in subroutine GFS_rrtmg_pre_finalize: +DEBUG: Variables in subroutine GFS_rrtmg_pre_init: +DEBUG: Variables in subroutine GFS_rrtmg_pre_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_sfcprop_type_instance, GFS_statein_type_instance, GFS_tbd_type_instance, GFS_cldprop_type_instance, GFS_coupling_type_instance, GFS_radtend_type_instance, fraction_of_ice_water_cloud, fraction_of_rain_water_cloud, rime_factor, minimum_large_ice_fraction, total_cloud_condensate_mixing_ratio_updated_by_physics, number_of_vertical_layers_for_radiation_calculations, horizontal_loop_extent, adjusted_vertical_layer_dimension_for_radiation, adjusted_vertical_level_dimension_for_radiation, vertical_index_difference_between_inout_and_local, vertical_index_difference_between_layer_and_upper_bound, vertical_index_difference_between_layer_and_lower_bound, time_step_for_radiation, layer_pressure_thickness_for_radiation, layer_thickness_for_radiation, air_pressure_at_interface_for_radiation_in_hPa, air_pressure_at_layer_for_radiation_in_hPa, air_temperature_at_interface_for_radiation, air_temperature_at_layer_for_radiation, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, water_vapor_specific_humidity_at_layer_for_radiation, ozone_concentration_at_layer_for_radiation, volume_mixing_ratio_co2, volume_mixing_ratio_n2o, volume_mixing_ratio_ch4, volume_mixing_ratio_o2, volume_mixing_ratio_co, volume_mixing_ratio_cfc11, volume_mixing_ratio_cfc12, volume_mixing_ratio_cfc22, volume_mixing_ratio_ccl4, volume_mixing_ratio_cfc113, aerosol_optical_depth_for_shortwave_bands_01_16, aerosol_single_scattering_albedo_for_shortwave_bands_01_16, aerosol_asymmetry_parameter_for_shortwave_bands_01_16, aerosol_optical_depth_for_longwave_bands_01_16, aerosol_single_scattering_albedo_for_longwave_bands_01_16, aerosol_asymmetry_parameter_for_longwave_bands_01_16, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_snow_water_path, mean_effective_radius_for_snow_flake, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, cloud_decorrelation_length, surface_albedo_perturbation, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file ysuvdif.F90 with registry OrderedDict([('ysuvdif', {'ysuvdif': {'ysuvdif_finalize': [13, 14], 'ysuvdif_init': [11, 12], 'ysuvdif_run': [23, 967]}})]) +DEBUG: Module name: ysuvdif +DEBUG: Scheme name: ysuvdif +DEBUG: Variables in subroutine ysuvdif_finalize: +DEBUG: Variables in subroutine ysuvdif_init: +DEBUG: Variables in subroutine ysuvdif_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure, air_pressure_at_interface, dimensionless_exner_function_at_model_layers, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_tracers_due_to_model_physics, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, number_of_tracers, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, geopotential_at_interface, geopotential, surface_air_pressure, surface_roughness_length, surface_wind_stress, atmosphere_boundary_layer_thickness, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, sea_land_ice_mask, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, latent_heat_of_vaporization_of_water_at_0C, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, time_step_for_physics, vertical_index_at_top_of_atmosphere_boundary_layer, x_wind_at_10m, y_wind_at_10m, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file cu_gf_driver_post.F90 with registry OrderedDict([('cu_gf_driver_post', {'cu_gf_driver_post': {'cu_gf_driver_post_init': [7, 8], 'cu_gf_driver_post_run': [14, 41], 'cu_gf_driver_post_finalize': [9, 10]}})]) +DEBUG: Module name: cu_gf_driver_post +DEBUG: Scheme name: cu_gf_driver_post +DEBUG: Variables in subroutine cu_gf_driver_post_init: +DEBUG: Variables in subroutine cu_gf_driver_post_run: horizontal_loop_extent, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, temperature_from_previous_timestep, moisture_from_previous_timestep, conv_activity_counter, gf_memory_counter, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine cu_gf_driver_post_finalize: +DEBUG: Parsing file sfc_diag_post.F90 with registry OrderedDict([('sfc_diag_post', {'sfc_diag_post': {'sfc_diag_post_init': [4, 5], 'sfc_diag_post_run': [13, 59], 'sfc_diag_post_finalize': [6, 7]}})]) +DEBUG: Module name: sfc_diag_post +DEBUG: Scheme name: sfc_diag_post +DEBUG: Variables in subroutine sfc_diag_post_init: +DEBUG: Variables in subroutine sfc_diag_post_run: horizontal_loop_extent, flag_for_land_surface_scheme, flag_for_noahmp_land_surface_scheme, flag_nonzero_land_surface_fraction, flag_diagnostics, time_step_for_dynamics, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, surface_air_pressure, temperature_at_2m_from_noahmp, specific_humidity_at_2m_from_noahmp, temperature_at_2m, specific_humidity_at_2m, x_wind_at_10m, y_wind_at_10m, minimum_temperature_at_2m, maximum_temperature_at_2m, minimum_specific_humidity_at_2m, maximum_specific_humidity_at_2m, maximum_wind_at_10m, maximum_x_wind_at_10m, maximum_y_wind_at_10m, dewpoint_temperature_at_2m, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine sfc_diag_post_finalize: +DEBUG: Parsing file sfc_noahmp_drv.f with registry OrderedDict([('noahmpdrv', {'noahmpdrv': {'noahmpdrv_finalize': [31, 32], 'noahmpdrv_run': [56, 715], 'noahmpdrv_init': [19, 30]}})]) +DEBUG: Module name: noahmpdrv +DEBUG: Scheme name: noahmpdrv +DEBUG: Variables in subroutine noahmpdrv_finalize: +DEBUG: Variables in subroutine noahmpdrv_run: horizontal_dimension, soil_vertical_dimension, index_of_time_step, surface_air_pressure, x_wind_at_lowest_model_layer, y_wind_at_lowest_model_layer, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, soil_type_classification, vegetation_type_classification, bounded_vegetation_area_fraction, surface_longwave_emissivity_over_land_interstitial, surface_downwelling_longwave_flux_absorbed_by_ground_over_land, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, time_step_for_dynamics, deep_soil_temperature, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, height_above_ground_at_lowest_model_layer, flag_nonzero_land_surface_fraction, wind_speed_at_lowest_model_layer, surface_slope_classification, minimum_vegetation_area_fraction, maximum_vegetation_area_fraction, upper_bound_on_max_albedo_over_deep_snow, surface_diffused_shortwave_albedo, flag_for_iteration, flag_for_guess_run, flag_for_dynamic_vegetation_option, flag_for_canopy_stomatal_resistance_option, flag_for_soil_moisture_factor_stomatal_resistance_option, flag_for_runoff_and_groundwater_option, flag_for_surface_layer_drag_coefficient_option, flag_for_supercooled_liquid_water_option, flag_for_frozen_soil_permeability_option, flag_for_radiation_transfer_option, flag_for_ground_snow_surface_albedo_option, flag_for_precipitation_partition_option, flag_for_lower_boundary_soil_temperature_option, flag_for_soil_and_snow_temperature_time_stepping_option, latitude, instantaneous_cosine_of_zenith_angle, number_of_days_in_year, julian_day, explicit_rainfall_rate_from_previous_timestep, convective_precipitation_rate_from_previous_timestep, snow_precipitation_rate_from_previous_timestep, graupel_precipitation_rate_from_previous_timestep, ice_precipitation_rate_from_previous_timestep, latent_heat_of_vaporization_of_water_at_0C, specific_heat_of_dry_air_at_constant_pressure, joules_per_calorie_constant, liquid_water_density, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gas_constant_dry_air, latent_heat_of_fusion_of_water_at_0C, water_equivalent_accumulated_snow_depth_over_land, surface_snow_thickness_water_equivalent_over_land, surface_skin_temperature_over_land_interstitial, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land, flag_for_precipitation_type, volume_fraction_of_soil_moisture, soil_temperature, volume_fraction_of_unfrozen_soil_moisture, canopy_water_amount, transpiration_flux, surface_skin_temperature_after_iteration_over_land, surface_roughness_length_over_land_interstitial, number_of_snow_layers, vegetation_temperature, ground_temperature_for_noahmp, canopy_intercepted_ice_mass, canopy_intercepted_liquid_water, canopy_air_vapor_pressure, canopy_air_temperature, surface_drag_coefficient_for_momentum_for_noahmp, surface_drag_coefficient_for_heat_and_moisture_for_noahmp, area_fraction_of_wet_canopy, snow_mass_at_previous_time_step, snow_albedo_at_previous_time_step, snow_precipitation_rate_at_surface, lake_water_storage, water_table_depth, water_storage_in_aquifer, water_storage_in_aquifer_and_saturated_soil, snow_temperature, layer_bottom_depth_from_snow_surface, snow_layer_ice, snow_layer_liquid_water, leaf_mass, fine_root_mass, stem_mass, wood_mass, slow_soil_pool_mass_content_of_carbon, fast_soil_pool_mass_content_of_carbon, leaf_area_index, stem_area_index, nondimensional_snow_age, equilibrium_soil_water_content, soil_water_content_between_soil_bottom_and_water_table, water_table_recharge_when_deep, water_table_recharge_when_shallow, surface_snow_area_fraction_over_land, surface_specific_humidity_over_land, upward_heat_flux_in_soil_over_land, subsurface_runoff_flux, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_land, surface_upward_potential_latent_heat_flux_over_land, surface_runoff_flux, surface_drag_wind_speed_for_momentum_in_air_over_land, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land, soil_upward_latent_heat_flux, canopy_upward_latent_heat_flux, snow_deposition_sublimation_upward_latent_heat_flux, surface_snow_area_fraction, soil_moisture_content, snow_freezing_rain_upward_latent_heat_flux, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, normalized_soil_wetness, temperature_at_2m_from_noahmp, specific_humidity_at_2m_from_noahmp, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine noahmpdrv_init: ccpp_error_message, ccpp_error_flag, mpi_rank, soil_type_dataset_choice, vegetation_type_dataset_choice, iounit_namelist +DEBUG: Parsing file mp_fer_hires.F90 with registry OrderedDict([('mp_fer_hires', {'mp_fer_hires': {'mp_fer_hires_run': [87, 304], 'mp_fer_hires_init': [20, 81], 'mp_fer_hires_finalize': [307, 308]}})]) +DEBUG: Skipping blank table mp_fer_hires_finalize +DEBUG: Module name: mp_fer_hires +DEBUG: Scheme name: mp_fer_hires +DEBUG: Variables in subroutine mp_fer_hires_run: horizontal_loop_extent, vertical_dimension, time_step_for_physics, flag_for_individual_cloud_species_advected, sea_land_ice_mask_real, air_pressure_at_interface, air_pressure, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, total_cloud_condensate_mixing_ratio_updated_by_physics, accumulated_change_of_air_temperature_due_to_FA_scheme, ratio_of_snowfall_to_rainfall, fraction_of_ice_water_cloud, fraction_of_rain_water_cloud, rime_factor, cloud_condensed_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, mass_weighted_rime_factor_updated_by_physics, lwe_thickness_of_explicit_precipitation_amount, mpi_rank, mpi_root, omp_threads, radar_reflectivity_10cm, fa_threshold_relative_humidity_for_onset_of_condensation, cell_size, minimum_value_of_specific_humidity, gas_constant_dry_air, ratio_of_vapor_to_dry_air_gas_constants_minus_one, specific_heat_of_dry_air_at_constant_pressure, gravitational_acceleration, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine mp_fer_hires_init: horizontal_loop_extent, vertical_dimension, time_step_for_physics, fraction_of_ice_water_cloud, fraction_of_rain_water_cloud, rime_factor, mpi_rank, mpi_root, omp_threads, ccpp_error_message, ccpp_error_flag, flag_for_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, flag_for_restart, mpi_comm +DEBUG: Variables in subroutine mp_fer_hires_finalize: +DEBUG: Parsing file GFS_debug.F90 with registry OrderedDict([('GFS_diagtoscreen', {'GFS_diagtoscreen': {'GFS_diagtoscreen_init': [26, 27], 'GFS_diagtoscreen_finalize': [28, 29], 'GFS_diagtoscreen_run': [33, 499]}}), ('GFS_interstitialtoscreen', {}), ('GFS_abort', {}), ('GFS_checkland', {})]) +DEBUG: Module name: GFS_diagtoscreen +DEBUG: Scheme name: GFS_diagtoscreen +DEBUG: Variables in subroutine GFS_diagtoscreen_init: +DEBUG: Variables in subroutine GFS_diagtoscreen_finalize: +DEBUG: Variables in subroutine GFS_diagtoscreen_run: GFS_control_type_instance, GFS_statein_type_instance, GFS_stateout_type_instance, GFS_sfcprop_type_instance, GFS_coupling_type_instance, GFS_grid_type_instance, GFS_tbd_type_instance, GFS_cldprop_type_instance, GFS_radtend_type_instance, GFS_diag_type_instance, GFS_interstitial_type_instance, omp_threads, ccpp_block_number, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file GFS_debug.F90 with registry OrderedDict([('GFS_diagtoscreen', {'GFS_diagtoscreen': {'GFS_diagtoscreen_init': [26, 27], 'GFS_diagtoscreen_finalize': [28, 29], 'GFS_diagtoscreen_run': [33, 499]}}), ('GFS_interstitialtoscreen', {'GFS_interstitialtoscreen': {'GFS_interstitialtoscreen_finalize': [667, 668], 'GFS_interstitialtoscreen_run': [672, 746], 'GFS_interstitialtoscreen_init': [665, 666]}}), ('GFS_abort', {}), ('GFS_checkland', {})]) +DEBUG: Module name: GFS_interstitialtoscreen +DEBUG: Scheme name: GFS_interstitialtoscreen +DEBUG: Variables in subroutine GFS_interstitialtoscreen_finalize: +DEBUG: Variables in subroutine GFS_interstitialtoscreen_run: GFS_control_type_instance, GFS_statein_type_instance, GFS_stateout_type_instance, GFS_sfcprop_type_instance, GFS_coupling_type_instance, GFS_grid_type_instance, GFS_tbd_type_instance, GFS_cldprop_type_instance, GFS_radtend_type_instance, GFS_diag_type_instance, GFS_interstitial_type_instance, omp_threads, ccpp_block_number, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_interstitialtoscreen_init: +DEBUG: Parsing file GFS_debug.F90 with registry OrderedDict([('GFS_diagtoscreen', {'GFS_diagtoscreen': {'GFS_diagtoscreen_init': [26, 27], 'GFS_diagtoscreen_finalize': [28, 29], 'GFS_diagtoscreen_run': [33, 499]}}), ('GFS_interstitialtoscreen', {'GFS_interstitialtoscreen': {'GFS_interstitialtoscreen_finalize': [667, 668], 'GFS_interstitialtoscreen_run': [672, 746], 'GFS_interstitialtoscreen_init': [665, 666]}}), ('GFS_abort', {'GFS_abort': {'GFS_abort_init': [752, 753], 'GFS_abort_run': [759, 776], 'GFS_abort_finalize': [754, 755]}}), ('GFS_checkland', {})]) +DEBUG: Module name: GFS_abort +DEBUG: Scheme name: GFS_abort +DEBUG: Variables in subroutine GFS_abort_init: +DEBUG: Variables in subroutine GFS_abort_run: GFS_control_type_instance, ccpp_block_number, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_abort_finalize: +DEBUG: Parsing file GFS_debug.F90 with registry OrderedDict([('GFS_diagtoscreen', {'GFS_diagtoscreen': {'GFS_diagtoscreen_init': [26, 27], 'GFS_diagtoscreen_finalize': [28, 29], 'GFS_diagtoscreen_run': [33, 499]}}), ('GFS_interstitialtoscreen', {'GFS_interstitialtoscreen': {'GFS_interstitialtoscreen_finalize': [667, 668], 'GFS_interstitialtoscreen_run': [672, 746], 'GFS_interstitialtoscreen_init': [665, 666]}}), ('GFS_abort', {'GFS_abort': {'GFS_abort_init': [752, 753], 'GFS_abort_run': [759, 776], 'GFS_abort_finalize': [754, 755]}}), ('GFS_checkland', {'GFS_checkland': {'GFS_checkland_run': [789, 861], 'GFS_checkland_finalize': [784, 785], 'GFS_checkland_init': [782, 783]}})]) +DEBUG: Module name: GFS_checkland +DEBUG: Scheme name: GFS_checkland +DEBUG: Variables in subroutine GFS_checkland_run: ccpp_block_number, ccpp_error_message, ccpp_error_flag, mpi_rank, mpi_root, horizontal_loop_extent, index_of_time_step, ccpp_loop_counter, flag_for_iteration, flag_for_guess_run, flag_for_first_time_step, flag_for_restart, flag_for_fractional_grid, soil_type_dataset_choice, vegetation_type_dataset_choice, soil_type_classification_real, vegetation_type_classification_real, surface_slope_classification_real, soil_type_classification, vegetation_type_classification, surface_slope_classification, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_wet_surface_fraction, flag_nonzero_lake_surface_fraction, flag_nonzero_ocean_surface_fraction, sea_area_fraction, land_area_fraction, lake_area_fraction, sea_land_ice_mask_real, sea_land_ice_mask +DEBUG: Variables in subroutine GFS_checkland_finalize: +DEBUG: Variables in subroutine GFS_checkland_init: +DEBUG: Parsing file precpd.f with registry OrderedDict([('zhaocarr_precpd', {'zhaocarr_precpd': {'zhaocarr_precpd_init': [10, 11], 'zhaocarr_precpd_finalize': [682, 683], 'zhaocarr_precpd_run': [44, 678]}})]) +DEBUG: Skipping blank table zhaocarr_precpd_init +DEBUG: Skipping blank table zhaocarr_precpd_finalize +DEBUG: Module name: zhaocarr_precpd +DEBUG: Scheme name: zhaocarr_precpd +DEBUG: Variables in subroutine zhaocarr_precpd_init: +DEBUG: Variables in subroutine zhaocarr_precpd_finalize: +DEBUG: Variables in subroutine zhaocarr_precpd_run: horizontal_loop_extent, horizontal_dimension, vertical_dimension, time_step_for_physics, air_pressure_difference_between_midlayers, air_pressure, water_vapor_specific_humidity_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, air_temperature_updated_by_physics, lwe_thickness_of_explicit_precipitation_amount, ratio_of_snowfall_to_rainfall, tendency_of_rain_water_mixing_ratio_due_to_microphysics, critical_relative_humidity, coefficient_from_cloud_ice_to_snow, coefficient_from_cloud_water_to_rain, coefficient_for_evaporation_of_rainfall, cloud_condensed_water_conversion_threshold, grid_size_related_coefficient_used_in_scale_sensitive_schemes, flag_print, horizontal_index_of_printed_column, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [17, 55], 'cs_conv_pre_finalize': [10, 11], 'cs_conv_pre_init': [6, 7]}}), ('cs_conv_post', {}), ('cs_conv', {})]) +DEBUG: Skipping blank table cs_conv_pre_finalize +DEBUG: Skipping blank table cs_conv_pre_init +DEBUG: Module name: cs_conv_pre +DEBUG: Scheme name: cs_conv_pre +DEBUG: Variables in subroutine cs_conv_pre_run: horizontal_dimension, vertical_dimension, number_of_tracers, number_of_hydrometeors, water_vapor_specific_humidity_updated_by_physics, ice_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_convective_transport_tracer, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, updraft_velocity_tunable_parameter_1_CS, updraft_velocity_tunable_parameter_2_CS, maximum_updraft_velocity_at_cloud_base, fraction_of_cloud_top_water_scavenged, fraction_of_tracer_scavenged, water_vapor_specific_humidity_save, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine cs_conv_pre_finalize: +DEBUG: Variables in subroutine cs_conv_pre_init: +DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [17, 55], 'cs_conv_pre_finalize': [10, 11], 'cs_conv_pre_init': [6, 7]}}), ('cs_conv_post', {'cs_conv_post': {'cs_conv_post_init': [61, 62], 'cs_conv_post_finalize': [65, 66], 'cs_conv_post_run': [71, 96]}}), ('cs_conv', {})]) +DEBUG: Skipping blank table cs_conv_post_init +DEBUG: Skipping blank table cs_conv_post_finalize +DEBUG: Module name: cs_conv_post +DEBUG: Scheme name: cs_conv_post +DEBUG: Variables in subroutine cs_conv_post_init: +DEBUG: Variables in subroutine cs_conv_post_finalize: +DEBUG: Variables in subroutine cs_conv_post_run: horizontal_dimension, vertical_dimension, ccpp_error_message, ccpp_error_flag, flag_for_Arakawa_Wu_adjustment, convective_updraft_area_fraction_at_model_interfaces, convective_updraft_area_fraction +DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [17, 55], 'cs_conv_pre_finalize': [10, 11], 'cs_conv_pre_init': [6, 7]}}), ('cs_conv_post', {'cs_conv_post': {'cs_conv_post_init': [61, 62], 'cs_conv_post_finalize': [65, 66], 'cs_conv_post_run': [71, 96]}}), ('cs_conv', {'cs_conv': {'cs_conv_init': [165, 166], 'cs_conv_finalize': [169, 170], 'cs_conv_run': [232, 571]}})]) +DEBUG: Skipping blank table cs_conv_init +DEBUG: Skipping blank table cs_conv_finalize +DEBUG: Module name: cs_conv +DEBUG: Scheme name: cs_conv +DEBUG: Variables in subroutine cs_conv_init: +DEBUG: Variables in subroutine cs_conv_finalize: +DEBUG: Variables in subroutine cs_conv_run: horizontal_dimension, vertical_dimension, water_vapor_specific_humidity_updated_by_physics, maximum_updraft_velocity_at_cloud_base, fraction_of_cloud_top_water_scavenged, fraction_of_tracer_scavenged, ccpp_error_message, ccpp_error_flag, flag_for_Arakawa_Wu_adjustment, convective_updraft_area_fraction_at_model_interfaces, horizontal_loop_extent, number_of_tracers_plus_one, number_of_tracers_for_convective_transport, number_of_tracers_for_CS, number_of_cloud_types_CS, flag_convective_tracer_transport, latitude_index_in_debug_printouts, index_of_time_step, air_temperature_updated_by_physics, lwe_thickness_of_deep_convective_precipitation_amount, convective_transportable_tracers, geopotential, geopotential_at_interface, air_pressure, air_pressure_at_interface, time_step_for_physics, time_step_for_dynamics, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, x_wind_updated_by_physics, y_wind_updated_by_physics, cloud_base_mass_flux, mpi_rank, detrainment_and_precipitation_tunable_parameter_3_CS, detrainment_and_precipitation_tunable_parameter_4_CS, entrainment_efficiency_tunable_parameter_9_CS, flag_arakawa_wu_downdraft, flag_flux_form_CS, flag_print, horizontal_index_of_printed_column, flag_deep_convection, mass_fraction_of_convective_cloud_liquid_water, mass_fraction_of_convective_cloud_ice, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, flag_for_microphysics_scheme +DEBUG: Parsing file moninedmf_hafs.f with registry OrderedDict([('hedmf_hafs', {'hedmf_hafs': {'hedmf_hafs_finalize': [24, 25], 'hedmf_hafs_init': [10, 23], 'hedmf_hafs_run': [51, 1324]}})]) +DEBUG: Module name: hedmf_hafs +DEBUG: Scheme name: hedmf_hafs +DEBUG: Variables in subroutine hedmf_hafs_finalize: +DEBUG: Variables in subroutine hedmf_hafs_init: atmosphere_diffusivity_coefficient_factor, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine hedmf_hafs_run: atmosphere_diffusivity_coefficient_factor, ccpp_error_message, ccpp_error_flag, horizontal_dimension, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, countergradient_mixing_term_for_temperature, countergradient_mixing_term_for_water_vapor, atmosphere_heat_diffusivity, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, flag_print, horizontal_index_of_printed_column, atmosphere_heat_diffusivity_background_maximum, sea_land_ice_mask +DEBUG: Parsing file GFS_rrtmgp_sw_pre.F90 with registry OrderedDict([('GFS_rrtmgp_sw_pre', {'GFS_rrtmgp_sw_pre': {'GFS_rrtmgp_sw_pre_finalize': [105, 106], 'GFS_rrtmgp_sw_pre_run': [28, 101], 'GFS_rrtmgp_sw_pre_init': [20, 21]}})]) +DEBUG: Module name: GFS_rrtmgp_sw_pre +DEBUG: Scheme name: GFS_rrtmgp_sw_pre +DEBUG: Variables in subroutine GFS_rrtmgp_sw_pre_finalize: +DEBUG: Variables in subroutine GFS_rrtmgp_sw_pre_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_sfcprop_type_instance, GFS_statein_type_instance, GFS_radtend_type_instance, GFS_coupling_type_instance, horizontal_loop_extent, virtual_temperature, relative_humidity, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, chemical_tracers, coefficients_for_sw_gas_optics, surface_albedo_perturbation, surface_albedo_nearIR_direct, surface_albedo_nearIR_diffuse, surface_albedo_uvvis_dir, surface_albedo_uvvis_dif, daytime_points_dimension, daytime_points, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmgp_sw_pre_init: +DEBUG: Warning, ignoring nested subroutine in module sfc_sice and subroutine sfc_sice_run +DEBUG: Parsing file sfc_sice.f with registry OrderedDict([('sfc_sice', {'sfc_sice': {'sfc_sice_run': [37, 611], 'sfc_sice_finalize': [8, 9], 'sfc_sice_init': [5, 6]}})]) +DEBUG: Module name: sfc_sice +DEBUG: Scheme name: sfc_sice +DEBUG: Variables in subroutine sfc_sice_run: horizontal_loop_extent, soil_vertical_dimension, stefan_boltzmann_constant, latent_heat_of_vaporization_of_water_at_0C, freezing_point_temperature_of_seawater, specific_heat_of_dry_air_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gravitational_acceleration, temperature_at_zero_celsius, gas_constant_dry_air, surface_air_pressure, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, time_step_for_dynamics, surface_longwave_emissivity_over_ice_interstitial, surface_downwelling_longwave_flux_absorbed_by_ground_over_ice, surface_net_downwelling_shortwave_flux, surface_downwelling_shortwave_flux, flag_for_precipitation_type, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, sea_land_ice_mask, wind_speed_at_lowest_model_layer, flag_for_iteration, flag_print, horizontal_index_of_printed_column, lake_ice_minimum, sea_ice_thickness, sea_ice_concentration, sea_ice_temperature_interstitial, water_equivalent_accumulated_snow_depth_over_ice, surface_skin_temperature_over_ice_interstitial, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice, soil_temperature, surface_upward_potential_latent_heat_flux_over_ice, surface_snow_thickness_water_equivalent_over_ice, surface_specific_humidity_over_ice, surface_snow_melt, upward_heat_flux_in_soil_over_ice, surface_drag_wind_speed_for_momentum_in_air_over_ice, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice, kinematic_surface_upward_latent_heat_flux_over_ice, kinematic_surface_upward_sensible_heat_flux_over_ice, flag_for_flux_coupling, flag_for_chemistry_coupling, flag_for_cice, sea_land_ice_mask_cice, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine sfc_sice_finalize: +DEBUG: Variables in subroutine sfc_sice_init: +DEBUG: Parsing file GFS_rrtmgp_lw_post.F90 with registry OrderedDict([('GFS_rrtmgp_lw_post', {'GFS_rrtmgp_lw_post': {'GFS_rrtmgp_lw_post_init': [16, 17], 'GFS_rrtmgp_lw_post_run': [24, 173], 'GFS_rrtmgp_lw_post_finalize': [177, 178]}})]) +DEBUG: Module name: GFS_rrtmgp_lw_post +DEBUG: Scheme name: GFS_rrtmgp_lw_post +DEBUG: Variables in subroutine GFS_rrtmgp_lw_post_init: +DEBUG: Variables in subroutine GFS_rrtmgp_lw_post_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_radtend_type_instance, GFS_coupling_type_instance, GFS_diag_type_instance, GFS_statein_type_instance, horizontal_loop_extent, surface_air_temperature_for_radiation, air_pressure_at_interface_for_RRTMGP_in_hPa, RRTMGP_lw_flux_profile_upward_allsky, RRTMGP_lw_flux_profile_downward_allsky, RRTMGP_lw_flux_profile_upward_clrsky, RRTMGP_lw_flux_profile_downward_clrsky, time_step_for_radiation, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, total_cloud_fraction, RRTMGP_cloud_optical_depth_layers_at_10mu_band, RRTMGP_lw_fluxes, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmgp_lw_post_finalize: +DEBUG: Parsing file sfc_diff.f with registry OrderedDict([('sfc_diff', {'sfc_diff': {'sfc_diff_init': [12, 13], 'sfc_diff_finalize': [14, 15], 'sfc_diff_run': [52, 299]}})]) +DEBUG: Module name: sfc_diff +DEBUG: Scheme name: sfc_diff +DEBUG: Variables in subroutine sfc_diff_init: +DEBUG: Variables in subroutine sfc_diff_finalize: +DEBUG: Variables in subroutine sfc_diff_run: horizontal_loop_extent, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, gravitational_acceleration, surface_air_pressure, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, height_above_ground_at_lowest_model_layer, wind_speed_at_lowest_model_layer, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, bounded_vegetation_area_fraction, vegetation_type_classification, maximum_vegetation_area_fraction, vegetation_type_dataset_choice, perturbation_of_momentum_roughness_length, perturbation_of_heat_to_momentum_roughness_length_ratio, flag_for_iteration, flag_for_reduced_drag_coefficient_over_sea, x_wind_at_10m, y_wind_at_10m, flag_for_surface_roughness_option_over_ocean, flag_nonzero_wet_surface_fraction, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ice_interstitial, surface_skin_temperature_after_iteration_over_ocean, surface_skin_temperature_after_iteration_over_land, surface_skin_temperature_after_iteration_over_ice, surface_snow_thickness_water_equivalent_over_ocean, surface_snow_thickness_water_equivalent_over_land, surface_snow_thickness_water_equivalent_over_ice, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, surface_friction_velocity_over_ocean, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, bulk_richardson_number_at_lowest_model_level_over_ocean, bulk_richardson_number_at_lowest_model_level_over_land, bulk_richardson_number_at_lowest_model_level_over_ice, surface_wind_stress_over_ocean, surface_wind_stress_over_land, surface_wind_stress_over_ice, Monin_Obukhov_similarity_function_for_momentum_over_ocean, Monin_Obukhov_similarity_function_for_momentum_over_land, Monin_Obukhov_similarity_function_for_momentum_over_ice, Monin_Obukhov_similarity_function_for_heat_over_ocean, Monin_Obukhov_similarity_function_for_heat_over_land, Monin_Obukhov_similarity_function_for_heat_over_ice, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean, Monin_Obukhov_similarity_function_for_heat_at_2m_over_land, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file GFS_GWD_generic.F90 with registry OrderedDict([('GFS_GWD_generic_pre', {'GFS_GWD_generic_pre': {'GFS_GWD_generic_pre_run': [13, 82], 'GFS_GWD_generic_pre_finalize': [84, 85], 'GFS_GWD_generic_pre_init': [5, 6]}}), ('GFS_GWD_generic_post', {})]) +DEBUG: Module name: GFS_GWD_generic_pre +DEBUG: Scheme name: GFS_GWD_generic_pre +DEBUG: Variables in subroutine GFS_GWD_generic_pre_run: horizontal_loop_extent, vertical_dimension, number_of_statistical_measures_of_subgrid_orography, statistical_measures_of_subgrid_orography, convexity_of_subgrid_orography, asymmetry_of_subgrid_orography, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height, angle_from_east_of_maximum_subgrid_orographic_variations, slope_of_subgrid_orography, anisotropy_of_subgrid_orography, maximum_subgrid_orography, flag_diagnostics, flag_diagnostics_3D, tendency_of_air_temperature_due_to_model_physics, cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag, time_step_for_dynamics, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_GWD_generic_pre_finalize: +DEBUG: Variables in subroutine GFS_GWD_generic_pre_init: +DEBUG: Parsing file GFS_GWD_generic.F90 with registry OrderedDict([('GFS_GWD_generic_pre', {'GFS_GWD_generic_pre': {'GFS_GWD_generic_pre_run': [13, 82], 'GFS_GWD_generic_pre_finalize': [84, 85], 'GFS_GWD_generic_pre_init': [5, 6]}}), ('GFS_GWD_generic_post', {'GFS_GWD_generic_post': {'GFS_GWD_generic_post_init': [91, 92], 'GFS_GWD_generic_post_finalize': [124, 125], 'GFS_GWD_generic_post_run': [99, 122]}})]) +DEBUG: Module name: GFS_GWD_generic_post +DEBUG: Scheme name: GFS_GWD_generic_post +DEBUG: Variables in subroutine GFS_GWD_generic_post_init: +DEBUG: Variables in subroutine GFS_GWD_generic_post_finalize: +DEBUG: Variables in subroutine GFS_GWD_generic_post_run: flag_diagnostics, flag_diagnostics_3D, tendency_of_air_temperature_due_to_model_physics, cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag, time_step_for_dynamics, ccpp_error_message, ccpp_error_flag, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, time_integral_of_x_stress_due_to_gravity_wave_drag, time_integral_of_y_stress_due_to_gravity_wave_drag, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag +DEBUG: Parsing file rrtmg_sw_pre.F90 with registry OrderedDict([('rrtmg_sw_pre', {'rrtmg_sw_pre': {'rrtmg_sw_pre_init': [9, 10], 'rrtmg_sw_pre_finalize': [71, 72], 'rrtmg_sw_pre_run': [14, 68]}})]) +DEBUG: Skipping blank table rrtmg_sw_pre_init +DEBUG: Skipping blank table rrtmg_sw_pre_finalize +DEBUG: Module name: rrtmg_sw_pre +DEBUG: Scheme name: rrtmg_sw_pre +DEBUG: Variables in subroutine rrtmg_sw_pre_init: +DEBUG: Variables in subroutine rrtmg_sw_pre_finalize: +DEBUG: Variables in subroutine rrtmg_sw_pre_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_sfcprop_type_instance, GFS_radtend_type_instance, horizontal_loop_extent, daytime_points_dimension, daytime_points, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, surface_albedo_perturbation, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file radlw_main.f with registry OrderedDict([('rrtmg_lw', {'rrtmg_lw': {'rrtmg_lw_init': [319, 320], 'rrtmg_lw_finalize': [1018, 1019], 'rrtmg_lw_run': [349, 1015]}})]) +DEBUG: Module name: rrtmg_lw +DEBUG: Scheme name: rrtmg_lw +DEBUG: Variables in subroutine rrtmg_lw_init: +DEBUG: Variables in subroutine rrtmg_lw_finalize: +DEBUG: Variables in subroutine rrtmg_lw_run: air_pressure_at_layer_for_radiation_in_hPa, air_pressure_at_interface_for_radiation_in_hPa, air_temperature_at_layer_for_radiation, air_temperature_at_interface_for_radiation, water_vapor_specific_humidity_at_layer_for_radiation, ozone_concentration_at_layer_for_radiation, volume_mixing_ratio_co2, volume_mixing_ratio_n2o, volume_mixing_ratio_ch4, volume_mixing_ratio_o2, volume_mixing_ratio_co, volume_mixing_ratio_cfc11, volume_mixing_ratio_cfc12, volume_mixing_ratio_cfc22, volume_mixing_ratio_ccl4, seed_random_numbers_lw, aerosol_optical_depth_for_longwave_bands_01_16, aerosol_single_scattering_albedo_for_longwave_bands_01_16, surface_longwave_emissivity, surface_ground_temperature_for_radiation, layer_thickness_for_radiation, layer_pressure_thickness_for_radiation, cloud_decorrelation_length, horizontal_loop_extent, adjusted_vertical_layer_dimension_for_radiation, adjusted_vertical_level_dimension_for_radiation, flag_print, total_cloud_fraction, flag_to_calc_lw, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels, lw_fluxes_top_atmosphere, lw_fluxes_sfc, cloud_optical_depth_layers_at_10mu_band, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_snow_water_path, mean_effective_radius_for_snow_flake, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file rrtmgp_lw_rte.F90 with registry OrderedDict([('rrtmgp_lw_rte', {'rrtmgp_lw_rte': {'rrtmgp_lw_rte_init': [18, 19], 'rrtmgp_lw_rte_finalize': [119, 120], 'rrtmgp_lw_rte_run': [26, 115]}})]) +DEBUG: Module name: rrtmgp_lw_rte +DEBUG: Scheme name: rrtmgp_lw_rte +DEBUG: Variables in subroutine rrtmgp_lw_rte_init: +DEBUG: Variables in subroutine rrtmgp_lw_rte_finalize: +DEBUG: Variables in subroutine rrtmgp_lw_rte_run: flag_to_calc_lw, horizontal_loop_extent, vertical_dimension, number_of_angles_used_in_gaussian_quadrature, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, surface_ground_temperature_for_radiation, surface_emissivity_in_each_RRTMGP_LW_band, coefficients_for_lw_gas_optics, longwave_optical_properties_for_clear_sky, longwave_optical_properties_for_cloudy_atmosphere, longwave_optical_properties_for_aerosols, longwave_source_function, RRTMGP_lw_heating_rate_spectral, secant_of_diffusivity_angle_each_RRTMGP_LW_band, RRTMGP_lw_flux_profile_upward_allsky, RRTMGP_lw_flux_profile_downward_allsky, RRTMGP_lw_flux_profile_upward_clrsky, RRTMGP_lw_flux_profile_downward_clrsky, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file dcyc2.f with registry OrderedDict([('dcyc2t3', {'dcyc2t3': {'dcyc2t3_init': [14, 15], 'dcyc2t3_run': [166, 298], 'dcyc2t3_finalize': [18, 19]}})]) +DEBUG: Skipping blank table dcyc2t3_init +DEBUG: Skipping blank table dcyc2t3_finalize +DEBUG: Module name: dcyc2t3 +DEBUG: Scheme name: dcyc2t3 +DEBUG: Variables in subroutine dcyc2t3_init: +DEBUG: Variables in subroutine dcyc2t3_run: forecast_hour_of_the_day, equation_of_time, sine_of_solar_declination_angle, cosine_of_solar_declination_angle, sine_of_latitude, cosine_of_latitude, longitude, cosine_of_zenith_angle, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_ice_interstitial, air_temperature_at_lowest_model_layer, surface_midlayer_air_temperature_in_longwave_radiation, surface_longwave_emissivity_over_land_interstitial, surface_longwave_emissivity_over_ice_interstitial, surface_longwave_emissivity_over_ocean_interstitial, surface_downwelling_shortwave_flux_on_radiation_time_step, surface_net_downwelling_shortwave_flux_on_radiation_time_step, surface_downwelling_longwave_flux_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step, surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, horizontal_dimension, horizontal_loop_extent, vertical_dimension, time_step_for_dynamics, frequency_for_shortwave_radiation, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_wet_surface_fraction, tendency_of_air_temperature_due_to_model_physics, tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, surface_downwelling_longwave_flux, surface_upwelling_longwave_flux_over_land_interstitial, surface_upwelling_longwave_flux_over_ice_interstitial, surface_upwelling_longwave_flux_over_ocean_interstitial, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, instantaneous_cosine_of_zenith_angle, surface_upwelling_direct_near_infrared_shortwave_flux, surface_upwelling_diffuse_near_infrared_shortwave_flux, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux, surface_downwelling_direct_near_infrared_shortwave_flux, surface_downwelling_diffuse_near_infrared_shortwave_flux, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine dcyc2t3_finalize: +DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [70, 71], 'gwdc_pre_init': [11, 12], 'gwdc_pre_run': [18, 65]}}), ('gwdc', {}), ('gwdc_post', {})]) +DEBUG: Skipping blank table gwdc_pre_finalize +DEBUG: Skipping blank table gwdc_pre_init +DEBUG: Module name: gwdc_pre +DEBUG: Scheme name: gwdc_pre +DEBUG: Variables in subroutine gwdc_pre_finalize: +DEBUG: Variables in subroutine gwdc_pre_init: +DEBUG: Variables in subroutine gwdc_pre_run: horizontal_loop_extent, multiplication_factors_for_convective_gravity_wave_drag, cell_size, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, characteristic_grid_length_scale, cloud_area_fraction, vertical_dimension, vertical_index_at_cloud_base, vertical_index_at_cloud_top, time_step_for_physics, air_temperature_updated_by_physics, air_temperature_save, air_pressure_difference_between_midlayers, maximum_column_heating_rate, flag_for_convective_gravity_wave_drag, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [70, 71], 'gwdc_pre_init': [11, 12], 'gwdc_pre_run': [18, 65]}}), ('gwdc', {'gwdc': {'gwdc_run': [117, 1268], 'gwdc_finalize': [1274, 1275], 'gwdc_init': [81, 82]}}), ('gwdc_post', {})]) +DEBUG: Skipping blank table gwdc_finalize +DEBUG: Skipping blank table gwdc_init +DEBUG: Module name: gwdc +DEBUG: Scheme name: gwdc +DEBUG: Variables in subroutine gwdc_run: horizontal_loop_extent, characteristic_grid_length_scale, cloud_area_fraction, vertical_dimension, vertical_index_at_cloud_base, vertical_index_at_cloud_top, time_step_for_physics, air_pressure_difference_between_midlayers, maximum_column_heating_rate, ccpp_error_message, ccpp_error_flag, horizontal_dimension, latitude_index_in_debug_printouts, x_wind, y_wind, air_temperature, water_vapor_specific_humidity, air_pressure, air_pressure_at_interface, flag_deep_convection, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, ratio_of_vapor_to_dry_air_gas_constants_minus_one, pi, flag_print, horizontal_index_of_printed_column, forecast_time, tendency_of_x_wind_due_to_convective_gravity_wave_drag, tendency_of_y_wind_due_to_convective_gravity_wave_drag, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag +DEBUG: Variables in subroutine gwdc_finalize: +DEBUG: Variables in subroutine gwdc_init: +DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [70, 71], 'gwdc_pre_init': [11, 12], 'gwdc_pre_run': [18, 65]}}), ('gwdc', {'gwdc': {'gwdc_run': [117, 1268], 'gwdc_finalize': [1274, 1275], 'gwdc_init': [81, 82]}}), ('gwdc_post', {'gwdc_post': {'gwdc_post_finalize': [1334, 1335], 'gwdc_post_init': [1285, 1286], 'gwdc_post_run': [1292, 1329]}})]) +DEBUG: Skipping blank table gwdc_post_finalize +DEBUG: Skipping blank table gwdc_post_init +DEBUG: Module name: gwdc_post +DEBUG: Scheme name: gwdc_post +DEBUG: Variables in subroutine gwdc_post_finalize: +DEBUG: Variables in subroutine gwdc_post_init: +DEBUG: Variables in subroutine gwdc_post_run: horizontal_loop_extent, vertical_dimension, time_step_for_physics, air_temperature_updated_by_physics, ccpp_error_message, ccpp_error_flag, specific_heat_of_dry_air_at_constant_pressure, tendency_of_x_wind_due_to_convective_gravity_wave_drag, tendency_of_y_wind_due_to_convective_gravity_wave_drag, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, flag_diagnostics, flag_diagnostics_3D, time_step_for_dynamics, time_integral_of_x_stress_due_to_gravity_wave_drag, time_integral_of_y_stress_due_to_gravity_wave_drag, cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag, x_wind_updated_by_physics, y_wind_updated_by_physics +DEBUG: Parsing file cu_gf_driver_pre.F90 with registry OrderedDict([('cu_gf_driver_pre', {'cu_gf_driver_pre': {'cu_gf_driver_pre_init': [7, 8], 'cu_gf_driver_pre_finalize': [9, 10], 'cu_gf_driver_pre_run': [14, 54]}})]) +DEBUG: Module name: cu_gf_driver_pre +DEBUG: Scheme name: cu_gf_driver_pre +DEBUG: Variables in subroutine cu_gf_driver_pre_init: +DEBUG: Variables in subroutine cu_gf_driver_pre_finalize: +DEBUG: Variables in subroutine cu_gf_driver_pre_run: flag_for_first_time_step, flag_for_restart, index_of_time_step, forecast_time, time_step_for_physics, air_temperature, water_vapor_specific_humidity, temperature_from_previous_timestep, moisture_from_previous_timestep, temperature_tendency_due_to_dynamics, moisture_tendency_due_to_dynamics, conv_activity_counter, gf_memory_counter, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file gfdl_cloud_microphys.F90 with registry OrderedDict([('gfdl_cloud_microphys', {'gfdl_cloud_microphys': {'gfdl_cloud_microphys_finalize': [56, 66], 'gfdl_cloud_microphys_run': [84, 238], 'gfdl_cloud_microphys_init': [19, 48]}})]) +DEBUG: Module name: gfdl_cloud_microphys +DEBUG: Scheme name: gfdl_cloud_microphys +DEBUG: Variables in subroutine gfdl_cloud_microphys_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine gfdl_cloud_microphys_run: ccpp_error_message, ccpp_error_flag, vertical_dimension, horizontal_loop_extent, gravitational_acceleration, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gas_constant_dry_air, land_area_fraction_for_microphysics, cell_area, sea_land_ice_mask, water_vapor_specific_humidity_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, cloud_fraction_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, omega, air_pressure, geopotential_at_interface, air_pressure_difference_between_midlayers, lwe_thickness_of_explicit_rain_amount, lwe_thickness_of_ice_amount, lwe_thickness_of_snow_amount, lwe_thickness_of_graupel_amount, lwe_thickness_of_explicit_precipitation_amount, ratio_of_snowfall_to_rainfall, time_step_for_physics, flag_for_hydrostatic_solver, flag_for_hydrostatic_heating_from_physics, flag_for_radar_reflectivity, radar_reflectivity_10cm, flag_reset_maximum_hourly_fields, flag_for_cloud_effective_radii, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, effective_radius_of_stratiform_cloud_graupel_particle_in_um +DEBUG: Variables in subroutine gfdl_cloud_microphys_init: ccpp_error_message, ccpp_error_flag, mpi_rank, mpi_root, iounit_namelist, namelist_filename_for_internal_file_reads, iounit_log, namelist_filename, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_shoc +DEBUG: Parsing file cires_ugwp_post.F90 with registry OrderedDict([('cires_ugwp_post', {'cires_ugwp_post': {'cires_ugwp_post_init': [8, 9], 'cires_ugwp_post_run': [16, 52], 'cires_ugwp_post_finalize': [55, 56]}})]) +DEBUG: Skipping blank table cires_ugwp_post_init +DEBUG: Skipping blank table cires_ugwp_post_finalize +DEBUG: Module name: cires_ugwp_post +DEBUG: Scheme name: cires_ugwp_post +DEBUG: Variables in subroutine cires_ugwp_post_init: +DEBUG: Variables in subroutine cires_ugwp_post_run: diag_ugwp_flag, time_step_for_dynamics, horizontal_loop_extent, vertical_dimension, tendency_of_air_temperature_due_to_ugwp, tendency_of_x_wind_due_to_ugwp, tendency_of_y_wind_due_to_ugwp, instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag, instantaneous_momentum_flux_due_to_mountain_blocking_drag, instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag, instantaneous_momentum_flux_due_to_nonstationary_gravity_wave, height_of_mountain_blocking, height_of_low_level_wave_breaking, height_of_launch_level_of_orographic_gravity_wave, instantaneous_change_in_x_wind_due_to_mountain_blocking_drag, instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag, instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag, time_integral_of_height_of_mountain_blocking, time_integral_of_height_of_low_level_wave_breaking, time_integral_of_height_of_launch_level_of_orographic_gravity_wave, time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag, time_integral_of_momentum_flux_due_to_mountain_blocking_drag, time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag, time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave, time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag, time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag, time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag, time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave, time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave, tendency_of_air_temperature_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine cires_ugwp_post_finalize: +DEBUG: Parsing file rrtmgp_lw_cloud_optics.F90 with registry OrderedDict([('rrtmgp_lw_cloud_optics', {'rrtmgp_lw_cloud_optics': {'rrtmgp_lw_cloud_optics_finalize': [299, 300], 'rrtmgp_lw_cloud_optics_run': [226, 292], 'rrtmgp_lw_cloud_optics_init': [18, 219]}})]) +DEBUG: Module name: rrtmgp_lw_cloud_optics +DEBUG: Scheme name: rrtmgp_lw_cloud_optics +DEBUG: Variables in subroutine rrtmgp_lw_cloud_optics_finalize: +DEBUG: Variables in subroutine rrtmgp_lw_cloud_optics_run: flag_to_calc_lw, horizontal_loop_extent, vertical_dimension, rrtmgp_cloud_optics_flag, number_of_rrtmgp_ice_roughness, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_snow_water_path, mean_effective_radius_for_snow_flake, cloud_rain_water_path, mean_effective_radius_for_rain_drop, air_pressure_at_layer_for_RRTMGP_in_hPa, coefficients_for_lw_gas_optics, coefficients_for_lw_cloud_optics, longitude, latitude, RRTMGP_cloud_optical_depth_layers_at_10mu_band, longwave_optical_properties_for_cloudy_atmosphere_by_band, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmgp_lw_cloud_optics_init: rrtmgp_cloud_optics_flag, number_of_rrtmgp_ice_roughness, coefficients_for_lw_cloud_optics, ccpp_error_message, ccpp_error_flag, directory_for_rte_rrtmgp_source_code, rrtmgp_coeff_lw_cloud_optics, mpi_rank, mpi_root, mpi_comm +DEBUG: Parsing file gwdps.f with registry OrderedDict([('gwdps', {'gwdps': {'gwdps_init': [8, 9], 'gwdps_run': [193, 1257], 'gwdps_finalize': [1262, 1263]}})]) +DEBUG: Skipping blank table gwdps_init +DEBUG: Skipping blank table gwdps_finalize +DEBUG: Module name: gwdps +DEBUG: Scheme name: gwdps +DEBUG: Variables in subroutine gwdps_init: +DEBUG: Variables in subroutine gwdps_run: horizontal_loop_extent, horizontal_dimension, vertical_dimension, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, x_wind, y_wind, air_temperature, water_vapor_specific_humidity, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, index_of_time_step, standard_deviation_of_subgrid_orography, convexity_of_subgrid_orography, asymmetry_of_subgrid_orography, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height, angle_from_east_of_maximum_subgrid_orographic_variations, slope_of_subgrid_orography, anisotropy_of_subgrid_orography, maximum_subgrid_orography, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, gas_constant_water_vapor, number_of_equatorial_longitude_points, number_of_statistical_measures_of_subgrid_orography, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, mpi_rank, flag_print, horizontal_index_of_printed_column, level_of_dividing_streamline, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine gwdps_finalize: +DEBUG: Parsing file moninshoc.f with registry OrderedDict([('moninshoc', {'moninshoc': {'moninshoc_run': [21, 521], 'moninshoc_finalize': [7, 8], 'moninshoc_init': [5, 6]}})]) +DEBUG: Module name: moninshoc +DEBUG: Scheme name: moninshoc +DEBUG: Variables in subroutine moninshoc_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, number_of_tracers_for_cloud_condensate, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, atmosphere_heat_diffusivity_from_shoc, prandtl_number, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_heat_diffusivity, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, atmosphere_heat_diffusivity_background_maximum, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine moninshoc_finalize: +DEBUG: Variables in subroutine moninshoc_init: +DEBUG: Parsing file sfc_cice.f with registry OrderedDict([('sfc_cice', {'sfc_cice': {'sfc_cice_finalize': [12, 13], 'sfc_cice_run': [31, 117], 'sfc_cice_init': [9, 10]}})]) +DEBUG: Module name: sfc_cice +DEBUG: Scheme name: sfc_cice +DEBUG: Variables in subroutine sfc_cice_finalize: +DEBUG: Variables in subroutine sfc_cice_run: horizontal_loop_extent, flag_for_flux_coupling, latent_heat_of_vaporization_of_water_at_0C, specific_heat_of_dry_air_at_constant_pressure, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gas_constant_dry_air, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, air_pressure_at_lowest_model_layer, wind_speed_at_lowest_model_layer, flag_for_cice, flag_for_iteration, surface_upward_latent_heat_flux_for_coupling, surface_upward_sensible_heat_flux_for_coupling, surface_x_momentum_flux_for_coupling, surface_y_momentum_flux_for_coupling, surface_specific_humidity_over_ice, surface_drag_wind_speed_for_momentum_in_air_over_ice, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice, kinematic_surface_upward_latent_heat_flux_over_ice, kinematic_surface_upward_sensible_heat_flux_over_ice, surface_wind_stress_over_ice, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine sfc_cice_init: +DEBUG: Parsing file GFS_suite_init_finalize_test.F90 with registry OrderedDict([('GFS_suite_ini_fini_test', {'GFS_suite_ini_fini_test': {'GFS_suite_ini_fini_test_run': [29, 37], 'GFS_suite_ini_fini_test_finalize': [17, 25], 'GFS_suite_ini_fini_test_init': [5, 13]}})]) +DEBUG: Module name: GFS_suite_ini_fini_test +DEBUG: Scheme name: GFS_suite_ini_fini_test +DEBUG: Variables in subroutine GFS_suite_ini_fini_test_run: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_suite_ini_fini_test_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_suite_ini_fini_test_init: ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file module_MYJPBL_wrapper.F90 with registry OrderedDict([('myjpbl_wrapper', {'myjpbl_wrapper': {'myjpbl_wrapper_init': [5, 6], 'myjpbl_wrapper_finalize': [7, 8], 'myjpbl_wrapper_run': [15, 644]}})]) +DEBUG: Module name: myjpbl_wrapper +DEBUG: Scheme name: myjpbl_wrapper +DEBUG: Variables in subroutine myjpbl_wrapper_init: +DEBUG: Variables in subroutine myjpbl_wrapper_finalize: +DEBUG: Variables in subroutine myjpbl_wrapper_run: flag_for_restart, do_myjsfc, horizontal_dimension, horizontal_loop_extent, vertical_dimension, time_step_for_physics, index_of_time_step, number_of_vertical_diffusion_tracers, index_for_turbulent_kinetic_energy, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, air_pressure, air_pressure_at_interface, geopotential_at_interface, standard_deviation_of_subgrid_orography, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, surface_skin_temperature, surface_specific_humidity, surface_specific_humidity_for_MYJ_schemes, potential_temperature_at_viscous_sublayer_top, specific_humidity_at_viscous_sublayer_top, u_wind_component_at_viscous_sublayer_top, v_wind_component_at_viscous_sublayer_top, baseline_surface_roughness_length, heat_exchange_coefficient_for_MYJ_schemes, momentum_exchange_coefficient_for_MYJ_schemes, surface_layer_evaporation_switch, kinematic_surface_latent_heat_flux, weight_for_momentum_at_viscous_sublayer_top, weight_for_potental_temperature_at_viscous_sublayer_top, weight_for_specific_humidity_at_viscous_sublayer_top, atmosphere_boundary_layer_thickness, vertical_index_at_top_of_atmosphere_boundary_layer, index_of_highest_temperature_inversion, sea_land_ice_mask_real, cell_area, surface_friction_velocity, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air, wind_speed_at_lowest_model_layer, surface_snow_thickness_water_equivalent, surface_roughness_length, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_heat_diffusivity, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, countergradient_mixing_term_for_temperature, countergradient_mixing_term_for_water_vapor, specific_heat_of_dry_air_at_constant_pressure, gravitational_acceleration, gas_constant_dry_air, mpi_rank, flag_print, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file rrtmgp_lw_cloud_sampling.F90 with registry OrderedDict([('rrtmgp_lw_cloud_sampling', {'rrtmgp_lw_cloud_sampling': {'rrtmgp_lw_cloud_sampling_run': [31, 88], 'rrtmgp_lw_cloud_sampling_init': [17, 24], 'rrtmgp_lw_cloud_sampling_finalize': [92, 93]}})]) +DEBUG: Module name: rrtmgp_lw_cloud_sampling +DEBUG: Scheme name: rrtmgp_lw_cloud_sampling +DEBUG: Variables in subroutine rrtmgp_lw_cloud_sampling_run: flag_to_calc_lw, horizontal_loop_extent, vertical_dimension, initial_permutation_seed_lw, seed_random_numbers_lw, total_cloud_fraction, coefficients_for_lw_gas_optics, longwave_optical_properties_for_cloudy_atmosphere_by_band, longwave_optical_properties_for_cloudy_atmosphere, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmgp_lw_cloud_sampling_init: initial_permutation_seed_lw, coefficients_for_lw_gas_optics +DEBUG: Variables in subroutine rrtmgp_lw_cloud_sampling_finalize: +DEBUG: Parsing file sfc_diag.f with registry OrderedDict([('sfc_diag', {'sfc_diag': {'sfc_diag_init': [6, 7], 'sfc_diag_finalize': [8, 9], 'sfc_diag_run': [18, 80]}})]) +DEBUG: Module name: sfc_diag +DEBUG: Scheme name: sfc_diag +DEBUG: Variables in subroutine sfc_diag_init: +DEBUG: Variables in subroutine sfc_diag_finalize: +DEBUG: Variables in subroutine sfc_diag_run: horizontal_loop_extent, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, surface_air_pressure, x_wind_at_lowest_model_layer_updated_by_physics, y_wind_at_lowest_model_layer_updated_by_physics, air_temperature_at_lowest_model_layer_updated_by_physics, water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, kinematic_surface_upward_latent_heat_flux, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, Monin_Obukhov_similarity_function_for_momentum_at_10m, Monin_Obukhov_similarity_function_for_heat_at_2m, surface_skin_temperature, surface_specific_humidity, ratio_of_wind_at_lowest_model_layer_and_wind_at_10m, x_wind_at_10m, y_wind_at_10m, temperature_at_2m, specific_humidity_at_2m, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file satmedmfvdifq.F with registry OrderedDict([('satmedmfvdifq', {'satmedmfvdifq': {'satmedmfvdifq_init': [17, 31], 'satmedmfvdifq_run': [49, 1462], 'satmedmfvdifq_finalize': [32, 33]}})]) +DEBUG: Module name: satmedmfvdifq +DEBUG: Scheme name: satmedmfvdifq +DEBUG: Variables in subroutine satmedmfvdifq_init: choice_of_scale_aware_TKE_moist_EDMF_PBL, choice_of_updated_scale_aware_TKE_moist_EDMF_PBL, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine satmedmfvdifq_run: ccpp_error_message, ccpp_error_flag, horizontal_dimension, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate_vertical_diffusion_tracer, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, cell_area, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, tke_dissipative_heating_factor, updraft_fraction_in_boundary_layer_mass_flux_scheme, downdraft_fraction_in_boundary_layer_mass_flux_scheme +DEBUG: Variables in subroutine satmedmfvdifq_finalize: +DEBUG: Parsing file cu_ntiedtke_post.F90 with registry OrderedDict([('cu_ntiedtke_post', {'cu_ntiedtke_post': {'cu_ntiedtke_post_init': [7, 8], 'cu_ntiedtke_post_finalize': [9, 10], 'cu_ntiedtke_post_run': [14, 29]}})]) +DEBUG: Module name: cu_ntiedtke_post +DEBUG: Scheme name: cu_ntiedtke_post +DEBUG: Variables in subroutine cu_ntiedtke_post_init: +DEBUG: Variables in subroutine cu_ntiedtke_post_finalize: +DEBUG: Variables in subroutine cu_ntiedtke_post_run: air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, temperature_from_previous_timestep, moisture_from_previous_timestep, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file cu_ntiedtke_pre.F90 with registry OrderedDict([('cu_ntiedtke_pre', {'cu_ntiedtke_pre': {'cu_ntiedtke_pre_run': [14, 51], 'cu_ntiedtke_pre_finalize': [9, 10], 'cu_ntiedtke_pre_init': [7, 8]}})]) +DEBUG: Module name: cu_ntiedtke_pre +DEBUG: Scheme name: cu_ntiedtke_pre +DEBUG: Variables in subroutine cu_ntiedtke_pre_run: flag_for_first_time_step, flag_for_restart, index_of_time_step, forecast_time, time_step_for_physics, air_temperature, water_vapor_specific_humidity, temperature_from_previous_timestep, moisture_from_previous_timestep, temperature_tendency_due_to_dynamics, moisture_tendency_due_to_dynamics, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine cu_ntiedtke_pre_finalize: +DEBUG: Variables in subroutine cu_ntiedtke_pre_init: +DEBUG: Parsing file mp_thompson_pre.F90 with registry OrderedDict([('mp_thompson_pre', {'mp_thompson_pre': {'mp_thompson_pre_init': [12, 13], 'mp_thompson_pre_finalize': [222, 223], 'mp_thompson_pre_run': [19, 221]}})]) +DEBUG: Module name: mp_thompson_pre +DEBUG: Scheme name: mp_thompson_pre +DEBUG: Variables in subroutine mp_thompson_pre_init: +DEBUG: Variables in subroutine mp_thompson_pre_finalize: +DEBUG: Variables in subroutine mp_thompson_pre_run: horizontal_loop_extent, vertical_dimension, index_of_time_step, gravitational_acceleration, gas_constant_dry_air, water_vapor_specific_humidity_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, ice_number_concentration_updated_by_physics, rain_number_concentration_updated_by_physics, flag_for_aerosol_physics, cloud_droplet_number_concentration_updated_by_physics, water_friendly_aerosol_number_concentration_updated_by_physics, ice_friendly_aerosol_number_concentration_updated_by_physics, tendency_of_water_friendly_aerosols_at_surface, tendency_of_ice_friendly_aerosols_at_surface, air_temperature_updated_by_physics, air_temperature_save, air_pressure, geopotential, cell_area, mpi_rank, mpi_root, ccpp_block_number, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file m_micro.F90 with registry OrderedDict([('m_micro', {'m_micro': {'m_micro_run': [71, 1259], 'm_micro_init': [17, 50], 'm_micro_finalize': [55, 56]}})]) +DEBUG: Skipping blank table m_micro_finalize +DEBUG: Module name: m_micro +DEBUG: Scheme name: m_micro +DEBUG: Variables in subroutine m_micro_run: horizontal_loop_extent, horizontal_dimension, vertical_dimension, flag_flip, time_step_for_physics, air_pressure, air_pressure_at_interface, geopotential, geopotential_at_interface, omega, cloud_condensed_water_mixing_ratio_convective_transport_tracer, mass_fraction_of_convective_cloud_liquid_water, ice_water_mixing_ratio_convective_transport_tracer, mass_fraction_of_convective_cloud_ice, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, land_area_fraction_for_microphysics, atmosphere_boundary_layer_thickness, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, x_wind_updated_by_physics, y_wind_updated_by_physics, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, water_vapor_specific_humidity_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, air_temperature_updated_by_physics, lwe_thickness_of_explicit_precipitation_amount, ratio_of_snowfall_to_rainfall, cloud_droplet_number_concentration_updated_by_physics, ice_number_concentration_updated_by_physics, number_of_frozen_precipitation_species, local_rain_water_mixing_ratio, local_snow_water_mixing_ratio, local_graupel_mixing_ratio, local_rain_number_concentration, local_snow_number_concentration, local_graupel_number_concentration, cloud_fraction_for_MG, vertical_index_at_cloud_base, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, effective_radius_of_stratiform_cloud_graupel_particle_in_um, aerosol_number_concentration_from_gocart_aerosol_climatology, in_number_concentration, ccn_number_concentration, flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics, flag_skip_macro, mg_tuning_factor_for_alphas, mg_minimum_cloud_condensed_water_and_ice_mixing_ratio, flag_for_pdf_for_morrison_gettelman_microphysics_scheme, index_of_time_step, latitude, longitude, critical_relative_humidity, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine m_micro_init: number_of_frozen_precipitation_species, ccpp_error_message, ccpp_error_flag, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, gravitational_acceleration, gas_constant_dry_air, gas_constant_water_vapor, specific_heat_of_dry_air_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, triple_point_temperature_of_water, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, mg_autoconversion_size_threshold_ice_snow, mg_cloud_water_variance, mg_time_scale_for_autoconversion_of_ice, mg_minimum_rh_for_ice, mg_flag_for_uniform_subcolumns, mg_flag_for_cloud_ice_processes, mg_flag_for_heterogeneous_freezing, mg_type_of_precip_fraction_method, mg_bergeron_efficiency_factor, mg_allow_supersat_after_sed, mg_flag_for_sb2001_autoconversion, mg_flag_for_hail, mg_flag_for_graupel, mg_flag_drop_concentration_constant, mg_flag_ice_concentration_constant, mg_flag_graupel_concentration_constant, mg_drop_concentration_constant, mg_ice_concentration_constant, mg_graupel_concentration_constant, mg_flag_for_gmao_ice_formulation, mg_flag_for_liu_liquid_treatment +DEBUG: Variables in subroutine m_micro_finalize: +DEBUG: Parsing file sfc_drv.f with registry OrderedDict([('lsm_noah', {'lsm_noah': {'lsm_noah_run': [150, 503], 'lsm_noah_finalize': [29, 36], 'lsm_noah_init': [14, 25]}})]) +DEBUG: Module name: lsm_noah +DEBUG: Scheme name: lsm_noah +DEBUG: Variables in subroutine lsm_noah_run: horizontal_loop_extent, soil_vertical_dimension, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, gas_constant_dry_air, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, surface_air_pressure, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, soil_type_classification, vegetation_type_classification, bounded_vegetation_area_fraction, surface_longwave_emissivity_over_land_interstitial, surface_downwelling_longwave_flux_absorbed_by_ground_over_land, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, time_step_for_dynamics, deep_soil_temperature, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, height_above_ground_at_lowest_model_layer, flag_nonzero_land_surface_fraction, wind_speed_at_lowest_model_layer, surface_slope_classification, minimum_vegetation_area_fraction, maximum_vegetation_area_fraction, upper_bound_on_max_albedo_over_deep_snow, surface_diffused_shortwave_albedo, flag_for_iteration, flag_for_guess_run, flag_for_canopy_heat_storage, soil_type_dataset_choice, vegetation_type_dataset_choice, perturbation_of_soil_type_b_parameter, perturbation_of_leaf_area_index, perturbation_of_vegetation_fraction, magnitude_of_perturbation_of_vegetation_fraction, water_equivalent_accumulated_snow_depth_over_land, surface_snow_thickness_water_equivalent_over_land, surface_skin_temperature_over_land_interstitial, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land, flag_for_precipitation_type, volume_fraction_of_soil_moisture, soil_temperature, volume_fraction_of_unfrozen_soil_moisture, canopy_water_amount, transpiration_flux, surface_skin_temperature_after_iteration_over_land, surface_roughness_length_over_land_interstitial, surface_snow_area_fraction_over_land, surface_specific_humidity_over_land, upward_heat_flux_in_soil_over_land, subsurface_runoff_flux, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_land, surface_upward_potential_latent_heat_flux_over_land, surface_runoff_flux, surface_drag_wind_speed_for_momentum_in_air_over_land, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land, soil_upward_latent_heat_flux, canopy_upward_latent_heat_flux, snow_deposition_sublimation_upward_latent_heat_flux, surface_snow_area_fraction, soil_moisture_content, snow_freezing_rain_upward_latent_heat_flux, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, normalized_soil_wetness, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine lsm_noah_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine lsm_noah_init: soil_type_dataset_choice, vegetation_type_dataset_choice, ccpp_error_message, ccpp_error_flag, mpi_rank, iounit_namelist +DEBUG: Parsing file sascnvn.F with registry OrderedDict([('sascnvn', {'sascnvn': {'sascnvn_init': [21, 37], 'sascnvn_run': [90, 2093], 'sascnvn_finalize': [42, 43]}})]) +DEBUG: Skipping blank table sascnvn_finalize +DEBUG: Module name: sascnvn +DEBUG: Scheme name: sascnvn +DEBUG: Variables in subroutine sascnvn_init: flag_for_mass_flux_deep_convection_scheme, flag_for_sas_deep_convection_scheme, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine sascnvn_run: ccpp_error_message, ccpp_error_flag, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, temperature_at_zero_celsius, gas_constant_dry_air, specific_heat_of_water_vapor_at_constant_pressure, specific_heat_of_liquid_water_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, horizontal_loop_extent, horizontal_dimension, vertical_dimension, number_of_spectral_wave_trancation_for_sas, time_step_for_physics, air_pressure_difference_between_midlayers, air_pressure, surface_air_pressure, geopotential, cloud_condensed_water_mixing_ratio_convective_transport_tracer, ice_water_mixing_ratio_convective_transport_tracer, water_vapor_specific_humidity_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, cloud_work_function, lwe_thickness_of_deep_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, sea_land_ice_mask, omega, number_of_hydrometeors, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, mass_fraction_of_convective_cloud_liquid_water, mass_fraction_of_convective_cloud_ice, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, entrainment_rate_coefficient_deep_convection, rain_conversion_parameter_deep_convection, detrainment_conversion_parameter_deep_convection, downdraft_fraction_reaching_surface_over_land_deep_convection, downdraft_fraction_reaching_surface_over_ocean_deep_convection, rain_evaporation_coefficient_deep_convection, rain_evaporation_coefficient_over_land_deep_convection, momentum_transport_reduction_factor_pgf_deep_convection +DEBUG: Variables in subroutine sascnvn_finalize: +DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {}), ('GFS_suite_interstitial_1', {}), ('GFS_suite_interstitial_2', {}), ('GFS_suite_stateout_reset', {}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) +DEBUG: Module name: GFS_suite_interstitial_rad_reset +DEBUG: Scheme name: GFS_suite_interstitial_rad_reset +DEBUG: Variables in subroutine GFS_suite_interstitial_rad_reset_finalize: +DEBUG: Variables in subroutine GFS_suite_interstitial_rad_reset_run: GFS_interstitial_type_instance, GFS_control_type_instance, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_suite_interstitial_rad_reset_init: +DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {}), ('GFS_suite_interstitial_2', {}), ('GFS_suite_stateout_reset', {}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) +DEBUG: Module name: GFS_suite_interstitial_phys_reset +DEBUG: Scheme name: GFS_suite_interstitial_phys_reset +DEBUG: Variables in subroutine GFS_suite_interstitial_phys_reset_finalize: +DEBUG: Variables in subroutine GFS_suite_interstitial_phys_reset_run: GFS_interstitial_type_instance, GFS_control_type_instance, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_suite_interstitial_phys_reset_init: +DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 95]}}), ('GFS_suite_interstitial_2', {}), ('GFS_suite_stateout_reset', {}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) +DEBUG: Module name: GFS_suite_interstitial_1 +DEBUG: Scheme name: GFS_suite_interstitial_1 +DEBUG: Variables in subroutine GFS_suite_interstitial_1_init: +DEBUG: Variables in subroutine GFS_suite_interstitial_1_finalize: +DEBUG: Variables in subroutine GFS_suite_interstitial_1_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, time_step_for_dynamics, time_step_for_physics, sea_land_ice_mask_real, cell_area, minimum_scaling_factor_for_critical_relative_humidity, inverse_scaling_factor_for_critical_relative_humidity, surface_air_pressure, sea_land_ice_mask, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, surface_air_pressure_diag, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky, tendency_of_tracers_due_to_model_physics +DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 95]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [101, 102], 'GFS_suite_interstitial_2_finalize': [103, 104], 'GFS_suite_interstitial_2_run': [110, 254]}}), ('GFS_suite_stateout_reset', {}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) +DEBUG: Module name: GFS_suite_interstitial_2 +DEBUG: Scheme name: GFS_suite_interstitial_2 +DEBUG: Variables in subroutine GFS_suite_interstitial_2_init: +DEBUG: Variables in subroutine GFS_suite_interstitial_2_finalize: +DEBUG: Variables in subroutine GFS_suite_interstitial_2_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, time_step_for_dynamics, surface_air_pressure, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, flag_diagnostics, flag_diagnostics_3D, flag_idealized_physics, flag_for_flux_coupling, flag_for_cice, flag_for_shallow_convection, flag_for_old_PBL_scheme, flag_for_moorthi_stratus, flag_for_shoc, flag_for_fractional_grid, flag_for_mass_flux_shallow_convection_scheme, instantaneous_cosine_of_zenith_angle, surface_downwelling_shortwave_flux, surface_downwelling_longwave_flux, sea_ice_concentration, surface_upwelling_longwave_flux_for_coupling, tendency_of_air_temperature_due_to_longwave_heating_for_idea, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, critical_cloud_top_entrainment_instability_criteria, air_pressure_at_interface, air_temperature, air_pressure, water_vapor_specific_humidity, cloud_condensed_water_mixing_ratio, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, dimensionless_exner_function_at_model_layers, duration_of_sunshine, surface_upwelling_longwave_flux, surface_upwelling_longwave_flux_over_land_interstitial, surface_upwelling_longwave_flux_over_ice_interstitial, surface_upwelling_longwave_flux_over_ocean_interstitial, cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep, cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep, cumulative_surface_pressure_multiplied_by_timestep, cumulative_change_in_temperature_due_to_longwave_radiation, cumulative_change_in_temperature_due_to_shortwave_radiation, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_temperature_due_to_deep_convection, cumulative_change_in_temperature_due_to_shal_convection, cumulative_change_in_temperature_due_to_microphysics, grid_sensitive_critical_cloud_top_entrainment_instability_criteria, cloud_top_entrainment_instability_value, index_of_highest_temperature_inversion, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_wet_surface_fraction, land_area_fraction_for_microphysics, netcdf_float_fillvalue +DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 95]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [101, 102], 'GFS_suite_interstitial_2_finalize': [103, 104], 'GFS_suite_interstitial_2_run': [110, 254]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [260, 261], 'GFS_suite_stateout_reset_init': [258, 259], 'GFS_suite_stateout_reset_run': [265, 285]}}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) +DEBUG: Module name: GFS_suite_stateout_reset +DEBUG: Scheme name: GFS_suite_stateout_reset +DEBUG: Variables in subroutine GFS_suite_stateout_reset_finalize: +DEBUG: Variables in subroutine GFS_suite_stateout_reset_init: +DEBUG: Variables in subroutine GFS_suite_stateout_reset_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, air_temperature, x_wind, y_wind, tracer_concentration, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, tracer_concentration_updated_by_physics +DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 95]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [101, 102], 'GFS_suite_interstitial_2_finalize': [103, 104], 'GFS_suite_interstitial_2_run': [110, 254]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [260, 261], 'GFS_suite_stateout_reset_init': [258, 259], 'GFS_suite_stateout_reset_run': [265, 285]}}), ('GFS_suite_stateout_update', {'GFS_suite_stateout_update': {'GFS_suite_stateout_update_init': [289, 290], 'GFS_suite_stateout_update_run': [296, 319], 'GFS_suite_stateout_update_finalize': [291, 292]}}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) +DEBUG: Module name: GFS_suite_stateout_update +DEBUG: Scheme name: GFS_suite_stateout_update +DEBUG: Variables in subroutine GFS_suite_stateout_update_init: +DEBUG: Variables in subroutine GFS_suite_stateout_update_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, time_step_for_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_tracers_due_to_model_physics, air_temperature, x_wind, y_wind, tracer_concentration, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, tracer_concentration_updated_by_physics +DEBUG: Variables in subroutine GFS_suite_stateout_update_finalize: +DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 95]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [101, 102], 'GFS_suite_interstitial_2_finalize': [103, 104], 'GFS_suite_interstitial_2_run': [110, 254]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [260, 261], 'GFS_suite_stateout_reset_init': [258, 259], 'GFS_suite_stateout_reset_run': [265, 285]}}), ('GFS_suite_stateout_update', {'GFS_suite_stateout_update': {'GFS_suite_stateout_update_init': [289, 290], 'GFS_suite_stateout_update_run': [296, 319], 'GFS_suite_stateout_update_finalize': [291, 292]}}), ('GFS_suite_interstitial_3', {'GFS_suite_interstitial_3': {'GFS_suite_interstitial_3_run': [332, 482], 'GFS_suite_interstitial_3_finalize': [325, 326], 'GFS_suite_interstitial_3_init': [323, 324]}}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) +DEBUG: Module name: GFS_suite_interstitial_3 +DEBUG: Scheme name: GFS_suite_interstitial_3 +DEBUG: Variables in subroutine GFS_suite_interstitial_3_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, sea_land_ice_mask, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, flag_for_shoc, air_pressure_at_interface, air_pressure, dimensionless_exner_function_at_model_layers, index_of_highest_temperature_inversion, tracer_concentration_updated_by_physics, number_of_tracers_for_convective_transport, flag_for_Chikira_Sugiyama_deep_convection, flag_for_scale_aware_TKE_moist_EDMF_PBL, flag_for_convective_transport_of_tracers, flag_for_aerosol_physics, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, index_for_cloud_amount, index_for_rain_water, index_for_snow_water, index_for_rain_number_concentration, index_for_snow_number_concentration, index_for_graupel, index_for_graupel_number_concentration, longitude, latitude, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_zhao_carr_pdf_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, critical_relative_humidity_at_surface, critical_relative_humidity_at_PBL_top, critical_relative_humidity_at_top_of_atmosphere, maximum_critical_relative_humidity, vertical_index_at_top_of_atmosphere_boundary_layer, flag_for_ras_deep_convection, mpi_rank, convective_transportable_tracers, critical_relative_humidity, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save +DEBUG: Variables in subroutine GFS_suite_interstitial_3_finalize: +DEBUG: Variables in subroutine GFS_suite_interstitial_3_init: +DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 95]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [101, 102], 'GFS_suite_interstitial_2_finalize': [103, 104], 'GFS_suite_interstitial_2_run': [110, 254]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [260, 261], 'GFS_suite_stateout_reset_init': [258, 259], 'GFS_suite_stateout_reset_run': [265, 285]}}), ('GFS_suite_stateout_update', {'GFS_suite_stateout_update': {'GFS_suite_stateout_update_init': [289, 290], 'GFS_suite_stateout_update_run': [296, 319], 'GFS_suite_stateout_update_finalize': [291, 292]}}), ('GFS_suite_interstitial_3', {'GFS_suite_interstitial_3': {'GFS_suite_interstitial_3_run': [332, 482], 'GFS_suite_interstitial_3_finalize': [325, 326], 'GFS_suite_interstitial_3_init': [323, 324]}}), ('GFS_suite_interstitial_4', {'GFS_suite_interstitial_4': {'GFS_suite_interstitial_4_finalize': [488, 489], 'GFS_suite_interstitial_4_run': [493, 583], 'GFS_suite_interstitial_4_init': [486, 487]}}), ('GFS_suite_interstitial_5', {})]) +DEBUG: Module name: GFS_suite_interstitial_4 +DEBUG: Scheme name: GFS_suite_interstitial_4 +DEBUG: Variables in subroutine GFS_suite_interstitial_4_finalize: +DEBUG: Variables in subroutine GFS_suite_interstitial_4_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, time_step_for_dynamics, air_temperature_updated_by_physics, tracer_concentration_updated_by_physics, number_of_tracers_for_convective_transport, flag_for_aerosol_physics, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, index_for_cloud_amount, index_for_rain_water, index_for_snow_water, index_for_rain_number_concentration, index_for_snow_number_concentration, index_for_graupel, index_for_graupel_number_concentration, flag_for_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_zhao_carr_pdf_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, convective_transportable_tracers, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save, flag_for_chemistry_coupling, number_of_total_tracers, pi, instantaneous_water_vapor_specific_humidity_tendency_due_to_convection, flag_for_mass_flux_deep_convection_scheme, flag_for_gf_deep_convection_scheme +DEBUG: Variables in subroutine GFS_suite_interstitial_4_init: +DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 95]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [101, 102], 'GFS_suite_interstitial_2_finalize': [103, 104], 'GFS_suite_interstitial_2_run': [110, 254]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [260, 261], 'GFS_suite_stateout_reset_init': [258, 259], 'GFS_suite_stateout_reset_run': [265, 285]}}), ('GFS_suite_stateout_update', {'GFS_suite_stateout_update': {'GFS_suite_stateout_update_init': [289, 290], 'GFS_suite_stateout_update_run': [296, 319], 'GFS_suite_stateout_update_finalize': [291, 292]}}), ('GFS_suite_interstitial_3', {'GFS_suite_interstitial_3': {'GFS_suite_interstitial_3_run': [332, 482], 'GFS_suite_interstitial_3_finalize': [325, 326], 'GFS_suite_interstitial_3_init': [323, 324]}}), ('GFS_suite_interstitial_4', {'GFS_suite_interstitial_4': {'GFS_suite_interstitial_4_finalize': [488, 489], 'GFS_suite_interstitial_4_run': [493, 583], 'GFS_suite_interstitial_4_init': [486, 487]}}), ('GFS_suite_interstitial_5', {'GFS_suite_interstitial_5': {'GFS_suite_interstitial_5_finalize': [589, 590], 'GFS_suite_interstitial_5_run': [596, 616], 'GFS_suite_interstitial_5_init': [587, 588]}})]) +DEBUG: Module name: GFS_suite_interstitial_5 +DEBUG: Scheme name: GFS_suite_interstitial_5 +DEBUG: Variables in subroutine GFS_suite_interstitial_5_finalize: +DEBUG: Variables in subroutine GFS_suite_interstitial_5_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, tracer_concentration_updated_by_physics, number_of_tracers_for_convective_transport, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, convective_transportable_tracers +DEBUG: Variables in subroutine GFS_suite_interstitial_5_init: +DEBUG: Parsing file mp_thompson_post.F90 with registry OrderedDict([('mp_thompson_post', {'mp_thompson_post': {'mp_thompson_post_init': [14, 40], 'mp_thompson_post_finalize': [102, 114], 'mp_thompson_post_run': [46, 96]}})]) +DEBUG: Module name: mp_thompson_post +DEBUG: Scheme name: mp_thompson_post +DEBUG: Variables in subroutine mp_thompson_post_init: horizontal_loop_extent, limit_for_temperature_tendency_for_microphysics, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine mp_thompson_post_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine mp_thompson_post_run: horizontal_loop_extent, ccpp_error_message, ccpp_error_flag, vertical_dimension, air_temperature_save, air_temperature_updated_by_physics, dimensionless_exner_function_at_model_layers, time_step_for_physics, index_of_time_step, mpi_comm, mpi_rank, mpi_root +DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [10, 11], 'sfc_nst_run': [25, 550], 'sfc_nst_finalize': [16, 17]}}), ('sfc_nst_pre', {}), ('sfc_nst_post', {})]) +DEBUG: Skipping blank table sfc_nst_init +DEBUG: Skipping blank table sfc_nst_finalize +DEBUG: Module name: sfc_nst +DEBUG: Scheme name: sfc_nst +DEBUG: Variables in subroutine sfc_nst_init: +DEBUG: Variables in subroutine sfc_nst_run: horizontal_loop_extent, latent_heat_of_vaporization_of_water_at_0C, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_fusion_of_water_at_0C, joules_per_calorie_constant, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gas_constant_dry_air, sea_water_reference_density, stefan_boltzmann_constant, pi, surface_air_pressure, x_wind_at_lowest_model_layer, y_wind_at_lowest_model_layer, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, sea_surface_reference_temperature, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, flag_nonzero_wet_surface_fraction, longitude, sine_of_latitude, surface_wind_stress_over_ocean, surface_longwave_emissivity_over_ocean_interstitial, surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean, surface_net_downwelling_shortwave_flux, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean, time_step_for_dynamics, index_of_time_step, forecast_hour_of_the_day, instantaneous_cosine_of_zenith_angle, wind_speed_at_lowest_model_layer, flag_for_iteration, flag_for_guess_run, flag_for_nsstm_run, vertical_temperature_average_range_lower_bound, vertical_temperature_average_range_upper_bound, flag_print, horizontal_index_of_printed_column, surface_skin_temperature_for_nsst, surface_skin_temperature_after_iteration_over_ocean, diurnal_thermocline_layer_heat_content, sea_water_salinity, diurnal_thermocline_layer_x_current, diurnal_thermocline_layer_y_current, diurnal_thermocline_layer_thickness, ocean_mixed_layer_thickness, sensitivity_of_dtl_heat_content_to_surface_temperature, sensitivity_of_dtl_thickness_to_surface_temperature, sub_layer_cooling_amount, sub_layer_cooling_thickness, coefficient_c_0, coefficient_c_d, coefficient_w_0, coefficient_w_d, free_convection_layer_thickness, index_of_dtlm_start, sensible_heat_flux_due_to_rainfall, surface_specific_humidity_over_ocean, upward_heat_flux_in_soil_over_ocean, surface_drag_wind_speed_for_momentum_in_air_over_ocean, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_ocean, surface_upward_potential_latent_heat_flux_over_ocean, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine sfc_nst_finalize: +DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [10, 11], 'sfc_nst_run': [25, 550], 'sfc_nst_finalize': [16, 17]}}), ('sfc_nst_pre', {'sfc_nst_pre': {'sfc_nst_pre_init': [565, 566], 'sfc_nst_pre_finalize': [569, 570], 'sfc_nst_pre_run': [576, 632]}}), ('sfc_nst_post', {})]) +DEBUG: Module name: sfc_nst_pre +DEBUG: Scheme name: sfc_nst_pre +DEBUG: Variables in subroutine sfc_nst_pre_init: +DEBUG: Variables in subroutine sfc_nst_pre_finalize: +DEBUG: Variables in subroutine sfc_nst_pre_run: horizontal_loop_extent, sea_surface_reference_temperature, flag_nonzero_wet_surface_fraction, surface_skin_temperature_for_nsst, surface_skin_temperature_after_iteration_over_ocean, diurnal_thermocline_layer_heat_content, diurnal_thermocline_layer_thickness, sub_layer_cooling_amount, sub_layer_cooling_thickness, ccpp_error_message, ccpp_error_flag, surface_skin_temperature_over_ocean_interstitial, flag_for_flux_coupling, sea_area_fraction +DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [10, 11], 'sfc_nst_run': [25, 550], 'sfc_nst_finalize': [16, 17]}}), ('sfc_nst_pre', {'sfc_nst_pre': {'sfc_nst_pre_init': [565, 566], 'sfc_nst_pre_finalize': [569, 570], 'sfc_nst_pre_run': [576, 632]}}), ('sfc_nst_post', {'sfc_nst_post': {'sfc_nst_post_run': [661, 709], 'sfc_nst_post_init': [644, 645], 'sfc_nst_post_finalize': [650, 651]}})]) +DEBUG: Skipping blank table sfc_nst_post_init +DEBUG: Skipping blank table sfc_nst_post_finalize +DEBUG: Module name: sfc_nst_post +DEBUG: Scheme name: sfc_nst_post +DEBUG: Variables in subroutine sfc_nst_post_run: horizontal_loop_extent, sea_surface_reference_temperature, flag_nonzero_wet_surface_fraction, longitude, flag_for_nsstm_run, vertical_temperature_average_range_lower_bound, vertical_temperature_average_range_upper_bound, surface_skin_temperature_after_iteration_over_ocean, diurnal_thermocline_layer_heat_content, diurnal_thermocline_layer_thickness, sub_layer_cooling_amount, sub_layer_cooling_thickness, ccpp_error_message, ccpp_error_flag, surface_skin_temperature_over_ocean_interstitial, air_temperature_lapse_rate_constant, freezing_point_temperature_of_seawater, flag_nonzero_sea_ice_surface_fraction, orography, orography_unfiltered, mean_change_over_depth_in_sea_water_temperature +DEBUG: Variables in subroutine sfc_nst_post_init: +DEBUG: Variables in subroutine sfc_nst_post_finalize: +DEBUG: Parsing file shalcnv.F with registry OrderedDict([('shalcnv', {'shalcnv': {'shalcnv_init': [21, 38], 'shalcnv_run': [90, 1316], 'shalcnv_finalize': [43, 44]}})]) +DEBUG: Skipping blank table shalcnv_finalize +DEBUG: Module name: shalcnv +DEBUG: Scheme name: shalcnv +DEBUG: Variables in subroutine shalcnv_init: flag_for_shoc, flag_for_shallow_convection, flag_for_mass_flux_shallow_convection_scheme, flag_for_sas_shallow_convection_scheme, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine shalcnv_run: ccpp_error_message, ccpp_error_flag, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, temperature_at_zero_celsius, gas_constant_dry_air, specific_heat_of_water_vapor_at_constant_pressure, specific_heat_of_liquid_water_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, horizontal_loop_extent, horizontal_dimension, vertical_dimension, number_of_spectral_wave_trancation_for_sas, time_step_for_physics, air_pressure_difference_between_midlayers, air_pressure, surface_air_pressure, geopotential, cloud_condensed_water_mixing_ratio_convective_transport_tracer, ice_water_mixing_ratio_convective_transport_tracer, water_vapor_specific_humidity_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, lwe_thickness_of_shallow_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, sea_land_ice_mask, omega, number_of_hydrometeors, atmosphere_boundary_layer_thickness, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, entrainment_rate_coefficient_shallow_convection, rain_conversion_parameter_shallow_convection, detrainment_conversion_parameter_shallow_convection, momentum_transport_reduction_factor_pgf_shallow_convection +DEBUG: Variables in subroutine shalcnv_finalize: +DEBUG: Parsing file get_prs_fv3.F90 with registry OrderedDict([('get_prs_fv3', {'get_prs_fv3': {'get_prs_fv3_init': [11, 12], 'get_prs_fv3_finalize': [44, 45], 'get_prs_fv3_run': [16, 41]}}), ('get_phi_fv3', {})]) +DEBUG: Skipping blank table get_prs_fv3_init +DEBUG: Skipping blank table get_prs_fv3_finalize +DEBUG: Module name: get_prs_fv3 +DEBUG: Scheme name: get_prs_fv3 +DEBUG: Variables in subroutine get_prs_fv3_init: +DEBUG: Variables in subroutine get_prs_fv3_finalize: +DEBUG: Variables in subroutine get_prs_fv3_run: horizontal_dimension, vertical_dimension, geopotential_at_interface, air_pressure_at_interface, air_temperature, water_vapor_specific_humidity, air_pressure_difference_between_midlayers, geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file get_prs_fv3.F90 with registry OrderedDict([('get_prs_fv3', {'get_prs_fv3': {'get_prs_fv3_init': [11, 12], 'get_prs_fv3_finalize': [44, 45], 'get_prs_fv3_run': [16, 41]}}), ('get_phi_fv3', {'get_phi_fv3': {'get_phi_fv3_finalize': [93, 94], 'get_phi_fv3_init': [58, 59], 'get_phi_fv3_run': [63, 90]}})]) +DEBUG: Skipping blank table get_phi_fv3_finalize +DEBUG: Skipping blank table get_phi_fv3_init +DEBUG: Module name: get_phi_fv3 +DEBUG: Scheme name: get_phi_fv3 +DEBUG: Variables in subroutine get_phi_fv3_finalize: +DEBUG: Variables in subroutine get_phi_fv3_init: +DEBUG: Variables in subroutine get_phi_fv3_run: horizontal_dimension, vertical_dimension, geopotential_at_interface, geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature, ccpp_error_message, ccpp_error_flag, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, geopotential +DEBUG: Parsing file module_MYNNSFC_wrapper.F90 with registry OrderedDict([('mynnsfc_wrapper', {'mynnsfc_wrapper': {'mynnsfc_wrapper_init': [4, 5], 'mynnsfc_wrapper_run': [16, 177], 'mynnsfc_wrapper_finalize': [6, 7]}})]) +DEBUG: Module name: mynnsfc_wrapper +DEBUG: Scheme name: mynnsfc_wrapper +DEBUG: Variables in subroutine mynnsfc_wrapper_init: +DEBUG: Variables in subroutine mynnsfc_wrapper_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, ccpp_loop_counter, flag_for_first_time_step, flag_for_restart, time_step_for_physics, cell_size, x_wind, y_wind, air_temperature, water_vapor_specific_humidity, cloud_condensed_water_mixing_ratio, air_pressure, geopotential_at_interface, dimensionless_exner_function_at_model_layers, t_prime_squared, q_prime_squared, t_prime_q_prime, mixing_length, stability_function_for_heat, subgrid_cloud_mixing_ratio_pbl, subgrid_cloud_fraction_pbl, surface_air_pressure, atmosphere_boundary_layer_thickness, sea_land_ice_mask_real, surface_skin_temperature, surface_specific_humidity, surface_snow_thickness_water_equivalent, surface_roughness_length, surface_friction_velocity, surface_friction_velocity_drag, surface_stability_parameter, theta_star, reciprocal_of_obukhov_length, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, Monin_Obukhov_similarity_function_for_momentum_at_10m, Monin_Obukhov_similarity_function_for_heat_at_2m, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, surface_drag_wind_speed_for_momentum_in_air, kinematic_surface_upward_sensible_heat_flux, kinematic_surface_upward_latent_heat_flux, surface_latent_heat, surface_exchange_coefficient_for_heat, surface_exchange_coefficient_for_moisture, x_wind_at_10m, y_wind_at_10m, potential_temperature_at_2m, temperature_at_2m, specific_humidity_at_2m, surface_wind_enhancement_due_to_convection, surface_exchange_coefficient_for_heat_at_2m, surface_exchange_coefficient_for_moisture_at_2m, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air, surface_wind_stress, cloudpdf, couple_sgs_clouds_to_radiation_flag, flag_print, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine mynnsfc_wrapper_finalize: +DEBUG: Parsing file module_MYJSFC_wrapper.F90 with registry OrderedDict([('myjsfc_wrapper', {'myjsfc_wrapper': {'myjsfc_wrapper_finalize': [7, 8], 'myjsfc_wrapper_init': [5, 6], 'myjsfc_wrapper_run': [15, 329]}})]) +DEBUG: Module name: myjsfc_wrapper +DEBUG: Scheme name: myjsfc_wrapper +DEBUG: Variables in subroutine myjsfc_wrapper_finalize: +DEBUG: Variables in subroutine myjsfc_wrapper_init: +DEBUG: Variables in subroutine myjsfc_wrapper_run: flag_for_restart, horizontal_dimension, horizontal_loop_extent, vertical_dimension, index_of_time_step, number_of_tracers, index_for_turbulent_kinetic_energy, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, ccpp_loop_counter, flag_for_iteration, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure, air_pressure_at_interface, geopotential_at_interface, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, surface_skin_temperature, surface_specific_humidity, surface_specific_humidity_for_MYJ_schemes, potential_temperature_at_viscous_sublayer_top, specific_humidity_at_viscous_sublayer_top, u_wind_component_at_viscous_sublayer_top, v_wind_component_at_viscous_sublayer_top, baseline_surface_roughness_length, heat_exchange_coefficient_for_MYJ_schemes, momentum_exchange_coefficient_for_MYJ_schemes, surface_layer_evaporation_switch, kinematic_surface_latent_heat_flux, weight_for_momentum_at_viscous_sublayer_top, weight_for_potental_temperature_at_viscous_sublayer_top, weight_for_specific_humidity_at_viscous_sublayer_top, atmosphere_boundary_layer_thickness, sea_land_ice_mask_real, surface_roughness_length, surface_friction_velocity, bulk_richardson_number_at_lowest_model_level, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air, surface_wind_stress, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, Monin_Obukhov_similarity_function_for_momentum_at_10m, Monin_Obukhov_similarity_function_for_heat_at_2m, land_area_fraction, lake_area_fraction, sea_area_fraction, sea_ice_concentration, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, surface_friction_velocity_over_ocean, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, bulk_richardson_number_at_lowest_model_level_over_ocean, bulk_richardson_number_at_lowest_model_level_over_land, bulk_richardson_number_at_lowest_model_level_over_ice, surface_wind_stress_over_ocean, surface_wind_stress_over_land, surface_wind_stress_over_ice, Monin_Obukhov_similarity_function_for_momentum_over_ocean, Monin_Obukhov_similarity_function_for_momentum_over_land, Monin_Obukhov_similarity_function_for_momentum_over_ice, Monin_Obukhov_similarity_function_for_heat_over_ocean, Monin_Obukhov_similarity_function_for_heat_over_land, Monin_Obukhov_similarity_function_for_heat_over_ice, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean, Monin_Obukhov_similarity_function_for_heat_at_2m_over_land, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice, wind_speed_at_lowest_model_layer, specific_heat_of_dry_air_at_constant_pressure, gravitational_acceleration, gas_constant_dry_air, mpi_rank, flag_print, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file module_MYNNPBL_wrapper.F90 with registry OrderedDict([('mynnedmf_wrapper', {'mynnedmf_wrapper': {'mynnedmf_wrapper_init': [9, 10], 'mynnedmf_wrapper_finalize': [11, 12], 'mynnedmf_wrapper_run': [19, 587]}})]) +DEBUG: Module name: mynnedmf_wrapper +DEBUG: Scheme name: mynnedmf_wrapper +DEBUG: Variables in subroutine mynnedmf_wrapper_init: +DEBUG: Variables in subroutine mynnedmf_wrapper_finalize: +DEBUG: Variables in subroutine mynnedmf_wrapper_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, flag_for_first_time_step, flag_for_restart, flag_diagnostics, flag_diagnostics_3D, flag_idealized_physics, time_step_for_physics, time_step_for_dynamics, cell_size, surface_roughness_length, geopotential_at_interface, x_wind, y_wind, omega, air_temperature, water_vapor_specific_humidity, cloud_condensed_water_mixing_ratio, ice_water_mixing_ratio, cloud_droplet_number_concentration, ice_number_concentration, ozone_mixing_ratio, water_friendly_aerosol_number_concentration, ice_friendly_aerosol_number_concentration, air_pressure, dimensionless_exner_function_at_model_layers, sea_land_ice_mask_real, surface_skin_temperature, surface_specific_humidity, surface_air_pressure, surface_friction_velocity, surface_drag_wind_speed_for_momentum_in_air, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, instantaneous_surface_upward_sensible_heat_flux_for_diag, instantaneous_surface_upward_latent_heat_flux_for_diag, cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep, reciprocal_of_obukhov_length, tke_at_mass_points, turbulent_kinetic_energy, t_prime_squared, q_prime_squared, t_prime_q_prime, mixing_length, stability_function_for_heat, atmosphere_heat_diffusivity_for_mynnpbl, atmosphere_momentum_diffusivity_for_mynnpbl, atmosphere_boundary_layer_thickness, vertical_index_at_top_of_atmosphere_boundary_layer, subgrid_cloud_mixing_ratio_pbl, subgrid_cloud_fraction_pbl, emdf_updraft_area, emdf_updraft_vertical_velocity, emdf_updraft_total_water, emdf_updraft_theta_l, emdf_updraft_entrainment_rate, emdf_updraft_cloud_water, number_of_plumes, maximum_mass_flux, k_level_of_highest_reaching_plume, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_water_vapor_specific_humidity_due_to_model_physics, tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ozone_mixing_ratio_due_to_model_physics, tendency_of_cloud_droplet_number_concentration_due_to_model_physics, tendency_of_ice_number_concentration_due_to_model_physics, tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics, tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, grav_settling, tke_budget, tke_advect, cloudpdf, mixing_length_flag, edmf_flag, edmf_momentum_transport_flag, edmf_tke_transport_flag, edmf_partition_flag, cloud_specie_mix_flag, mix_total_water_flag, couple_sgs_clouds_to_radiation_flag, do_mynnsfclay, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_aerosol_physics, flag_print, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file sfc_drv_ruc.F90 with registry OrderedDict([('lsm_ruc', {'lsm_ruc': {'lsm_ruc_finalize': [31, 38], 'lsm_ruc_run': [118, 834], 'lsm_ruc_init': [17, 27]}})]) +DEBUG: Module name: lsm_ruc +DEBUG: Scheme name: lsm_ruc +DEBUG: Variables in subroutine lsm_ruc_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine lsm_ruc_run: ccpp_error_message, ccpp_error_flag, time_step_for_dynamics, mpi_rank, mpi_root, index_of_time_step, ccpp_loop_counter, horizontal_loop_extent, vertical_dimension, flag_for_ruc_land_surface_scheme, flag_for_land_surface_scheme, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, do_mynnsfclay, soil_vertical_dimension_for_land_surface_model, soil_vertical_dimension, flag_for_reading_leaf_area_index_from_input, depth_of_soil_levels_for_land_surface_model, specific_heat_of_dry_air_at_constant_pressure, gravitational_acceleration, pi, gas_constant_dry_air, gas_constant_water_vapor, latent_heat_of_vaporization_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, flag_nonzero_land_surface_fraction, sea_land_ice_mask, lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep, lwe_thickness_of_convective_precipitation_amount_from_previous_timestep, lwe_thickness_of_ice_amount_from_previous_timestep, lwe_thickness_of_snow_amount_from_previous_timestep, lwe_thickness_of_graupel_amount_from_previous_timestep, flag_for_precipitation_type, surface_snow_area_fraction_over_land, water_equivalent_accumulated_snow_depth_over_land, surface_snow_thickness_water_equivalent_over_land, density_of_frozen_precipitation, height_above_ground_at_lowest_model_layer, air_pressure_at_lowest_model_layer, wind_speed_at_lowest_model_layer, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, cloud_condensed_water_mixing_ratio_at_lowest_model_layer, surface_downwelling_longwave_flux, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, surface_longwave_emissivity_over_land_interstitial, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land, surface_drag_wind_speed_for_momentum_in_air_over_land, normalized_soil_wetness_for_land_surface_model, canopy_water_amount, vegetation_area_fraction, leaf_area_index, surface_diffused_shortwave_albedo, mean_vis_albedo_with_weak_cosz_dependency, mean_nir_albedo_with_weak_cosz_dependency, upper_bound_on_max_albedo_over_deep_snow, surface_roughness_length_over_land_interstitial, surface_specific_humidity_over_land, cloud_condensed_water_mixing_ratio_at_surface, water_vapor_mixing_ratio_at_surface, surface_condensation_mass, deep_soil_temperature, volume_fraction_of_soil_moisture, volume_fraction_of_unfrozen_soil_moisture, soil_temperature, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, vegetation_type_classification, soil_type_classification, soil_type_dataset_choice, vegetation_type_dataset_choice, sea_ice_concentration, flag_for_frozen_soil_physics, volume_fraction_of_soil_moisture_for_land_surface_model, volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model, volume_fraction_of_frozen_soil_moisture_for_land_surface_model, soil_temperature_for_land_surface_model, soil_moisture_content, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_after_iteration_over_land, sea_ice_temperature_interstitial, snow_temperature_bottom_first_layer, total_accumulated_snowfall, accumulated_water_equivalent_of_frozen_precip, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_land, soil_upward_latent_heat_flux, canopy_upward_latent_heat_flux, snow_deposition_sublimation_upward_latent_heat_flux, transpiration_flux, surface_runoff_flux, subsurface_runoff_flux, total_runoff, surface_runoff, upward_heat_flux_in_soil_over_land, minimum_vegetation_area_fraction, maximum_vegetation_area_fraction, flag_for_iteration, flag_for_guess_run, flag_for_first_time_step, flag_for_restart +DEBUG: Variables in subroutine lsm_ruc_init: ccpp_error_message, ccpp_error_flag, mpi_rank, soil_type_dataset_choice, vegetation_type_dataset_choice, iounit_namelist +DEBUG: Parsing file module_MYNNrad_pre.F90 with registry OrderedDict([('mynnrad_pre', {'mynnrad_pre': {'mynnrad_pre_init': [6, 7], 'mynnrad_pre_run': [27, 98], 'mynnrad_pre_finalize': [8, 9]}})]) +DEBUG: Module name: mynnrad_pre +DEBUG: Scheme name: mynnrad_pre +DEBUG: Variables in subroutine mynnrad_pre_init: +DEBUG: Variables in subroutine mynnrad_pre_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, flag_for_first_time_step, flag_for_restart, cloud_condensed_water_mixing_ratio, ice_water_mixing_ratio, air_temperature, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save, subgrid_cloud_mixing_ratio_pbl, subgrid_cloud_fraction_pbl, layer_pressure_thickness_for_radiation, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, sea_land_ice_mask_real, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine mynnrad_pre_finalize: +DEBUG: Parsing file drag_suite.F90 with registry OrderedDict([('drag_suite', {'drag_suite': {'drag_suite_finalize': [1167, 1168], 'drag_suite_run': [186, 1162], 'drag_suite_init': [8, 9]}})]) +DEBUG: Skipping blank table drag_suite_finalize +DEBUG: Skipping blank table drag_suite_init +DEBUG: Module name: drag_suite +DEBUG: Scheme name: drag_suite +DEBUG: Variables in subroutine drag_suite_finalize: +DEBUG: Variables in subroutine drag_suite_run: horizontal_loop_extent, horizontal_dimension, vertical_dimension, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, x_wind, y_wind, air_temperature, water_vapor_specific_humidity, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, index_of_time_step, standard_deviation_of_subgrid_orography, convexity_of_subgrid_orography, asymmetry_of_subgrid_orography, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height, angle_from_east_of_maximum_subgrid_orographic_variations, slope_of_subgrid_orography, anisotropy_of_subgrid_orography, maximum_subgrid_orography, x_momentum_tendency_from_large_scale_gwd, y_momentum_tendency_from_large_scale_gwd, x_momentum_tendency_from_blocking_drag, y_momentum_tendency_from_blocking_drag, x_momentum_tendency_from_small_scale_gwd, y_momentum_tendency_from_small_scale_gwd, x_momentum_tendency_from_form_drag, y_momentum_tendency_from_form_drag, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, integrated_x_momentum_flux_from_large_scale_gwd, integrated_y_momentum_flux_from_large_scale_gwd, integrated_x_momentum_flux_from_blocking_drag, integrated_y_momentum_flux_from_blocking_drag, integrated_x_momentum_flux_from_small_scale_gwd, integrated_y_momentum_flux_from_small_scale_gwd, integrated_x_momentum_flux_from_form_drag, integrated_y_momentum_flux_from_form_drag, sea_land_ice_mask_real, bulk_richardson_number_at_lowest_model_level, atmosphere_boundary_layer_thickness, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, pi, number_of_equatorial_longitude_points, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, mpi_rank, mpi_root, flag_print, horizontal_index_of_printed_column, level_of_dividing_streamline, cell_size, gwd_opt, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine drag_suite_init: +DEBUG: Parsing file lsm_ruc_sfc_sice_interstitial.F90 with registry OrderedDict([('lsm_ruc_sfc_sice_pre', {'lsm_ruc_sfc_sice_pre': {'lsm_ruc_sfc_sice_pre_finalize': [8, 9], 'lsm_ruc_sfc_sice_pre_run': [15, 38], 'lsm_ruc_sfc_sice_pre_init': [6, 7]}}), ('lsm_ruc_sfc_sice_post', {})]) +DEBUG: Module name: lsm_ruc_sfc_sice_pre +DEBUG: Scheme name: lsm_ruc_sfc_sice_pre +DEBUG: Variables in subroutine lsm_ruc_sfc_sice_pre_finalize: +DEBUG: Variables in subroutine lsm_ruc_sfc_sice_pre_run: horizontal_loop_extent, soil_vertical_dimension_for_land_surface_model, soil_vertical_dimension, flag_nonzero_land_surface_fraction, soil_temperature, soil_temperature_for_land_surface_model, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine lsm_ruc_sfc_sice_pre_init: +DEBUG: Parsing file lsm_ruc_sfc_sice_interstitial.F90 with registry OrderedDict([('lsm_ruc_sfc_sice_pre', {'lsm_ruc_sfc_sice_pre': {'lsm_ruc_sfc_sice_pre_finalize': [8, 9], 'lsm_ruc_sfc_sice_pre_run': [15, 38], 'lsm_ruc_sfc_sice_pre_init': [6, 7]}}), ('lsm_ruc_sfc_sice_post', {'lsm_ruc_sfc_sice_post': {'lsm_ruc_sfc_sice_post_finalize': [48, 49], 'lsm_ruc_sfc_sice_post_init': [46, 47], 'lsm_ruc_sfc_sice_post_run': [55, 78]}})]) +DEBUG: Module name: lsm_ruc_sfc_sice_post +DEBUG: Scheme name: lsm_ruc_sfc_sice_post +DEBUG: Variables in subroutine lsm_ruc_sfc_sice_post_finalize: +DEBUG: Variables in subroutine lsm_ruc_sfc_sice_post_init: +DEBUG: Variables in subroutine lsm_ruc_sfc_sice_post_run: horizontal_loop_extent, soil_vertical_dimension_for_land_surface_model, soil_vertical_dimension, flag_nonzero_land_surface_fraction, soil_temperature, soil_temperature_for_land_surface_model, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file module_MYNNrad_post.F90 with registry OrderedDict([('mynnrad_post', {'mynnrad_post': {'mynnrad_post_finalize': [7, 8], 'mynnrad_post_run': [17, 49], 'mynnrad_post_init': [5, 6]}})]) +DEBUG: Module name: mynnrad_post +DEBUG: Scheme name: mynnrad_post +DEBUG: Variables in subroutine mynnrad_post_finalize: +DEBUG: Variables in subroutine mynnrad_post_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, flag_for_first_time_step, flag_for_restart, cloud_condensed_water_mixing_ratio, ice_water_mixing_ratio, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine mynnrad_post_init: +DEBUG: Parsing file gcm_shoc.F90 with registry OrderedDict([('shoc', {'shoc': {'shoc_finalize': [11, 12], 'shoc_init': [9, 10], 'shoc_run': [18, 115]}})]) +DEBUG: Module name: shoc +DEBUG: Scheme name: shoc +DEBUG: Variables in subroutine shoc_finalize: +DEBUG: Variables in subroutine shoc_init: +DEBUG: Variables in subroutine shoc_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, cloud_phase_transition_threshold_temperature, cloud_phase_transition_denominator, specific_heat_of_dry_air_at_constant_pressure, gravitational_acceleration, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, gas_constant_water_vapor, gas_constant_dry_air, pi, ratio_of_vapor_to_dry_air_gas_constants_minus_one, time_step_for_physics, air_pressure, air_pressure_difference_between_midlayers, geopotential_at_interface, geopotential, x_wind_updated_by_physics, y_wind_updated_by_physics, omega, critical_relative_humidity, ice_supersaturation_threshold, shoc_tke_dissipatation_pressure_threshold, shoc_tke_dissipation_tunable_parameter, shoc_tke_dissipation_tunable_parameter_near_surface, shoc_implicit_TKE_integration_uncentering_term, shoc_flag_for_optional_surface_TKE_dissipation, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, prandtl_number, air_temperature_updated_by_physics, tracer_concentration_updated_by_physics, number_of_tracers, index_for_water_vapor, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, subgrid_scale_cloud_fraction_from_shoc, turbulent_kinetic_energy_convective_transport_tracer, atmosphere_heat_diffusivity_from_shoc, kinematic_buoyancy_flux_from_shoc, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file GFS_rrtmgp_pre.F90 with registry OrderedDict([('GFS_rrtmgp_pre', {'GFS_rrtmgp_pre': {'GFS_rrtmgp_pre_finalize': [351, 352], 'GFS_rrtmgp_pre_init': [69, 146], 'GFS_rrtmgp_pre_run': [153, 347]}})]) +DEBUG: Module name: GFS_rrtmgp_pre +DEBUG: Scheme name: GFS_rrtmgp_pre +DEBUG: Variables in subroutine GFS_rrtmgp_pre_finalize: +DEBUG: Variables in subroutine GFS_rrtmgp_pre_init: GFS_control_type_instance, GFS_radtend_type_instance, list_of_active_gases_used_by_RRTMGP, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmgp_pre_run: GFS_control_type_instance, GFS_radtend_type_instance, list_of_active_gases_used_by_RRTMGP, ccpp_error_message, ccpp_error_flag, GFS_grid_type_instance, GFS_sfcprop_type_instance, GFS_statein_type_instance, GFS_tbd_type_instance, GFS_coupling_type_instance, horizontal_loop_extent, coefficients_for_lw_gas_optics, time_step_for_radiation, secant_of_diffusivity_angle_each_RRTMGP_LW_band, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, air_temperature_at_interface_for_RRTMGP, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, virtual_temperature, relative_humidity, chemical_tracers, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_snow_water_path, mean_effective_radius_for_snow_flake, cloud_rain_water_path, mean_effective_radius_for_rain_drop, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, cloud_decorrelation_length, cloud_area_fraction_for_radiation, Gas_concentrations_for_RRTMGP_suite +DEBUG: Parsing file GFS_surface_composites.F90 with registry OrderedDict([('GFS_surface_composites_pre', {'GFS_surface_composites_pre': {'GFS_surface_composites_pre_run': [16, 145], 'GFS_surface_composites_pre_finalize': [11, 12], 'GFS_surface_composites_pre_init': [9, 10]}}), ('GFS_surface_composites_inter', {}), ('GFS_surface_composites_post', {})]) +DEBUG: Module name: GFS_surface_composites_pre +DEBUG: Scheme name: GFS_surface_composites_pre +DEBUG: Variables in subroutine GFS_surface_composites_pre_run: horizontal_loop_extent, flag_for_fractional_grid, flag_for_cice, flag_for_flux_coupling, flag_for_wave_coupling_to_atm, land_area_fraction, lake_area_fraction, sea_area_fraction, land_area_fraction_for_microphysics, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_lake_surface_fraction, flag_nonzero_ocean_surface_fraction, flag_nonzero_wet_surface_fraction, sea_ice_concentration, minimum_sea_ice_concentration, surface_roughness_length, surface_roughness_length_over_ocean, surface_roughness_length_over_land, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, surface_snow_thickness_water_equivalent, surface_snow_thickness_water_equivalent_over_ocean, surface_snow_thickness_water_equivalent_over_land, surface_snow_thickness_water_equivalent_over_ice, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice, surface_friction_velocity, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, water_equivalent_accumulated_snow_depth, water_equivalent_accumulated_snow_depth_over_ocean, water_equivalent_accumulated_snow_depth_over_land, water_equivalent_accumulated_snow_depth_over_ice, surface_upward_potential_latent_heat_flux_over_ice, surface_skin_temperature, sea_surface_temperature, surface_skin_temperature_over_land, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ice_interstitial, sea_ice_temperature, sea_ice_temperature_interstitial, surface_skin_temperature_after_iteration, surface_skin_temperature_after_iteration_over_ocean, surface_skin_temperature_after_iteration_over_land, surface_skin_temperature_after_iteration_over_ice, upward_heat_flux_in_soil_over_ice, freezing_point_temperature_of_seawater, sea_land_ice_mask, surface_longwave_emissivity, surface_longwave_emissivity_over_ocean_interstitial, surface_longwave_emissivity_over_land_interstitial, surface_longwave_emissivity_over_ice_interstitial, lake_ice_minimum, sea_ice_minimum, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_surface_composites_pre_finalize: +DEBUG: Variables in subroutine GFS_surface_composites_pre_init: +DEBUG: Parsing file GFS_surface_composites.F90 with registry OrderedDict([('GFS_surface_composites_pre', {'GFS_surface_composites_pre': {'GFS_surface_composites_pre_run': [16, 145], 'GFS_surface_composites_pre_finalize': [11, 12], 'GFS_surface_composites_pre_init': [9, 10]}}), ('GFS_surface_composites_inter', {'GFS_surface_composites_inter': {'GFS_surface_composites_inter_run': [160, 199], 'GFS_surface_composites_inter_init': [153, 154], 'GFS_surface_composites_inter_finalize': [155, 156]}}), ('GFS_surface_composites_post', {})]) +DEBUG: Module name: GFS_surface_composites_inter +DEBUG: Scheme name: GFS_surface_composites_inter +DEBUG: Variables in subroutine GFS_surface_composites_inter_run: horizontal_loop_extent, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_wet_surface_fraction, surface_longwave_emissivity_over_ocean_interstitial, surface_longwave_emissivity_over_land_interstitial, surface_longwave_emissivity_over_ice_interstitial, ccpp_error_message, ccpp_error_flag, surface_downwelling_longwave_flux, surface_downwelling_longwave_flux_absorbed_by_ground_over_land, surface_downwelling_longwave_flux_absorbed_by_ground_over_ice, surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, surface_upwelling_shortwave_flux +DEBUG: Variables in subroutine GFS_surface_composites_inter_init: +DEBUG: Variables in subroutine GFS_surface_composites_inter_finalize: +DEBUG: Parsing file GFS_surface_composites.F90 with registry OrderedDict([('GFS_surface_composites_pre', {'GFS_surface_composites_pre': {'GFS_surface_composites_pre_run': [16, 145], 'GFS_surface_composites_pre_finalize': [11, 12], 'GFS_surface_composites_pre_init': [9, 10]}}), ('GFS_surface_composites_inter', {'GFS_surface_composites_inter': {'GFS_surface_composites_inter_run': [160, 199], 'GFS_surface_composites_inter_init': [153, 154], 'GFS_surface_composites_inter_finalize': [155, 156]}}), ('GFS_surface_composites_post', {'GFS_surface_composites_post': {'GFS_surface_composites_post_init': [208, 209], 'GFS_surface_composites_post_finalize': [210, 211], 'GFS_surface_composites_post_run': [217, 403]}})]) +DEBUG: Module name: GFS_surface_composites_post +DEBUG: Scheme name: GFS_surface_composites_post +DEBUG: Variables in subroutine GFS_surface_composites_post_init: +DEBUG: Variables in subroutine GFS_surface_composites_post_finalize: +DEBUG: Variables in subroutine GFS_surface_composites_post_run: horizontal_loop_extent, flag_for_fractional_grid, flag_for_cice, flag_for_flux_coupling, flag_for_wave_coupling_to_atm, land_area_fraction, lake_area_fraction, sea_area_fraction, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_wet_surface_fraction, sea_ice_concentration, surface_roughness_length, surface_roughness_length_over_ocean, surface_roughness_length_over_land, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, surface_snow_thickness_water_equivalent, surface_snow_thickness_water_equivalent_over_ocean, surface_snow_thickness_water_equivalent_over_land, surface_snow_thickness_water_equivalent_over_ice, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice, surface_friction_velocity, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, water_equivalent_accumulated_snow_depth, water_equivalent_accumulated_snow_depth_over_ocean, water_equivalent_accumulated_snow_depth_over_land, water_equivalent_accumulated_snow_depth_over_ice, surface_upward_potential_latent_heat_flux_over_ice, surface_skin_temperature, sea_surface_temperature, surface_skin_temperature_over_land, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ice_interstitial, sea_ice_temperature, sea_ice_temperature_interstitial, surface_skin_temperature_after_iteration, surface_skin_temperature_after_iteration_over_ocean, surface_skin_temperature_after_iteration_over_land, surface_skin_temperature_after_iteration_over_ice, upward_heat_flux_in_soil_over_ice, sea_land_ice_mask, ccpp_error_message, ccpp_error_flag, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, bulk_richardson_number_at_lowest_model_level, bulk_richardson_number_at_lowest_model_level_over_ocean, bulk_richardson_number_at_lowest_model_level_over_land, bulk_richardson_number_at_lowest_model_level_over_ice, surface_wind_stress, surface_wind_stress_over_ocean, surface_wind_stress_over_land, surface_wind_stress_over_ice, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_momentum_over_ocean, Monin_Obukhov_similarity_function_for_momentum_over_land, Monin_Obukhov_similarity_function_for_momentum_over_ice, Monin_Obukhov_similarity_function_for_heat, Monin_Obukhov_similarity_function_for_heat_over_ocean, Monin_Obukhov_similarity_function_for_heat_over_land, Monin_Obukhov_similarity_function_for_heat_over_ice, surface_friction_velocity_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice, Monin_Obukhov_similarity_function_for_heat_at_2m, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean, Monin_Obukhov_similarity_function_for_heat_at_2m_over_land, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice, surface_drag_wind_speed_for_momentum_in_air, surface_drag_wind_speed_for_momentum_in_air_over_ocean, surface_drag_wind_speed_for_momentum_in_air_over_land, surface_drag_wind_speed_for_momentum_in_air_over_ice, surface_drag_mass_flux_for_heat_and_moisture_in_air, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice, upward_heat_flux_in_soil, upward_heat_flux_in_soil_over_ocean, upward_heat_flux_in_soil_over_land, surface_upward_potential_latent_heat_flux, surface_upward_potential_latent_heat_flux_over_ocean, surface_upward_potential_latent_heat_flux_over_land, kinematic_surface_upward_latent_heat_flux, kinematic_surface_upward_latent_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_latent_heat_flux_over_ice, kinematic_surface_upward_sensible_heat_flux, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_ice, surface_specific_humidity, surface_specific_humidity_over_ocean, surface_specific_humidity_over_land, surface_specific_humidity_over_ice, sea_ice_thickness +DEBUG: Parsing file GFS_MP_generic.F90 with registry OrderedDict([('GFS_MP_generic_pre', {'GFS_MP_generic_pre': {'GFS_MP_generic_pre_finalize': [43, 44], 'GFS_MP_generic_pre_init': [8, 9], 'GFS_MP_generic_pre_run': [13, 40]}}), ('GFS_MP_generic_post', {})]) +DEBUG: Skipping blank table GFS_MP_generic_pre_finalize +DEBUG: Skipping blank table GFS_MP_generic_pre_init +DEBUG: Module name: GFS_MP_generic_pre +DEBUG: Scheme name: GFS_MP_generic_pre +DEBUG: Variables in subroutine GFS_MP_generic_pre_finalize: +DEBUG: Variables in subroutine GFS_MP_generic_pre_init: +DEBUG: Variables in subroutine GFS_MP_generic_pre_run: horizontal_loop_extent, vertical_dimension, flag_diagnostics_3D, flag_for_Arakawa_Wu_adjustment, index_for_liquid_cloud_condensate, number_of_tracers_for_cloud_condensate, number_of_tracers, air_temperature_updated_by_physics, tracer_concentration_updated_by_physics, air_temperature_save, tracer_concentration_save, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file GFS_MP_generic.F90 with registry OrderedDict([('GFS_MP_generic_pre', {'GFS_MP_generic_pre': {'GFS_MP_generic_pre_finalize': [43, 44], 'GFS_MP_generic_pre_init': [8, 9], 'GFS_MP_generic_pre_run': [13, 40]}}), ('GFS_MP_generic_post', {'GFS_MP_generic_post': {'GFS_MP_generic_post_init': [53, 54], 'GFS_MP_generic_post_run': [65, 316], 'GFS_MP_generic_post_finalize': [320, 321]}})]) +DEBUG: Skipping blank table GFS_MP_generic_post_init +DEBUG: Skipping blank table GFS_MP_generic_post_finalize +DEBUG: Module name: GFS_MP_generic_post +DEBUG: Scheme name: GFS_MP_generic_post +DEBUG: Variables in subroutine GFS_MP_generic_post_init: +DEBUG: Variables in subroutine GFS_MP_generic_post_run: horizontal_loop_extent, vertical_dimension, flag_diagnostics_3D, index_for_liquid_cloud_condensate, number_of_tracers_for_cloud_condensate, number_of_tracers, air_temperature_updated_by_physics, tracer_concentration_updated_by_physics, air_temperature_save, ccpp_error_message, ccpp_error_flag, horizontal_dimension, index_of_time_step, array_dimension_of_random_number, number_of_hydrometeors, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, flag_for_precipitation_type_algorithm, flag_diagnostics, flag_for_flux_coupling, flag_for_chemistry_coupling, gravitational_acceleration, time_step_for_dynamics, dynamics_to_physics_timestep_ratio, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, lwe_thickness_of_explicit_precipitation_amount, random_number_array, latitude, longitude, air_pressure, air_pressure_at_interface, geopotential_at_interface, surface_skin_temperature, lwe_thickness_of_ice_amount_on_dynamics_timestep, lwe_thickness_of_snow_amount_on_dynamics_timestep, lwe_thickness_of_graupel_amount_on_dynamics_timestep, water_vapor_specific_humidity_save, lwe_thickness_of_explicit_rain_amount, lwe_thickness_of_ice_amount, lwe_thickness_of_snow_amount, lwe_thickness_of_graupel_amount, air_pressure_difference_between_midlayers, lwe_thickness_of_precipitation_amount_on_dynamics_timestep, dominant_rain_type, dominant_freezing_rain_type, dominant_sleet_type, dominant_snow_type, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep, flag_for_precipitation_type, ratio_of_snowfall_to_rainfall, cumulative_lwe_thickness_of_convective_precipitation_amount, accumulated_lwe_thickness_of_precipitation_amount, accumulated_lwe_thickness_of_ice_amount, accumulated_lwe_thickness_of_snow_amount, accumulated_lwe_thickness_of_graupel_amount, cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket, accumulated_lwe_thickness_of_precipitation_amount_in_bucket, accumulated_lwe_thickness_of_ice_amount_in_bucket, accumulated_lwe_thickness_of_snow_amount_in_bucket, accumulated_lwe_thickness_of_graupel_amount_in_bucket, cumulative_change_in_temperature_due_to_microphysics, cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics, lwe_thickness_of_precipitation_amount_for_coupling, lwe_thickness_of_convective_precipitation_amount_for_coupling, lwe_thickness_of_snow_amount_for_coupling, column_precipitable_water, flag_for_stochastic_surface_physics_perturbations, flag_for_global_cellular_automata, tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step, tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky, tendency_of_lwe_thickness_of_precipitation_amount_for_coupling, tendency_of_lwe_thickness_of_snow_amount_for_coupling, flag_for_land_surface_scheme, flag_for_ruc_land_surface_scheme, flag_for_noahmp_land_surface_scheme, lwe_thickness_of_convective_precipitation_amount_from_previous_timestep, lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep, lwe_thickness_of_ice_amount_from_previous_timestep, lwe_thickness_of_snow_amount_from_previous_timestep, lwe_thickness_of_graupel_amount_from_previous_timestep, convective_precipitation_rate_from_previous_timestep, explicit_rainfall_rate_from_previous_timestep, ice_precipitation_rate_from_previous_timestep, snow_precipitation_rate_from_previous_timestep, graupel_precipitation_rate_from_previous_timestep, time_step_for_physics +DEBUG: Variables in subroutine GFS_MP_generic_post_finalize: +DEBUG: Parsing file gscond.f with registry OrderedDict([('zhaocarr_gscond', {'zhaocarr_gscond': {'zhaocarr_gscond_finalize': [17, 18], 'zhaocarr_gscond_run': [38, 482], 'zhaocarr_gscond_init': [11, 12]}})]) +DEBUG: Module name: zhaocarr_gscond +DEBUG: Scheme name: zhaocarr_gscond +DEBUG: Variables in subroutine zhaocarr_gscond_finalize: +DEBUG: Variables in subroutine zhaocarr_gscond_run: horizontal_loop_extent, horizontal_dimension, vertical_dimension, time_step_for_physics, time_step_for_dynamics, air_pressure, surface_air_pressure, water_vapor_specific_humidity_updated_by_physics, ice_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_updated_by_physics, air_temperature_updated_by_physics, air_temperature_two_time_steps_back, water_vapor_specific_humidity_two_time_steps_back, surface_air_pressure_two_time_steps_back, air_temperature_at_previous_time_step, water_vapor_specific_humidity_at_previous_time_step, surface_air_pressure_at_previous_time_step, critical_relative_humidity, flag_print, horizontal_index_of_printed_column, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine zhaocarr_gscond_init: +DEBUG: Parsing file ozphys.f with registry OrderedDict([('ozphys', {'ozphys': {'ozphys_run': [40, 171], 'ozphys_finalize': [28, 29], 'ozphys_init': [10, 23]}})]) +DEBUG: Skipping blank table ozphys_finalize +DEBUG: Module name: ozphys +DEBUG: Scheme name: ozphys +DEBUG: Variables in subroutine ozphys_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, vertical_dimension_of_ozone_forcing_data, time_step_for_physics, ozone_concentration_updated_by_physics, air_temperature_updated_by_physics, natural_log_of_ozone_forcing_data_pressure_levels, air_pressure, ozone_forcing, number_of_coefficients_in_ozone_forcing_data, air_pressure_difference_between_midlayers, flag_diagnostics_3D, cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate, cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio, cumulative_change_in_ozone_concentration_due_to_temperature, cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column, gravitational_acceleration, mpi_rank, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine ozphys_finalize: +DEBUG: Variables in subroutine ozphys_init: ccpp_error_message, ccpp_error_flag, flag_for_ozone_physics +DEBUG: Parsing file GFS_phys_time_vary.fv3.F90 with registry OrderedDict([('GFS_phys_time_vary', {'GFS_phys_time_vary': {'GFS_phys_time_vary_finalize': [212, 239], 'GFS_phys_time_vary_init': [32, 207], 'GFS_phys_time_vary_run': [245, 407]}})]) +DEBUG: Module name: GFS_phys_time_vary +DEBUG: Scheme name: GFS_phys_time_vary +DEBUG: Variables in subroutine GFS_phys_time_vary_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_phys_time_vary_init: ccpp_error_message, ccpp_error_flag, GFS_data_type_instance_all_blocks, GFS_control_type_instance, GFS_interstitial_type_instance_all_threads, omp_threads +DEBUG: Variables in subroutine GFS_phys_time_vary_run: ccpp_error_message, ccpp_error_flag, GFS_data_type_instance_all_blocks, GFS_control_type_instance, omp_threads, flag_for_first_time_step +DEBUG: Parsing file ozphys_2015.f with registry OrderedDict([('ozphys_2015', {'ozphys_2015': {'ozphys_2015_run': [44, 150], 'ozphys_2015_finalize': [26, 27], 'ozphys_2015_init': [8, 21]}})]) +DEBUG: Skipping blank table ozphys_2015_finalize +DEBUG: Module name: ozphys_2015 +DEBUG: Scheme name: ozphys_2015 +DEBUG: Variables in subroutine ozphys_2015_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, vertical_dimension_of_ozone_forcing_data, time_step_for_physics, ozone_concentration_updated_by_physics, air_temperature_updated_by_physics, natural_log_of_ozone_forcing_data_pressure_levels, air_pressure, ozone_forcing, number_of_coefficients_in_ozone_forcing_data, air_pressure_difference_between_midlayers, flag_diagnostics_3D, cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate, cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio, cumulative_change_in_ozone_concentration_due_to_temperature, cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column, gravitational_acceleration, mpi_rank, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine ozphys_2015_finalize: +DEBUG: Variables in subroutine ozphys_2015_init: ccpp_error_message, ccpp_error_flag, flag_for_2015_ozone_physics +DEBUG: Parsing file GFS_surface_generic.F90 with registry OrderedDict([('GFS_surface_generic_pre', {'GFS_surface_generic_pre': {'GFS_surface_generic_pre_finalize': [12, 13], 'GFS_surface_generic_pre_run': [17, 145], 'GFS_surface_generic_pre_init': [10, 11]}}), ('GFS_surface_generic_post', {})]) +DEBUG: Module name: GFS_surface_generic_pre +DEBUG: Scheme name: GFS_surface_generic_pre +DEBUG: Variables in subroutine GFS_surface_generic_pre_finalize: +DEBUG: Variables in subroutine GFS_surface_generic_pre_run: horizontal_loop_extent, vertical_dimension, vegetation_area_fraction, sea_land_ice_mask, soil_type_dataset_choice, vegetation_type_dataset_choice, soil_type_classification_real, vegetation_type_classification_real, surface_slope_classification_real, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, surface_skin_temperature, geopotential, gravitational_acceleration, bounded_vegetation_area_fraction, soil_type_classification, vegetation_type_classification, surface_slope_classification, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, surface_skin_temperature_after_iteration, height_above_ground_at_lowest_model_layer, flag_for_stochastic_surface_physics_perturbations, flag_for_global_cellular_automata, tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step, tendency_of_lwe_thickness_of_precipitation_amount_for_coupling, tendency_of_lwe_thickness_of_snow_amount_for_coupling, lwe_thickness_of_precipitation_amount_for_coupling, lwe_thickness_of_snow_amount_for_coupling, flag_for_stochastic_surface_perturbations, number_of_surface_perturbations, weights_for_stochastic_surface_physics_perturbation, magnitude_of_perturbation_of_momentum_roughness_length, magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio, magnitude_of_perturbation_of_soil_type_b_parameter, magnitude_of_perturbation_of_leaf_area_index, magnitude_of_perturbation_of_vegetation_fraction, perturbation_of_momentum_roughness_length, perturbation_of_heat_to_momentum_roughness_length_ratio, perturbation_of_soil_type_b_parameter, perturbation_of_leaf_area_index, perturbation_of_vegetation_fraction, flag_for_flux_coupling, flag_for_cice, sea_land_ice_mask_cice, sea_land_ice_mask_in, sea_ice_temperature, sea_surface_temperature, sea_ice_concentration, sea_ice_thickness, wind_speed_at_lowest_model_layer, x_wind_at_lowest_model_layer, y_wind_at_lowest_model_layer, surface_wind_enhancement_due_to_convection, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_surface_generic_pre_init: +DEBUG: Parsing file GFS_surface_generic.F90 with registry OrderedDict([('GFS_surface_generic_pre', {'GFS_surface_generic_pre': {'GFS_surface_generic_pre_finalize': [12, 13], 'GFS_surface_generic_pre_run': [17, 145], 'GFS_surface_generic_pre_init': [10, 11]}}), ('GFS_surface_generic_post', {'GFS_surface_generic_post': {'GFS_surface_generic_post_run': [161, 267], 'GFS_surface_generic_post_finalize': [156, 157], 'GFS_surface_generic_post_init': [154, 155]}})]) +DEBUG: Module name: GFS_surface_generic_post +DEBUG: Scheme name: GFS_surface_generic_post +DEBUG: Variables in subroutine GFS_surface_generic_post_run: horizontal_loop_extent, surface_skin_temperature, flag_for_flux_coupling, x_wind_at_lowest_model_layer, y_wind_at_lowest_model_layer, ccpp_error_message, ccpp_error_flag, flag_for_wave_coupling, flag_diagnostics, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_wet_surface_fraction, time_step_for_dynamics, surface_upward_potential_latent_heat_flux, upward_heat_flux_in_soil, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, surface_downwelling_longwave_flux, surface_downwelling_shortwave_flux, surface_downwelling_direct_near_infrared_shortwave_flux, surface_downwelling_diffuse_near_infrared_shortwave_flux, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux, surface_upwelling_longwave_flux, surface_upwelling_longwave_flux_over_ocean_interstitial, surface_upwelling_direct_near_infrared_shortwave_flux, surface_upwelling_diffuse_near_infrared_shortwave_flux, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux, temperature_at_2m, specific_humidity_at_2m, x_wind_at_10m, y_wind_at_10m, surface_skin_temperature_over_ocean_interstitial, surface_air_pressure, instantaneous_cosine_of_zenith_angle, soil_upward_latent_heat_flux, canopy_upward_latent_heat_flux, transpiration_flux, snow_deposition_sublimation_upward_latent_heat_flux, surface_snow_area_fraction, snow_freezing_rain_upward_latent_heat_flux, instantaneous_surface_potential_evaporation, instantaneous_surface_ground_heat_flux, air_temperature_at_lowest_model_layer_for_diag, water_vapor_specific_humidity_at_lowest_model_layer_for_diag, x_wind_at_lowest_model_layer_for_diag, y_wind_at_lowest_model_layer_for_diag, instantaneous_surface_downwelling_longwave_flux_for_coupling, instantaneous_surface_downwelling_shortwave_flux_for_coupling, cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep, instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling, cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, instantaneous_surface_net_downward_longwave_flux_for_coupling, cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep, instantaneous_temperature_at_2m_for_coupling, instantaneous_specific_humidity_at_2m_for_coupling, instantaneous_x_wind_at_10m_for_coupling, instantaneous_y_wind_at_10m_for_coupling, instantaneous_surface_skin_temperature_for_coupling, instantaneous_surface_air_pressure_for_coupling, instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_surface_net_downward_shortwave_flux_for_coupling, cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_ground_heat_flux_multiplied_by_timestep, cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep, cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep, cumulative_transpiration_flux_multiplied_by_timestep, cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep, cumulative_surface_snow_area_fraction_multiplied_by_timestep, cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep, cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep, total_runoff, surface_runoff, surface_runoff_flux, subsurface_runoff_flux +DEBUG: Variables in subroutine GFS_surface_generic_post_finalize: +DEBUG: Variables in subroutine GFS_surface_generic_post_init: +DEBUG: Parsing file cu_ntiedtke.F90 with registry OrderedDict([('cu_ntiedtke', {'cu_ntiedtke': {'cu_ntiedtke_init': [77, 93], 'cu_ntiedtke_finalize': [98, 99], 'cu_ntiedtke_run': [112, 311]}})]) +DEBUG: Skipping blank table cu_ntiedtke_finalize +DEBUG: Module name: cu_ntiedtke +DEBUG: Scheme name: cu_ntiedtke +DEBUG: Variables in subroutine cu_ntiedtke_init: mpi_rank, mpi_root, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine cu_ntiedtke_finalize: +DEBUG: Variables in subroutine cu_ntiedtke_run: ccpp_error_message, ccpp_error_flag, x_wind_updated_by_physics, y_wind_updated_by_physics, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, air_temperature, water_vapor_specific_humidity, moisture_tendency_due_to_dynamics, temperature_tendency_due_to_dynamics, convective_transportable_tracers, geopotential, geopotential_at_interface, air_pressure, air_pressure_at_interface, omega, kinematic_surface_upward_latent_heat_flux, kinematic_surface_upward_sensible_heat_flux, lwe_thickness_of_deep_convective_precipitation_amount, sea_land_ice_mask, horizontal_loop_extent, horizontal_dimension, vertical_dimension, time_step_for_physics, cell_size, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, number_of_tracers_for_convective_transport, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover +DEBUG: Parsing file rrtmg_sw_cloud_optics.F90 with registry OrderedDict([('mo_rrtmg_sw_cloud_optics', {})]) +DEBUG: Parsing file rrtmgp_sw_rte.F90 with registry OrderedDict([('rrtmgp_sw_rte', {'rrtmgp_sw_rte': {'rrtmgp_sw_rte_run': [25, 158], 'rrtmgp_sw_rte_init': [17, 18], 'rrtmgp_sw_rte_finalize': [162, 163]}})]) +DEBUG: Module name: rrtmgp_sw_rte +DEBUG: Scheme name: rrtmgp_sw_rte +DEBUG: Variables in subroutine rrtmgp_sw_rte_run: flag_to_calc_sw, horizontal_loop_extent, vertical_dimension, daytime_points_dimension, daytime_points, cosine_of_zenith_angle, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, coefficients_for_sw_gas_optics, shortwave_optical_properties_for_clear_sky, shortwave_optical_properties_for_cloudy_atmosphere, shortwave_optical_properties_for_aerosols, surface_albedo_nearIR_direct, surface_albedo_nearIR_diffuse, surface_albedo_uvvis_dir, surface_albedo_uvvis_dif, toa_incident_sw_flux_by_spectral_point, number_of_active_gases_used_by_RRTMGP, list_of_active_gases_used_by_RRTMGP, components_of_surface_downward_shortwave_fluxes, RRTMGP_sw_flux_profile_upward_allsky, RRTMGP_sw_flux_profile_downward_allsky, RRTMGP_sw_flux_profile_upward_clrsky, RRTMGP_sw_flux_profile_downward_clrsky, RRTMGP_sw_heating_rate_spectral, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmgp_sw_rte_init: +DEBUG: Variables in subroutine rrtmgp_sw_rte_finalize: +DEBUG: Parsing file rrtmgp_lw_pre.F90 with registry OrderedDict([('rrtmgp_lw_pre', {'rrtmgp_lw_pre': {'rrtmgp_lw_pre_finalize': [60, 61], 'rrtmgp_lw_pre_init': [16, 17], 'rrtmgp_lw_pre_run': [24, 56]}})]) +DEBUG: Module name: rrtmgp_lw_pre +DEBUG: Scheme name: rrtmgp_lw_pre +DEBUG: Variables in subroutine rrtmgp_lw_pre_finalize: +DEBUG: Variables in subroutine rrtmgp_lw_pre_init: +DEBUG: Variables in subroutine rrtmgp_lw_pre_run: flag_to_calc_lw, horizontal_loop_extent, longitude, latitude, sea_land_ice_mask_real, surface_roughness_length, surface_snow_thickness_water_equivalent, surface_snow_area_fraction_over_land, surface_skin_temperature, standard_deviation_of_subgrid_orography, coefficients_for_lw_gas_optics, surface_longwave_emissivity, surface_emissivity_in_each_RRTMGP_LW_band, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file GFS_rrtmg_post.F90 with registry OrderedDict([('GFS_rrtmg_post', {'GFS_rrtmg_post': {'GFS_rrtmg_post_init': [8, 9], 'GFS_rrtmg_post_run': [13, 166], 'GFS_rrtmg_post_finalize': [169, 170]}})]) +DEBUG: Skipping blank table GFS_rrtmg_post_init +DEBUG: Skipping blank table GFS_rrtmg_post_finalize +DEBUG: Module name: GFS_rrtmg_post +DEBUG: Scheme name: GFS_rrtmg_post +DEBUG: Variables in subroutine GFS_rrtmg_post_init: +DEBUG: Variables in subroutine GFS_rrtmg_post_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_diag_type_instance, GFS_radtend_type_instance, GFS_statein_type_instance, GFS_coupling_type_instance, components_of_surface_downward_shortwave_fluxes, horizontal_loop_extent, number_of_vertical_layers_for_radiation_calculations, extra_top_layer, vertical_index_difference_between_layer_and_upper_bound, vertical_index_difference_between_layer_and_lower_bound, vertical_index_difference_between_inout_and_local, time_step_for_radiation, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, total_cloud_fraction, cloud_optical_depth_layers_at_10mu_band, cloud_optical_depth_layers_at_0p55mu_band, daytime_points_dimension, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmg_post_finalize: +DEBUG: Parsing file GFS_rrtmgp_sw_post.F90 with registry OrderedDict([('GFS_rrtmgp_sw_post', {'GFS_rrtmgp_sw_post': {'GFS_rrtmgp_sw_post_finalize': [247, 248], 'GFS_rrtmgp_sw_post_run': [23, 243], 'GFS_rrtmgp_sw_post_init': [15, 16]}})]) +DEBUG: Module name: GFS_rrtmgp_sw_post +DEBUG: Scheme name: GFS_rrtmgp_sw_post +DEBUG: Variables in subroutine GFS_rrtmgp_sw_post_finalize: +DEBUG: Variables in subroutine GFS_rrtmgp_sw_post_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_diag_type_instance, GFS_radtend_type_instance, GFS_coupling_type_instance, GFS_statein_type_instance, components_of_surface_downward_shortwave_fluxes, horizontal_loop_extent, air_pressure_at_interface_for_RRTMGP_in_hPa, surface_albedo_nearIR_direct, surface_albedo_nearIR_diffuse, surface_albedo_uvvis_dir, surface_albedo_uvvis_dif, daytime_points_dimension, daytime_points, RRTMGP_sw_flux_profile_upward_allsky, RRTMGP_sw_flux_profile_downward_allsky, RRTMGP_sw_flux_profile_upward_clrsky, RRTMGP_sw_flux_profile_downward_clrsky, time_step_for_radiation, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, total_cloud_fraction, RRTMGP_cloud_optical_depth_layers_at_0_55mu_band, coefficients_for_sw_gas_optics, RRTMGP_sw_fluxes, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmgp_sw_post_init: +DEBUG: Parsing file GFS_PBL_generic.F90 with registry OrderedDict([('GFS_PBL_generic_common', {}), ('GFS_PBL_generic_pre', {}), ('GFS_PBL_generic_post', {})]) +DEBUG: Parsing file GFS_PBL_generic.F90 with registry OrderedDict([('GFS_PBL_generic_common', {}), ('GFS_PBL_generic_pre', {'GFS_PBL_generic_pre': {'GFS_PBL_generic_pre_run': [58, 257], 'GFS_PBL_generic_pre_finalize': [52, 53], 'GFS_PBL_generic_pre_init': [50, 51]}}), ('GFS_PBL_generic_post', {})]) +DEBUG: Module name: GFS_PBL_generic_pre +DEBUG: Scheme name: GFS_PBL_generic_pre +DEBUG: Variables in subroutine GFS_PBL_generic_pre_run: horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, number_of_tracers, index_for_water_vapor, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, index_for_rain_number_concentration, index_for_snow_number_concentration, index_for_graupel_number_concentration, index_for_water_friendly_aerosols, index_for_ice_friendly_aerosols, index_for_graupel, index_for_ozone, index_for_turbulent_kinetic_energy, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, index_for_mass_weighted_rime_factor, flag_for_aerosol_convective_transport_and_PBL_diffusion, index_for_first_chemical_tracer, number_of_chemical_tracers, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, flag_for_chemistry_coupling, flag_for_aerosol_physics, flag_for_hedmf, flag_for_shoc, flag_for_scale_aware_TKE_moist_EDMF_PBL, tracer_concentration, vertically_diffused_tracer_concentration, flag_for_canopy_heat_storage, surface_roughness_fraction_factor, latent_heat_flux_fraction_factor_relative_to_sensible_heat_flux, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, kinematic_surface_upward_sensible_heat_flux, kinematic_surface_upward_latent_heat_flux, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_upward_latent_heat_flux_reduction_factor, surface_upward_sensible_heat_flux_reduction_factor, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_PBL_generic_pre_finalize: +DEBUG: Variables in subroutine GFS_PBL_generic_pre_init: +DEBUG: Parsing file GFS_PBL_generic.F90 with registry OrderedDict([('GFS_PBL_generic_common', {}), ('GFS_PBL_generic_pre', {'GFS_PBL_generic_pre': {'GFS_PBL_generic_pre_run': [58, 257], 'GFS_PBL_generic_pre_finalize': [52, 53], 'GFS_PBL_generic_pre_init': [50, 51]}}), ('GFS_PBL_generic_post', {'GFS_PBL_generic_post': {'GFS_PBL_generic_post_init': [261, 262], 'GFS_PBL_generic_post_finalize': [263, 264], 'GFS_PBL_generic_post_run': [268, 533]}})]) +DEBUG: Module name: GFS_PBL_generic_post +DEBUG: Scheme name: GFS_PBL_generic_post +DEBUG: Variables in subroutine GFS_PBL_generic_post_init: +DEBUG: Variables in subroutine GFS_PBL_generic_post_finalize: +DEBUG: Variables in subroutine GFS_PBL_generic_post_run: horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, number_of_tracers, index_for_water_vapor, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, index_for_rain_number_concentration, index_for_snow_number_concentration, index_for_graupel_number_concentration, index_for_water_friendly_aerosols, index_for_ice_friendly_aerosols, index_for_graupel, index_for_ozone, index_for_turbulent_kinetic_energy, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, index_for_mass_weighted_rime_factor, flag_for_aerosol_convective_transport_and_PBL_diffusion, index_for_first_chemical_tracer, number_of_chemical_tracers, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, flag_for_chemistry_coupling, flag_for_aerosol_physics, flag_for_hedmf, flag_for_shoc, flag_for_scale_aware_TKE_moist_EDMF_PBL, kinematic_surface_upward_sensible_heat_flux, surface_upward_latent_heat_flux_reduction_factor, surface_upward_sensible_heat_flux_reduction_factor, ccpp_error_message, ccpp_error_flag, flag_for_flux_coupling, flag_diagnostics, flag_diagnostics_3D, flag_idealized_physics, flag_for_scale_aware_Shinhong_PBL, flag_for_ysu, tendency_of_vertically_diffused_tracer_concentration, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, time_step_for_dynamics, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, tendency_of_tracers_due_to_model_physics, cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep, instantaneous_surface_x_momentum_flux_for_coupling, instantaneous_surface_y_momentum_flux_for_coupling, instantaneous_surface_upward_sensible_heat_flux_for_coupling, instantaneous_surface_upward_latent_heat_flux_for_coupling, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep, instantaneous_surface_x_momentum_flux_for_diag, instantaneous_surface_y_momentum_flux_for_diag, instantaneous_surface_upward_sensible_heat_flux_for_diag, instantaneous_surface_upward_latent_heat_flux_for_diag, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, ratio_of_vapor_to_dry_air_gas_constants_minus_one, latent_heat_of_vaporization_of_water_at_0C, air_temperature_at_lowest_model_layer_for_diag, water_vapor_specific_humidity_at_lowest_model_layer_for_diag, air_pressure, instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling, sea_area_fraction, sea_ice_concentration, surface_x_momentum_flux_for_coupling, surface_y_momentum_flux_for_coupling, surface_upward_sensible_heat_flux_for_coupling, surface_upward_latent_heat_flux_for_coupling, flag_nonzero_wet_surface_fraction, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, wind_speed_at_lowest_model_layer, surface_wind_stress_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, x_wind_at_lowest_model_layer, y_wind_at_lowest_model_layer, instantaneous_atmosphere_heat_diffusivity, atmosphere_heat_diffusivity +DEBUG: Parsing file rrtmgp_sw_aerosol_optics.F90 with registry OrderedDict([('rrtmgp_sw_aerosol_optics', {'rrtmgp_sw_aerosol_optics': {'rrtmgp_sw_aerosol_optics_init': [16, 17], 'rrtmgp_sw_aerosol_optics_finalize': [81, 82], 'rrtmgp_sw_aerosol_optics_run': [24, 77]}})]) +DEBUG: Module name: rrtmgp_sw_aerosol_optics +DEBUG: Scheme name: rrtmgp_sw_aerosol_optics +DEBUG: Variables in subroutine rrtmgp_sw_aerosol_optics_init: +DEBUG: Variables in subroutine rrtmgp_sw_aerosol_optics_finalize: +DEBUG: Variables in subroutine rrtmgp_sw_aerosol_optics_run: flag_to_calc_sw, horizontal_loop_extent, vertical_dimension, number_of_tracers, number_of_aerosol_tracers_MG, daytime_points_dimension, daytime_points, air_pressure_at_interface_for_RRTMGP_in_hPa, air_pressure_at_layer_for_RRTMGP_in_hPa, dimensionless_exner_function_at_model_layers, virtual_temperature, relative_humidity, sea_land_ice_mask_real, chemical_tracers, aerosol_number_concentration_from_gocart_aerosol_climatology, longitude, latitude, coefficients_for_lw_gas_optics, coefficients_for_sw_gas_optics, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, shortwave_optical_properties_for_aerosols, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file GFS_surface_loop_control.F90 with registry OrderedDict([('GFS_surface_loop_control_part1', {'GFS_surface_loop_control_part1': {'GFS_surface_loop_control_part1_run': [20, 40], 'GFS_surface_loop_control_part1_finalize': [8, 9], 'GFS_surface_loop_control_part1_init': [6, 7]}}), ('GFS_surface_loop_control_part2', {})]) +DEBUG: Module name: GFS_surface_loop_control_part1 +DEBUG: Scheme name: GFS_surface_loop_control_part1 +DEBUG: Variables in subroutine GFS_surface_loop_control_part1_run: horizontal_loop_extent, ccpp_loop_counter, wind_speed_at_lowest_model_layer, flag_for_guess_run, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_surface_loop_control_part1_finalize: +DEBUG: Variables in subroutine GFS_surface_loop_control_part1_init: +DEBUG: Parsing file GFS_surface_loop_control.F90 with registry OrderedDict([('GFS_surface_loop_control_part1', {'GFS_surface_loop_control_part1': {'GFS_surface_loop_control_part1_run': [20, 40], 'GFS_surface_loop_control_part1_finalize': [8, 9], 'GFS_surface_loop_control_part1_init': [6, 7]}}), ('GFS_surface_loop_control_part2', {'GFS_surface_loop_control_part2': {'GFS_surface_loop_control_part2_run': [62, 90], 'GFS_surface_loop_control_part2_finalize': [50, 51], 'GFS_surface_loop_control_part2_init': [48, 49]}})]) +DEBUG: Module name: GFS_surface_loop_control_part2 +DEBUG: Scheme name: GFS_surface_loop_control_part2 +DEBUG: Variables in subroutine GFS_surface_loop_control_part2_run: horizontal_loop_extent, ccpp_loop_counter, wind_speed_at_lowest_model_layer, flag_for_guess_run, ccpp_error_message, ccpp_error_flag, flag_for_iteration, flag_nonzero_land_surface_fraction, flag_nonzero_wet_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_for_nsstm_run +DEBUG: Variables in subroutine GFS_surface_loop_control_part2_finalize: +DEBUG: Variables in subroutine GFS_surface_loop_control_part2_init: +DEBUG: Parsing file rrtmgp_lw_aerosol_optics.F90 with registry OrderedDict([('rrtmgp_lw_aerosol_optics', {'rrtmgp_lw_aerosol_optics': {'rrtmgp_lw_aerosol_optics_init': [16, 17], 'rrtmgp_lw_aerosol_optics_finalize': [65, 66], 'rrtmgp_lw_aerosol_optics_run': [24, 61]}})]) +DEBUG: Module name: rrtmgp_lw_aerosol_optics +DEBUG: Scheme name: rrtmgp_lw_aerosol_optics +DEBUG: Variables in subroutine rrtmgp_lw_aerosol_optics_init: +DEBUG: Variables in subroutine rrtmgp_lw_aerosol_optics_finalize: +DEBUG: Variables in subroutine rrtmgp_lw_aerosol_optics_run: flag_to_calc_lw, horizontal_loop_extent, vertical_dimension, number_of_tracers, number_of_aerosol_tracers_MG, air_pressure_at_interface_for_RRTMGP_in_hPa, air_pressure_at_layer_for_RRTMGP_in_hPa, dimensionless_exner_function_at_model_layers, virtual_temperature, relative_humidity, sea_land_ice_mask_real, chemical_tracers, aerosol_number_concentration_from_gocart_aerosol_climatology, longitude, latitude, coefficients_for_lw_gas_optics, coefficients_for_sw_gas_optics, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, longwave_optical_properties_for_aerosols, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file cnvc90.f with registry OrderedDict([('cnvc90', {'cnvc90': {'cnvc90_finalize': [124, 125], 'cnvc90_init': [8, 9], 'cnvc90_run': [19, 120]}})]) +DEBUG: Skipping blank table cnvc90_finalize +DEBUG: Skipping blank table cnvc90_init +DEBUG: Module name: cnvc90 +DEBUG: Scheme name: cnvc90 +DEBUG: Variables in subroutine cnvc90_finalize: +DEBUG: Variables in subroutine cnvc90_init: +DEBUG: Variables in subroutine cnvc90_run: convective_cloud_switch, horizontal_loop_extent, horizontal_dimension, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, vertical_index_at_cloud_base, vertical_index_at_cloud_top, vertical_dimension, air_pressure_at_interface, accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90, smallest_cloud_base_vertical_index_encountered_thus_far, largest_cloud_top_vertical_index_encountered_thus_far, fraction_of_convective_cloud, pressure_at_bottom_of_convective_cloud, pressure_at_top_of_convective_cloud, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file maximum_hourly_diagnostics.F90 with registry OrderedDict([('maximum_hourly_diagnostics', {'maximum_hourly_diagnostics': {'maximum_hourly_diagnostics_run': [18, 102], 'maximum_hourly_diagnostics_finalize': [11, 12], 'maximum_hourly_diagnostics_init': [9, 10]}})]) +DEBUG: Module name: maximum_hourly_diagnostics +DEBUG: Scheme name: maximum_hourly_diagnostics +DEBUG: Variables in subroutine maximum_hourly_diagnostics_run: horizontal_loop_extent, vertical_dimension, flag_reset_maximum_hourly_fields, flag_for_radar_reflectivity, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, gravitational_acceleration, geopotential, air_temperature_updated_by_physics, radar_reflectivity_10cm, maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval, maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval, x_wind_at_10m, y_wind_at_10m, maximum_u_wind_at_10m_over_maximum_hourly_time_interval, maximum_v_wind_at_10m_over_maximum_hourly_time_interval, maximum_wind_at_10m_over_maximum_hourly_time_interval, surface_air_pressure, temperature_at_2m, specific_humidity_at_2m, maximum_temperature_at_2m_over_maximum_hourly_time_interval, minimum_temperature_at_2m_over_maximum_hourly_time_interval, maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval, minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine maximum_hourly_diagnostics_finalize: +DEBUG: Variables in subroutine maximum_hourly_diagnostics_init: +DEBUG: Parsing file radsw_main.f with registry OrderedDict([('rrtmg_sw', {'rrtmg_sw': {'rrtmg_sw_init': [340, 341], 'rrtmg_sw_run': [426, 1091], 'rrtmg_sw_finalize': [1094, 1095]}})]) +DEBUG: Module name: rrtmg_sw +DEBUG: Scheme name: rrtmg_sw +DEBUG: Variables in subroutine rrtmg_sw_init: +DEBUG: Variables in subroutine rrtmg_sw_run: air_pressure_at_layer_for_radiation_in_hPa, air_pressure_at_interface_for_radiation_in_hPa, air_temperature_at_layer_for_radiation, air_temperature_at_interface_for_radiation, water_vapor_specific_humidity_at_layer_for_radiation, ozone_concentration_at_layer_for_radiation, volume_mixing_ratio_co2, volume_mixing_ratio_n2o, volume_mixing_ratio_ch4, volume_mixing_ratio_o2, volume_mixing_ratio_co, volume_mixing_ratio_cfc11, volume_mixing_ratio_cfc12, volume_mixing_ratio_cfc22, volume_mixing_ratio_ccl4, seed_random_numbers_sw, aerosol_optical_depth_for_shortwave_bands_01_16, aerosol_single_scattering_albedo_for_shortwave_bands_01_16, aerosol_asymmetry_parameter_for_shortwave_bands_01_16, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, layer_thickness_for_radiation, layer_pressure_thickness_for_radiation, cloud_decorrelation_length, cosine_of_zenith_angle, solar_constant, daytime_points_dimension, daytime_points, horizontal_loop_extent, adjusted_vertical_layer_dimension_for_radiation, adjusted_vertical_level_dimension_for_radiation, flag_print, total_cloud_fraction, flag_to_calc_sw, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels, sw_fluxes_top_atmosphere, sw_fluxes_sfc, cloud_optical_depth_layers_at_0p55mu_band, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, components_of_surface_downward_shortwave_fluxes, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_snow_water_path, mean_effective_radius_for_snow_flake, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmg_sw_finalize: +DEBUG: Parsing file samfshalcnv.f with registry OrderedDict([('samfshalcnv', {'samfshalcnv': {'samfshalcnv_run': [43, 1782], 'samfshalcnv_finalize': [17, 18], 'samfshalcnv_init': [11, 12]}})]) +DEBUG: Skipping blank table samfshalcnv_finalize +DEBUG: Skipping blank table samfshalcnv_init +DEBUG: Module name: samfshalcnv +DEBUG: Scheme name: samfshalcnv +DEBUG: Variables in subroutine samfshalcnv_run: horizontal_loop_extent, horizontal_dimension, vertical_dimension, number_of_aerosol_tracers_for_convection, number_of_chemical_tracers, specific_heat_of_liquid_water_at_constant_pressure, specific_heat_of_dry_air_at_constant_pressure, specific_heat_of_water_vapor_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gravitational_acceleration, latent_heat_of_vaporization_of_water_at_0C, gas_constant_dry_air, gas_constant_water_vapor, temperature_at_zero_celsius, time_step_for_physics, index_for_turbulent_kinetic_energy_convective_transport_tracer, number_of_tracers_for_samf, air_pressure_difference_between_midlayers, air_pressure, surface_air_pressure, geopotential, convective_transportable_tracers, water_vapor_specific_humidity_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, coefficients_for_aerosol_scavenging, lwe_thickness_of_shallow_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, sea_land_ice_mask, cell_area, omega, number_of_hydrometeors, atmosphere_boundary_layer_thickness, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, entrainment_rate_coefficient_shallow_convection, rain_conversion_parameter_shallow_convection, detrainment_conversion_parameter_shallow_convection, momentum_transport_reduction_factor_pgf_shallow_convection, aerosol_aware_parameter_shallow_convection, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine samfshalcnv_finalize: +DEBUG: Variables in subroutine samfshalcnv_init: +DEBUG: Parsing file GFS_time_vary_pre.fv3.F90 with registry OrderedDict([('GFS_time_vary_pre', {'GFS_time_vary_pre': {'GFS_time_vary_pre_finalize': [27, 37], 'GFS_time_vary_pre_run': [41, 136], 'GFS_time_vary_pre_init': [12, 23]}})]) +DEBUG: Module name: GFS_time_vary_pre +DEBUG: Scheme name: GFS_time_vary_pre +DEBUG: Variables in subroutine GFS_time_vary_pre_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_time_vary_pre_run: ccpp_error_message, ccpp_error_flag, forecast_date_and_time, date_and_time_at_model_initialization, time_step_for_physics, flag_for_land_surface_scheme, flag_for_noahmp_land_surface_scheme, number_of_timesteps_between_shortwave_radiation_calls, number_of_timesteps_between_longwave_radiation_calls, date_and_time_at_model_initialization_reordered, flag_debug, mpi_rank, mpi_root, number_of_timesteps_between_surface_cycling_calls, seconds_elapsed_since_model_initialization, forecast_time_at_previous_timestep, time_since_diagnostics_zeroed, forecast_time, index_of_time_step, julian_day, number_of_days_in_year, index_for_diagnostic_printout, flag_print, flag_diagnostics, flag_to_calc_sw, flag_to_calc_lw, forecast_hour_of_the_day +DEBUG: Variables in subroutine GFS_time_vary_pre_init: ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file GFS_rrtmg_setup.F90 with registry OrderedDict([('GFS_rrtmg_setup', {'GFS_rrtmg_setup': {'GFS_rrtmg_setup_run': [259, 284], 'GFS_rrtmg_setup_finalize': [288, 298], 'GFS_rrtmg_setup_init': [27, 255]}})]) +DEBUG: Module name: GFS_rrtmg_setup +DEBUG: Scheme name: GFS_rrtmg_setup +DEBUG: Variables in subroutine GFS_rrtmg_setup_run: date_and_time_at_model_initialization, forecast_date_and_time, frequency_for_shortwave_radiation, time_step_for_dynamics, flag_to_calc_sw, mpi_rank, equation_of_time, sine_of_solar_declination_angle, cosine_of_solar_declination_angle, solar_constant, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmg_setup_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmg_setup_init: mpi_rank, ccpp_error_message, ccpp_error_flag, vertical_sigma_coordinate_for_radiation_initialization, number_of_vertical_layers_for_radiation_calculations, flag_for_initial_time_date_control, flag_for_solar_constant, flag_for_using_prescribed_global_mean_co2_value, flag_for_default_aerosol_effect_in_shortwave_radiation, flag_for_using_climatology_albedo, flag_for_surface_emissivity_control, index_for_liquid_cloud_condensate, array_dimension_of_2d_arrays_for_microphysics, array_dimension_of_3d_arrays_for_microphysics, number_of_3d_arrays_associated_with_pdf_based_clouds, index_for_ozone, flag_for_max_random_overlap_clouds_for_shortwave_radiation, flag_for_max_random_overlap_clouds_for_longwave_radiation, flag_for_sw_clouds_without_sub_grid_approximation, flag_for_lw_clouds_without_sub_grid_approximation, flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation, flag_for_CRICK_proof_cloud_water, flag_for_cloud_condensate_normalized_by_cloud_cover, flag_for_microphysics_scheme, flag_for_precipitation_effect_on_radiation, date_and_time_at_model_initialization_reordered, flag_for_vertical_index_direction_control, horizontal_loop_extent, aerosol_optical_properties_for_longwave_bands_01_16, aerosol_optical_properties_for_shortwave_bands_01_16, atmosphere_optical_thickness_due_to_ambient_aerosol_particles +DEBUG: Parsing file rrtmgp_sw_gas_optics.F90 with registry OrderedDict([('rrtmgp_sw_gas_optics', {'rrtmgp_sw_gas_optics': {'rrtmgp_sw_gas_optics_init': [18, 220], 'rrtmgp_sw_gas_optics_finalize': [285, 286], 'rrtmgp_sw_gas_optics_run': [227, 281]}})]) +DEBUG: Module name: rrtmgp_sw_gas_optics +DEBUG: Scheme name: rrtmgp_sw_gas_optics +DEBUG: Variables in subroutine rrtmgp_sw_gas_optics_init: directory_for_rte_rrtmgp_source_code, rrtmgp_kdistribution_sw, number_of_active_gases_used_by_RRTMGP, list_of_active_gases_used_by_RRTMGP, mpi_rank, mpi_root, mpi_comm, ccpp_error_message, ccpp_error_flag, coefficients_for_sw_gas_optics +DEBUG: Variables in subroutine rrtmgp_sw_gas_optics_finalize: +DEBUG: Variables in subroutine rrtmgp_sw_gas_optics_run: number_of_active_gases_used_by_RRTMGP, list_of_active_gases_used_by_RRTMGP, ccpp_error_message, ccpp_error_flag, coefficients_for_sw_gas_optics, flag_to_calc_sw, horizontal_loop_extent, vertical_dimension, daytime_points_dimension, daytime_points, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, air_temperature_at_interface_for_RRTMGP, toa_incident_sw_flux_by_spectral_point, Gas_concentrations_for_RRTMGP_suite, solar_constant, shortwave_optical_properties_for_clear_sky +DEBUG: Parsing file rrtmg_sw_post.F90 with registry OrderedDict([('rrtmg_sw_post', {'rrtmg_sw_post': {'rrtmg_sw_post_init': [8, 9], 'rrtmg_sw_post_finalize': [103, 104], 'rrtmg_sw_post_run': [16, 100]}})]) +DEBUG: Skipping blank table rrtmg_sw_post_init +DEBUG: Skipping blank table rrtmg_sw_post_finalize +DEBUG: Module name: rrtmg_sw_post +DEBUG: Scheme name: rrtmg_sw_post +DEBUG: Variables in subroutine rrtmg_sw_post_init: +DEBUG: Variables in subroutine rrtmg_sw_post_finalize: +DEBUG: Variables in subroutine rrtmg_sw_post_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_diag_type_instance, GFS_radtend_type_instance, GFS_coupling_type_instance, horizontal_loop_extent, extra_top_layer, daytime_points_dimension, number_of_vertical_layers_for_radiation_calculations, vertical_index_difference_between_inout_and_local, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, components_of_surface_downward_shortwave_fluxes, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file GFS_SCNV_generic.F90 with registry OrderedDict([('GFS_SCNV_generic_pre', {'GFS_SCNV_generic_pre': {'GFS_SCNV_generic_pre_finalize': [6, 7], 'GFS_SCNV_generic_pre_init': [4, 5], 'GFS_SCNV_generic_pre_run': [11, 38]}}), ('GFS_SCNV_generic_post', {})]) +DEBUG: Module name: GFS_SCNV_generic_pre +DEBUG: Scheme name: GFS_SCNV_generic_pre +DEBUG: Variables in subroutine GFS_SCNV_generic_pre_finalize: +DEBUG: Variables in subroutine GFS_SCNV_generic_pre_init: +DEBUG: Variables in subroutine GFS_SCNV_generic_pre_run: horizontal_loop_extent, vertical_dimension, flag_diagnostics_3D, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, air_temperature_save, water_vapor_specific_humidity_save, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file GFS_SCNV_generic.F90 with registry OrderedDict([('GFS_SCNV_generic_pre', {'GFS_SCNV_generic_pre': {'GFS_SCNV_generic_pre_finalize': [6, 7], 'GFS_SCNV_generic_pre_init': [4, 5], 'GFS_SCNV_generic_pre_run': [11, 38]}}), ('GFS_SCNV_generic_post', {'GFS_SCNV_generic_post': {'GFS_SCNV_generic_post_run': [49, 125], 'GFS_SCNV_generic_post_init': [42, 43], 'GFS_SCNV_generic_post_finalize': [44, 45]}})]) +DEBUG: Module name: GFS_SCNV_generic_post +DEBUG: Scheme name: GFS_SCNV_generic_post +DEBUG: Variables in subroutine GFS_SCNV_generic_post_run: horizontal_loop_extent, vertical_dimension, flag_diagnostics_3D, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, air_temperature_save, water_vapor_specific_humidity_save, ccpp_error_message, ccpp_error_flag, number_of_tracers_for_convective_transport, flag_diagnostics, flag_for_chemistry_coupling, dynamics_to_physics_timestep_ratio, instantaneous_water_vapor_specific_humidity_tendency_due_to_convection, cumulative_change_in_temperature_due_to_shal_convection, cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection, convective_transportable_tracers, flag_shallow_convective_cloud, lwe_thickness_of_shallow_convective_precipitation_amount, number_of_3d_arrays_associated_with_pdf_based_clouds, array_dimension_of_3d_arrays_for_microphysics, number_of_convective_3d_cloud_fields, convective_cloud_cover, convective_cloud_water_mixing_ratio, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, cumulative_lwe_thickness_of_convective_precipitation_amount, cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket, convective_cloud_water_mixing_ratio_in_phy_f3d, convective_cloud_cover_in_phy_f3d, flag_for_mass_flux_shallow_convection_scheme, flag_for_sas_shallow_convection_scheme, flag_for_samf_shallow_convection_scheme +DEBUG: Variables in subroutine GFS_SCNV_generic_post_init: +DEBUG: Variables in subroutine GFS_SCNV_generic_post_finalize: +DEBUG: Parsing file satmedmfvdif.F with registry OrderedDict([('satmedmfvdif', {'satmedmfvdif': {'satmedmfvdif_init': [9, 23], 'satmedmfvdif_finalize': [24, 25], 'satmedmfvdif_run': [46, 1466]}})]) +DEBUG: Module name: satmedmfvdif +DEBUG: Scheme name: satmedmfvdif +DEBUG: Variables in subroutine satmedmfvdif_init: choice_of_scale_aware_TKE_moist_EDMF_PBL, choice_of_original_scale_aware_TKE_moist_EDMF_PBL, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine satmedmfvdif_finalize: +DEBUG: Variables in subroutine satmedmfvdif_run: ccpp_error_message, ccpp_error_flag, horizontal_dimension, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate_vertical_diffusion_tracer, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, cell_area, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level +DEBUG: Parsing file GFS_stochastics.F90 with registry OrderedDict([('GFS_stochastics', {'GFS_stochastics': {'GFS_stochastics_run': [22, 210], 'GFS_stochastics_finalize': [6, 7], 'GFS_stochastics_init': [4, 5]}})]) +DEBUG: Module name: GFS_stochastics +DEBUG: Scheme name: GFS_stochastics +DEBUG: Variables in subroutine GFS_stochastics_run: horizontal_loop_extent, vertical_dimension, index_of_time_step, flag_for_stochastic_surface_physics_perturbations, flag_for_mountain_blocking, flag_for_stochastic_shum_option, flag_for_stochastic_skeb_option, level_of_dividing_streamline, weights_for_stochastic_sppt_perturbation, flag_for_cellular_automata, flag_for_global_cellular_automata, cellular_automata_global_pattern, vertical_weight_for_ca, vertical_sigma_coordinate_for_radiation_initialization, weights_for_stochastic_skeb_perturbation_of_x_wind, weights_for_stochastic_skeb_perturbation_of_y_wind, weights_for_stochastic_shum_perturbation, weights_for_stochastic_sppt_perturbation_flipped, weights_for_stochastic_skeb_perturbation_of_x_wind_flipped, weights_for_stochastic_skeb_perturbation_of_y_wind_flipped, weights_for_stochastic_shum_perturbation_flipped, dissipation_estimate_of_air_temperature_at_model_layers, x_wind, y_wind, air_temperature, water_vapor_specific_humidity, x_wind_updated_by_physics, y_wind_updated_by_physics, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step, lwe_thickness_of_precipitation_amount_on_dynamics_timestep, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep, accumulated_lwe_thickness_of_precipitation_amount, cumulative_lwe_thickness_of_convective_precipitation_amount, accumulated_lwe_thickness_of_precipitation_amount_in_bucket, cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket, flag_for_flux_coupling, lwe_thickness_of_precipitation_amount_for_coupling, lwe_thickness_of_snow_amount_for_coupling, tendency_of_lwe_thickness_of_precipitation_amount_for_coupling, tendency_of_lwe_thickness_of_snow_amount_for_coupling, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_stochastics_finalize: +DEBUG: Variables in subroutine GFS_stochastics_init: +DEBUG: Parsing file rrtmgp_sw_cloud_sampling.F90 with registry OrderedDict([('rrtmgp_sw_cloud_sampling', {'rrtmgp_sw_cloud_sampling': {'rrtmgp_sw_cloud_sampling_run': [31, 92], 'rrtmgp_sw_cloud_sampling_finalize': [96, 97], 'rrtmgp_sw_cloud_sampling_init': [17, 24]}})]) +DEBUG: Module name: rrtmgp_sw_cloud_sampling +DEBUG: Scheme name: rrtmgp_sw_cloud_sampling +DEBUG: Variables in subroutine rrtmgp_sw_cloud_sampling_run: flag_to_calc_sw, horizontal_loop_extent, daytime_points_dimension, vertical_dimension, initial_permutation_seed_sw, daytime_points, seed_random_numbers_sw, total_cloud_fraction, coefficients_for_sw_gas_optics, shortwave_optical_properties_for_cloudy_atmosphere_by_band, shortwave_optical_properties_for_cloudy_atmosphere, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmgp_sw_cloud_sampling_finalize: +DEBUG: Variables in subroutine rrtmgp_sw_cloud_sampling_init: initial_permutation_seed_sw, coefficients_for_sw_gas_optics +DEBUG: Parsing file shinhongvdif.F90 with registry OrderedDict([('shinhongvdif', {'shinhongvdif': {'shinhongvdif_run': [23, 1183], 'shinhongvdif_finalize': [13, 14], 'shinhongvdif_init': [11, 12]}})]) +DEBUG: Module name: shinhongvdif +DEBUG: Scheme name: shinhongvdif +DEBUG: Variables in subroutine shinhongvdif_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure, air_pressure_at_interface, dimensionless_exner_function_at_model_layers, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_tracers_due_to_model_physics, number_of_tracers, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, geopotential_at_interface, geopotential, surface_air_pressure, surface_roughness_length, surface_wind_stress, atmosphere_boundary_layer_thickness, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, sea_land_ice_mask, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, latent_heat_of_vaporization_of_water_at_0C, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, time_step_for_physics, vertical_index_at_top_of_atmosphere_boundary_layer, x_wind_at_10m, y_wind_at_10m, cell_size, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine shinhongvdif_finalize: +DEBUG: Variables in subroutine shinhongvdif_init: +DEBUG: Parsing file h2ophys.f with registry OrderedDict([('h2ophys', {'h2ophys': {'h2ophys_init': [12, 13], 'h2ophys_run': [21, 125], 'h2ophys_finalize': [131, 132]}})]) +DEBUG: Skipping blank table h2ophys_init +DEBUG: Skipping blank table h2ophys_finalize +DEBUG: Module name: h2ophys +DEBUG: Scheme name: h2ophys +DEBUG: Variables in subroutine h2ophys_init: +DEBUG: Variables in subroutine h2ophys_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, vertical_dimension_of_h2o_forcing_data, time_step_for_physics, water_vapor_specific_humidity_updated_by_physics, natural_log_of_h2o_forcing_data_pressure_levels, air_pressure, h2o_forcing, number_of_coefficients_in_h2o_forcing_data, flag_diagnostics_3D, mpi_rank, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine h2ophys_finalize: +DEBUG: Parsing file moninedmf.f with registry OrderedDict([('hedmf', {'hedmf': {'hedmf_run': [52, 1114], 'hedmf_init': [10, 24], 'hedmf_finalize': [25, 26]}})]) +DEBUG: Module name: hedmf +DEBUG: Scheme name: hedmf +DEBUG: Variables in subroutine hedmf_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, countergradient_mixing_term_for_temperature, countergradient_mixing_term_for_water_vapor, atmosphere_heat_diffusivity, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, flag_print, horizontal_index_of_printed_column, atmosphere_heat_diffusivity_background_maximum, atmosphere_diffusivity_coefficient_factor, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine hedmf_init: atmosphere_diffusivity_coefficient_factor, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine hedmf_finalize: +DEBUG: Parsing file rrtmgp_aux.F90 with registry OrderedDict([('rrtmgp_aux', {})]) +DEBUG: Parsing file m_micro_interstitial.F90 with registry OrderedDict([('m_micro_pre', {'m_micro_pre': {'m_micro_pre_init': [10, 11], 'm_micro_pre_finalize': [124, 125], 'm_micro_pre_run': [19, 119]}}), ('m_micro_post', {})]) +DEBUG: Skipping blank table m_micro_pre_init +DEBUG: Skipping blank table m_micro_pre_finalize +DEBUG: Module name: m_micro_pre +DEBUG: Scheme name: m_micro_pre +DEBUG: Variables in subroutine m_micro_pre_init: +DEBUG: Variables in subroutine m_micro_pre_finalize: +DEBUG: Variables in subroutine m_micro_pre_run: horizontal_loop_extent, vertical_dimension, flag_for_shoc, flag_skip_macro, number_of_frozen_precipitation_species, flag_mg3_as_mg2, ice_water_mixing_ratio_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, rain_number_concentration_updated_by_physics, snow_number_concentration_updated_by_physics, graupel_number_concentration_updated_by_physics, subgrid_scale_cloud_fraction_from_shoc, convective_cloud_cover, convective_cloud_water_mixing_ratio, cloud_phase_transition_threshold_temperature, cloud_phase_transition_denominator, air_temperature_updated_by_physics, local_rain_water_mixing_ratio, local_snow_water_mixing_ratio, local_graupel_mixing_ratio, local_rain_number_concentration, local_snow_number_concentration, local_graupel_number_concentration, cloud_fraction_for_MG, cloud_condensed_water_mixing_ratio_convective_transport_tracer, ice_water_mixing_ratio_convective_transport_tracer, convective_cloud_volume_fraction, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file m_micro_interstitial.F90 with registry OrderedDict([('m_micro_pre', {'m_micro_pre': {'m_micro_pre_init': [10, 11], 'm_micro_pre_finalize': [124, 125], 'm_micro_pre_run': [19, 119]}}), ('m_micro_post', {'m_micro_post': {'m_micro_post_init': [136, 137], 'm_micro_post_run': [143, 237], 'm_micro_post_finalize': [242, 243]}})]) +DEBUG: Skipping blank table m_micro_post_init +DEBUG: Skipping blank table m_micro_post_finalize +DEBUG: Module name: m_micro_post +DEBUG: Scheme name: m_micro_post +DEBUG: Variables in subroutine m_micro_post_init: +DEBUG: Variables in subroutine m_micro_post_run: horizontal_loop_extent, vertical_dimension, number_of_frozen_precipitation_species, flag_mg3_as_mg2, ice_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, rain_number_concentration_updated_by_physics, snow_number_concentration_updated_by_physics, graupel_number_concentration_updated_by_physics, local_rain_water_mixing_ratio, local_snow_water_mixing_ratio, local_graupel_mixing_ratio, local_rain_number_concentration, local_snow_number_concentration, local_graupel_number_concentration, ccpp_error_message, ccpp_error_flag, lwe_thickness_of_ice_amount_on_dynamics_timestep, lwe_thickness_of_snow_amount_on_dynamics_timestep, lwe_thickness_of_graupel_amount_on_dynamics_timestep, time_step_for_physics +DEBUG: Variables in subroutine m_micro_post_finalize: +DEBUG: Parsing file gfdl_fv_sat_adj.F90 with registry OrderedDict([('fv_sat_adj', {'fv_sat_adj': {'fv_sat_adj_finalize': [155, 172], 'fv_sat_adj_run': [186, 307], 'fv_sat_adj_init': [104, 149]}})]) +DEBUG: Module name: fv_sat_adj +DEBUG: Scheme name: fv_sat_adj +DEBUG: Variables in subroutine fv_sat_adj_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine fv_sat_adj_run: ccpp_error_message, ccpp_error_flag, time_step_for_remapping_for_fast_physics, ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind, starting_x_direction_index, ending_x_direction_index, starting_x_direction_index_domain, ending_x_direction_index_domain, top_layer_index_for_fast_physics, vertical_dimension_for_fast_physics, vertical_dimension_for_thickness_at_Lagrangian_surface, starting_y_direction_index, ending_y_direction_index, starting_y_direction_index_domain, ending_y_direction_index_domain, number_of_ghost_zones, flag_for_hydrostatic_solver_for_fast_physics, flag_for_fast_microphysics_energy_conservation, atmosphere_energy_content_in_column, atmosphere_energy_content_at_Lagrangian_surface, number_of_gases_for_multi_gases_physics, gas_tracers_for_multi_gas_physics_at_Lagrangian_surface, water_vapor_specific_humidity_at_Lagrangian_surface, cloud_liquid_water_specific_humidity_at_Lagrangian_surface, cloud_ice_specific_humidity_at_Lagrangian_surface, cloud_rain_specific_humidity_at_Lagrangian_surface, cloud_snow_specific_humidity_at_Lagrangian_surface, cloud_graupel_specific_humidity_at_Lagrangian_surface, surface_geopotential_at_Lagrangian_surface, log_pressure_at_Lagrangian_surface, thickness_at_Lagrangian_surface, pressure_thickness_at_Lagrangian_surface, virtual_temperature_at_Lagrangian_surface, finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa, cloud_condensed_water_specific_humidity_at_Lagrangian_surface, kappa_dry_for_fast_physics, cappa_moist_gas_constant_at_Lagrangian_surface, cell_area_for_fast_physics, tendency_of_air_temperature_at_Lagrangian_surface, flag_for_tendency_of_air_temperature_at_Lagrangian_surface, flag_for_the_last_step_of_k_split_remapping, flag_for_inline_cloud_fraction_calculation, cloud_fraction_at_Lagrangian_surface, omp_threads_for_fast_physics +DEBUG: Variables in subroutine fv_sat_adj_init: ccpp_error_message, ccpp_error_flag, top_layer_index_for_fast_physics, number_of_gases_for_multi_gases_physics, flag_for_saturation_adjustment_for_microphysics_in_dynamics, number_of_water_species, gas_constants_for_multi_gases_physics, specific_heat_capacities_for_multi_gases_physics, mpi_rank_for_fast_physics, mpi_root_for_fast_physics +DEBUG: Parsing file cu_gf_driver.F90 with registry OrderedDict([('cu_gf_driver', {'cu_gf_driver': {'cu_gf_driver_run': [55, 685], 'cu_gf_driver_init': [18, 34], 'cu_gf_driver_finalize': [39, 40]}})]) +DEBUG: Skipping blank table cu_gf_driver_finalize +DEBUG: Module name: cu_gf_driver +DEBUG: Scheme name: cu_gf_driver +DEBUG: Variables in subroutine cu_gf_driver_run: number_of_tracers, cell_area, horizontal_loop_extent, horizontal_dimension, vertical_dimension, time_step_for_physics, conv_activity_counter, temperature_tendency_due_to_dynamics, moisture_tendency_due_to_dynamics, geopotential, lwe_thickness_of_deep_convective_precipitation_amount, water_vapor_specific_humidity_updated_by_physics, air_temperature_updated_by_physics, cloud_work_function, x_wind_updated_by_physics, y_wind_updated_by_physics, air_temperature, omega, water_vapor_specific_humidity, air_pressure, surface_air_pressure, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, sea_land_ice_mask, kinematic_surface_upward_sensible_heat_flux, kinematic_surface_upward_latent_heat_flux, ice_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_convective_transport_tracer, atmosphere_boundary_layer_thickness, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, flag_for_mass_flux_shallow_convection_scheme, water_friendly_aerosol_number_concentration, gas_constant_dry_air, tracer_concentration_updated_by_physics, index_for_ice_cloud_number_concentration, index_for_liquid_cloud_number_concentration, flag_for_microphysics_scheme, flag_for_thompson_microphysics_scheme, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine cu_gf_driver_init: ccpp_error_message, ccpp_error_flag, mpi_rank, mpi_root +DEBUG: Variables in subroutine cu_gf_driver_finalize: +DEBUG: Parsing file samfdeepcnv.f with registry OrderedDict([('samfdeepcnv', {'samfdeepcnv': {'samfdeepcnv_run': [63, 2824], 'samfdeepcnv_finalize': [18, 19], 'samfdeepcnv_init': [12, 13]}})]) +DEBUG: Skipping blank table samfdeepcnv_finalize +DEBUG: Skipping blank table samfdeepcnv_init +DEBUG: Module name: samfdeepcnv +DEBUG: Scheme name: samfdeepcnv +DEBUG: Variables in subroutine samfdeepcnv_run: horizontal_loop_extent, horizontal_dimension, vertical_dimension, number_of_aerosol_tracers_for_convection, number_of_chemical_tracers, specific_heat_of_liquid_water_at_constant_pressure, specific_heat_of_dry_air_at_constant_pressure, specific_heat_of_water_vapor_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gravitational_acceleration, latent_heat_of_vaporization_of_water_at_0C, gas_constant_dry_air, gas_constant_water_vapor, temperature_at_zero_celsius, time_step_for_physics, index_for_turbulent_kinetic_energy_convective_transport_tracer, number_of_tracers_for_samf, air_pressure_difference_between_midlayers, air_pressure, surface_air_pressure, geopotential, convective_transportable_tracers, water_vapor_specific_humidity_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, coefficients_for_aerosol_scavenging, threshold_for_perturbed_vertical_velocity, flag_for_cellular_automata, flag_for_global_cellular_automata_closure, flag_for_global_cellular_automata_entr, flag_for_global_cellular_automata_trigger, fraction_of_cellular_automata_for_deep_convection, physics_field_for_coupling, cloud_work_function, lwe_thickness_of_deep_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, sea_land_ice_mask, cell_area, omega, number_of_hydrometeors, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, mass_fraction_of_convective_cloud_liquid_water, mass_fraction_of_convective_cloud_ice, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, entrainment_rate_coefficient_deep_convection, rain_conversion_parameter_deep_convection, detrainment_conversion_parameter_deep_convection, downdraft_fraction_reaching_surface_over_land_deep_convection, downdraft_fraction_reaching_surface_over_ocean_deep_convection, rain_evaporation_coefficient_deep_convection, rain_evaporation_coefficient_over_land_deep_convection, momentum_transport_reduction_factor_pgf_deep_convection, aerosol_aware_parameter_deep_convection, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine samfdeepcnv_finalize: +DEBUG: Variables in subroutine samfdeepcnv_init: +DEBUG: Parsing file rrtmgp_lw_gas_optics.F90 with registry OrderedDict([('rrtmgp_lw_gas_optics', {'rrtmgp_lw_gas_optics': {'rrtmgp_lw_gas_optics_init': [18, 220], 'rrtmgp_lw_gas_optics_finalize': [264, 265], 'rrtmgp_lw_gas_optics_run': [227, 260]}})]) +DEBUG: Module name: rrtmgp_lw_gas_optics +DEBUG: Scheme name: rrtmgp_lw_gas_optics +DEBUG: Variables in subroutine rrtmgp_lw_gas_optics_init: directory_for_rte_rrtmgp_source_code, rrtmgp_kdistribution_lw, number_of_active_gases_used_by_RRTMGP, list_of_active_gases_used_by_RRTMGP, mpi_rank, mpi_root, mpi_comm, ccpp_error_message, ccpp_error_flag, coefficients_for_lw_gas_optics +DEBUG: Variables in subroutine rrtmgp_lw_gas_optics_finalize: +DEBUG: Variables in subroutine rrtmgp_lw_gas_optics_run: ccpp_error_message, ccpp_error_flag, coefficients_for_lw_gas_optics, flag_to_calc_lw, horizontal_loop_extent, vertical_dimension, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, air_temperature_at_interface_for_RRTMGP, surface_ground_temperature_for_radiation, Gas_concentrations_for_RRTMGP_suite, longwave_optical_properties_for_clear_sky, longwave_source_function +DEBUG: Parsing file rrtmg_lw_cloud_optics.F90 with registry OrderedDict([('mo_rrtmg_lw_cloud_optics', {})]) +DEBUG: Parsing file mp_thompson.F90 with registry OrderedDict([('mp_thompson', {'mp_thompson': {'mp_thompson_run': [95, 282], 'mp_thompson_finalize': [289, 299], 'mp_thompson_init': [18, 86]}})]) +DEBUG: Module name: mp_thompson +DEBUG: Scheme name: mp_thompson +DEBUG: Variables in subroutine mp_thompson_run: horizontal_loop_extent, vertical_dimension, gravitational_acceleration, gas_constant_dry_air, water_vapor_specific_humidity_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, ice_number_concentration_updated_by_physics, rain_number_concentration_updated_by_physics, flag_for_aerosol_physics, cloud_droplet_number_concentration_updated_by_physics, water_friendly_aerosol_number_concentration_updated_by_physics, ice_friendly_aerosol_number_concentration_updated_by_physics, tendency_of_water_friendly_aerosols_at_surface, tendency_of_ice_friendly_aerosols_at_surface, air_temperature_updated_by_physics, air_pressure, geopotential_at_interface, omega, time_step_for_physics, lwe_thickness_of_explicit_precipitation_amount, lwe_thickness_of_explicit_rain_amount, lwe_thickness_of_graupel_amount, lwe_thickness_of_ice_amount, lwe_thickness_of_snow_amount, ratio_of_snowfall_to_rainfall, radar_reflectivity_10cm, flag_for_resetting_radar_reflectivity_calculation, flag_for_radar_reflectivity, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, mpi_comm, mpi_rank, mpi_root, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine mp_thompson_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine mp_thompson_init: horizontal_loop_extent, vertical_dimension, flag_for_aerosol_physics, tendency_of_water_friendly_aerosols_at_surface, tendency_of_ice_friendly_aerosols_at_surface, mpi_comm, mpi_rank, mpi_root, ccpp_error_message, ccpp_error_flag, water_friendly_aerosol_number_concentration, ice_friendly_aerosol_number_concentration, omp_threads, flag_for_microphysics_scheme, flag_for_thompson_microphysics_scheme +DEBUG: Parsing file rrtmg_lw_pre.F90 with registry OrderedDict([('rrtmg_lw_pre', {'rrtmg_lw_pre': {'rrtmg_lw_pre_run': [14, 36], 'rrtmg_lw_pre_init': [9, 10], 'rrtmg_lw_pre_finalize': [39, 40]}})]) +DEBUG: Skipping blank table rrtmg_lw_pre_init +DEBUG: Skipping blank table rrtmg_lw_pre_finalize +DEBUG: Module name: rrtmg_lw_pre +DEBUG: Scheme name: rrtmg_lw_pre +DEBUG: Variables in subroutine rrtmg_lw_pre_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_sfcprop_type_instance, GFS_radtend_type_instance, horizontal_loop_extent, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmg_lw_pre_init: +DEBUG: Variables in subroutine rrtmg_lw_pre_finalize: +DEBUG: Parsing file cires_ugwp.F90 with registry OrderedDict([('cires_ugwp', {'cires_ugwp': {'cires_ugwp_run': [112, 272], 'cires_ugwp_finalize': [81, 92], 'cires_ugwp_init': [29, 71]}})]) +DEBUG: Module name: cires_ugwp +DEBUG: Scheme name: cires_ugwp +DEBUG: Variables in subroutine cires_ugwp_run: do_ugwp, mpi_rank, mpi_root, horizontal_loop_extent, vertical_dimension, number_of_tracers, time_step_for_physics, index_of_time_step, number_of_equatorial_longitude_points, orography, orography_unfiltered, standard_deviation_of_subgrid_orography, number_of_statistical_measures_of_subgrid_orography, convexity_of_subgrid_orography, asymmetry_of_subgrid_orography, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height, angle_from_east_of_maximum_subgrid_orographic_variations, slope_of_subgrid_orography, anisotropy_of_subgrid_orography, maximum_subgrid_orography, turb_oro_form_drag_flag, diag_ugwp_flag, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, latitude, latitude_degree, sine_of_latitude, cosine_of_latitude, cell_area, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure_at_interface, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, air_pressure_difference_between_midlayers, vertical_index_at_top_of_atmosphere_boundary_layer, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, tendency_of_x_wind_due_to_ugwp, tendency_of_y_wind_due_to_ugwp, tendency_of_air_temperature_due_to_ugwp, eddy_mixing_due_to_ugwp, instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag, instantaneous_momentum_flux_due_to_mountain_blocking_drag, instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag, instantaneous_momentum_flux_due_to_nonstationary_gravity_wave, height_of_mountain_blocking, height_of_low_level_wave_breaking, height_of_launch_level_of_orographic_gravity_wave, instantaneous_change_in_x_wind_due_to_mountain_blocking_drag, instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag, instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag, time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag, time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag, time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, level_of_dividing_streamline, gravitational_acceleration, pi, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, lwe_thickness_of_precipitation_amount_on_dynamics_timestep, index_for_turbulent_kinetic_energy, turbulent_kinetic_energy, tendency_of_turbulent_kinetic_energy_due_to_model_physics, flag_print, horizontal_index_of_printed_column, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine cires_ugwp_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine cires_ugwp_init: do_ugwp, mpi_rank, mpi_root, vertical_dimension, time_step_for_physics, number_of_equatorial_longitude_points, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, ccpp_error_message, ccpp_error_flag, iounit_namelist, namelist_filename_for_internal_file_reads, iounit_log, namelist_filename, number_of_latitude_points, a_parameter_of_the_hybrid_coordinate, b_parameter_of_the_hybrid_coordinate, multiplication_factors_for_convective_gravity_wave_drag, pressure_cutoff_for_rayleigh_damping, time_scale_for_rayleigh_damping, standard_atmospheric_pressure +DEBUG: Parsing file rascnv.F90 with registry OrderedDict([('rascnv', {'rascnv': {'rascnv_init': [61, 140], 'rascnv_finalize': [145, 152], 'rascnv_run': [225, 898]}})]) +DEBUG: Module name: rascnv +DEBUG: Scheme name: rascnv +DEBUG: Variables in subroutine rascnv_init: mpi_rank, time_step_for_physics, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, gas_constant_water_vapor, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, temperature_at_zero_celsius, triple_point_temperature_of_water, specific_heat_of_water_vapor_at_constant_pressure, specific_heat_of_liquid_water_at_constant_pressure, specific_heat_of_ice_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rascnv_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rascnv_run: mpi_rank, time_step_for_physics, ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, horizontal_dimension, vertical_dimension, number_of_tracers_for_samf, time_step_for_dynamics, multiplication_factor_for_critical_cloud_workfunction, cell_area, minimum_scaling_factor_for_critical_relative_humidity, inverse_scaling_factor_for_critical_relative_humidity, coefficient_from_cloud_ice_to_snow_ras, coefficient_from_cloud_water_to_rain_ras, cloud_condensed_water_ice_conversion_threshold_ras, condensate_fraction_detrained_in_updraft_layers, flag_flip, random_number_array, array_dimension_of_random_number, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, index_for_turbulent_kinetic_energy_convective_transport_tracer, index_of_time_step, critical_relative_humidity, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, convective_transportable_tracers, coefficients_for_aerosol_scavenging, air_pressure_at_interface, air_pressure, dimensionless_exner_function_at_model_interfaces, dimensionless_exner_function_at_model_layers, geopotential, geopotential_at_interface, vertical_index_at_top_of_atmosphere_boundary_layer, surface_drag_coefficient_for_momentum_in_air, lwe_thickness_of_deep_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, surface_wind_enhancement_due_to_convection, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, mass_fraction_of_convective_cloud_liquid_water, mass_fraction_of_convective_cloud_ice, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment +DEBUG: Parsing file cs_conv_aw_adj.F90 with registry OrderedDict([('cs_conv_aw_adj', {'cs_conv_aw_adj': {'cs_conv_aw_adj_run': [20, 92], 'cs_conv_aw_adj_finalize': [12, 13], 'cs_conv_aw_adj_init': [10, 11]}})]) +DEBUG: Module name: cs_conv_aw_adj +DEBUG: Scheme name: cs_conv_aw_adj +DEBUG: Variables in subroutine cs_conv_aw_adj_run: horizontal_dimension, vertical_dimension, flag_for_Chikira_Sugiyama_deep_convection, flag_for_Arakawa_Wu_adjustment, flag_for_shoc, number_of_tracers, number_of_hydrometeors, index_for_liquid_cloud_condensate, index_for_cloud_amount, number_of_tracers_for_cloud_condensate, gravitational_acceleration, convective_updraft_area_fraction, air_temperature_updated_by_physics, tracer_concentration_updated_by_physics, air_temperature_save, tracer_concentration_save, air_pressure_at_interface, cloud_fraction_for_MG, subgrid_scale_cloud_fraction_from_shoc, lwe_thickness_of_explicit_precipitation_amount, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine cs_conv_aw_adj_finalize: +DEBUG: Variables in subroutine cs_conv_aw_adj_init: +DEBUG: Parsing file GFS_DCNV_generic.F90 with registry OrderedDict([('GFS_DCNV_generic_pre', {'GFS_DCNV_generic_pre': {'GFS_DCNV_generic_pre_run': [14, 62], 'GFS_DCNV_generic_pre_init': [4, 5], 'GFS_DCNV_generic_pre_finalize': [6, 7]}}), ('GFS_DCNV_generic_post', {})]) +DEBUG: Module name: GFS_DCNV_generic_pre +DEBUG: Scheme name: GFS_DCNV_generic_pre +DEBUG: Variables in subroutine GFS_DCNV_generic_pre_run: horizontal_loop_extent, vertical_dimension, flag_diagnostics_3D, flag_for_convective_gravity_wave_drag, flag_for_chemistry_coupling, x_wind_updated_by_physics, y_wind_updated_by_physics, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, x_wind_save, y_wind_save, air_temperature_save, water_vapor_specific_humidity_save, fraction_of_cellular_automata_for_deep_convection, instantaneous_water_vapor_specific_humidity_tendency_due_to_convection, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_DCNV_generic_pre_init: +DEBUG: Variables in subroutine GFS_DCNV_generic_pre_finalize: +DEBUG: Parsing file GFS_DCNV_generic.F90 with registry OrderedDict([('GFS_DCNV_generic_pre', {'GFS_DCNV_generic_pre': {'GFS_DCNV_generic_pre_run': [14, 62], 'GFS_DCNV_generic_pre_init': [4, 5], 'GFS_DCNV_generic_pre_finalize': [6, 7]}}), ('GFS_DCNV_generic_post', {'GFS_DCNV_generic_post': {'GFS_DCNV_generic_post_init': [66, 67], 'GFS_DCNV_generic_post_run': [73, 142], 'GFS_DCNV_generic_post_finalize': [68, 69]}})]) +DEBUG: Module name: GFS_DCNV_generic_post +DEBUG: Scheme name: GFS_DCNV_generic_post +DEBUG: Variables in subroutine GFS_DCNV_generic_post_init: +DEBUG: Variables in subroutine GFS_DCNV_generic_post_run: horizontal_loop_extent, vertical_dimension, flag_diagnostics_3D, x_wind_updated_by_physics, y_wind_updated_by_physics, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, x_wind_save, y_wind_save, air_temperature_save, water_vapor_specific_humidity_save, ccpp_error_message, ccpp_error_flag, flag_diagnostics, flag_for_ras_deep_convection, flag_for_Chikira_Sugiyama_deep_convection, dynamics_to_physics_timestep_ratio, lwe_thickness_of_deep_convective_precipitation_amount, time_step_for_dynamics, cloud_work_function, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, gravitational_acceleration, number_of_3d_arrays_associated_with_pdf_based_clouds, array_dimension_of_3d_arrays_for_microphysics, number_of_convective_3d_cloud_fields, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, cumulative_cloud_work_function, cumulative_change_in_temperature_due_to_deep_convection, cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection, cumulative_change_in_x_wind_due_to_deep_convection, cumulative_change_in_y_wind_due_to_deep_convection, cumulative_atmosphere_updraft_convective_mass_flux, cumulative_atmosphere_downdraft_convective_mass_flux, cumulative_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, convective_cloud_water_mixing_ratio_in_phy_f3d, convective_cloud_cover_in_phy_f3d +DEBUG: Variables in subroutine GFS_DCNV_generic_post_finalize: +DEBUG: Parsing file GFS_rad_time_vary.fv3.F90 with registry OrderedDict([('GFS_rad_time_vary', {'GFS_rad_time_vary': {'GFS_rad_time_vary_init': [9, 10], 'GFS_rad_time_vary_run': [16, 74], 'GFS_rad_time_vary_finalize': [78, 79]}})]) +DEBUG: Skipping blank table GFS_rad_time_vary_init +DEBUG: Skipping blank table GFS_rad_time_vary_finalize +DEBUG: Module name: GFS_rad_time_vary +DEBUG: Scheme name: GFS_rad_time_vary +DEBUG: Variables in subroutine GFS_rad_time_vary_init: +DEBUG: Variables in subroutine GFS_rad_time_vary_run: GFS_control_type_instance, GFS_data_type_instance_all_blocks, omp_threads, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rad_time_vary_finalize: +DEBUG: Parsing file GFS_rrtmgp_setup.F90 with registry OrderedDict([('GFS_rrtmgp_setup', {'GFS_rrtmgp_setup': {'GFS_rrtmgp_setup_init': [27, 95], 'GFS_rrtmgp_setup_finalize': [128, 138], 'GFS_rrtmgp_setup_run': [99, 124]}})]) +DEBUG: Module name: GFS_rrtmgp_setup +DEBUG: Scheme name: GFS_rrtmgp_setup +DEBUG: Variables in subroutine GFS_rrtmgp_setup_init: GFS_control_type_instance, vertical_sigma_coordinate_for_radiation_initialization, number_of_vertical_layers_for_radiation_calculations, flag_for_initial_time_date_control, flag_for_solar_constant, flag_for_using_prescribed_global_mean_co2_value, flag_for_default_aerosol_effect_in_shortwave_radiation, flag_for_using_climatology_albedo, flag_for_surface_emissivity_control, index_for_liquid_cloud_condensate, array_dimension_of_3d_arrays_for_microphysics, index_for_ozone, flag_for_max_random_overlap_clouds_for_shortwave_radiation, flag_for_max_random_overlap_clouds_for_longwave_radiation, flag_for_sw_clouds_without_sub_grid_approximation, flag_for_lw_clouds_without_sub_grid_approximation, flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation, flag_for_CRICK_proof_cloud_water, flag_for_cloud_condensate_normalized_by_cloud_cover, flag_for_microphysics_scheme, flag_for_precipitation_effect_on_radiation, date_and_time_at_model_initialization_reordered, flag_for_vertical_index_direction_control, mpi_rank, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmgp_setup_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmgp_setup_run: mpi_rank, ccpp_error_message, ccpp_error_flag, date_and_time_at_model_initialization, forecast_date_and_time, frequency_for_shortwave_radiation, time_step_for_dynamics, flag_to_calc_sw, equation_of_time, sine_of_solar_declination_angle, cosine_of_solar_declination_angle, solar_constant +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable Gas_concentrations_for_RRTMGP_suite +INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band +INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_10mu_band +INFO: filtering out variable RRTMGP_lw_flux_profile_downward_allsky +INFO: filtering out variable RRTMGP_lw_flux_profile_downward_clrsky +INFO: filtering out variable RRTMGP_lw_flux_profile_upward_allsky +INFO: filtering out variable RRTMGP_lw_flux_profile_upward_clrsky +INFO: filtering out variable RRTMGP_lw_fluxes +INFO: filtering out variable RRTMGP_lw_heating_rate_spectral +INFO: filtering out variable RRTMGP_sw_flux_profile_downward_allsky +INFO: filtering out variable RRTMGP_sw_flux_profile_downward_clrsky +INFO: filtering out variable RRTMGP_sw_flux_profile_upward_allsky +INFO: filtering out variable RRTMGP_sw_flux_profile_upward_clrsky +INFO: filtering out variable RRTMGP_sw_fluxes +INFO: filtering out variable RRTMGP_sw_heating_rate_spectral +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_pressure_at_interface_for_RRTMGP_in_hPa +INFO: filtering out variable air_pressure_at_layer_for_RRTMGP_in_hPa +INFO: filtering out variable air_temperature_at_interface_for_RRTMGP +INFO: filtering out variable air_temperature_at_layer_for_RRTMGP +INFO: filtering out variable air_temperature_lapse_rate_constant +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 chemical_tracers +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_ice_conversion_threshold_ras +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_c_0 +INFO: filtering out variable coefficient_c_d +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable coefficient_w_0 +INFO: filtering out variable coefficient_w_d +INFO: filtering out variable coefficients_for_lw_cloud_optics +INFO: filtering out variable coefficients_for_lw_gas_optics +INFO: filtering out variable coefficients_for_sw_cloud_optics +INFO: filtering out variable coefficients_for_sw_gas_optics +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +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 dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable directory_for_rte_rrtmgp_source_code +INFO: filtering out variable diurnal_thermocline_layer_heat_content +INFO: filtering out variable diurnal_thermocline_layer_thickness +INFO: filtering out variable diurnal_thermocline_layer_x_current +INFO: filtering out variable diurnal_thermocline_layer_y_current +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_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_resetting_radar_reflectivity_calculation +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_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 free_convection_layer_thickness +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 index_of_dtlm_start +INFO: filtering out variable initial_permutation_seed_lw +INFO: filtering out variable initial_permutation_seed_sw +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 joules_per_calorie_constant +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 list_of_active_gases_used_by_RRTMGP +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 longwave_optical_properties_for_aerosols +INFO: filtering out variable longwave_optical_properties_for_clear_sky +INFO: filtering out variable longwave_optical_properties_for_cloudy_atmosphere +INFO: filtering out variable longwave_optical_properties_for_cloudy_atmosphere_by_band +INFO: filtering out variable longwave_source_function +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_change_over_depth_in_sea_water_temperature +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 multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_active_gases_used_by_RRTMGP +INFO: filtering out variable number_of_aerosol_tracers_MG +INFO: filtering out variable number_of_angles_used_in_gaussian_quadrature +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_rrtmgp_ice_roughness +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 ocean_mixed_layer_thickness +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 relative_humidity +INFO: filtering out variable rrtmgp_cloud_optics_flag +INFO: filtering out variable rrtmgp_coeff_lw_cloud_optics +INFO: filtering out variable rrtmgp_coeff_sw_cloud_optics +INFO: filtering out variable rrtmgp_kdistribution_lw +INFO: filtering out variable rrtmgp_kdistribution_sw +INFO: filtering out variable sea_surface_reference_temperature +INFO: filtering out variable sea_water_reference_density +INFO: filtering out variable sea_water_salinity +INFO: filtering out variable secant_of_diffusivity_angle_each_RRTMGP_LW_band +INFO: filtering out variable sensible_heat_flux_due_to_rainfall +INFO: filtering out variable sensitivity_of_dtl_heat_content_to_surface_temperature +INFO: filtering out variable sensitivity_of_dtl_thickness_to_surface_temperature +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 shortwave_optical_properties_for_aerosols +INFO: filtering out variable shortwave_optical_properties_for_clear_sky +INFO: filtering out variable shortwave_optical_properties_for_cloudy_atmosphere +INFO: filtering out variable shortwave_optical_properties_for_cloudy_atmosphere_by_band +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_of_ice_at_constant_pressure +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 sub_layer_cooling_amount +INFO: filtering out variable sub_layer_cooling_thickness +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_albedo_nearIR_diffuse +INFO: filtering out variable surface_albedo_nearIR_direct +INFO: filtering out variable surface_albedo_uvvis_dif +INFO: filtering out variable surface_albedo_uvvis_dir +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_emissivity_in_each_RRTMGP_LW_band +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_skin_temperature_for_nsst +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 toa_incident_sw_flux_by_spectral_point +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_temperature_average_range_lower_bound +INFO: filtering out variable vertical_temperature_average_range_upper_bound +INFO: filtering out variable virtual_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 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 ... +DEBUG: Optional argument cloud_ice_water_path to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list +DEBUG: Optional argument cloud_ice_water_path to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list +DEBUG: Optional argument cloud_liquid_water_path to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list +DEBUG: Optional argument cloud_liquid_water_path to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list +DEBUG: Optional argument cloud_rain_water_path to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list +DEBUG: Optional argument cloud_rain_water_path to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list +DEBUG: Optional argument cloud_snow_water_path to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list +DEBUG: Optional argument cloud_snow_water_path to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list +DEBUG: Optional argument components_of_surface_downward_shortwave_fluxes to subroutine rrtmgp_sw_rte_run in module rrtmgp_sw_rte is required, keep in list +DEBUG: Optional argument components_of_surface_downward_shortwave_fluxes to subroutine GFS_rrtmgp_sw_post_run in module GFS_rrtmgp_sw_post is required, keep in list +DEBUG: Optional argument components_of_surface_downward_shortwave_fluxes to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list +DEBUG: Optional argument fraction_of_ice_water_cloud to subroutine mp_fer_hires_init in module mp_fer_hires is required, keep in list +DEBUG: Optional argument fraction_of_rain_water_cloud to subroutine mp_fer_hires_init in module mp_fer_hires is required, keep in list +DEBUG: Optional argument mean_effective_radius_for_ice_cloud to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list +DEBUG: Optional argument mean_effective_radius_for_ice_cloud to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list +DEBUG: Optional argument mean_effective_radius_for_liquid_cloud to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list +DEBUG: Optional argument mean_effective_radius_for_liquid_cloud to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list +DEBUG: Optional argument mean_effective_radius_for_rain_drop to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list +DEBUG: Optional argument mean_effective_radius_for_rain_drop to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list +DEBUG: Optional argument mean_effective_radius_for_snow_flake to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list +DEBUG: Optional argument mean_effective_radius_for_snow_flake to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list +DEBUG: Optional argument rime_factor to subroutine mp_fer_hires_init in module mp_fer_hires is required, keep in list +DEBUG: Optional argument tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list +DEBUG: Optional argument tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list +INFO: Metadata table for model FV3 written to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +DEBUG: Requested variable GFS_cldprop_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Cldprop in module GFS_typedefs +DEBUG: Requested variable GFS_cldprop_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Cldprop in module GFS_typedefs +DEBUG: Requested variable GFS_cldprop_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Cldprop in module GFS_typedefs +DEBUG: Requested variable GFS_control_type_instance in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_abort SCHEME_GFS_abort SUBROUTINE_GFS_abort_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_suite_interstitial_rad_reset SCHEME_GFS_suite_interstitial_rad_reset SUBROUTINE_GFS_suite_interstitial_rad_reset_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_suite_interstitial_phys_reset SCHEME_GFS_suite_interstitial_phys_reset SUBROUTINE_GFS_suite_interstitial_phys_reset_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_init matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_init matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rad_time_vary SCHEME_GFS_rad_time_vary SUBROUTINE_GFS_rad_time_vary_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_coupling_type_instance in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs +DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs +DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs +DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs +DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs +DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs +DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs +DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs +DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs +DEBUG: Requested variable GFS_coupling_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs +DEBUG: Requested variable GFS_data_type_instance_all_blocks in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_init matched to target GFS_Data in module CCPP_data +DEBUG: Requested variable GFS_data_type_instance_all_blocks in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_run matched to target GFS_Data in module CCPP_data +DEBUG: Requested variable GFS_data_type_instance_all_blocks in MODULE_GFS_rad_time_vary SCHEME_GFS_rad_time_vary SUBROUTINE_GFS_rad_time_vary_run matched to target GFS_Data in module CCPP_data +DEBUG: Requested variable GFS_diag_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs +DEBUG: Requested variable GFS_diag_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs +DEBUG: Requested variable GFS_diag_type_instance in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs +DEBUG: Requested variable GFS_diag_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs +DEBUG: Requested variable GFS_diag_type_instance in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs +DEBUG: Requested variable GFS_diag_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_interstitial_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Interstitial(cdata%thrd_no) in module CCPP_data +DEBUG: Requested variable GFS_interstitial_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Interstitial(cdata%thrd_no) in module CCPP_data +DEBUG: Requested variable GFS_interstitial_type_instance in MODULE_GFS_suite_interstitial_rad_reset SCHEME_GFS_suite_interstitial_rad_reset SUBROUTINE_GFS_suite_interstitial_rad_reset_run matched to target GFS_Interstitial(cdata%thrd_no) in module CCPP_data +DEBUG: Requested variable GFS_interstitial_type_instance in MODULE_GFS_suite_interstitial_phys_reset SCHEME_GFS_suite_interstitial_phys_reset SUBROUTINE_GFS_suite_interstitial_phys_reset_run matched to target GFS_Interstitial(cdata%thrd_no) in module CCPP_data +DEBUG: Requested variable GFS_interstitial_type_instance_all_threads in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_init matched to target GFS_Interstitial in module CCPP_data +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_init matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs +DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs +DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs +DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs +DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs +DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs +DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs +DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs +DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs +DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs +DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs +DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs +DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs +DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs +DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs +DEBUG: Requested variable GFS_tbd_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd in module GFS_typedefs +DEBUG: Requested variable GFS_tbd_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Tbd in module GFS_typedefs +DEBUG: Requested variable GFS_tbd_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Tbd in module GFS_typedefs +DEBUG: Requested variable GFS_tbd_type_instance in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2 in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2 in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2 in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2 in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2_ocean in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2_ocean in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2_ocean in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_over_ice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%ffhh_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_over_ice in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%ffhh_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ffhh_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_over_land in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%ffhh_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_over_land in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%ffhh_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ffhh_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%ffhh_ocean in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_over_ocean in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%ffhh_ocean in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ffhh_ocean in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffmm in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffmm in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffmm in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffmm in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffmm in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffmm in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffmm in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffmm in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffmm in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffmm in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffmm in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10 in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10 in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10 in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10 in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10_ocean in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10_ocean in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10_ocean in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_over_ice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%ffmm_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_over_ice in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%ffmm_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ffmm_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_over_land in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%ffmm_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_over_land in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%ffmm_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ffmm_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%ffmm_ocean in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%ffmm_ocean in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ffmm_ocean in module GFS_typedefs +DEBUG: Requested variable a_parameter_of_the_hybrid_coordinate in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%ak in module GFS_typedefs +DEBUG: Requested variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Data(cdata%blk_no)%Tbd%acv in module GFS_typedefs +DEBUG: Requested variable accumulated_lwe_thickness_of_graupel_amount in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%totgrp in module GFS_typedefs +DEBUG: Requested variable accumulated_lwe_thickness_of_graupel_amount_in_bucket in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%totgrpb in module GFS_typedefs +DEBUG: Requested variable accumulated_lwe_thickness_of_ice_amount in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%totice in module GFS_typedefs +DEBUG: Requested variable accumulated_lwe_thickness_of_ice_amount_in_bucket in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%toticeb in module GFS_typedefs +DEBUG: Requested variable accumulated_lwe_thickness_of_precipitation_amount in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%totprcp in module GFS_typedefs +DEBUG: Requested variable accumulated_lwe_thickness_of_precipitation_amount in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%totprcp in module GFS_typedefs +DEBUG: Requested variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%totprcpb in module GFS_typedefs +DEBUG: Requested variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%totprcpb in module GFS_typedefs +DEBUG: Requested variable accumulated_lwe_thickness_of_snow_amount in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%totsnw in module GFS_typedefs +DEBUG: Requested variable accumulated_lwe_thickness_of_snow_amount_in_bucket in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%totsnwb in module GFS_typedefs +DEBUG: Requested variable adjusted_vertical_layer_dimension_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%lmk in module GFS_typedefs +DEBUG: Requested variable adjusted_vertical_layer_dimension_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%lmk in module GFS_typedefs +DEBUG: Requested variable adjusted_vertical_layer_dimension_for_radiation in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%lmk in module GFS_typedefs +DEBUG: Requested variable adjusted_vertical_level_dimension_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%lmp in module GFS_typedefs +DEBUG: Requested variable adjusted_vertical_level_dimension_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%lmp in module GFS_typedefs +DEBUG: Requested variable adjusted_vertical_level_dimension_for_radiation in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%lmp in module GFS_typedefs +DEBUG: Requested variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,3) in module GFS_typedefs +DEBUG: Requested variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,3) in module GFS_typedefs +DEBUG: Requested variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,3) in module GFS_typedefs +DEBUG: Requested variable aerosol_aware_parameter_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%asolfac_deep in module GFS_typedefs +DEBUG: Requested variable aerosol_aware_parameter_shallow_convection in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%asolfac_shal in module GFS_typedefs +DEBUG: Requested variable aerosol_optical_depth_for_longwave_bands_01_16 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,1) in module GFS_typedefs +DEBUG: Requested variable aerosol_optical_depth_for_longwave_bands_01_16 in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,1) in module GFS_typedefs +DEBUG: Requested variable aerosol_optical_depth_for_shortwave_bands_01_16 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,1) in module GFS_typedefs +DEBUG: Requested variable aerosol_optical_depth_for_shortwave_bands_01_16 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,1) in module GFS_typedefs +DEBUG: Requested variable aerosol_optical_properties_for_longwave_bands_01_16 in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Interstitial(cdata%thrd_no)%faerlw in module GFS_typedefs +DEBUG: Requested variable aerosol_optical_properties_for_shortwave_bands_01_16 in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Interstitial(cdata%thrd_no)%faersw in module GFS_typedefs +DEBUG: Requested variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,2) in module GFS_typedefs +DEBUG: Requested variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,2) in module GFS_typedefs +DEBUG: Requested variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,2) in module GFS_typedefs +DEBUG: Requested variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,2) in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_get_prs_fv3 SCHEME_get_prs_fv3 SUBROUTINE_get_prs_fv3_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface_for_radiation_in_hPa in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%plvl in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface_for_radiation_in_hPa in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%plvl in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface_for_radiation_in_hPa in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%plvl in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_layer_for_radiation_in_hPa in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%plyr in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_layer_for_radiation_in_hPa in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%plyr in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_layer_for_radiation_in_hPa in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%plyr in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_lowest_model_layer in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl(:,1) in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_lowest_model_layer in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl(:,1) in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_lowest_model_layer in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl(:,1) in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_lowest_model_layer in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl(:,1) in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_lowest_model_layer in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl(:,1) in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_lowest_model_layer in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl(:,1) in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_lowest_model_layer in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl(:,1) in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_lowest_model_layer in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl(:,1) in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_get_prs_fv3 SCHEME_get_prs_fv3 SUBROUTINE_get_prs_fv3_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_cu_gf_driver_pre SCHEME_cu_gf_driver_pre SUBROUTINE_cu_gf_driver_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_cu_ntiedtke_pre SCHEME_cu_ntiedtke_pre SUBROUTINE_cu_ntiedtke_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_get_prs_fv3 SCHEME_get_prs_fv3 SUBROUTINE_get_prs_fv3_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_interface_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tlvl in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_interface_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%tlvl in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_interface_for_radiation in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%tlvl in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_layer_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tlyr in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_layer_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%tlyr in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_layer_for_radiation in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%tlyr in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer_for_diag in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%t1 in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer_for_diag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%t1 in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer_updated_by_physics in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0(:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_previous_time_step in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,3) in module GFS_typedefs +DEBUG: Requested variable air_temperature_save in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs +DEBUG: Requested variable air_temperature_save in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs +DEBUG: Requested variable air_temperature_save in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs +DEBUG: Requested variable air_temperature_save in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs +DEBUG: Requested variable air_temperature_save in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs +DEBUG: Requested variable air_temperature_save in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs +DEBUG: Requested variable air_temperature_save in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs +DEBUG: Requested variable air_temperature_save in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs +DEBUG: Requested variable air_temperature_save in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs +DEBUG: Requested variable air_temperature_save in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs +DEBUG: Requested variable air_temperature_two_time_steps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_cu_gf_driver_post SCHEME_cu_gf_driver_post SUBROUTINE_cu_gf_driver_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_cu_ntiedtke_post SCHEME_cu_ntiedtke_post SUBROUTINE_cu_ntiedtke_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_get_phi_fv3 SCHEME_get_phi_fv3 SUBROUTINE_get_phi_fv3_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable angle_from_east_of_maximum_subgrid_orographic_variations in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%theta in module GFS_typedefs +DEBUG: Requested variable angle_from_east_of_maximum_subgrid_orographic_variations in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%theta in module GFS_typedefs +DEBUG: Requested variable angle_from_east_of_maximum_subgrid_orographic_variations in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%theta in module GFS_typedefs +DEBUG: Requested variable angle_from_east_of_maximum_subgrid_orographic_variations in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%theta in module GFS_typedefs +DEBUG: Requested variable anisotropy_of_subgrid_orography in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gamma in module GFS_typedefs +DEBUG: Requested variable anisotropy_of_subgrid_orography in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%gamma in module GFS_typedefs +DEBUG: Requested variable anisotropy_of_subgrid_orography in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%gamma in module GFS_typedefs +DEBUG: Requested variable anisotropy_of_subgrid_orography in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%gamma in module GFS_typedefs +DEBUG: Requested variable array_dimension_of_2d_arrays_for_microphysics in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%num_p2d in module GFS_typedefs +DEBUG: Requested variable array_dimension_of_3d_arrays_for_microphysics in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%num_p3d in module GFS_typedefs +DEBUG: Requested variable array_dimension_of_3d_arrays_for_microphysics in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%num_p3d in module GFS_typedefs +DEBUG: Requested variable array_dimension_of_3d_arrays_for_microphysics in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%num_p3d in module GFS_typedefs +DEBUG: Requested variable array_dimension_of_3d_arrays_for_microphysics in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%num_p3d in module GFS_typedefs +DEBUG: Requested variable array_dimension_of_random_number in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%nrcm in module GFS_typedefs +DEBUG: Requested variable array_dimension_of_random_number in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%nrcm in module GFS_typedefs +DEBUG: Requested variable asymmetry_of_subgrid_orography in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%oa4 in module GFS_typedefs +DEBUG: Requested variable asymmetry_of_subgrid_orography in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%oa4 in module GFS_typedefs +DEBUG: Requested variable asymmetry_of_subgrid_orography in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%oa4 in module GFS_typedefs +DEBUG: Requested variable asymmetry_of_subgrid_orography in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%oa4 in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_diffusivity_coefficient_factor in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_init matched to target GFS_Control%moninq_fac in module GFS_typedefs +DEBUG: Requested variable atmosphere_diffusivity_coefficient_factor in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%moninq_fac in module GFS_typedefs +DEBUG: Requested variable atmosphere_diffusivity_coefficient_factor in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%moninq_fac in module GFS_typedefs +DEBUG: Requested variable atmosphere_diffusivity_coefficient_factor in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_init matched to target GFS_Control%moninq_fac in module GFS_typedefs +DEBUG: Requested variable atmosphere_energy_content_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%te0 in module CCPP_typedefs +DEBUG: Requested variable atmosphere_energy_content_in_column in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%te0_2d in module CCPP_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%dkt in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%dkt in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dkt in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dkt in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%dkt in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity_background in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%xkzm_h in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity_background in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%xkzm_h in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity_background in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%xkzm_h in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity_background in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%xkzm_h in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity_background in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%xkzm_h in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity_background in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%xkzm_h in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity_background_maximum in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%xkzminv in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity_background_maximum in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%xkzminv in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity_background_maximum in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%xkzminv in module GFS_typedefs +DEBUG: Requested variable atmosphere_momentum_diffusivity_background in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%xkzm_m in module GFS_typedefs +DEBUG: Requested variable atmosphere_momentum_diffusivity_background in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%xkzm_m in module GFS_typedefs +DEBUG: Requested variable atmosphere_momentum_diffusivity_background in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%xkzm_m in module GFS_typedefs +DEBUG: Requested variable atmosphere_momentum_diffusivity_background in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%xkzm_m in module GFS_typedefs +DEBUG: Requested variable atmosphere_momentum_diffusivity_background in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%xkzm_m in module GFS_typedefs +DEBUG: Requested variable atmosphere_momentum_diffusivity_background in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%xkzm_m in module GFS_typedefs +DEBUG: Requested variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%aerodp in module GFS_typedefs +DEBUG: Requested variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%aerodp in module GFS_typedefs +DEBUG: Requested variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%aerodp in module GFS_typedefs +DEBUG: Requested variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%aerodp in module GFS_typedefs +DEBUG: Requested variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%aerodp in module GFS_typedefs +DEBUG: Requested variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%aerodp in module GFS_typedefs +DEBUG: Requested variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Interstitial(cdata%thrd_no)%aerodp in module GFS_typedefs +DEBUG: Requested variable b_parameter_of_the_hybrid_coordinate in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%bk in module GFS_typedefs +DEBUG: Requested variable bounded_vegetation_area_fraction in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%sigmaf in module GFS_typedefs +DEBUG: Requested variable bounded_vegetation_area_fraction in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%sigmaf in module GFS_typedefs +DEBUG: Requested variable bounded_vegetation_area_fraction in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%sigmaf in module GFS_typedefs +DEBUG: Requested variable bounded_vegetation_area_fraction in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%sigmaf in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level_over_ice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%rb_ice in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level_over_ice in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%rb_ice in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%rb_ice in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level_over_land in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%rb_land in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level_over_land in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%rb_land in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%rb_land in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%rb_ocean in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level_over_ocean in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%rb_ocean in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%rb_ocean in module GFS_typedefs +DEBUG: Requested variable canopy_upward_latent_heat_flux in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%evcw in module GFS_typedefs +DEBUG: Requested variable canopy_upward_latent_heat_flux in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%evcw in module GFS_typedefs +DEBUG: Requested variable canopy_upward_latent_heat_flux in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%evcw in module GFS_typedefs +DEBUG: Requested variable canopy_upward_latent_heat_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%evcw in module GFS_typedefs +DEBUG: Requested variable canopy_water_amount in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%canopy in module GFS_typedefs +DEBUG: Requested variable canopy_water_amount in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%canopy in module GFS_typedefs +DEBUG: Requested variable canopy_water_amount in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%canopy in module GFS_typedefs +DEBUG: Requested variable cappa_moist_gas_constant_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%cappa in module CCPP_typedefs +DEBUG: Requested variable ccpp_error_flag in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cu_gf_driver_post SCHEME_cu_gf_driver_post SUBROUTINE_cu_gf_driver_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_abort SCHEME_GFS_abort SUBROUTINE_GFS_abort_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cs_conv_post SCHEME_cs_conv_post SUBROUTINE_cs_conv_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_lw_rte SCHEME_rrtmgp_lw_rte SUBROUTINE_rrtmgp_lw_rte_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cu_gf_driver_pre SCHEME_cu_gf_driver_pre SUBROUTINE_cu_gf_driver_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_ini_fini_test SCHEME_GFS_suite_ini_fini_test SUBROUTINE_GFS_suite_ini_fini_test_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_ini_fini_test SCHEME_GFS_suite_ini_fini_test SUBROUTINE_GFS_suite_ini_fini_test_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_ini_fini_test SCHEME_GFS_suite_ini_fini_test SUBROUTINE_GFS_suite_ini_fini_test_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_lw_cloud_sampling SCHEME_rrtmgp_lw_cloud_sampling SUBROUTINE_rrtmgp_lw_cloud_sampling_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cu_ntiedtke_post SCHEME_cu_ntiedtke_post SUBROUTINE_cu_ntiedtke_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cu_ntiedtke_pre SCHEME_cu_ntiedtke_pre SUBROUTINE_cu_ntiedtke_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_interstitial_rad_reset SCHEME_GFS_suite_interstitial_rad_reset SUBROUTINE_GFS_suite_interstitial_rad_reset_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_interstitial_phys_reset SCHEME_GFS_suite_interstitial_phys_reset SUBROUTINE_GFS_suite_interstitial_phys_reset_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_sfc_nst_pre SCHEME_sfc_nst_pre SUBROUTINE_sfc_nst_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_get_prs_fv3 SCHEME_get_prs_fv3 SUBROUTINE_get_prs_fv3_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_get_phi_fv3 SCHEME_get_phi_fv3 SUBROUTINE_get_phi_fv3_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_lsm_ruc_sfc_sice_pre SCHEME_lsm_ruc_sfc_sice_pre SUBROUTINE_lsm_ruc_sfc_sice_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_lsm_ruc_sfc_sice_post SCHEME_lsm_ruc_sfc_sice_post SUBROUTINE_lsm_ruc_sfc_sice_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mynnrad_post SCHEME_mynnrad_post SUBROUTINE_mynnrad_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_surface_loop_control_part1 SCHEME_GFS_surface_loop_control_part1 SUBROUTINE_GFS_surface_loop_control_part1_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_sw_cloud_sampling SCHEME_rrtmgp_sw_cloud_sampling SUBROUTINE_rrtmgp_sw_cloud_sampling_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rad_time_vary SCHEME_GFS_rad_time_vary SUBROUTINE_GFS_rad_time_vary_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_message in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cu_gf_driver_post SCHEME_cu_gf_driver_post SUBROUTINE_cu_gf_driver_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cu_gf_driver_post SCHEME_cu_gf_driver_post SUBROUTINE_cu_gf_driver_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_abort SCHEME_GFS_abort SUBROUTINE_GFS_abort_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_abort SCHEME_GFS_abort SUBROUTINE_GFS_abort_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cs_conv_post SCHEME_cs_conv_post SUBROUTINE_cs_conv_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cs_conv_post SCHEME_cs_conv_post SUBROUTINE_cs_conv_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_lw_rte SCHEME_rrtmgp_lw_rte SUBROUTINE_rrtmgp_lw_rte_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_lw_rte SCHEME_rrtmgp_lw_rte SUBROUTINE_rrtmgp_lw_rte_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cu_gf_driver_pre SCHEME_cu_gf_driver_pre SUBROUTINE_cu_gf_driver_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cu_gf_driver_pre SCHEME_cu_gf_driver_pre SUBROUTINE_cu_gf_driver_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_ini_fini_test SCHEME_GFS_suite_ini_fini_test SUBROUTINE_GFS_suite_ini_fini_test_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_ini_fini_test SCHEME_GFS_suite_ini_fini_test SUBROUTINE_GFS_suite_ini_fini_test_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_ini_fini_test SCHEME_GFS_suite_ini_fini_test SUBROUTINE_GFS_suite_ini_fini_test_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_ini_fini_test SCHEME_GFS_suite_ini_fini_test SUBROUTINE_GFS_suite_ini_fini_test_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_ini_fini_test SCHEME_GFS_suite_ini_fini_test SUBROUTINE_GFS_suite_ini_fini_test_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_ini_fini_test SCHEME_GFS_suite_ini_fini_test SUBROUTINE_GFS_suite_ini_fini_test_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_lw_cloud_sampling SCHEME_rrtmgp_lw_cloud_sampling SUBROUTINE_rrtmgp_lw_cloud_sampling_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_lw_cloud_sampling SCHEME_rrtmgp_lw_cloud_sampling SUBROUTINE_rrtmgp_lw_cloud_sampling_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cu_ntiedtke_post SCHEME_cu_ntiedtke_post SUBROUTINE_cu_ntiedtke_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cu_ntiedtke_post SCHEME_cu_ntiedtke_post SUBROUTINE_cu_ntiedtke_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cu_ntiedtke_pre SCHEME_cu_ntiedtke_pre SUBROUTINE_cu_ntiedtke_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cu_ntiedtke_pre SCHEME_cu_ntiedtke_pre SUBROUTINE_cu_ntiedtke_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_rad_reset SCHEME_GFS_suite_interstitial_rad_reset SUBROUTINE_GFS_suite_interstitial_rad_reset_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_rad_reset SCHEME_GFS_suite_interstitial_rad_reset SUBROUTINE_GFS_suite_interstitial_rad_reset_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_phys_reset SCHEME_GFS_suite_interstitial_phys_reset SUBROUTINE_GFS_suite_interstitial_phys_reset_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_phys_reset SCHEME_GFS_suite_interstitial_phys_reset SUBROUTINE_GFS_suite_interstitial_phys_reset_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_sfc_nst_pre SCHEME_sfc_nst_pre SUBROUTINE_sfc_nst_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_sfc_nst_pre SCHEME_sfc_nst_pre SUBROUTINE_sfc_nst_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_get_prs_fv3 SCHEME_get_prs_fv3 SUBROUTINE_get_prs_fv3_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_get_prs_fv3 SCHEME_get_prs_fv3 SUBROUTINE_get_prs_fv3_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_get_phi_fv3 SCHEME_get_phi_fv3 SUBROUTINE_get_phi_fv3_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_get_phi_fv3 SCHEME_get_phi_fv3 SUBROUTINE_get_phi_fv3_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_lsm_ruc_sfc_sice_pre SCHEME_lsm_ruc_sfc_sice_pre SUBROUTINE_lsm_ruc_sfc_sice_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_lsm_ruc_sfc_sice_pre SCHEME_lsm_ruc_sfc_sice_pre SUBROUTINE_lsm_ruc_sfc_sice_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_lsm_ruc_sfc_sice_post SCHEME_lsm_ruc_sfc_sice_post SUBROUTINE_lsm_ruc_sfc_sice_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_lsm_ruc_sfc_sice_post SCHEME_lsm_ruc_sfc_sice_post SUBROUTINE_lsm_ruc_sfc_sice_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mynnrad_post SCHEME_mynnrad_post SUBROUTINE_mynnrad_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mynnrad_post SCHEME_mynnrad_post SUBROUTINE_mynnrad_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_surface_loop_control_part1 SCHEME_GFS_surface_loop_control_part1 SUBROUTINE_GFS_surface_loop_control_part1_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_surface_loop_control_part1 SCHEME_GFS_surface_loop_control_part1 SUBROUTINE_GFS_surface_loop_control_part1_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_sw_cloud_sampling SCHEME_rrtmgp_sw_cloud_sampling SUBROUTINE_rrtmgp_sw_cloud_sampling_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_sw_cloud_sampling SCHEME_rrtmgp_sw_cloud_sampling SUBROUTINE_rrtmgp_sw_cloud_sampling_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rad_time_vary SCHEME_GFS_rad_time_vary SUBROUTINE_GFS_rad_time_vary_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rad_time_vary SCHEME_GFS_rad_time_vary SUBROUTINE_GFS_rad_time_vary_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run from len=* to len=512 +DEBUG: Requested variable ccpp_loop_counter in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target cdata%loop_cnt in module ccpp_types +DEBUG: Requested variable ccpp_loop_counter in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target cdata%loop_cnt in module ccpp_types +DEBUG: Requested variable ccpp_loop_counter in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target cdata%loop_cnt in module ccpp_types +DEBUG: Requested variable ccpp_loop_counter in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target cdata%loop_cnt in module ccpp_types +DEBUG: Requested variable ccpp_loop_counter in MODULE_GFS_surface_loop_control_part1 SCHEME_GFS_surface_loop_control_part1 SUBROUTINE_GFS_surface_loop_control_part1_run matched to target cdata%loop_cnt in module ccpp_types +DEBUG: Requested variable ccpp_loop_counter in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run matched to target cdata%loop_cnt in module ccpp_types +DEBUG: Requested variable cell_area in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Grid%area in module GFS_typedefs +DEBUG: Requested variable cell_area in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Grid%area in module GFS_typedefs +DEBUG: Requested variable cell_area in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Grid%area in module GFS_typedefs +DEBUG: Requested variable cell_area in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%area in module GFS_typedefs +DEBUG: Requested variable cell_area in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Data(cdata%blk_no)%Grid%area in module GFS_typedefs +DEBUG: Requested variable cell_area in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Data(cdata%blk_no)%Grid%area in module GFS_typedefs +DEBUG: Requested variable cell_area in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Grid%area in module GFS_typedefs +DEBUG: Requested variable cell_area in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Grid%area in module GFS_typedefs +DEBUG: Requested variable cell_area in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Data(cdata%blk_no)%Grid%area in module GFS_typedefs +DEBUG: Requested variable cell_area in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Grid%area in module GFS_typedefs +DEBUG: Requested variable cell_area in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Grid%area in module GFS_typedefs +DEBUG: Requested variable cell_area_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%area in module CCPP_typedefs +DEBUG: Requested variable cellular_automata_global_pattern in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Coupling%ca1 in module GFS_typedefs +DEBUG: Requested variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_init matched to target GFS_Control%isatmedmf_vdif in module GFS_typedefs +DEBUG: Requested variable choice_of_scale_aware_TKE_moist_EDMF_PBL in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_init matched to target GFS_Control%isatmedmf in module GFS_typedefs +DEBUG: Requested variable choice_of_scale_aware_TKE_moist_EDMF_PBL in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_init matched to target GFS_Control%isatmedmf in module GFS_typedefs +DEBUG: Requested variable cloud_area_fraction_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%cldsa in module GFS_typedefs +DEBUG: Requested variable cloud_area_fraction_for_radiation in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cldsa in module GFS_typedefs +DEBUG: Requested variable cloud_area_fraction_for_radiation in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%cldsa in module GFS_typedefs +DEBUG: Requested variable cloud_area_fraction_for_radiation in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cldsa in module GFS_typedefs +DEBUG: Requested variable cloud_area_fraction_for_radiation in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cldsa in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_conversion_threshold in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Control%wminco in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio in MODULE_mynnrad_post SCHEME_mynnrad_post SUBROUTINE_mynnrad_post_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_save in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_save in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_save in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_save in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_save in MODULE_mynnrad_post SCHEME_mynnrad_post SUBROUTINE_mynnrad_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_updated_by_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_updated_by_physics in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_updated_by_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_updated_by_physics in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_updated_by_physics in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_updated_by_physics in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_updated_by_physics in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_updated_by_physics in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%q_con in module CCPP_typedefs +DEBUG: Requested variable cloud_decorrelation_length in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%de_lgth in module GFS_typedefs +DEBUG: Requested variable cloud_decorrelation_length in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%de_lgth in module GFS_typedefs +DEBUG: Requested variable cloud_decorrelation_length in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%de_lgth in module GFS_typedefs +DEBUG: Requested variable cloud_decorrelation_length in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%de_lgth in module GFS_typedefs +DEBUG: Requested variable cloud_fraction_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%qc in module CCPP_typedefs +DEBUG: Requested variable cloud_fraction_updated_by_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntclamt) in module GFS_typedefs +DEBUG: Requested variable cloud_graupel_specific_humidity_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%qg in module CCPP_typedefs +DEBUG: Requested variable cloud_ice_specific_humidity_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%qi in module CCPP_typedefs +DEBUG: Requested variable cloud_ice_water_path in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,4) in module GFS_typedefs +DEBUG: Requested variable cloud_ice_water_path in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,4) in module GFS_typedefs +DEBUG: Requested variable cloud_ice_water_path in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,4) in module GFS_typedefs +DEBUG: Requested variable cloud_ice_water_path in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,4) in module GFS_typedefs +DEBUG: Requested variable cloud_ice_water_path in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,4) in module GFS_typedefs +DEBUG: Requested variable cloud_ice_water_path in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,4) in module GFS_typedefs +DEBUG: Requested variable cloud_ice_water_path in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,4) in module GFS_typedefs +DEBUG: Requested variable cloud_liquid_water_path in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_liquid_water_path in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_liquid_water_path in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_liquid_water_path in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_liquid_water_path in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_liquid_water_path in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_liquid_water_path in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%ql in module CCPP_typedefs +DEBUG: Requested variable cloud_optical_depth_layers_at_0p55mu_band in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cldtausw in module GFS_typedefs +DEBUG: Requested variable cloud_optical_depth_layers_at_0p55mu_band in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%cldtausw in module GFS_typedefs +DEBUG: Requested variable cloud_optical_depth_layers_at_10mu_band in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%cldtaulw in module GFS_typedefs +DEBUG: Requested variable cloud_optical_depth_layers_at_10mu_band in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cldtaulw in module GFS_typedefs +DEBUG: Requested variable cloud_rain_specific_humidity_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%qr in module CCPP_typedefs +DEBUG: Requested variable cloud_rain_water_path in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,6) in module GFS_typedefs +DEBUG: Requested variable cloud_rain_water_path in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,6) in module GFS_typedefs +DEBUG: Requested variable cloud_rain_water_path in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,6) in module GFS_typedefs +DEBUG: Requested variable cloud_rain_water_path in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,6) in module GFS_typedefs +DEBUG: Requested variable cloud_rain_water_path in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,6) in module GFS_typedefs +DEBUG: Requested variable cloud_rain_water_path in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,6) in module GFS_typedefs +DEBUG: Requested variable cloud_snow_specific_humidity_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%qs in module CCPP_typedefs +DEBUG: Requested variable cloud_snow_water_path in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,8) in module GFS_typedefs +DEBUG: Requested variable cloud_snow_water_path in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,8) in module GFS_typedefs +DEBUG: Requested variable cloud_snow_water_path in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,8) in module GFS_typedefs +DEBUG: Requested variable cloud_snow_water_path in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,8) in module GFS_typedefs +DEBUG: Requested variable cloud_snow_water_path in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,8) in module GFS_typedefs +DEBUG: Requested variable cloud_snow_water_path in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,8) in module GFS_typedefs +DEBUG: Requested variable cloud_top_entrainment_instability_value in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%ctei_r in module GFS_typedefs +DEBUG: Requested variable cloud_work_function in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%cld1d in module GFS_typedefs +DEBUG: Requested variable cloud_work_function in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%cld1d in module GFS_typedefs +DEBUG: Requested variable cloud_work_function in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cld1d in module GFS_typedefs +DEBUG: Requested variable cloud_work_function in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cld1d in module GFS_typedefs +DEBUG: Requested variable coefficient_for_evaporation_of_rainfall in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Control%evpco in module GFS_typedefs +DEBUG: Requested variable coefficient_from_cloud_ice_to_snow in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Control%psautco in module GFS_typedefs +DEBUG: Requested variable coefficient_from_cloud_water_to_rain in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Control%prautco in module GFS_typedefs +DEBUG: Requested variable coefficients_for_aerosol_scavenging in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%fscav in module GFS_typedefs +DEBUG: Requested variable coefficients_for_aerosol_scavenging in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%fscav in module GFS_typedefs +DEBUG: Requested variable coefficients_for_aerosol_scavenging in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%fscav in module GFS_typedefs +DEBUG: Requested variable column_precipitable_water in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%pwat in module GFS_typedefs +DEBUG: Requested variable components_of_surface_downward_shortwave_fluxes in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target GFS_Interstitial(cdata%thrd_no)%scmpsw in module GFS_typedefs +DEBUG: Requested variable components_of_surface_downward_shortwave_fluxes in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%scmpsw in module GFS_typedefs +DEBUG: Requested variable components_of_surface_downward_shortwave_fluxes in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%scmpsw in module GFS_typedefs +DEBUG: Requested variable components_of_surface_downward_shortwave_fluxes in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%scmpsw in module GFS_typedefs +DEBUG: Requested variable components_of_surface_downward_shortwave_fluxes in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%scmpsw in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvc in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvc in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvc in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvc in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvc in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvc in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvc in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvc in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvc in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover_in_phy_f3d in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvc) in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover_in_phy_f3d in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvc) in module GFS_typedefs +DEBUG: Requested variable convective_cloud_fraction_for_microphysics in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%cf_upi in module GFS_typedefs +DEBUG: Requested variable convective_cloud_fraction_for_microphysics in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%cf_upi in module GFS_typedefs +DEBUG: Requested variable convective_cloud_fraction_for_microphysics in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%cf_upi in module GFS_typedefs +DEBUG: Requested variable convective_cloud_fraction_for_microphysics in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cf_upi in module GFS_typedefs +DEBUG: Requested variable convective_cloud_fraction_for_microphysics in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cf_upi in module GFS_typedefs +DEBUG: Requested variable convective_cloud_switch in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Control%clstp in module GFS_typedefs +DEBUG: Requested variable convective_cloud_volume_fraction in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%clcn in module GFS_typedefs +DEBUG: Requested variable convective_cloud_volume_fraction in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%clcn in module GFS_typedefs +DEBUG: Requested variable convective_cloud_volume_fraction in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%clcn in module GFS_typedefs +DEBUG: Requested variable convective_cloud_volume_fraction in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clcn in module GFS_typedefs +DEBUG: Requested variable convective_cloud_volume_fraction in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%clcn in module GFS_typedefs +DEBUG: Requested variable convective_cloud_volume_fraction in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%clcn in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvw in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvw in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvw in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvw in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvw in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvw in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvw in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvw in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvw in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio_in_phy_f3d in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvw) in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio_in_phy_f3d in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvw) in module GFS_typedefs +DEBUG: Requested variable convective_precipitation_rate_from_previous_timestep in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%draincprv in module GFS_typedefs +DEBUG: Requested variable convective_precipitation_rate_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%draincprv in module GFS_typedefs +DEBUG: Requested variable convective_transportable_tracers in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%clw in module GFS_typedefs +DEBUG: Requested variable convective_transportable_tracers in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%clw in module GFS_typedefs +DEBUG: Requested variable convective_transportable_tracers in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Interstitial(cdata%thrd_no)%clw in module GFS_typedefs +DEBUG: Requested variable convective_transportable_tracers in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run matched to target GFS_Interstitial(cdata%thrd_no)%clw in module GFS_typedefs +DEBUG: Requested variable convective_transportable_tracers in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%clw in module GFS_typedefs +DEBUG: Requested variable convective_transportable_tracers in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%clw in module GFS_typedefs +DEBUG: Requested variable convective_transportable_tracers in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%clw in module GFS_typedefs +DEBUG: Requested variable convective_transportable_tracers in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%clw in module GFS_typedefs +DEBUG: Requested variable convective_transportable_tracers in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%clw in module GFS_typedefs +DEBUG: Requested variable convexity_of_subgrid_orography in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%oc in module GFS_typedefs +DEBUG: Requested variable convexity_of_subgrid_orography in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%oc in module GFS_typedefs +DEBUG: Requested variable convexity_of_subgrid_orography in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%oc in module GFS_typedefs +DEBUG: Requested variable convexity_of_subgrid_orography in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%oc in module GFS_typedefs +DEBUG: Requested variable cosine_of_latitude in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Grid%coslat in module GFS_typedefs +DEBUG: Requested variable cosine_of_latitude in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Grid%coslat in module GFS_typedefs +DEBUG: Requested variable cosine_of_solar_declination_angle in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%cdec in module GFS_typedefs +DEBUG: Requested variable cosine_of_solar_declination_angle in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%cdec in module GFS_typedefs +DEBUG: Requested variable cosine_of_solar_declination_angle in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%cdec in module GFS_typedefs +DEBUG: Requested variable cosine_of_zenith_angle in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs +DEBUG: Requested variable cosine_of_zenith_angle in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs +DEBUG: Requested variable cosine_of_zenith_angle in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs +DEBUG: Requested variable countergradient_mixing_term_for_temperature in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%gamt in module GFS_typedefs +DEBUG: Requested variable countergradient_mixing_term_for_temperature in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%gamt in module GFS_typedefs +DEBUG: Requested variable countergradient_mixing_term_for_temperature in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%gamt in module GFS_typedefs +DEBUG: Requested variable countergradient_mixing_term_for_water_vapor in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%gamq in module GFS_typedefs +DEBUG: Requested variable countergradient_mixing_term_for_water_vapor in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%gamq in module GFS_typedefs +DEBUG: Requested variable countergradient_mixing_term_for_water_vapor in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%gamq in module GFS_typedefs +DEBUG: Requested variable critical_cloud_top_entrainment_instability_criteria in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%ctei_rm in module GFS_typedefs +DEBUG: Requested variable critical_relative_humidity in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Interstitial(cdata%thrd_no)%rhc in module GFS_typedefs +DEBUG: Requested variable critical_relative_humidity in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%rhc in module GFS_typedefs +DEBUG: Requested variable critical_relative_humidity in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%rhc in module GFS_typedefs +DEBUG: Requested variable critical_relative_humidity in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Interstitial(cdata%thrd_no)%rhc in module GFS_typedefs +DEBUG: Requested variable critical_relative_humidity in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Interstitial(cdata%thrd_no)%rhc in module GFS_typedefs +DEBUG: Requested variable critical_relative_humidity in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%rhc in module GFS_typedefs +DEBUG: Requested variable critical_relative_humidity_at_PBL_top in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%crtrh(2) in module GFS_typedefs +DEBUG: Requested variable critical_relative_humidity_at_surface in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%crtrh(1) in module GFS_typedefs +DEBUG: Requested variable critical_relative_humidity_at_top_of_atmosphere in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%crtrh(3) in module GFS_typedefs +DEBUG: Requested variable cumulative_atmosphere_detrainment_convective_mass_flux in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%det_mf in module GFS_typedefs +DEBUG: Requested variable cumulative_atmosphere_downdraft_convective_mass_flux in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dwn_mf in module GFS_typedefs +DEBUG: Requested variable cumulative_atmosphere_updraft_convective_mass_flux in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%upd_mf in module GFS_typedefs +DEBUG: Requested variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%evcwa in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,9) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,9) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,7) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,7) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,6) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,6) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_concentration_due_to_temperature in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,8) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_concentration_due_to_temperature in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,8) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_deep_convection in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,4) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_deep_convection in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,4) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_longwave_radiation in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_microphysics in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,6) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_microphysics in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,6) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,7) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,7) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_shal_convection in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,5) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_shal_convection in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,5) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_shortwave_radiation in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,4) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_deep_convection in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_deep_convection in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cumulative_cloud_work_function in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cldwrk in module GFS_typedefs +DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_amount in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cnvprcp in module GFS_typedefs +DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_amount in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cnvprcp in module GFS_typedefs +DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_amount in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cnvprcp in module GFS_typedefs +DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cnvprcpb in module GFS_typedefs +DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cnvprcpb in module GFS_typedefs +DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cnvprcpb in module GFS_typedefs +DEBUG: Requested variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sbsnoa in module GFS_typedefs +DEBUG: Requested variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%snohfa in module GFS_typedefs +DEBUG: Requested variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%evbsa in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dnirdf_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvisdf_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dnirbm_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvisbm_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dlwsfc_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dlwsfc in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dswsfc_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_ground_heat_flux_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%gflux in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nnirdf_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nvisdf_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nnirbm_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nvisbm_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nlwsfc_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nswsfc_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_pressure_multiplied_by_timestep in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%psmean in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_snow_area_fraction_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%snowca in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dqsfc_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dqsfc in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dqsfc in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%ep in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dtsfc_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dtsfc in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dtsfc in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%ulwsfc in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dusfc_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dusfc in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dusfc in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvsfc_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dvsfc in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dvsfc in module GFS_typedefs +DEBUG: Requested variable cumulative_transpiration_flux_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%transa in module GFS_typedefs +DEBUG: Requested variable date_and_time_at_model_initialization in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%idat in module GFS_typedefs +DEBUG: Requested variable date_and_time_at_model_initialization in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%idat in module GFS_typedefs +DEBUG: Requested variable date_and_time_at_model_initialization in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%idat in module GFS_typedefs +DEBUG: Requested variable date_and_time_at_model_initialization_reordered in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%idate in module GFS_typedefs +DEBUG: Requested variable date_and_time_at_model_initialization_reordered in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%idate in module GFS_typedefs +DEBUG: Requested variable date_and_time_at_model_initialization_reordered in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%idate in module GFS_typedefs +DEBUG: Requested variable daytime_points in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs +DEBUG: Requested variable daytime_points in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs +DEBUG: Requested variable daytime_points in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs +DEBUG: Requested variable daytime_points in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs +DEBUG: Requested variable daytime_points in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs +DEBUG: Requested variable daytime_points in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs +DEBUG: Requested variable daytime_points in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs +DEBUG: Requested variable daytime_points in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs +DEBUG: Requested variable daytime_points in MODULE_rrtmgp_sw_cloud_sampling SCHEME_rrtmgp_sw_cloud_sampling SUBROUTINE_rrtmgp_sw_cloud_sampling_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs +DEBUG: Requested variable daytime_points_dimension in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%nday in module GFS_typedefs +DEBUG: Requested variable daytime_points_dimension in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%nday in module GFS_typedefs +DEBUG: Requested variable daytime_points_dimension in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%nday in module GFS_typedefs +DEBUG: Requested variable daytime_points_dimension in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target GFS_Interstitial(cdata%thrd_no)%nday in module GFS_typedefs +DEBUG: Requested variable daytime_points_dimension in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%nday in module GFS_typedefs +DEBUG: Requested variable daytime_points_dimension in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%nday in module GFS_typedefs +DEBUG: Requested variable daytime_points_dimension in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%nday in module GFS_typedefs +DEBUG: Requested variable daytime_points_dimension in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%nday in module GFS_typedefs +DEBUG: Requested variable daytime_points_dimension in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%nday in module GFS_typedefs +DEBUG: Requested variable daytime_points_dimension in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%nday in module GFS_typedefs +DEBUG: Requested variable daytime_points_dimension in MODULE_rrtmgp_sw_cloud_sampling SCHEME_rrtmgp_sw_cloud_sampling SUBROUTINE_rrtmgp_sw_cloud_sampling_run matched to target GFS_Interstitial(cdata%thrd_no)%nday in module GFS_typedefs +DEBUG: Requested variable deep_soil_temperature in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tg3 in module GFS_typedefs +DEBUG: Requested variable deep_soil_temperature in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tg3 in module GFS_typedefs +DEBUG: Requested variable deep_soil_temperature in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tg3 in module GFS_typedefs +DEBUG: Requested variable detrained_mass_flux in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_mfd in module GFS_typedefs +DEBUG: Requested variable detrained_mass_flux in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_mfd in module GFS_typedefs +DEBUG: Requested variable detrained_mass_flux in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_mfd in module GFS_typedefs +DEBUG: Requested variable detrained_mass_flux in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_mfd in module GFS_typedefs +DEBUG: Requested variable detrained_mass_flux in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_mfd in module GFS_typedefs +DEBUG: Requested variable detrainment_conversion_parameter_deep_convection in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%c1_deep in module GFS_typedefs +DEBUG: Requested variable detrainment_conversion_parameter_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%c1_deep in module GFS_typedefs +DEBUG: Requested variable detrainment_conversion_parameter_shallow_convection in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%c1_shal in module GFS_typedefs +DEBUG: Requested variable detrainment_conversion_parameter_shallow_convection in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%c1_shal in module GFS_typedefs +DEBUG: Requested variable dewpoint_temperature_at_2m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dpt2m in module GFS_typedefs +DEBUG: Requested variable diag_ugwp_flag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Control%ldiag_ugwp in module GFS_typedefs +DEBUG: Requested variable diag_ugwp_flag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%ldiag_ugwp in module GFS_typedefs +DEBUG: Requested variable diffusivity_background_sigma_level in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%xkzm_s in module GFS_typedefs +DEBUG: Requested variable diffusivity_background_sigma_level in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%xkzm_s in module GFS_typedefs +DEBUG: Requested variable diffusivity_background_sigma_level in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%xkzm_s in module GFS_typedefs +DEBUG: Requested variable diffusivity_background_sigma_level in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%xkzm_s in module GFS_typedefs +DEBUG: Requested variable diffusivity_background_sigma_level in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%xkzm_s in module GFS_typedefs +DEBUG: Requested variable diffusivity_background_sigma_level in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%xkzm_s in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_interface in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Statein%prsik(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_interface in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Statein%prsik(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_interface in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Statein%prsik(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_interface in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Statein%prsik(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_interface in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prsik(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_interface in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Statein%prsik(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_interface in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Statein%prsik(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_interface in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prsik(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_interface in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%prsik(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_interface in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%prsik(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_interface in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Statein%prsik(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dissipation_estimate_of_air_temperature_at_model_layers in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Statein%diss_est in module GFS_typedefs +DEBUG: Requested variable do_ugwp in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%do_ugwp in module GFS_typedefs +DEBUG: Requested variable do_ugwp in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%do_ugwp in module GFS_typedefs +DEBUG: Requested variable dominant_freezing_rain_type in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%tdomzr in module GFS_typedefs +DEBUG: Requested variable dominant_rain_type in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%tdomr in module GFS_typedefs +DEBUG: Requested variable dominant_sleet_type in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%tdomip in module GFS_typedefs +DEBUG: Requested variable dominant_snow_type in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%tdoms in module GFS_typedefs +DEBUG: Requested variable downdraft_fraction_reaching_surface_over_land_deep_convection in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%betal_deep in module GFS_typedefs +DEBUG: Requested variable downdraft_fraction_reaching_surface_over_land_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%betal_deep in module GFS_typedefs +DEBUG: Requested variable downdraft_fraction_reaching_surface_over_ocean_deep_convection in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%betas_deep in module GFS_typedefs +DEBUG: Requested variable downdraft_fraction_reaching_surface_over_ocean_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%betas_deep in module GFS_typedefs +DEBUG: Requested variable duration_of_sunshine in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%suntim in module GFS_typedefs +DEBUG: Requested variable dynamics_to_physics_timestep_ratio in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%frain in module GFS_typedefs +DEBUG: Requested variable dynamics_to_physics_timestep_ratio in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%frain in module GFS_typedefs +DEBUG: Requested variable dynamics_to_physics_timestep_ratio in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%frain in module GFS_typedefs +DEBUG: Requested variable eddy_mixing_due_to_ugwp in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%gw_kdis in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ngeffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ngeffr) in module GFS_typedefs +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +DEBUG: Requested variable effective_radius_of_stratiform_cloud_ice_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nieffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_ice_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nieffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_ice_particle_in_um in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nieffr) in module GFS_typedefs +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +DEBUG: Requested variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nleffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nleffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nleffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_rain_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nreffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_rain_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nreffr) in module GFS_typedefs +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +DEBUG: Requested variable effective_radius_of_stratiform_cloud_snow_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nseffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_snow_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nseffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_snow_particle_in_um in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nseffr) in module GFS_typedefs +DEBUG: Requested variable ending_x_direction_index in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%ie in module CCPP_typedefs +DEBUG: Requested variable ending_x_direction_index_domain in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%ied in module CCPP_typedefs +DEBUG: Requested variable ending_y_direction_index in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%je in module CCPP_typedefs +DEBUG: Requested variable ending_y_direction_index_domain in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%jed in module CCPP_typedefs +DEBUG: Requested variable entrainment_rate_coefficient_deep_convection in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%clam_deep in module GFS_typedefs +DEBUG: Requested variable entrainment_rate_coefficient_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%clam_deep in module GFS_typedefs +DEBUG: Requested variable entrainment_rate_coefficient_shallow_convection in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%clam_shal in module GFS_typedefs +DEBUG: Requested variable entrainment_rate_coefficient_shallow_convection in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%clam_shal in module GFS_typedefs +DEBUG: Requested variable equation_of_time in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%slag in module GFS_typedefs +DEBUG: Requested variable equation_of_time in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%slag in module GFS_typedefs +DEBUG: Requested variable equation_of_time in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%slag in module GFS_typedefs +DEBUG: Requested variable explicit_rainfall_rate_from_previous_timestep in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%drainncprv in module GFS_typedefs +DEBUG: Requested variable explicit_rainfall_rate_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%drainncprv in module GFS_typedefs +DEBUG: Requested variable extra_top_layer in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target LTP in module GFS_typedefs +DEBUG: Requested variable extra_top_layer in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target LTP in module GFS_typedefs +DEBUG: Requested variable extra_top_layer in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target LTP in module GFS_typedefs +DEBUG: Requested variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%pkz in module CCPP_typedefs +DEBUG: Requested variable flag_TKE_dissipation_heating in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%dspheat in module GFS_typedefs +DEBUG: Requested variable flag_TKE_dissipation_heating in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%dspheat in module GFS_typedefs +DEBUG: Requested variable flag_TKE_dissipation_heating in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%dspheat in module GFS_typedefs +DEBUG: Requested variable flag_TKE_dissipation_heating in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%dspheat in module GFS_typedefs +DEBUG: Requested variable flag_debug in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%debug in module GFS_typedefs +DEBUG: Requested variable flag_deep_convection in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%kcnv in module GFS_typedefs +DEBUG: Requested variable flag_deep_convection in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Interstitial(cdata%thrd_no)%kcnv in module GFS_typedefs +DEBUG: Requested variable flag_deep_convection in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%kcnv in module GFS_typedefs +DEBUG: Requested variable flag_deep_convection in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%kcnv in module GFS_typedefs +DEBUG: Requested variable flag_deep_convection in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%kcnv in module GFS_typedefs +DEBUG: Requested variable flag_deep_convection in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%kcnv in module GFS_typedefs +DEBUG: Requested variable flag_deep_convection in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%kcnv in module GFS_typedefs +DEBUG: Requested variable flag_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%kcnv in module GFS_typedefs +DEBUG: Requested variable flag_deep_convection in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%kcnv in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_for_2015_ozone_physics in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_init matched to target GFS_Control%oz_phys_2015 in module GFS_typedefs +DEBUG: Requested variable flag_for_Arakawa_Wu_adjustment in MODULE_cs_conv_post SCHEME_cs_conv_post SUBROUTINE_cs_conv_post_run matched to target GFS_Control%do_aw in module GFS_typedefs +DEBUG: Requested variable flag_for_Arakawa_Wu_adjustment in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Control%do_aw in module GFS_typedefs +DEBUG: Requested variable flag_for_Arakawa_Wu_adjustment in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Control%do_aw in module GFS_typedefs +DEBUG: Requested variable flag_for_Arakawa_Wu_adjustment in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%do_aw in module GFS_typedefs +DEBUG: Requested variable flag_for_CRICK_proof_cloud_water in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%crick_proof in module GFS_typedefs +DEBUG: Requested variable flag_for_CRICK_proof_cloud_water in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%crick_proof in module GFS_typedefs +DEBUG: Requested variable flag_for_Chikira_Sugiyama_deep_convection in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%cscnv in module GFS_typedefs +DEBUG: Requested variable flag_for_Chikira_Sugiyama_deep_convection in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%cscnv in module GFS_typedefs +DEBUG: Requested variable flag_for_Chikira_Sugiyama_deep_convection in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%cscnv in module GFS_typedefs +DEBUG: Requested variable flag_for_aerosol_convective_transport_and_PBL_diffusion in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%trans_aero in module GFS_typedefs +DEBUG: Requested variable flag_for_aerosol_convective_transport_and_PBL_diffusion in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%trans_aero in module GFS_typedefs +DEBUG: Requested variable flag_for_aerosol_physics in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Control%ltaerosol in module GFS_typedefs +DEBUG: Requested variable flag_for_aerosol_physics in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ltaerosol in module GFS_typedefs +DEBUG: Requested variable flag_for_aerosol_physics in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ltaerosol in module GFS_typedefs +DEBUG: Requested variable flag_for_aerosol_physics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%ltaerosol in module GFS_typedefs +DEBUG: Requested variable flag_for_aerosol_physics in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ltaerosol in module GFS_typedefs +DEBUG: Requested variable flag_for_aerosol_physics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ltaerosol in module GFS_typedefs +DEBUG: Requested variable flag_for_aerosol_physics in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Control%ltaerosol in module GFS_typedefs +DEBUG: Requested variable flag_for_aerosol_physics in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init matched to target GFS_Control%ltaerosol in module GFS_typedefs +DEBUG: Requested variable flag_for_canopy_heat_storage in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Control%lheatstrg in module GFS_typedefs +DEBUG: Requested variable flag_for_canopy_heat_storage in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%lheatstrg in module GFS_typedefs +DEBUG: Requested variable flag_for_cellular_automata in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%do_ca in module GFS_typedefs +DEBUG: Requested variable flag_for_cellular_automata in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%do_ca in module GFS_typedefs +DEBUG: Requested variable flag_for_chemistry_coupling in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Control%cplchm in module GFS_typedefs +DEBUG: Requested variable flag_for_chemistry_coupling in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%cplchm in module GFS_typedefs +DEBUG: Requested variable flag_for_chemistry_coupling in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%cplchm in module GFS_typedefs +DEBUG: Requested variable flag_for_chemistry_coupling in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%cplchm in module GFS_typedefs +DEBUG: Requested variable flag_for_chemistry_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%cplchm in module GFS_typedefs +DEBUG: Requested variable flag_for_chemistry_coupling in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%cplchm in module GFS_typedefs +DEBUG: Requested variable flag_for_chemistry_coupling in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Control%cplchm in module GFS_typedefs +DEBUG: Requested variable flag_for_cice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_cice in module GFS_typedefs +DEBUG: Requested variable flag_for_cice in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_cice in module GFS_typedefs +DEBUG: Requested variable flag_for_cice in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_cice in module GFS_typedefs +DEBUG: Requested variable flag_for_cice in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_cice in module GFS_typedefs +DEBUG: Requested variable flag_for_cice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_cice in module GFS_typedefs +DEBUG: Requested variable flag_for_cice in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_cice in module GFS_typedefs +DEBUG: Requested variable flag_for_cloud_condensate_normalized_by_cloud_cover in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ccnorm in module GFS_typedefs +DEBUG: Requested variable flag_for_cloud_condensate_normalized_by_cloud_cover in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%ccnorm in module GFS_typedefs +DEBUG: Requested variable flag_for_cloud_effective_radii in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Control%effr_in in module GFS_typedefs +DEBUG: Requested variable flag_for_convective_gravity_wave_drag in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Control%do_cnvgwd in module GFS_typedefs +DEBUG: Requested variable flag_for_convective_gravity_wave_drag in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Control%do_cnvgwd in module GFS_typedefs +DEBUG: Requested variable flag_for_convective_transport_of_tracers in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%trans_trac in module GFS_typedefs +DEBUG: Requested variable flag_for_default_aerosol_effect_in_shortwave_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%iaer in module GFS_typedefs +DEBUG: Requested variable flag_for_default_aerosol_effect_in_shortwave_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%iaer in module GFS_typedefs +DEBUG: Requested variable flag_for_fast_microphysics_energy_conservation in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%fast_mp_consv in module CCPP_typedefs +DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs +DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs +DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs +DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs +DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs +DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs +DEBUG: Requested variable flag_for_first_time_step in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Control%first_time_step in module GFS_typedefs +DEBUG: Requested variable flag_for_first_time_step in MODULE_cu_gf_driver_pre SCHEME_cu_gf_driver_pre SUBROUTINE_cu_gf_driver_pre_run matched to target GFS_Control%first_time_step in module GFS_typedefs +DEBUG: Requested variable flag_for_first_time_step in MODULE_cu_ntiedtke_pre SCHEME_cu_ntiedtke_pre SUBROUTINE_cu_ntiedtke_pre_run matched to target GFS_Control%first_time_step in module GFS_typedefs +DEBUG: Requested variable flag_for_first_time_step in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Control%first_time_step in module GFS_typedefs +DEBUG: Requested variable flag_for_first_time_step in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%first_time_step in module GFS_typedefs +DEBUG: Requested variable flag_for_first_time_step in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%first_time_step in module GFS_typedefs +DEBUG: Requested variable flag_for_first_time_step in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Control%first_time_step in module GFS_typedefs +DEBUG: Requested variable flag_for_first_time_step in MODULE_mynnrad_post SCHEME_mynnrad_post SUBROUTINE_mynnrad_post_run matched to target GFS_Control%first_time_step in module GFS_typedefs +DEBUG: Requested variable flag_for_first_time_step in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_run matched to target GFS_Control%first_time_step in module GFS_typedefs +DEBUG: Requested variable flag_for_flux_coupling in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Control%cplflx in module GFS_typedefs +DEBUG: Requested variable flag_for_flux_coupling in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Control%cplflx in module GFS_typedefs +DEBUG: Requested variable flag_for_flux_coupling in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%cplflx in module GFS_typedefs +DEBUG: Requested variable flag_for_flux_coupling in MODULE_sfc_nst_pre SCHEME_sfc_nst_pre SUBROUTINE_sfc_nst_pre_run matched to target GFS_Control%cplflx in module GFS_typedefs +DEBUG: Requested variable flag_for_flux_coupling in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Control%cplflx in module GFS_typedefs +DEBUG: Requested variable flag_for_flux_coupling in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Control%cplflx in module GFS_typedefs +DEBUG: Requested variable flag_for_flux_coupling in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%cplflx in module GFS_typedefs +DEBUG: Requested variable flag_for_flux_coupling in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%cplflx in module GFS_typedefs +DEBUG: Requested variable flag_for_flux_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Control%cplflx in module GFS_typedefs +DEBUG: Requested variable flag_for_flux_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%cplflx in module GFS_typedefs +DEBUG: Requested variable flag_for_flux_coupling in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%cplflx in module GFS_typedefs +DEBUG: Requested variable flag_for_fractional_grid in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Control%frac_grid in module GFS_typedefs +DEBUG: Requested variable flag_for_fractional_grid in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%frac_grid in module GFS_typedefs +DEBUG: Requested variable flag_for_fractional_grid in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Control%frac_grid in module GFS_typedefs +DEBUG: Requested variable flag_for_fractional_grid in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Control%frac_grid in module GFS_typedefs +DEBUG: Requested variable flag_for_gf_deep_convection_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imfdeepcnv_gf in module GFS_typedefs +DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs +DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs +DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs +DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs +DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs +DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs +DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs +DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs +DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs +DEBUG: Requested variable flag_for_global_cellular_automata in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%ca_global in module GFS_typedefs +DEBUG: Requested variable flag_for_global_cellular_automata in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%ca_global in module GFS_typedefs +DEBUG: Requested variable flag_for_global_cellular_automata in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%ca_global in module GFS_typedefs +DEBUG: Requested variable flag_for_global_cellular_automata_closure in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%ca_closure in module GFS_typedefs +DEBUG: Requested variable flag_for_global_cellular_automata_entr in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%ca_entr in module GFS_typedefs +DEBUG: Requested variable flag_for_global_cellular_automata_trigger in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%ca_trigger in module GFS_typedefs +DEBUG: Requested variable flag_for_guess_run in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_guess in module GFS_typedefs +DEBUG: Requested variable flag_for_guess_run in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_guess in module GFS_typedefs +DEBUG: Requested variable flag_for_guess_run in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_guess in module GFS_typedefs +DEBUG: Requested variable flag_for_guess_run in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_guess in module GFS_typedefs +DEBUG: Requested variable flag_for_guess_run in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_guess in module GFS_typedefs +DEBUG: Requested variable flag_for_guess_run in MODULE_GFS_surface_loop_control_part1 SCHEME_GFS_surface_loop_control_part1 SUBROUTINE_GFS_surface_loop_control_part1_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_guess in module GFS_typedefs +DEBUG: Requested variable flag_for_guess_run in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_guess in module GFS_typedefs +DEBUG: Requested variable flag_for_hedmf in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%hybedmf in module GFS_typedefs +DEBUG: Requested variable flag_for_hedmf in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%hybedmf in module GFS_typedefs +DEBUG: Requested variable flag_for_hydrostatic_heating_from_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Interstitial(cdata%thrd_no)%phys_hydrostatic in module GFS_typedefs +DEBUG: Requested variable flag_for_hydrostatic_solver in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Control%hydrostatic in module GFS_typedefs +DEBUG: Requested variable flag_for_hydrostatic_solver_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%hydrostatic in module CCPP_typedefs +DEBUG: Requested variable flag_for_initial_time_date_control in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ictm in module GFS_typedefs +DEBUG: Requested variable flag_for_initial_time_date_control in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%ictm in module GFS_typedefs +DEBUG: Requested variable flag_for_inline_cloud_fraction_calculation in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%do_qa in module CCPP_typedefs +DEBUG: Requested variable flag_for_iteration in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_iter in module GFS_typedefs +DEBUG: Requested variable flag_for_iteration in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_iter in module GFS_typedefs +DEBUG: Requested variable flag_for_iteration in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_iter in module GFS_typedefs +DEBUG: Requested variable flag_for_iteration in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_iter in module GFS_typedefs +DEBUG: Requested variable flag_for_iteration in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_iter in module GFS_typedefs +DEBUG: Requested variable flag_for_iteration in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_iter in module GFS_typedefs +DEBUG: Requested variable flag_for_iteration in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_iter in module GFS_typedefs +DEBUG: Requested variable flag_for_iteration in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_iter in module GFS_typedefs +DEBUG: Requested variable flag_for_iteration in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_iter in module GFS_typedefs +DEBUG: Requested variable flag_for_iteration in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_iter in module GFS_typedefs +DEBUG: Requested variable flag_for_iteration in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_iter in module GFS_typedefs +DEBUG: Requested variable flag_for_land_surface_scheme in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Control%lsm in module GFS_typedefs +DEBUG: Requested variable flag_for_land_surface_scheme in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%lsm in module GFS_typedefs +DEBUG: Requested variable flag_for_land_surface_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%lsm in module GFS_typedefs +DEBUG: Requested variable flag_for_land_surface_scheme in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%lsm in module GFS_typedefs +DEBUG: Requested variable flag_for_lw_clouds_without_sub_grid_approximation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%isubc_lw in module GFS_typedefs +DEBUG: Requested variable flag_for_lw_clouds_without_sub_grid_approximation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%isubc_lw in module GFS_typedefs +DEBUG: Requested variable flag_for_mass_flux_deep_convection_scheme in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_init matched to target GFS_Control%imfdeepcnv in module GFS_typedefs +DEBUG: Requested variable flag_for_mass_flux_deep_convection_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imfdeepcnv in module GFS_typedefs +DEBUG: Requested variable flag_for_mass_flux_shallow_convection_scheme in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%imfshalcnv in module GFS_typedefs +DEBUG: Requested variable flag_for_mass_flux_shallow_convection_scheme in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_init matched to target GFS_Control%imfshalcnv in module GFS_typedefs +DEBUG: Requested variable flag_for_mass_flux_shallow_convection_scheme in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%imfshalcnv in module GFS_typedefs +DEBUG: Requested variable flag_for_mass_flux_shallow_convection_scheme in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%imfshalcnv in module GFS_typedefs +DEBUG: Requested variable flag_for_max_random_overlap_clouds_for_longwave_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%iovr_lw in module GFS_typedefs +DEBUG: Requested variable flag_for_max_random_overlap_clouds_for_longwave_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%iovr_lw in module GFS_typedefs +DEBUG: Requested variable flag_for_max_random_overlap_clouds_for_shortwave_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%iovr_sw in module GFS_typedefs +DEBUG: Requested variable flag_for_max_random_overlap_clouds_for_shortwave_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%iovr_sw in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_moorthi_stratus in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%mstrat in module GFS_typedefs +DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init matched to target GFS_Control%imp_physics_mg in module GFS_typedefs +DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs +DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs +DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs +DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs +DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs +DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs +DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs +DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs +DEBUG: Requested variable flag_for_mountain_blocking in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%use_zmtnblck in module GFS_typedefs +DEBUG: Requested variable flag_for_noahmp_land_surface_scheme in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Control%lsm_noahmp in module GFS_typedefs +DEBUG: Requested variable flag_for_noahmp_land_surface_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%lsm_noahmp in module GFS_typedefs +DEBUG: Requested variable flag_for_noahmp_land_surface_scheme in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%lsm_noahmp in module GFS_typedefs +DEBUG: Requested variable flag_for_nsstm_run in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Control%nstf_name(1) in module GFS_typedefs +DEBUG: Requested variable flag_for_nsstm_run in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target GFS_Control%nstf_name(1) in module GFS_typedefs +DEBUG: Requested variable flag_for_nsstm_run in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run matched to target GFS_Control%nstf_name(1) in module GFS_typedefs +DEBUG: Requested variable flag_for_old_PBL_scheme in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%old_monin in module GFS_typedefs +DEBUG: Requested variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%icliq_sw in module GFS_typedefs +DEBUG: Requested variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%icliq_sw in module GFS_typedefs +DEBUG: Requested variable flag_for_ozone_physics in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_init matched to target GFS_Control%oz_phys in module GFS_typedefs +DEBUG: Requested variable flag_for_precipitation_effect_on_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%norad_precip in module GFS_typedefs +DEBUG: Requested variable flag_for_precipitation_effect_on_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%norad_precip in module GFS_typedefs +DEBUG: Requested variable flag_for_precipitation_type in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%srflag in module GFS_typedefs +DEBUG: Requested variable flag_for_precipitation_type in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%srflag in module GFS_typedefs +DEBUG: Requested variable flag_for_precipitation_type in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%srflag in module GFS_typedefs +DEBUG: Requested variable flag_for_precipitation_type in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%srflag in module GFS_typedefs +DEBUG: Requested variable flag_for_precipitation_type in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%srflag in module GFS_typedefs +DEBUG: Requested variable flag_for_precipitation_type_algorithm in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%cal_pre in module GFS_typedefs +DEBUG: Requested variable flag_for_radar_reflectivity in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Control%lradar in module GFS_typedefs +DEBUG: Requested variable flag_for_radar_reflectivity in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Control%lradar in module GFS_typedefs +DEBUG: Requested variable flag_for_radar_reflectivity in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Control%lradar in module GFS_typedefs +DEBUG: Requested variable flag_for_ras_deep_convection in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ras in module GFS_typedefs +DEBUG: Requested variable flag_for_ras_deep_convection in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%ras in module GFS_typedefs +DEBUG: Requested variable flag_for_reduced_drag_coefficient_over_sea in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Control%redrag in module GFS_typedefs +DEBUG: Requested variable flag_for_ruc_land_surface_scheme in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%lsm_ruc in module GFS_typedefs +DEBUG: Requested variable flag_for_ruc_land_surface_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%lsm_ruc in module GFS_typedefs +DEBUG: Requested variable flag_for_samf_shallow_convection_scheme in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%imfshalcnv_samf in module GFS_typedefs +DEBUG: Requested variable flag_for_sas_shallow_convection_scheme in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_init matched to target GFS_Control%imfshalcnv_sas in module GFS_typedefs +DEBUG: Requested variable flag_for_sas_shallow_convection_scheme in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%imfshalcnv_sas in module GFS_typedefs +DEBUG: Requested variable flag_for_saturation_adjustment_for_microphysics_in_dynamics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target CCPP_interstitial%do_sat_adj in module CCPP_typedefs +DEBUG: Requested variable flag_for_scale_aware_Shinhong_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%shinhong in module GFS_typedefs +DEBUG: Requested variable flag_for_scale_aware_TKE_moist_EDMF_PBL in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%satmedmf in module GFS_typedefs +DEBUG: Requested variable flag_for_scale_aware_TKE_moist_EDMF_PBL in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%satmedmf in module GFS_typedefs +DEBUG: Requested variable flag_for_scale_aware_TKE_moist_EDMF_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%satmedmf in module GFS_typedefs +DEBUG: Requested variable flag_for_shallow_convection in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%shal_cnv in module GFS_typedefs +DEBUG: Requested variable flag_for_shallow_convection in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_init matched to target GFS_Control%shal_cnv in module GFS_typedefs +DEBUG: Requested variable flag_for_shoc in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target GFS_Control%do_shoc in module GFS_typedefs +DEBUG: Requested variable flag_for_shoc in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%do_shoc in module GFS_typedefs +DEBUG: Requested variable flag_for_shoc in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%do_shoc in module GFS_typedefs +DEBUG: Requested variable flag_for_shoc in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_init matched to target GFS_Control%do_shoc in module GFS_typedefs +DEBUG: Requested variable flag_for_shoc in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%do_shoc in module GFS_typedefs +DEBUG: Requested variable flag_for_shoc in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%do_shoc in module GFS_typedefs +DEBUG: Requested variable flag_for_shoc in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Control%do_shoc in module GFS_typedefs +DEBUG: Requested variable flag_for_shoc in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%do_shoc in module GFS_typedefs +DEBUG: Requested variable flag_for_solar_constant in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%isol in module GFS_typedefs +DEBUG: Requested variable flag_for_solar_constant in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%isol in module GFS_typedefs +DEBUG: Requested variable flag_for_stochastic_shum_option in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%do_shum in module GFS_typedefs +DEBUG: Requested variable flag_for_stochastic_skeb_option in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%do_skeb in module GFS_typedefs +DEBUG: Requested variable flag_for_stochastic_surface_perturbations in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%do_sfcperts in module GFS_typedefs +DEBUG: Requested variable flag_for_stochastic_surface_physics_perturbations in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%do_sppt in module GFS_typedefs +DEBUG: Requested variable flag_for_stochastic_surface_physics_perturbations in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%do_sppt in module GFS_typedefs +DEBUG: Requested variable flag_for_stochastic_surface_physics_perturbations in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%do_sppt in module GFS_typedefs +DEBUG: Requested variable flag_for_surface_emissivity_control in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%iems in module GFS_typedefs +DEBUG: Requested variable flag_for_surface_emissivity_control in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%iems in module GFS_typedefs +DEBUG: Requested variable flag_for_surface_roughness_option_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Control%sfc_z0_type in module GFS_typedefs +DEBUG: Requested variable flag_for_sw_clouds_without_sub_grid_approximation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%isubc_sw in module GFS_typedefs +DEBUG: Requested variable flag_for_sw_clouds_without_sub_grid_approximation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%isubc_sw in module GFS_typedefs +DEBUG: Requested variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%out_dt in module CCPP_typedefs +DEBUG: Requested variable flag_for_the_last_step_of_k_split_remapping in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%last_step in module CCPP_typedefs +DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_using_climatology_albedo in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ialb in module GFS_typedefs +DEBUG: Requested variable flag_for_using_climatology_albedo in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%ialb in module GFS_typedefs +DEBUG: Requested variable flag_for_using_prescribed_global_mean_co2_value in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ico2 in module GFS_typedefs +DEBUG: Requested variable flag_for_using_prescribed_global_mean_co2_value in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%ico2 in module GFS_typedefs +DEBUG: Requested variable flag_for_vertical_index_direction_control in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%iflip in module GFS_typedefs +DEBUG: Requested variable flag_for_vertical_index_direction_control in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%iflip in module GFS_typedefs +DEBUG: Requested variable flag_for_wave_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Control%cplwav in module GFS_typedefs +DEBUG: Requested variable flag_for_wave_coupling_to_atm in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Control%cplwav2atm in module GFS_typedefs +DEBUG: Requested variable flag_for_wave_coupling_to_atm in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Control%cplwav2atm in module GFS_typedefs +DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs +DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs +DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs +DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs +DEBUG: Requested variable flag_for_ysu in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%do_ysu in module GFS_typedefs +DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs +DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs +DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs +DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs +DEBUG: Requested variable flag_for_zhao_carr_pdf_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_zhao_carr_pdf in module GFS_typedefs +DEBUG: Requested variable flag_for_zhao_carr_pdf_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics_zhao_carr_pdf in module GFS_typedefs +DEBUG: Requested variable flag_idealized_physics in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Control%lsidea in module GFS_typedefs +DEBUG: Requested variable flag_idealized_physics in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%lsidea in module GFS_typedefs +DEBUG: Requested variable flag_idealized_physics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%lsidea in module GFS_typedefs +DEBUG: Requested variable flag_idealized_physics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%lsidea in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_lake_surface_fraction in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%lake in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_lake_surface_fraction in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%lake in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_lsm_ruc_sfc_sice_pre SCHEME_lsm_ruc_sfc_sice_pre SUBROUTINE_lsm_ruc_sfc_sice_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_lsm_ruc_sfc_sice_post SCHEME_lsm_ruc_sfc_sice_post SUBROUTINE_lsm_ruc_sfc_sice_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_ocean_surface_fraction in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%ocean in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_ocean_surface_fraction in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%ocean in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_sea_ice_surface_fraction in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%icy in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_sea_ice_surface_fraction in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%icy in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_sea_ice_surface_fraction in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%icy in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_sea_ice_surface_fraction in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%icy in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_sea_ice_surface_fraction in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target GFS_Interstitial(cdata%thrd_no)%icy in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_sea_ice_surface_fraction in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%icy in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_sea_ice_surface_fraction in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Interstitial(cdata%thrd_no)%icy in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_sea_ice_surface_fraction in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%icy in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_sea_ice_surface_fraction in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%icy in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_sea_ice_surface_fraction in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%icy in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_sea_ice_surface_fraction in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run matched to target GFS_Interstitial(cdata%thrd_no)%icy in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_sfc_nst_pre SCHEME_sfc_nst_pre SUBROUTINE_sfc_nst_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_reset_maximum_hourly_fields in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Interstitial(cdata%thrd_no)%reset in module GFS_typedefs +DEBUG: Requested variable flag_reset_maximum_hourly_fields in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Interstitial(cdata%thrd_no)%reset in module GFS_typedefs +DEBUG: Requested variable flag_shallow_convective_cloud in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%shcnvcw in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_rte SCHEME_rrtmgp_lw_rte SUBROUTINE_rrtmgp_lw_rte_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_cloud_sampling SCHEME_rrtmgp_lw_cloud_sampling SUBROUTINE_rrtmgp_lw_cloud_sampling_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmgp_sw_cloud_sampling SCHEME_rrtmgp_sw_cloud_sampling SUBROUTINE_rrtmgp_sw_cloud_sampling_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable forecast_date_and_time in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%jdat in module GFS_typedefs +DEBUG: Requested variable forecast_date_and_time in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%jdat in module GFS_typedefs +DEBUG: Requested variable forecast_date_and_time in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%jdat in module GFS_typedefs +DEBUG: Requested variable forecast_hour_of_the_day in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%solhr in module GFS_typedefs +DEBUG: Requested variable forecast_hour_of_the_day in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Control%solhr in module GFS_typedefs +DEBUG: Requested variable forecast_hour_of_the_day in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%solhr in module GFS_typedefs +DEBUG: Requested variable forecast_time in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Control%fhour in module GFS_typedefs +DEBUG: Requested variable forecast_time in MODULE_cu_gf_driver_pre SCHEME_cu_gf_driver_pre SUBROUTINE_cu_gf_driver_pre_run matched to target GFS_Control%fhour in module GFS_typedefs +DEBUG: Requested variable forecast_time in MODULE_cu_ntiedtke_pre SCHEME_cu_ntiedtke_pre SUBROUTINE_cu_ntiedtke_pre_run matched to target GFS_Control%fhour in module GFS_typedefs +DEBUG: Requested variable forecast_time in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%fhour in module GFS_typedefs +DEBUG: Requested variable forecast_time_at_previous_timestep in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%phour in module GFS_typedefs +DEBUG: Requested variable fraction_of_cellular_automata_for_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Data(cdata%blk_no)%Coupling%ca_deep in module GFS_typedefs +DEBUG: Requested variable fraction_of_cellular_automata_for_deep_convection in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%ca_deep in module GFS_typedefs +DEBUG: Requested variable fraction_of_convective_cloud in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Data(cdata%blk_no)%Cldprop%cv in module GFS_typedefs +DEBUG: Requested variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clx in module GFS_typedefs +DEBUG: Requested variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%clx in module GFS_typedefs +DEBUG: Requested variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%clx in module GFS_typedefs +DEBUG: Requested variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%clx in module GFS_typedefs +DEBUG: Requested variable fraction_of_ice_water_cloud in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%f_ice in module GFS_typedefs +DEBUG: Requested variable fraction_of_ice_water_cloud in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Interstitial(cdata%thrd_no)%f_ice in module GFS_typedefs +DEBUG: Requested variable fraction_of_ice_water_cloud in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Interstitial(cdata%thrd_no)%f_ice in module GFS_typedefs +DEBUG: Requested variable fraction_of_rain_water_cloud in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%f_rain in module GFS_typedefs +DEBUG: Requested variable fraction_of_rain_water_cloud in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Interstitial(cdata%thrd_no)%f_rain in module GFS_typedefs +DEBUG: Requested variable fraction_of_rain_water_cloud in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Interstitial(cdata%thrd_no)%f_rain in module GFS_typedefs +DEBUG: Requested variable freezing_point_temperature_of_seawater in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_tice in module GFS_typedefs +DEBUG: Requested variable freezing_point_temperature_of_seawater in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target con_tice in module GFS_typedefs +DEBUG: Requested variable freezing_point_temperature_of_seawater in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target con_tice in module GFS_typedefs +DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%fhswr in module GFS_typedefs +DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%fhswr in module GFS_typedefs +DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%fhswr in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constants_for_multi_gases_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target CCPP_interstitial%rilist in module CCPP_typedefs +DEBUG: Requested variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%qvi in module CCPP_typedefs +DEBUG: Requested variable geopotential in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_get_phi_fv3 SCHEME_get_phi_fv3 SUBROUTINE_get_phi_fv3_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_get_prs_fv3 SCHEME_get_prs_fv3 SUBROUTINE_get_prs_fv3_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_get_phi_fv3 SCHEME_get_phi_fv3 SUBROUTINE_get_phi_fv3_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature in MODULE_get_prs_fv3 SCHEME_get_prs_fv3 SUBROUTINE_get_prs_fv3_run matched to target GFS_Interstitial(cdata%thrd_no)%del_gz in module GFS_typedefs +DEBUG: Requested variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature in MODULE_get_phi_fv3 SCHEME_get_phi_fv3 SUBROUTINE_get_phi_fv3_run matched to target GFS_Interstitial(cdata%thrd_no)%del_gz in module GFS_typedefs +DEBUG: Requested variable graupel_mixing_ratio_updated_by_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntgl) in module GFS_typedefs +DEBUG: Requested variable graupel_mixing_ratio_updated_by_physics in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntgl) in module GFS_typedefs +DEBUG: Requested variable graupel_mixing_ratio_updated_by_physics in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntgl) in module GFS_typedefs +DEBUG: Requested variable graupel_mixing_ratio_updated_by_physics in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntgl) in module GFS_typedefs +DEBUG: Requested variable graupel_mixing_ratio_updated_by_physics in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntgl) in module GFS_typedefs +DEBUG: Requested variable graupel_precipitation_rate_from_previous_timestep in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%dgraupelprv in module GFS_typedefs +DEBUG: Requested variable graupel_precipitation_rate_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%dgraupelprv in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%ctei_rml in module GFS_typedefs +DEBUG: Requested variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Interstitial(cdata%thrd_no)%work1 in module GFS_typedefs +DEBUG: Requested variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%work1 in module GFS_typedefs +DEBUG: Requested variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%work1 in module GFS_typedefs +DEBUG: Requested variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Interstitial(cdata%thrd_no)%work1 in module GFS_typedefs +DEBUG: Requested variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%work1 in module GFS_typedefs +DEBUG: Requested variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%work1 in module GFS_typedefs +DEBUG: Requested variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%work2 in module GFS_typedefs +DEBUG: Requested variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%work2 in module GFS_typedefs +DEBUG: Requested variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Interstitial(cdata%thrd_no)%work2 in module GFS_typedefs +DEBUG: Requested variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%work2 in module GFS_typedefs +DEBUG: Requested variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%work2 in module GFS_typedefs +DEBUG: Requested variable h2o_forcing in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Data(cdata%blk_no)%Tbd%h2opl in module GFS_typedefs +DEBUG: Requested variable height_above_ground_at_lowest_model_layer in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zlvl in module GFS_typedefs +DEBUG: Requested variable height_above_ground_at_lowest_model_layer in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zlvl in module GFS_typedefs +DEBUG: Requested variable height_above_ground_at_lowest_model_layer in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zlvl in module GFS_typedefs +DEBUG: Requested variable height_above_ground_at_lowest_model_layer in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zlvl in module GFS_typedefs +DEBUG: Requested variable height_above_ground_at_lowest_model_layer in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zlvl in module GFS_typedefs +DEBUG: Requested variable height_of_launch_level_of_orographic_gravity_wave in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%zogw in module GFS_typedefs +DEBUG: Requested variable height_of_launch_level_of_orographic_gravity_wave in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%zogw in module GFS_typedefs +DEBUG: Requested variable height_of_low_level_wave_breaking in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%zlwb in module GFS_typedefs +DEBUG: Requested variable height_of_low_level_wave_breaking in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%zlwb in module GFS_typedefs +DEBUG: Requested variable height_of_mountain_blocking in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%zmtb in module GFS_typedefs +DEBUG: Requested variable height_of_mountain_blocking in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%zmtb in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_cs_conv_post SCHEME_cs_conv_post SUBROUTINE_cs_conv_post_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_get_prs_fv3 SCHEME_get_prs_fv3 SUBROUTINE_get_prs_fv3_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_get_phi_fv3 SCHEME_get_phi_fv3 SUBROUTINE_get_phi_fv3_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_mynnrad_post SCHEME_mynnrad_post SUBROUTINE_mynnrad_post_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_index_of_printed_column in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Interstitial(cdata%thrd_no)%ipr in module GFS_typedefs +DEBUG: Requested variable horizontal_index_of_printed_column in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%ipr in module GFS_typedefs +DEBUG: Requested variable horizontal_index_of_printed_column in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%ipr in module GFS_typedefs +DEBUG: Requested variable horizontal_index_of_printed_column in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%ipr in module GFS_typedefs +DEBUG: Requested variable horizontal_index_of_printed_column in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Interstitial(cdata%thrd_no)%ipr in module GFS_typedefs +DEBUG: Requested variable horizontal_index_of_printed_column in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%ipr in module GFS_typedefs +DEBUG: Requested variable horizontal_index_of_printed_column in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%ipr in module GFS_typedefs +DEBUG: Requested variable horizontal_index_of_printed_column in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%ipr in module GFS_typedefs +DEBUG: Requested variable horizontal_index_of_printed_column in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Interstitial(cdata%thrd_no)%ipr in module GFS_typedefs +DEBUG: Requested variable horizontal_index_of_printed_column in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%ipr in module GFS_typedefs +DEBUG: Requested variable horizontal_index_of_printed_column in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%ipr in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_cu_gf_driver_post SCHEME_cu_gf_driver_post SUBROUTINE_cu_gf_driver_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmgp_lw_rte SCHEME_rrtmgp_lw_rte SUBROUTINE_rrtmgp_lw_rte_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmgp_lw_cloud_sampling SCHEME_rrtmgp_lw_cloud_sampling SUBROUTINE_rrtmgp_lw_cloud_sampling_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_init matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_sfc_nst_pre SCHEME_sfc_nst_pre SUBROUTINE_sfc_nst_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_lsm_ruc_sfc_sice_pre SCHEME_lsm_ruc_sfc_sice_pre SUBROUTINE_lsm_ruc_sfc_sice_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_lsm_ruc_sfc_sice_post SCHEME_lsm_ruc_sfc_sice_post SUBROUTINE_lsm_ruc_sfc_sice_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_mynnrad_post SCHEME_mynnrad_post SUBROUTINE_mynnrad_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_surface_loop_control_part1 SCHEME_GFS_surface_loop_control_part1 SUBROUTINE_GFS_surface_loop_control_part1_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmgp_sw_cloud_sampling SCHEME_rrtmgp_sw_cloud_sampling SUBROUTINE_rrtmgp_sw_cloud_sampling_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable ice_fraction_in_convective_tower in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_fice in module GFS_typedefs +DEBUG: Requested variable ice_fraction_in_convective_tower in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_fice in module GFS_typedefs +DEBUG: Requested variable ice_fraction_in_convective_tower in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_fice in module GFS_typedefs +DEBUG: Requested variable ice_fraction_in_convective_tower in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_fice in module GFS_typedefs +DEBUG: Requested variable ice_fraction_in_convective_tower in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_fice in module GFS_typedefs +DEBUG: Requested variable ice_precipitation_rate_from_previous_timestep in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%diceprv in module GFS_typedefs +DEBUG: Requested variable ice_precipitation_rate_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%diceprv in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_convective_transport_tracer in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,1) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_convective_transport_tracer in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,1) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_convective_transport_tracer in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,1) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_convective_transport_tracer in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,1) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_convective_transport_tracer in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,1) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_convective_transport_tracer in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,1) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_convective_transport_tracer in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,1) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_save in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_save in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_save in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_save in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_save in MODULE_mynnrad_post SCHEME_mynnrad_post SUBROUTINE_mynnrad_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable index_for_cloud_amount in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntclamt in module GFS_typedefs +DEBUG: Requested variable index_for_cloud_amount in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntclamt in module GFS_typedefs +DEBUG: Requested variable index_for_cloud_amount in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%ntclamt in module GFS_typedefs +DEBUG: Requested variable index_for_diagnostic_printout in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%ipt in module GFS_typedefs +DEBUG: Requested variable index_for_first_chemical_tracer in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntchs in module GFS_typedefs +DEBUG: Requested variable index_for_first_chemical_tracer in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntchs in module GFS_typedefs +DEBUG: Requested variable index_for_graupel in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%ntgl in module GFS_typedefs +DEBUG: Requested variable index_for_graupel in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntgl in module GFS_typedefs +DEBUG: Requested variable index_for_graupel in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntgl in module GFS_typedefs +DEBUG: Requested variable index_for_graupel in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%ntgl in module GFS_typedefs +DEBUG: Requested variable index_for_graupel in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntgl in module GFS_typedefs +DEBUG: Requested variable index_for_graupel in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntgl in module GFS_typedefs +DEBUG: Requested variable index_for_graupel in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntgl in module GFS_typedefs +DEBUG: Requested variable index_for_graupel_number_concentration in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntgnc in module GFS_typedefs +DEBUG: Requested variable index_for_graupel_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntgnc in module GFS_typedefs +DEBUG: Requested variable index_for_graupel_number_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntgnc in module GFS_typedefs +DEBUG: Requested variable index_for_graupel_number_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntgnc in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%ntiw in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%ntiw in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntiw in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntiw in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run matched to target GFS_Control%ntiw in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%ntiw in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntiw in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntiw in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntiw in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%ntiw in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate_vertical_diffusion_tracer in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%ntiwx in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate_vertical_diffusion_tracer in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%ntiwx in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntinc in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntinc in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntinc in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntinc in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntinc in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%ntinc in module GFS_typedefs +DEBUG: Requested variable index_for_ice_friendly_aerosols in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntia in module GFS_typedefs +DEBUG: Requested variable index_for_ice_friendly_aerosols in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntia in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntlnc in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntlnc in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntlnc in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntlnc in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntlnc in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%ntlnc in module GFS_typedefs +DEBUG: Requested variable index_for_mass_weighted_rime_factor in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%nqrimef in module GFS_typedefs +DEBUG: Requested variable index_for_mass_weighted_rime_factor in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%nqrimef in module GFS_typedefs +DEBUG: Requested variable index_for_ozone in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntoz in module GFS_typedefs +DEBUG: Requested variable index_for_ozone in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntoz in module GFS_typedefs +DEBUG: Requested variable index_for_ozone in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ntoz in module GFS_typedefs +DEBUG: Requested variable index_for_ozone in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%ntoz in module GFS_typedefs +DEBUG: Requested variable index_for_rain_number_concentration in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntrnc in module GFS_typedefs +DEBUG: Requested variable index_for_rain_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntrnc in module GFS_typedefs +DEBUG: Requested variable index_for_rain_number_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntrnc in module GFS_typedefs +DEBUG: Requested variable index_for_rain_number_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntrnc in module GFS_typedefs +DEBUG: Requested variable index_for_rain_water in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%ntrw in module GFS_typedefs +DEBUG: Requested variable index_for_rain_water in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntrw in module GFS_typedefs +DEBUG: Requested variable index_for_rain_water in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntrw in module GFS_typedefs +DEBUG: Requested variable index_for_rain_water in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%ntrw in module GFS_typedefs +DEBUG: Requested variable index_for_rain_water in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntrw in module GFS_typedefs +DEBUG: Requested variable index_for_rain_water in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntrw in module GFS_typedefs +DEBUG: Requested variable index_for_rain_water in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntrw in module GFS_typedefs +DEBUG: Requested variable index_for_snow_number_concentration in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntsnc in module GFS_typedefs +DEBUG: Requested variable index_for_snow_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntsnc in module GFS_typedefs +DEBUG: Requested variable index_for_snow_number_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntsnc in module GFS_typedefs +DEBUG: Requested variable index_for_snow_number_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntsnc in module GFS_typedefs +DEBUG: Requested variable index_for_snow_water in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%ntsw in module GFS_typedefs +DEBUG: Requested variable index_for_snow_water in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntsw in module GFS_typedefs +DEBUG: Requested variable index_for_snow_water in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntsw in module GFS_typedefs +DEBUG: Requested variable index_for_snow_water in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%ntsw in module GFS_typedefs +DEBUG: Requested variable index_for_snow_water in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntsw in module GFS_typedefs +DEBUG: Requested variable index_for_snow_water in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntsw in module GFS_typedefs +DEBUG: Requested variable index_for_snow_water in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntsw in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%ntke in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%ntke in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntke in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntke in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%ntke in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy_convective_transport_tracer in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%ntk in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy_convective_transport_tracer in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%ntk in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy_convective_transport_tracer in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%ntk in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%ntkev in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%ntkev in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%ntkev in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ntkev in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%ntkev in module GFS_typedefs +DEBUG: Requested variable index_for_water_friendly_aerosols in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntwa in module GFS_typedefs +DEBUG: Requested variable index_for_water_friendly_aerosols in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntwa in module GFS_typedefs +DEBUG: Requested variable index_for_water_vapor in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntqv in module GFS_typedefs +DEBUG: Requested variable index_for_water_vapor in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntqv in module GFS_typedefs +DEBUG: Requested variable index_for_water_vapor in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntqv in module GFS_typedefs +DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs +DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs +DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs +DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs +DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs +DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs +DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs +DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_cu_gf_driver_pre SCHEME_cu_gf_driver_pre SUBROUTINE_cu_gf_driver_pre_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_cu_ntiedtke_pre SCHEME_cu_ntiedtke_pre SUBROUTINE_cu_ntiedtke_pre_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_detrainment_convective_mass_flux in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%dt_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_detrainment_convective_mass_flux in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%dt_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_detrainment_convective_mass_flux in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%dt_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_detrainment_convective_mass_flux in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%dt_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_detrainment_convective_mass_flux in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%dt_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_detrainment_convective_mass_flux in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%dt_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_detrainment_convective_mass_flux in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%dt_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_detrainment_convective_mass_flux in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%dt_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_detrainment_convective_mass_flux in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dt_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_downdraft_convective_mass_flux in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%dd_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_downdraft_convective_mass_flux in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%dd_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_downdraft_convective_mass_flux in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%dd_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_downdraft_convective_mass_flux in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%dd_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_downdraft_convective_mass_flux in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%dd_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_downdraft_convective_mass_flux in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%dd_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_downdraft_convective_mass_flux in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dd_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_heat_diffusivity in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dkt in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_updraft_convective_mass_flux in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%ud_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_updraft_convective_mass_flux in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%ud_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_updraft_convective_mass_flux in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%ud_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_updraft_convective_mass_flux in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%ud_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_updraft_convective_mass_flux in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%ud_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_updraft_convective_mass_flux in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%ud_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_updraft_convective_mass_flux in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%ud_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_updraft_convective_mass_flux in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%ud_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_updraft_convective_mass_flux in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ud_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt_mtb in module GFS_typedefs +DEBUG: Requested variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt_mtb in module GFS_typedefs +DEBUG: Requested variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt_ogw in module GFS_typedefs +DEBUG: Requested variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt_ogw in module GFS_typedefs +DEBUG: Requested variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt_tms in module GFS_typedefs +DEBUG: Requested variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt_tms in module GFS_typedefs +DEBUG: Requested variable instantaneous_cosine_of_zenith_angle in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%xcosz in module GFS_typedefs +DEBUG: Requested variable instantaneous_cosine_of_zenith_angle in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%xcosz in module GFS_typedefs +DEBUG: Requested variable instantaneous_cosine_of_zenith_angle in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%xcosz in module GFS_typedefs +DEBUG: Requested variable instantaneous_cosine_of_zenith_angle in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%xcosz in module GFS_typedefs +DEBUG: Requested variable instantaneous_cosine_of_zenith_angle in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%xcosz in module GFS_typedefs +DEBUG: Requested variable instantaneous_momentum_flux_due_to_mountain_blocking_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tau_mtb in module GFS_typedefs +DEBUG: Requested variable instantaneous_momentum_flux_due_to_mountain_blocking_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%tau_mtb in module GFS_typedefs +DEBUG: Requested variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tau_ngw in module GFS_typedefs +DEBUG: Requested variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%tau_ngw in module GFS_typedefs +DEBUG: Requested variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tau_ogw in module GFS_typedefs +DEBUG: Requested variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%tau_ogw in module GFS_typedefs +DEBUG: Requested variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tau_tofd in module GFS_typedefs +DEBUG: Requested variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%tau_tofd in module GFS_typedefs +DEBUG: Requested variable instantaneous_specific_humidity_at_2m_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%q2mi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_air_pressure_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%psurfi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dnirdfi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvisdfi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dnirbmi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvisbmi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_downwelling_longwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dlwsfci_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_downwelling_shortwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dswsfci_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_ground_heat_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%gfluxi in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nnirdfi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nvisdfi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nnirbmi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nvisbmi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_net_downward_longwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nlwsfci_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_net_downward_shortwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nswsfci_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_potential_evaporation in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%epi in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_skin_temperature_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%tsfci_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dqsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%dqsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%dqsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dqsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%dqsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dqsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dqsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dqsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dqsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%dqsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux_for_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dqsfci_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux_for_diag in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dqsfci in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux_for_diag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dqsfci in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dtsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%dtsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%dtsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dtsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%dtsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dtsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dtsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dtsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dtsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%dtsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%ushfsfci in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux_for_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dtsfci_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux_for_diag in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dtsfci in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux_for_diag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dtsfci in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux_for_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dusfci_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux_for_diag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dusfci in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux_for_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvsfci_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux_for_diag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dvsfci in module GFS_typedefs +DEBUG: Requested variable instantaneous_temperature_at_2m_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%t2mi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Data(cdata%blk_no)%Coupling%dqdti in module GFS_typedefs +DEBUG: Requested variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dqdti in module GFS_typedefs +DEBUG: Requested variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%dqdti in module GFS_typedefs +DEBUG: Requested variable instantaneous_x_stress_due_to_gravity_wave_drag in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_x_stress_due_to_gravity_wave_drag in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_x_stress_due_to_gravity_wave_drag in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_x_stress_due_to_gravity_wave_drag in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_x_stress_due_to_gravity_wave_drag in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_x_stress_due_to_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_x_wind_at_10m_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%u10mi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_y_stress_due_to_gravity_wave_drag in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_y_stress_due_to_gravity_wave_drag in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_y_stress_due_to_gravity_wave_drag in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_y_stress_due_to_gravity_wave_drag in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_y_stress_due_to_gravity_wave_drag in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_y_stress_due_to_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_y_wind_at_10m_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%v10mi_cpl in module GFS_typedefs +DEBUG: Requested variable inverse_scaling_factor_for_critical_relative_humidity in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Control%dxinv in module GFS_typedefs +DEBUG: Requested variable inverse_scaling_factor_for_critical_relative_humidity in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%dxinv in module GFS_typedefs +DEBUG: Requested variable iounit_log in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target GFS_Control%logunit in module GFS_typedefs +DEBUG: Requested variable iounit_log in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%logunit in module GFS_typedefs +DEBUG: Requested variable iounit_namelist in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_init matched to target GFS_Control%nlunit in module GFS_typedefs +DEBUG: Requested variable iounit_namelist in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target GFS_Control%nlunit in module GFS_typedefs +DEBUG: Requested variable iounit_namelist in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_init matched to target GFS_Control%nlunit in module GFS_typedefs +DEBUG: Requested variable iounit_namelist in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_init matched to target GFS_Control%nlunit in module GFS_typedefs +DEBUG: Requested variable iounit_namelist in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%nlunit in module GFS_typedefs +DEBUG: Requested variable julian_day in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Control%julian in module GFS_typedefs +DEBUG: Requested variable julian_day in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%julian in module GFS_typedefs +DEBUG: Requested variable kappa_dry_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%akap in module CCPP_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Interstitial(cdata%thrd_no)%evap in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%evap in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%evap in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%evap in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%evap in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%evap in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%evap_ice in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_over_ice in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%evap_ice in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%evap_ice in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%evap_land in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%evap_land in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%evap_land in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%evap_land in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_over_ocean in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%evap_ocean in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%evap_ocean in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%evap_ocean in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_over_ocean in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%evap_ocean in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx_ice in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_over_ice in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx_ice in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx_ice in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx_land in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx_land in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx_land in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx_land in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_over_ocean in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx_ocean in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx_ocean in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx_ocean in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_over_ocean in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx_ocean in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable lake_area_fraction in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%lakefrac in module GFS_typedefs +DEBUG: Requested variable lake_area_fraction in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%lakefrac in module GFS_typedefs +DEBUG: Requested variable lake_area_fraction in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%lakefrac in module GFS_typedefs +DEBUG: Requested variable lake_area_fraction in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%lakefrac in module GFS_typedefs +DEBUG: Requested variable lake_ice_minimum in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Control%min_lakeice in module GFS_typedefs +DEBUG: Requested variable lake_ice_minimum in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Control%min_lakeice in module GFS_typedefs +DEBUG: Requested variable land_area_fraction in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%landfrac in module GFS_typedefs +DEBUG: Requested variable land_area_fraction in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%landfrac in module GFS_typedefs +DEBUG: Requested variable land_area_fraction in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%landfrac in module GFS_typedefs +DEBUG: Requested variable land_area_fraction in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%landfrac in module GFS_typedefs +DEBUG: Requested variable land_area_fraction_for_microphysics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Interstitial(cdata%thrd_no)%frland in module GFS_typedefs +DEBUG: Requested variable land_area_fraction_for_microphysics in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%frland in module GFS_typedefs +DEBUG: Requested variable land_area_fraction_for_microphysics in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%frland in module GFS_typedefs +DEBUG: Requested variable land_area_fraction_for_microphysics in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%frland in module GFS_typedefs +DEBUG: Requested variable largest_cloud_top_vertical_index_encountered_thus_far in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Data(cdata%blk_no)%Tbd%acvt in module GFS_typedefs +DEBUG: Requested variable latent_heat_flux_fraction_factor_relative_to_sensible_heat_flux in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%e0fac in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_fusion_of_water_at_0C in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target con_hfus in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_fusion_of_water_at_0C in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target con_hfus in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_fusion_of_water_at_0C in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init matched to target con_hfus in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_fusion_of_water_at_0C in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target con_hfus in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_fusion_of_water_at_0C in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target con_hfus in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_fusion_of_water_at_0C in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target con_hfus in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_fusion_of_water_at_0C in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_hfus in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude_degree in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat_d in module GFS_typedefs +DEBUG: Requested variable layer_pressure_thickness_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%delr in module GFS_typedefs +DEBUG: Requested variable layer_pressure_thickness_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%delr in module GFS_typedefs +DEBUG: Requested variable layer_pressure_thickness_for_radiation in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%delr in module GFS_typedefs +DEBUG: Requested variable layer_pressure_thickness_for_radiation in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%delr in module GFS_typedefs +DEBUG: Requested variable layer_thickness_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%dzlyr in module GFS_typedefs +DEBUG: Requested variable layer_thickness_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%dzlyr in module GFS_typedefs +DEBUG: Requested variable layer_thickness_for_radiation in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%dzlyr in module GFS_typedefs +DEBUG: Requested variable level_of_dividing_streamline in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zmtnblck in module GFS_typedefs +DEBUG: Requested variable level_of_dividing_streamline in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zmtnblck in module GFS_typedefs +DEBUG: Requested variable level_of_dividing_streamline in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zmtnblck in module GFS_typedefs +DEBUG: Requested variable level_of_dividing_streamline in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zmtnblck in module GFS_typedefs +DEBUG: Requested variable log_pressure_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%peln in module CCPP_typedefs +DEBUG: Requested variable longitude in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable lw_fluxes_sfc in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcflw in module GFS_typedefs +DEBUG: Requested variable lw_fluxes_top_atmosphere in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topflw in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_convective_precipitation_amount_for_coupling in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%rainc_cpl in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%raincprv in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%raincprv in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%rainc in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Data(cdata%blk_no)%Intdiag%rainc in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%rainc in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%rainc in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%rainc in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_deep_convective_precipitation_amount in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%raincd in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_deep_convective_precipitation_amount in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%raincd in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_deep_convective_precipitation_amount in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%raincd in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_deep_convective_precipitation_amount in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%raincd in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_deep_convective_precipitation_amount in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%raincd in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_deep_convective_precipitation_amount in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%raincd in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_deep_convective_precipitation_amount in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%raincd in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_precipitation_amount in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Interstitial(cdata%thrd_no)%prcpmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_precipitation_amount in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Interstitial(cdata%thrd_no)%prcpmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_precipitation_amount in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Interstitial(cdata%thrd_no)%prcpmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_precipitation_amount in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%prcpmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_precipitation_amount in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%prcpmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_precipitation_amount in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Interstitial(cdata%thrd_no)%prcpmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_precipitation_amount in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Interstitial(cdata%thrd_no)%prcpmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_rain_amount in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Interstitial(cdata%thrd_no)%rainmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_rain_amount in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%rainmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_rain_amount in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Interstitial(cdata%thrd_no)%rainmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%rainncprv in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%rainncprv in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_graupel_amount in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Interstitial(cdata%thrd_no)%graupelmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_graupel_amount in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%graupelmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_graupel_amount in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Interstitial(cdata%thrd_no)%graupelmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_graupel_amount_from_previous_timestep in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%graupelprv in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_graupel_amount_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%graupelprv in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_graupel_amount_on_dynamics_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%graupel in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_graupel_amount_on_dynamics_timestep in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%graupel in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_ice_amount in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Interstitial(cdata%thrd_no)%icemp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_ice_amount in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%icemp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_ice_amount in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Interstitial(cdata%thrd_no)%icemp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_ice_amount_from_previous_timestep in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%iceprv in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_ice_amount_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%iceprv in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_ice_amount_on_dynamics_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%ice in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_ice_amount_on_dynamics_timestep in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%ice in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_precipitation_amount_for_coupling in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%rain_cpl in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_precipitation_amount_for_coupling in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%rain_cpl in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_precipitation_amount_for_coupling in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Coupling%rain_cpl in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%rain in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%rain in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Intdiag%rain in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_shallow_convective_precipitation_amount in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%raincs in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_shallow_convective_precipitation_amount in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%raincs in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_shallow_convective_precipitation_amount in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%raincs in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_snow_amount in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Interstitial(cdata%thrd_no)%snowmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_snow_amount in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%snowmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_snow_amount in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Interstitial(cdata%thrd_no)%snowmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_snow_amount_for_coupling in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%snow_cpl in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_snow_amount_for_coupling in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%snow_cpl in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_snow_amount_for_coupling in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Coupling%snow_cpl in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_snow_amount_from_previous_timestep in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowprv in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_snow_amount_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowprv in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_snow_amount_on_dynamics_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%snow in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_snow_amount_on_dynamics_timestep in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%snow in module GFS_typedefs +DEBUG: Requested variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%pertzt in module GFS_typedefs +DEBUG: Requested variable magnitude_of_perturbation_of_leaf_area_index in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%pertlai in module GFS_typedefs +DEBUG: Requested variable magnitude_of_perturbation_of_momentum_roughness_length in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%pertz0 in module GFS_typedefs +DEBUG: Requested variable magnitude_of_perturbation_of_soil_type_b_parameter in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%pertshc in module GFS_typedefs +DEBUG: Requested variable magnitude_of_perturbation_of_vegetation_fraction in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Control%pertvegf in module GFS_typedefs +DEBUG: Requested variable magnitude_of_perturbation_of_vegetation_fraction in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%pertvegf in module GFS_typedefs +DEBUG: Requested variable mass_fraction_of_convective_cloud_ice in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%qicn in module GFS_typedefs +DEBUG: Requested variable mass_fraction_of_convective_cloud_ice in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%qicn in module GFS_typedefs +DEBUG: Requested variable mass_fraction_of_convective_cloud_ice in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%qicn in module GFS_typedefs +DEBUG: Requested variable mass_fraction_of_convective_cloud_ice in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%qicn in module GFS_typedefs +DEBUG: Requested variable mass_fraction_of_convective_cloud_ice in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%qicn in module GFS_typedefs +DEBUG: Requested variable mass_fraction_of_convective_cloud_liquid_water in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%qlcn in module GFS_typedefs +DEBUG: Requested variable mass_fraction_of_convective_cloud_liquid_water in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%qlcn in module GFS_typedefs +DEBUG: Requested variable mass_fraction_of_convective_cloud_liquid_water in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%qlcn in module GFS_typedefs +DEBUG: Requested variable mass_fraction_of_convective_cloud_liquid_water in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%qlcn in module GFS_typedefs +DEBUG: Requested variable mass_fraction_of_convective_cloud_liquid_water in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%qlcn in module GFS_typedefs +DEBUG: Requested variable maximum_critical_relative_humidity in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%rhcmax in module GFS_typedefs +DEBUG: Requested variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%refdmax in module GFS_typedefs +DEBUG: Requested variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%refdmax263k in module GFS_typedefs +DEBUG: Requested variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%rh02max in module GFS_typedefs +DEBUG: Requested variable maximum_specific_humidity_at_2m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%spfhmax in module GFS_typedefs +DEBUG: Requested variable maximum_subgrid_orography in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%elvmax in module GFS_typedefs +DEBUG: Requested variable maximum_subgrid_orography in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%elvmax in module GFS_typedefs +DEBUG: Requested variable maximum_subgrid_orography in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%elvmax in module GFS_typedefs +DEBUG: Requested variable maximum_subgrid_orography in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%elvmax in module GFS_typedefs +DEBUG: Requested variable maximum_temperature_at_2m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%tmpmax in module GFS_typedefs +DEBUG: Requested variable maximum_temperature_at_2m_over_maximum_hourly_time_interval in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%t02max in module GFS_typedefs +DEBUG: Requested variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10max in module GFS_typedefs +DEBUG: Requested variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10max in module GFS_typedefs +DEBUG: Requested variable maximum_vegetation_area_fraction in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%shdmax in module GFS_typedefs +DEBUG: Requested variable maximum_vegetation_area_fraction in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%shdmax in module GFS_typedefs +DEBUG: Requested variable maximum_vegetation_area_fraction in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%shdmax in module GFS_typedefs +DEBUG: Requested variable maximum_vegetation_area_fraction in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%shdmax in module GFS_typedefs +DEBUG: Requested variable maximum_wind_at_10m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%wind10mmax in module GFS_typedefs +DEBUG: Requested variable maximum_wind_at_10m_over_maximum_hourly_time_interval in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%spd10max in module GFS_typedefs +DEBUG: Requested variable maximum_x_wind_at_10m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10mmax in module GFS_typedefs +DEBUG: Requested variable maximum_y_wind_at_10m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10mmax in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_ice_cloud in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,5) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_ice_cloud in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,5) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_ice_cloud in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,5) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_ice_cloud in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,5) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_ice_cloud in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,5) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_ice_cloud in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,5) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_ice_cloud in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,5) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_liquid_cloud in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,3) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_liquid_cloud in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,3) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_liquid_cloud in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,3) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_liquid_cloud in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,3) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_liquid_cloud in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,3) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_liquid_cloud in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,3) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_liquid_cloud in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,3) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_rain_drop in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,7) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_rain_drop in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,7) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_rain_drop in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,7) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_rain_drop in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,7) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_rain_drop in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,7) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_rain_drop in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,7) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,9) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,9) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,9) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,9) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,9) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,9) in module GFS_typedefs +DEBUG: Requested variable minimum_large_ice_fraction in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%flgmin in module GFS_typedefs +DEBUG: Requested variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%rh02min in module GFS_typedefs +DEBUG: Requested variable minimum_scaling_factor_for_critical_relative_humidity in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Control%dxmin in module GFS_typedefs +DEBUG: Requested variable minimum_scaling_factor_for_critical_relative_humidity in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%dxmin in module GFS_typedefs +DEBUG: Requested variable minimum_sea_ice_concentration in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target cimin in module GFS_typedefs +DEBUG: Requested variable minimum_specific_humidity_at_2m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%spfhmin in module GFS_typedefs +DEBUG: Requested variable minimum_temperature_at_2m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%tmpmin in module GFS_typedefs +DEBUG: Requested variable minimum_temperature_at_2m_over_maximum_hourly_time_interval in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%t02min in module GFS_typedefs +DEBUG: Requested variable minimum_vegetation_area_fraction in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%shdmin in module GFS_typedefs +DEBUG: Requested variable minimum_vegetation_area_fraction in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%shdmin in module GFS_typedefs +DEBUG: Requested variable minimum_vegetation_area_fraction in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%shdmin in module GFS_typedefs +DEBUG: Requested variable model_layer_number_at_cloud_base in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%mbota in module GFS_typedefs +DEBUG: Requested variable model_layer_number_at_cloud_base in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%mbota in module GFS_typedefs +DEBUG: Requested variable model_layer_number_at_cloud_base in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%mbota in module GFS_typedefs +DEBUG: Requested variable model_layer_number_at_cloud_base in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%mbota in module GFS_typedefs +DEBUG: Requested variable model_layer_number_at_cloud_base in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%mbota in module GFS_typedefs +DEBUG: Requested variable model_layer_number_at_cloud_top in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%mtopa in module GFS_typedefs +DEBUG: Requested variable model_layer_number_at_cloud_top in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%mtopa in module GFS_typedefs +DEBUG: Requested variable model_layer_number_at_cloud_top in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%mtopa in module GFS_typedefs +DEBUG: Requested variable model_layer_number_at_cloud_top in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%mtopa in module GFS_typedefs +DEBUG: Requested variable model_layer_number_at_cloud_top in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%mtopa in module GFS_typedefs +DEBUG: Requested variable momentum_transport_reduction_factor_pgf_deep_convection in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%pgcon_deep in module GFS_typedefs +DEBUG: Requested variable momentum_transport_reduction_factor_pgf_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%pgcon_deep in module GFS_typedefs +DEBUG: Requested variable momentum_transport_reduction_factor_pgf_shallow_convection in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%pgcon_shal in module GFS_typedefs +DEBUG: Requested variable momentum_transport_reduction_factor_pgf_shallow_convection in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%pgcon_shal in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target CCPP_interstitial%mpirank in module CCPP_typedefs +DEBUG: Requested variable mpi_root in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_init matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_init matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_init matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_init matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_init matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_init matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target CCPP_interstitial%mpiroot in module CCPP_typedefs +DEBUG: Requested variable multiplication_factors_for_convective_gravity_wave_drag in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Control%cgwf in module GFS_typedefs +DEBUG: Requested variable multiplication_factors_for_convective_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%cgwf in module GFS_typedefs +DEBUG: Requested variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Control%cdmbgwd in module GFS_typedefs +DEBUG: Requested variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Control%cdmbgwd in module GFS_typedefs +DEBUG: Requested variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%cdmbgwd in module GFS_typedefs +DEBUG: Requested variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%cdmbgwd in module GFS_typedefs +DEBUG: Requested variable namelist_filename in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target GFS_Control%fn_nml in module GFS_typedefs +DEBUG: Update kind information for requested variable namelist_filename in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init from len=* to len=64 +DEBUG: Requested variable namelist_filename in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%fn_nml in module GFS_typedefs +DEBUG: Update kind information for requested variable namelist_filename in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init from len=* to len=64 +DEBUG: Requested variable namelist_filename_for_internal_file_reads in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target GFS_Control%input_nml_file in module GFS_typedefs +DEBUG: Update kind information for requested variable namelist_filename_for_internal_file_reads in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init from len=* to len=256 +DEBUG: Requested variable namelist_filename_for_internal_file_reads in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%input_nml_file in module GFS_typedefs +DEBUG: Update kind information for requested variable namelist_filename_for_internal_file_reads in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init from len=* to len=256 +DEBUG: Requested variable natural_log_of_h2o_forcing_data_pressure_levels in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Interstitial(cdata%thrd_no)%h2o_pres in module GFS_typedefs +DEBUG: Requested variable natural_log_of_ozone_forcing_data_pressure_levels in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Interstitial(cdata%thrd_no)%oz_pres in module GFS_typedefs +DEBUG: Requested variable natural_log_of_ozone_forcing_data_pressure_levels in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Interstitial(cdata%thrd_no)%oz_pres in module GFS_typedefs +DEBUG: Requested variable netcdf_float_fillvalue in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target huge in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tprcp in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tprcp in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tprcp in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tprcp in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%tprcp_ice in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tprcp_ice in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tprcp_ice in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%tprcp_land in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%tprcp_land in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tprcp_land in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tprcp_land in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%tprcp_ocean in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tprcp_ocean in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tprcp_ocean in module GFS_typedefs +DEBUG: Requested variable normalized_soil_wetness in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Intdiag%wet1 in module GFS_typedefs +DEBUG: Requested variable normalized_soil_wetness in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Intdiag%wet1 in module GFS_typedefs +DEBUG: Requested variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_ndrop in module GFS_typedefs +DEBUG: Requested variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_ndrop in module GFS_typedefs +DEBUG: Requested variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_ndrop in module GFS_typedefs +DEBUG: Requested variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_ndrop in module GFS_typedefs +DEBUG: Requested variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_ndrop in module GFS_typedefs +DEBUG: Requested variable number_concentration_of_ice_crystals_for_detrainment in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_nice in module GFS_typedefs +DEBUG: Requested variable number_concentration_of_ice_crystals_for_detrainment in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_nice in module GFS_typedefs +DEBUG: Requested variable number_concentration_of_ice_crystals_for_detrainment in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_nice in module GFS_typedefs +DEBUG: Requested variable number_concentration_of_ice_crystals_for_detrainment in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_nice in module GFS_typedefs +DEBUG: Requested variable number_concentration_of_ice_crystals_for_detrainment in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_nice in module GFS_typedefs +DEBUG: Requested variable number_of_3d_arrays_associated_with_pdf_based_clouds in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%npdf3d in module GFS_typedefs +DEBUG: Requested variable number_of_3d_arrays_associated_with_pdf_based_clouds in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%npdf3d in module GFS_typedefs +DEBUG: Requested variable number_of_3d_arrays_associated_with_pdf_based_clouds in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%npdf3d in module GFS_typedefs +DEBUG: Requested variable number_of_aerosol_tracers_for_convection in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%itc in module GFS_typedefs +DEBUG: Requested variable number_of_aerosol_tracers_for_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%itc in module GFS_typedefs +DEBUG: Requested variable number_of_chemical_tracers in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntchm in module GFS_typedefs +DEBUG: Requested variable number_of_chemical_tracers in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntchm in module GFS_typedefs +DEBUG: Requested variable number_of_chemical_tracers in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%ntchm in module GFS_typedefs +DEBUG: Requested variable number_of_chemical_tracers in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%ntchm in module GFS_typedefs +DEBUG: Requested variable number_of_coefficients_in_h2o_forcing_data in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Interstitial(cdata%thrd_no)%h2o_coeff in module GFS_typedefs +DEBUG: Requested variable number_of_coefficients_in_ozone_forcing_data in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Interstitial(cdata%thrd_no)%oz_coeff in module GFS_typedefs +DEBUG: Requested variable number_of_coefficients_in_ozone_forcing_data in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Interstitial(cdata%thrd_no)%oz_coeff in module GFS_typedefs +DEBUG: Requested variable number_of_convective_3d_cloud_fields in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%ncnvcld3d in module GFS_typedefs +DEBUG: Requested variable number_of_convective_3d_cloud_fields in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%ncnvcld3d in module GFS_typedefs +DEBUG: Requested variable number_of_days_in_year in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Control%yearlen in module GFS_typedefs +DEBUG: Requested variable number_of_days_in_year in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%yearlen in module GFS_typedefs +DEBUG: Requested variable number_of_equatorial_longitude_points in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Control%lonr in module GFS_typedefs +DEBUG: Requested variable number_of_equatorial_longitude_points in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Control%lonr in module GFS_typedefs +DEBUG: Requested variable number_of_equatorial_longitude_points in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%lonr in module GFS_typedefs +DEBUG: Requested variable number_of_equatorial_longitude_points in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%lonr in module GFS_typedefs +DEBUG: Requested variable number_of_gases_for_multi_gases_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%ngas in module CCPP_typedefs +DEBUG: Requested variable number_of_gases_for_multi_gases_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target CCPP_interstitial%ngas in module CCPP_typedefs +DEBUG: Requested variable number_of_ghost_zones in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%ng in module CCPP_typedefs +DEBUG: Requested variable number_of_hydrometeors in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Control%ncld in module GFS_typedefs +DEBUG: Requested variable number_of_hydrometeors in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%ncld in module GFS_typedefs +DEBUG: Requested variable number_of_hydrometeors in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%ncld in module GFS_typedefs +DEBUG: Requested variable number_of_hydrometeors in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%ncld in module GFS_typedefs +DEBUG: Requested variable number_of_hydrometeors in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%ncld in module GFS_typedefs +DEBUG: Requested variable number_of_hydrometeors in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%ncld in module GFS_typedefs +DEBUG: Requested variable number_of_hydrometeors in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%ncld in module GFS_typedefs +DEBUG: Requested variable number_of_latitude_points in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%latr in module GFS_typedefs +DEBUG: Requested variable number_of_statistical_measures_of_subgrid_orography in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Control%nmtvr in module GFS_typedefs +DEBUG: Requested variable number_of_statistical_measures_of_subgrid_orography in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Control%nmtvr in module GFS_typedefs +DEBUG: Requested variable number_of_statistical_measures_of_subgrid_orography in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%nmtvr in module GFS_typedefs +DEBUG: Requested variable number_of_surface_perturbations in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%nsfcpert in module GFS_typedefs +DEBUG: Requested variable number_of_timesteps_between_longwave_radiation_calls in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%nslwr in module GFS_typedefs +DEBUG: Requested variable number_of_timesteps_between_shortwave_radiation_calls in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%nsswr in module GFS_typedefs +DEBUG: Requested variable number_of_timesteps_between_surface_cycling_calls in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%nscyc in module GFS_typedefs +DEBUG: Requested variable number_of_total_tracers in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Interstitial(cdata%thrd_no)%tracers_total in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_cloud_condensate in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%nncl in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_cloud_condensate in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%nncl in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_cloud_condensate in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%nncl in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_cloud_condensate in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Interstitial(cdata%thrd_no)%nncl in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_convective_transport in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%nn in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_convective_transport in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%nn in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_convective_transport in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Interstitial(cdata%thrd_no)%nn in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_convective_transport in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run matched to target GFS_Interstitial(cdata%thrd_no)%nn in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_convective_transport in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%nn in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_convective_transport in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%nn in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_samf in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%nsamftrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_samf in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%nsamftrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_samf in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%nsamftrac in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_diffusion_tracers in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%nvdiff in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_diffusion_tracers in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%nvdiff in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_diffusion_tracers in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%nvdiff in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_diffusion_tracers in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%nvdiff in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_diffusion_tracers in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%nvdiff in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_diffusion_tracers in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%nvdiff in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_diffusion_tracers in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%nvdiff in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_diffusion_tracers in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%nvdiff in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_diffusion_tracers in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%nvdiff in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_diffusion_tracers in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%nvdiff in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_layers_for_radiation_calculations in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Control%levr in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_layers_for_radiation_calculations in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Control%levr in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_layers_for_radiation_calculations in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%levr in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_layers_for_radiation_calculations in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%levr in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_layers_for_radiation_calculations in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%levr in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_layers_for_radiation_calculations in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Control%levr in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_layers_for_radiation_calculations in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%levr in module GFS_typedefs +DEBUG: Requested variable number_of_water_species in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target CCPP_interstitial%nwat in module CCPP_typedefs +DEBUG: Requested variable omega in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Statein%vvl in module GFS_typedefs +DEBUG: Requested variable omega in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Statein%vvl in module GFS_typedefs +DEBUG: Requested variable omega in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Data(cdata%blk_no)%Statein%vvl in module GFS_typedefs +DEBUG: Requested variable omega in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%vvl in module GFS_typedefs +DEBUG: Requested variable omega in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%vvl in module GFS_typedefs +DEBUG: Requested variable omega in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Data(cdata%blk_no)%Statein%vvl in module GFS_typedefs +DEBUG: Requested variable omega in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Data(cdata%blk_no)%Statein%vvl in module GFS_typedefs +DEBUG: Requested variable omega in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%vvl in module GFS_typedefs +DEBUG: Requested variable omega in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Statein%vvl in module GFS_typedefs +DEBUG: Requested variable omega in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%vvl in module GFS_typedefs +DEBUG: Requested variable omega in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Statein%vvl in module GFS_typedefs +DEBUG: Requested variable omp_threads in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Control%nthreads in module GFS_typedefs +DEBUG: Requested variable omp_threads in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Control%nthreads in module GFS_typedefs +DEBUG: Requested variable omp_threads in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Control%nthreads in module GFS_typedefs +DEBUG: Requested variable omp_threads in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Control%nthreads in module GFS_typedefs +DEBUG: Requested variable omp_threads in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_init matched to target GFS_Control%nthreads in module GFS_typedefs +DEBUG: Requested variable omp_threads in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_run matched to target GFS_Control%nthreads in module GFS_typedefs +DEBUG: Requested variable omp_threads in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init matched to target GFS_Control%nthreads in module GFS_typedefs +DEBUG: Requested variable omp_threads in MODULE_GFS_rad_time_vary SCHEME_GFS_rad_time_vary SUBROUTINE_GFS_rad_time_vary_run matched to target GFS_Control%nthreads in module GFS_typedefs +DEBUG: Requested variable omp_threads_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%nthreads in module CCPP_typedefs +DEBUG: Requested variable orography in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oro in module GFS_typedefs +DEBUG: Requested variable orography in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oro in module GFS_typedefs +DEBUG: Requested variable orography_unfiltered in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oro_uf in module GFS_typedefs +DEBUG: Requested variable orography_unfiltered in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oro_uf in module GFS_typedefs +DEBUG: Requested variable ozone_concentration_at_layer_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%olyr in module GFS_typedefs +DEBUG: Requested variable ozone_concentration_at_layer_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%olyr in module GFS_typedefs +DEBUG: Requested variable ozone_concentration_at_layer_for_radiation in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%olyr in module GFS_typedefs +DEBUG: Requested variable ozone_concentration_updated_by_physics in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntoz) in module GFS_typedefs +DEBUG: Requested variable ozone_concentration_updated_by_physics in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntoz) in module GFS_typedefs +DEBUG: Requested variable ozone_forcing in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%ozpl in module GFS_typedefs +DEBUG: Requested variable ozone_forcing in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Data(cdata%blk_no)%Tbd%ozpl in module GFS_typedefs +DEBUG: Requested variable perturbation_of_heat_to_momentum_roughness_length_ratio in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%zt1d in module GFS_typedefs +DEBUG: Requested variable perturbation_of_heat_to_momentum_roughness_length_ratio in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%zt1d in module GFS_typedefs +DEBUG: Requested variable perturbation_of_leaf_area_index in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%xlai1d in module GFS_typedefs +DEBUG: Requested variable perturbation_of_leaf_area_index in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%xlai1d in module GFS_typedefs +DEBUG: Requested variable perturbation_of_momentum_roughness_length in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%z01d in module GFS_typedefs +DEBUG: Requested variable perturbation_of_momentum_roughness_length in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%z01d in module GFS_typedefs +DEBUG: Requested variable perturbation_of_soil_type_b_parameter in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%bexp1d in module GFS_typedefs +DEBUG: Requested variable perturbation_of_soil_type_b_parameter in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%bexp1d in module GFS_typedefs +DEBUG: Requested variable perturbation_of_vegetation_fraction in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%vegf1d in module GFS_typedefs +DEBUG: Requested variable perturbation_of_vegetation_fraction in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%vegf1d in module GFS_typedefs +DEBUG: Requested variable physics_field_for_coupling in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Data(cdata%blk_no)%Coupling%condition in module GFS_typedefs +DEBUG: Requested variable pi in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target con_pi in module GFS_typedefs +DEBUG: Requested variable pi in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target con_pi in module GFS_typedefs +DEBUG: Requested variable pi in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target con_pi in module GFS_typedefs +DEBUG: Requested variable pi in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target con_pi in module GFS_typedefs +DEBUG: Requested variable pi in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target con_pi in module GFS_typedefs +DEBUG: Requested variable pi in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target con_pi in module GFS_typedefs +DEBUG: Requested variable pi in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target con_pi in module GFS_typedefs +DEBUG: Requested variable pressure_at_bottom_of_convective_cloud in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Data(cdata%blk_no)%Cldprop%cvb in module GFS_typedefs +DEBUG: Requested variable pressure_at_top_of_convective_cloud in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Data(cdata%blk_no)%Cldprop%cvt in module GFS_typedefs +DEBUG: Requested variable pressure_cutoff_for_rayleigh_damping in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Control%prslrd0 in module GFS_typedefs +DEBUG: Requested variable pressure_cutoff_for_rayleigh_damping in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%prslrd0 in module GFS_typedefs +DEBUG: Requested variable pressure_thickness_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%delp in module CCPP_typedefs +DEBUG: Requested variable radar_reflectivity_10cm in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Intdiag%refl_10cm in module GFS_typedefs +DEBUG: Requested variable radar_reflectivity_10cm in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Intdiag%refl_10cm in module GFS_typedefs +DEBUG: Requested variable radar_reflectivity_10cm in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%refl_10cm in module GFS_typedefs +DEBUG: Requested variable radar_reflectivity_10cm in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Intdiag%refl_10cm in module GFS_typedefs +DEBUG: Requested variable rain_conversion_parameter_deep_convection in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%c0s_deep in module GFS_typedefs +DEBUG: Requested variable rain_conversion_parameter_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%c0s_deep in module GFS_typedefs +DEBUG: Requested variable rain_conversion_parameter_shallow_convection in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%c0s_shal in module GFS_typedefs +DEBUG: Requested variable rain_conversion_parameter_shallow_convection in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%c0s_shal in module GFS_typedefs +DEBUG: Requested variable rain_evaporation_coefficient_deep_convection in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%evfact_deep in module GFS_typedefs +DEBUG: Requested variable rain_evaporation_coefficient_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%evfact_deep in module GFS_typedefs +DEBUG: Requested variable rain_evaporation_coefficient_over_land_deep_convection in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%evfactl_deep in module GFS_typedefs +DEBUG: Requested variable rain_evaporation_coefficient_over_land_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%evfactl_deep in module GFS_typedefs +DEBUG: Requested variable rain_water_mixing_ratio_updated_by_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntrw) in module GFS_typedefs +DEBUG: Requested variable rain_water_mixing_ratio_updated_by_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntrw) in module GFS_typedefs +DEBUG: Requested variable rain_water_mixing_ratio_updated_by_physics in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntrw) in module GFS_typedefs +DEBUG: Requested variable rain_water_mixing_ratio_updated_by_physics in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntrw) in module GFS_typedefs +DEBUG: Requested variable rain_water_mixing_ratio_updated_by_physics in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntrw) in module GFS_typedefs +DEBUG: Requested variable rain_water_mixing_ratio_updated_by_physics in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntrw) in module GFS_typedefs +DEBUG: Requested variable random_number_array in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%rann in module GFS_typedefs +DEBUG: Requested variable random_number_array in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Tbd%rann in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs +DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs +DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs +DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs +DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs +DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs +DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs +DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs +DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs +DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs +DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs +DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs +DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs +DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs +DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%zvir in module CCPP_typedefs +DEBUG: Requested variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%f10m in module GFS_typedefs +DEBUG: Requested variable rime_factor in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%f_rimef in module GFS_typedefs +DEBUG: Requested variable rime_factor in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Interstitial(cdata%thrd_no)%f_rimef in module GFS_typedefs +DEBUG: Requested variable rime_factor in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Interstitial(cdata%thrd_no)%f_rimef in module GFS_typedefs +DEBUG: Requested variable sea_area_fraction in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oceanfrac in module GFS_typedefs +DEBUG: Requested variable sea_area_fraction in MODULE_sfc_nst_pre SCHEME_sfc_nst_pre SUBROUTINE_sfc_nst_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oceanfrac in module GFS_typedefs +DEBUG: Requested variable sea_area_fraction in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oceanfrac in module GFS_typedefs +DEBUG: Requested variable sea_area_fraction in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oceanfrac in module GFS_typedefs +DEBUG: Requested variable sea_area_fraction in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oceanfrac in module GFS_typedefs +DEBUG: Requested variable sea_area_fraction in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oceanfrac in module GFS_typedefs +DEBUG: Requested variable sea_ice_concentration in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs +DEBUG: Requested variable sea_ice_concentration in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs +DEBUG: Requested variable sea_ice_concentration in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs +DEBUG: Requested variable sea_ice_concentration in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs +DEBUG: Requested variable sea_ice_concentration in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs +DEBUG: Requested variable sea_ice_concentration in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs +DEBUG: Requested variable sea_ice_concentration in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs +DEBUG: Requested variable sea_ice_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs +DEBUG: Requested variable sea_ice_minimum in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Control%min_seaice in module GFS_typedefs +DEBUG: Requested variable sea_ice_temperature in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tisfc in module GFS_typedefs +DEBUG: Requested variable sea_ice_temperature in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tisfc in module GFS_typedefs +DEBUG: Requested variable sea_ice_temperature in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tisfc in module GFS_typedefs +DEBUG: Requested variable sea_ice_temperature_interstitial in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%tice in module GFS_typedefs +DEBUG: Requested variable sea_ice_temperature_interstitial in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%tice in module GFS_typedefs +DEBUG: Requested variable sea_ice_temperature_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tice in module GFS_typedefs +DEBUG: Requested variable sea_ice_temperature_interstitial in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tice in module GFS_typedefs +DEBUG: Requested variable sea_ice_thickness in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hice in module GFS_typedefs +DEBUG: Requested variable sea_ice_thickness in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hice in module GFS_typedefs +DEBUG: Requested variable sea_ice_thickness in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hice in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_cice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk_cice in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_cice in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk_cice in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_in in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%slimskin_cpl in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_surface_temperature in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfco in module GFS_typedefs +DEBUG: Requested variable sea_surface_temperature in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfco in module GFS_typedefs +DEBUG: Requested variable sea_surface_temperature in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfco in module GFS_typedefs +DEBUG: Requested variable seconds_elapsed_since_model_initialization in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%sec in module GFS_typedefs +DEBUG: Requested variable seed_random_numbers_lw in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Data(cdata%blk_no)%Tbd%icsdlw in module GFS_typedefs +DEBUG: Requested variable seed_random_numbers_lw in MODULE_rrtmgp_lw_cloud_sampling SCHEME_rrtmgp_lw_cloud_sampling SUBROUTINE_rrtmgp_lw_cloud_sampling_run matched to target GFS_Data(cdata%blk_no)%Tbd%icsdlw in module GFS_typedefs +DEBUG: Requested variable seed_random_numbers_sw in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Data(cdata%blk_no)%Tbd%icsdsw in module GFS_typedefs +DEBUG: Requested variable seed_random_numbers_sw in MODULE_rrtmgp_sw_cloud_sampling SCHEME_rrtmgp_sw_cloud_sampling SUBROUTINE_rrtmgp_sw_cloud_sampling_run matched to target GFS_Data(cdata%blk_no)%Tbd%icsdsw in module GFS_typedefs +DEBUG: Requested variable sine_of_latitude in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Grid%sinlat in module GFS_typedefs +DEBUG: Requested variable sine_of_latitude in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Grid%sinlat in module GFS_typedefs +DEBUG: Requested variable sine_of_latitude in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Grid%sinlat in module GFS_typedefs +DEBUG: Requested variable sine_of_solar_declination_angle in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%sdec in module GFS_typedefs +DEBUG: Requested variable sine_of_solar_declination_angle in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%sdec in module GFS_typedefs +DEBUG: Requested variable sine_of_solar_declination_angle in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%sdec in module GFS_typedefs +DEBUG: Requested variable slope_of_subgrid_orography in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%sigma in module GFS_typedefs +DEBUG: Requested variable slope_of_subgrid_orography in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%sigma in module GFS_typedefs +DEBUG: Requested variable slope_of_subgrid_orography in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%sigma in module GFS_typedefs +DEBUG: Requested variable slope_of_subgrid_orography in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%sigma in module GFS_typedefs +DEBUG: Requested variable smallest_cloud_base_vertical_index_encountered_thus_far in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Data(cdata%blk_no)%Tbd%acvb in module GFS_typedefs +DEBUG: Requested variable snow_deposition_sublimation_upward_latent_heat_flux in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%sbsno in module GFS_typedefs +DEBUG: Requested variable snow_deposition_sublimation_upward_latent_heat_flux in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%sbsno in module GFS_typedefs +DEBUG: Requested variable snow_deposition_sublimation_upward_latent_heat_flux in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%sbsno in module GFS_typedefs +DEBUG: Requested variable snow_deposition_sublimation_upward_latent_heat_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%sbsno in module GFS_typedefs +DEBUG: Requested variable snow_freezing_rain_upward_latent_heat_flux in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%snohf in module GFS_typedefs +DEBUG: Requested variable snow_freezing_rain_upward_latent_heat_flux in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%snohf in module GFS_typedefs +DEBUG: Requested variable snow_freezing_rain_upward_latent_heat_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%snohf in module GFS_typedefs +DEBUG: Requested variable snow_precipitation_rate_from_previous_timestep in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%dsnowprv in module GFS_typedefs +DEBUG: Requested variable snow_precipitation_rate_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%dsnowprv in module GFS_typedefs +DEBUG: Requested variable snow_water_mixing_ratio_updated_by_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntsw) in module GFS_typedefs +DEBUG: Requested variable snow_water_mixing_ratio_updated_by_physics in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntsw) in module GFS_typedefs +DEBUG: Requested variable snow_water_mixing_ratio_updated_by_physics in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntsw) in module GFS_typedefs +DEBUG: Requested variable snow_water_mixing_ratio_updated_by_physics in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntsw) in module GFS_typedefs +DEBUG: Requested variable snow_water_mixing_ratio_updated_by_physics in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntsw) in module GFS_typedefs +DEBUG: Requested variable soil_moisture_content in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Intdiag%soilm in module GFS_typedefs +DEBUG: Requested variable soil_moisture_content in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Intdiag%soilm in module GFS_typedefs +DEBUG: Requested variable soil_moisture_content in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%soilm in module GFS_typedefs +DEBUG: Requested variable soil_temperature in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%stc in module GFS_typedefs +DEBUG: Requested variable soil_temperature in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%stc in module GFS_typedefs +DEBUG: Requested variable soil_temperature in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%stc in module GFS_typedefs +DEBUG: Requested variable soil_temperature in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%stc in module GFS_typedefs +DEBUG: Requested variable soil_temperature in MODULE_lsm_ruc_sfc_sice_pre SCHEME_lsm_ruc_sfc_sice_pre SUBROUTINE_lsm_ruc_sfc_sice_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%stc in module GFS_typedefs +DEBUG: Requested variable soil_temperature in MODULE_lsm_ruc_sfc_sice_post SCHEME_lsm_ruc_sfc_sice_post SUBROUTINE_lsm_ruc_sfc_sice_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%stc in module GFS_typedefs +DEBUG: Requested variable soil_type_classification in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%soiltype in module GFS_typedefs +DEBUG: Requested variable soil_type_classification in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%soiltype in module GFS_typedefs +DEBUG: Requested variable soil_type_classification in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%soiltype in module GFS_typedefs +DEBUG: Requested variable soil_type_classification in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%soiltype in module GFS_typedefs +DEBUG: Requested variable soil_type_classification in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%soiltype in module GFS_typedefs +DEBUG: Requested variable soil_type_classification_real in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%stype in module GFS_typedefs +DEBUG: Requested variable soil_type_classification_real in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%stype in module GFS_typedefs +DEBUG: Requested variable soil_type_dataset_choice in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_init matched to target GFS_Control%isot in module GFS_typedefs +DEBUG: Requested variable soil_type_dataset_choice in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Control%isot in module GFS_typedefs +DEBUG: Requested variable soil_type_dataset_choice in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Control%isot in module GFS_typedefs +DEBUG: Requested variable soil_type_dataset_choice in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_init matched to target GFS_Control%isot in module GFS_typedefs +DEBUG: Requested variable soil_type_dataset_choice in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%isot in module GFS_typedefs +DEBUG: Requested variable soil_type_dataset_choice in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_init matched to target GFS_Control%isot in module GFS_typedefs +DEBUG: Requested variable soil_type_dataset_choice in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%isot in module GFS_typedefs +DEBUG: Requested variable soil_upward_latent_heat_flux in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%evbs in module GFS_typedefs +DEBUG: Requested variable soil_upward_latent_heat_flux in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%evbs in module GFS_typedefs +DEBUG: Requested variable soil_upward_latent_heat_flux in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%evbs in module GFS_typedefs +DEBUG: Requested variable soil_upward_latent_heat_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%evbs in module GFS_typedefs +DEBUG: Requested variable soil_vertical_dimension in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Control%lsoil in module GFS_typedefs +DEBUG: Requested variable soil_vertical_dimension in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Control%lsoil in module GFS_typedefs +DEBUG: Requested variable soil_vertical_dimension in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Control%lsoil in module GFS_typedefs +DEBUG: Requested variable soil_vertical_dimension in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%lsoil in module GFS_typedefs +DEBUG: Requested variable soil_vertical_dimension in MODULE_lsm_ruc_sfc_sice_pre SCHEME_lsm_ruc_sfc_sice_pre SUBROUTINE_lsm_ruc_sfc_sice_pre_run matched to target GFS_Control%lsoil in module GFS_typedefs +DEBUG: Requested variable soil_vertical_dimension in MODULE_lsm_ruc_sfc_sice_post SCHEME_lsm_ruc_sfc_sice_post SUBROUTINE_lsm_ruc_sfc_sice_post_run matched to target GFS_Control%lsoil in module GFS_typedefs +DEBUG: Requested variable solar_constant in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Control%solcon in module GFS_typedefs +DEBUG: Requested variable solar_constant in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%solcon in module GFS_typedefs +DEBUG: Requested variable solar_constant in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run matched to target GFS_Control%solcon in module GFS_typedefs +DEBUG: Requested variable solar_constant in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%solcon in module GFS_typedefs +DEBUG: Requested variable specific_heat_capacities_for_multi_gases_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target CCPP_interstitial%cpilist in module CCPP_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_liquid_water_at_constant_pressure in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_cliq in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_liquid_water_at_constant_pressure in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target con_cliq in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_liquid_water_at_constant_pressure in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_cliq in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_liquid_water_at_constant_pressure in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_cliq in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_liquid_water_at_constant_pressure in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_cliq in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_water_vapor_at_constant_pressure in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_cvap in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_water_vapor_at_constant_pressure in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target con_cvap in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_water_vapor_at_constant_pressure in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_cvap in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_water_vapor_at_constant_pressure in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_cvap in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_water_vapor_at_constant_pressure in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_cvap in module GFS_typedefs +DEBUG: Requested variable specific_humidity_at_2m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%q2m in module GFS_typedefs +DEBUG: Requested variable specific_humidity_at_2m in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%q2m in module GFS_typedefs +DEBUG: Requested variable specific_humidity_at_2m in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%q2m in module GFS_typedefs +DEBUG: Requested variable specific_humidity_at_2m in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%q2m in module GFS_typedefs +DEBUG: Requested variable specific_humidity_at_2m in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%q2m in module GFS_typedefs +DEBUG: Requested variable specific_humidity_at_2m_from_noahmp in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Interstitial(cdata%thrd_no)%q2mp in module GFS_typedefs +DEBUG: Requested variable specific_humidity_at_2m_from_noahmp in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%q2mp in module GFS_typedefs +DEBUG: Requested variable standard_atmospheric_pressure in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target con_p0 in module GFS_typedefs +DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs +DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs +DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs +DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs +DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs +DEBUG: Requested variable starting_x_direction_index in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%is in module CCPP_typedefs +DEBUG: Requested variable starting_x_direction_index_domain in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%isd in module CCPP_typedefs +DEBUG: Requested variable starting_y_direction_index in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%js in module CCPP_typedefs +DEBUG: Requested variable starting_y_direction_index_domain in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%jsd in module CCPP_typedefs +DEBUG: Requested variable statistical_measures_of_subgrid_orography in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime in module GFS_typedefs +DEBUG: Requested variable stefan_boltzmann_constant in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_sbc in module GFS_typedefs +DEBUG: Requested variable stefan_boltzmann_constant in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target con_sbc in module GFS_typedefs +DEBUG: Requested variable subsurface_runoff_flux in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%drain in module GFS_typedefs +DEBUG: Requested variable subsurface_runoff_flux in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%drain in module GFS_typedefs +DEBUG: Requested variable subsurface_runoff_flux in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%drain in module GFS_typedefs +DEBUG: Requested variable subsurface_runoff_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%drain in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure_at_previous_time_step in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,2) in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure_diag in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Data(cdata%blk_no)%Intdiag%psurf in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure_two_time_steps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,1) in module GFS_typedefs +DEBUG: Requested variable surface_air_temperature_for_radiation in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfa in module GFS_typedefs +DEBUG: Requested variable surface_air_temperature_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfa in module GFS_typedefs +DEBUG: Requested variable surface_air_temperature_for_radiation in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfa in module GFS_typedefs +DEBUG: Requested variable surface_air_temperature_for_radiation in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfa in module GFS_typedefs +DEBUG: Requested variable surface_air_temperature_for_radiation in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfa in module GFS_typedefs +DEBUG: Requested variable surface_air_temperature_for_radiation in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfa in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_UV_and_VIS_diffused in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,4) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_UV_and_VIS_diffused in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,4) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_UV_and_VIS_diffused in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,4) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_UV_and_VIS_direct in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,3) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_UV_and_VIS_direct in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,3) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_UV_and_VIS_direct in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,3) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_near_IR_diffused in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,2) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_near_IR_diffused in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,2) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_near_IR_diffused in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,2) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_near_IR_direct in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,1) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_near_IR_direct in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,1) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_near_IR_direct in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,1) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_perturbation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%alb1d in module GFS_typedefs +DEBUG: Requested variable surface_albedo_perturbation in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%alb1d in module GFS_typedefs +DEBUG: Requested variable surface_albedo_perturbation in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%alb1d in module GFS_typedefs +DEBUG: Requested variable surface_diffused_shortwave_albedo in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfalb in module GFS_typedefs +DEBUG: Requested variable surface_diffused_shortwave_albedo in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfalb in module GFS_typedefs +DEBUG: Requested variable surface_diffused_shortwave_albedo in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfalb in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_diffuse_near_infrared_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirdfd in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_diffuse_near_infrared_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirdfd in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirdfdi in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisdfd in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisdfd in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%visdfdi in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_direct_near_infrared_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirbmd in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_direct_near_infrared_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirbmd in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirbmdi in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisbmd in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisbmd in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%visbmdi in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dlwsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dlwsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dlwsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dlwsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dlwsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%gabsbdlw_ice in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Interstitial(cdata%thrd_no)%gabsbdlw_ice in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%gabsbdlw_land in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%gabsbdlw_land in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Interstitial(cdata%thrd_no)%gabsbdlw_land in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%gabsbdlw_ocean in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Interstitial(cdata%thrd_no)%gabsbdlw_ocean in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcdlw in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcdsw in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cd in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cd in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cd in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cd in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cd in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_ice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_ice in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_ice in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_land in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_land in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_ocean in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_ocean in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_mass_flux_for_heat_and_moisture_in_air in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%chh in module GFS_typedefs +DEBUG: Requested variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%chh_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%chh_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%chh_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%chh_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%chh_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%chh_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%chh_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%chh_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%chh_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%chh_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cmm in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cmm in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cmm in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%cmm_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air_over_ice in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%cmm_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cmm_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%cmm_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%cmm_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%cmm_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cmm_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%cmm_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%cmm_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cmm_ocean in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%uustar in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%uustar in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%uustar in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%uustar in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%uustar in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%uustar in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity_over_ice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%uustar_ice in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity_over_ice in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%uustar_ice in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity_over_ice in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%uustar_ice in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%uustar_ice in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity_over_land in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%uustar_land in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity_over_land in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%uustar_land in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity_over_land in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%uustar_land in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%uustar_land in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%uustar_ocean in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity_over_ocean in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%uustar_ocean in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%uustar_ocean in module GFS_typedefs +DEBUG: Requested variable surface_geopotential_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%phis in module CCPP_typedefs +DEBUG: Requested variable surface_ground_temperature_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfg in module GFS_typedefs +DEBUG: Requested variable surface_ground_temperature_for_radiation in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfg in module GFS_typedefs +DEBUG: Requested variable surface_ground_temperature_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfg in module GFS_typedefs +DEBUG: Requested variable surface_ground_temperature_for_radiation in MODULE_rrtmgp_lw_rte SCHEME_rrtmgp_lw_rte SUBROUTINE_rrtmgp_lw_rte_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfg in module GFS_typedefs +DEBUG: Requested variable surface_ground_temperature_for_radiation in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfg in module GFS_typedefs +DEBUG: Requested variable surface_ground_temperature_for_radiation in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfg in module GFS_typedefs +DEBUG: Requested variable surface_ground_temperature_for_radiation in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfg in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Data(cdata%blk_no)%Radtend%semis in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%semis in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%semis in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_ice_interstitial in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ice in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_ice_interstitial in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ice in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_ice_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ice in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_ice_interstitial in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ice in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_land_interstitial in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_land in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_land_interstitial in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_land in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_land_interstitial in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_land in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_land_interstitial in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_land in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_land_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_land in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_land_interstitial in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_land in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_ocean_interstitial in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ocean in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_ocean_interstitial in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ocean in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_ocean_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ocean in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_ocean_interstitial in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ocean in module GFS_typedefs +DEBUG: Requested variable surface_midlayer_air_temperature_in_longwave_radiation in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%tsflw in module GFS_typedefs +DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs +DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs +DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs +DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs +DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs +DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs +DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs +DEBUG: Requested variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcnsw in module GFS_typedefs +DEBUG: Requested variable surface_roughness_fraction_factor in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%z0fac in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_ice_interstitial in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_ice in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_ice_interstitial in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_ice in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_ice_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_ice in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_ice_interstitial in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_ice in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_land in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorll in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorll in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_land_interstitial in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_land in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_land_interstitial in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_land in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_land_interstitial in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_land in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_land_interstitial in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_land in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_land_interstitial in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_land in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_land_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_land in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_land_interstitial in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_land in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_ocean in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorlo in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorlo in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_ocean_interstitial in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_ocean in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_ocean_interstitial in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_ocean in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_ocean_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_ocean in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_ocean_interstitial in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_ocean in module GFS_typedefs +DEBUG: Requested variable surface_runoff in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%srunoff in module GFS_typedefs +DEBUG: Requested variable surface_runoff in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%srunoff in module GFS_typedefs +DEBUG: Requested variable surface_runoff_flux in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%runoff in module GFS_typedefs +DEBUG: Requested variable surface_runoff_flux in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%runoff in module GFS_typedefs +DEBUG: Requested variable surface_runoff_flux in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%runoff in module GFS_typedefs +DEBUG: Requested variable surface_runoff_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%runoff in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_ice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_ice in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_ice in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_ice in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_ice in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_land in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_land in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_ocean in MODULE_sfc_nst_pre SCHEME_sfc_nst_pre SUBROUTINE_sfc_nst_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_ocean in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_ocean in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ice_interstitial in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ice in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ice_interstitial in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ice in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ice_interstitial in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ice in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ice_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ice in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ice_interstitial in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ice in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_land in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfcl in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfcl in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_land_interstitial in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_land_interstitial in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_land_interstitial in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_land_interstitial in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_land_interstitial in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_land_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_land_interstitial in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ocean_interstitial in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ocean_interstitial in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ocean_interstitial in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ocean_interstitial in MODULE_sfc_nst_pre SCHEME_sfc_nst_pre SUBROUTINE_sfc_nst_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ocean_interstitial in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ocean_interstitial in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ocean_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ocean_interstitial in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ocean_interstitial in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ocean in module GFS_typedefs +DEBUG: Requested variable surface_slope_classification in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%slopetype in module GFS_typedefs +DEBUG: Requested variable surface_slope_classification in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%slopetype in module GFS_typedefs +DEBUG: Requested variable surface_slope_classification in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%slopetype in module GFS_typedefs +DEBUG: Requested variable surface_slope_classification in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%slopetype in module GFS_typedefs +DEBUG: Requested variable surface_slope_classification_real in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slope in module GFS_typedefs +DEBUG: Requested variable surface_slope_classification_real in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slope in module GFS_typedefs +DEBUG: Requested variable surface_snow_area_fraction in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%snowc in module GFS_typedefs +DEBUG: Requested variable surface_snow_area_fraction in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%snowc in module GFS_typedefs +DEBUG: Requested variable surface_snow_area_fraction in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%snowc in module GFS_typedefs +DEBUG: Requested variable surface_snow_area_fraction_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%sncovr in module GFS_typedefs +DEBUG: Requested variable surface_snow_area_fraction_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%sncovr in module GFS_typedefs +DEBUG: Requested variable surface_snow_area_fraction_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%sncovr in module GFS_typedefs +DEBUG: Requested variable surface_snow_area_fraction_over_land in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%sncovr in module GFS_typedefs +DEBUG: Requested variable surface_snow_melt in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%snowmt in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_ice in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_ice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_ice in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_ice in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_ice in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_ice in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_land in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_land in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_land in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_land in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_land in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_land in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_land in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_land in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_ocean in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_ocean in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_ocean in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_ocean in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%qss in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Interstitial(cdata%thrd_no)%qss in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%qss in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%qss in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%qss in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%qss in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%qss_ice in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity_over_ice in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%qss_ice in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%qss_ice in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%qss_land in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%qss_land in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%qss_land in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%qss_land in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity_over_ocean in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%qss_ocean in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%qss_ocean in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%qss_ocean in module GFS_typedefs +DEBUG: Requested variable surface_upward_latent_heat_flux_for_coupling in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Data(cdata%blk_no)%Coupling%dqsfcin_cpl in module GFS_typedefs +DEBUG: Requested variable surface_upward_latent_heat_flux_for_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dqsfcin_cpl in module GFS_typedefs +DEBUG: Requested variable surface_upward_latent_heat_flux_reduction_factor in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%hefac in module GFS_typedefs +DEBUG: Requested variable surface_upward_latent_heat_flux_reduction_factor in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%hefac in module GFS_typedefs +DEBUG: Requested variable surface_upward_potential_latent_heat_flux in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ep1d in module GFS_typedefs +DEBUG: Requested variable surface_upward_potential_latent_heat_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ep1d in module GFS_typedefs +DEBUG: Requested variable surface_upward_potential_latent_heat_flux_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%ep1d_ice in module GFS_typedefs +DEBUG: Requested variable surface_upward_potential_latent_heat_flux_over_ice in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%ep1d_ice in module GFS_typedefs +DEBUG: Requested variable surface_upward_potential_latent_heat_flux_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ep1d_ice in module GFS_typedefs +DEBUG: Requested variable surface_upward_potential_latent_heat_flux_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%ep1d_land in module GFS_typedefs +DEBUG: Requested variable surface_upward_potential_latent_heat_flux_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%ep1d_land in module GFS_typedefs +DEBUG: Requested variable surface_upward_potential_latent_heat_flux_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ep1d_land in module GFS_typedefs +DEBUG: Requested variable surface_upward_potential_latent_heat_flux_over_ocean in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%ep1d_ocean in module GFS_typedefs +DEBUG: Requested variable surface_upward_potential_latent_heat_flux_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%ep1d_ocean in module GFS_typedefs +DEBUG: Requested variable surface_upward_potential_latent_heat_flux_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ep1d_ocean in module GFS_typedefs +DEBUG: Requested variable surface_upward_sensible_heat_flux_for_coupling in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Data(cdata%blk_no)%Coupling%dtsfcin_cpl in module GFS_typedefs +DEBUG: Requested variable surface_upward_sensible_heat_flux_for_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dtsfcin_cpl in module GFS_typedefs +DEBUG: Requested variable surface_upward_sensible_heat_flux_reduction_factor in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%hffac in module GFS_typedefs +DEBUG: Requested variable surface_upward_sensible_heat_flux_reduction_factor in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%hffac in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_diffuse_near_infrared_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirdfu in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_diffuse_near_infrared_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirdfu in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirdfui in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisdfu in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisdfu in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%visdfui in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_direct_near_infrared_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirbmu in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_direct_near_infrared_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirbmu in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirbmui in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisbmu in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisbmu in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%visbmui in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_longwave_flux in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%ulwsfci in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_longwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%ulwsfci in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_longwave_flux_for_coupling in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Coupling%ulwsfcin_cpl in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_longwave_flux_over_ice_interstitial in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjsfculw_ice in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_longwave_flux_over_ice_interstitial in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%adjsfculw_ice in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_longwave_flux_over_land_interstitial in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjsfculw_land in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_longwave_flux_over_land_interstitial in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%adjsfculw_land in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_longwave_flux_over_ocean_interstitial in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjsfculw_ocean in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_longwave_flux_over_ocean_interstitial in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%adjsfculw_ocean in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_longwave_flux_over_ocean_interstitial in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjsfculw_ocean in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_shortwave_flux in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Data(cdata%blk_no)%Intdiag%uswsfci in module GFS_typedefs +DEBUG: Requested variable surface_wind_enhancement_due_to_convection in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,GFS_Control%num_p2d) in module GFS_typedefs +DEBUG: Requested variable surface_wind_enhancement_due_to_convection in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,GFS_Control%num_p2d) in module GFS_typedefs +DEBUG: Requested variable surface_wind_enhancement_due_to_convection in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,GFS_Control%num_p2d) in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%stress in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%stress in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%stress in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%stress in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%stress in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%stress in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%stress in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%stress in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%stress in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%stress in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_ice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_ice in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_ice in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_ice in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_ice in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_ice in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_ice in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_land in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_land in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_land in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_land in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_land in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_ocean in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_ocean in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_ocean in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_ocean in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_ocean in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_ocean in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_ocean in module GFS_typedefs +DEBUG: Requested variable surface_x_momentum_flux_for_coupling in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Data(cdata%blk_no)%Coupling%dusfcin_cpl in module GFS_typedefs +DEBUG: Requested variable surface_x_momentum_flux_for_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dusfcin_cpl in module GFS_typedefs +DEBUG: Requested variable surface_y_momentum_flux_for_coupling in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvsfcin_cpl in module GFS_typedefs +DEBUG: Requested variable surface_y_momentum_flux_for_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvsfcin_cpl in module GFS_typedefs +DEBUG: Requested variable sw_fluxes_sfc in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcfsw in module GFS_typedefs +DEBUG: Requested variable sw_fluxes_top_atmosphere in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topfsw in module GFS_typedefs +DEBUG: Requested variable temperature_at_2m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%t2m in module GFS_typedefs +DEBUG: Requested variable temperature_at_2m in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%t2m in module GFS_typedefs +DEBUG: Requested variable temperature_at_2m in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%t2m in module GFS_typedefs +DEBUG: Requested variable temperature_at_2m in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%t2m in module GFS_typedefs +DEBUG: Requested variable temperature_at_2m in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%t2m in module GFS_typedefs +DEBUG: Requested variable temperature_at_2m_from_noahmp in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Interstitial(cdata%thrd_no)%t2mmp in module GFS_typedefs +DEBUG: Requested variable temperature_at_2m_from_noahmp in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%t2mmp in module GFS_typedefs +DEBUG: Requested variable temperature_at_zero_celsius in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_t0c in module GFS_typedefs +DEBUG: Requested variable temperature_at_zero_celsius in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_t0c in module GFS_typedefs +DEBUG: Requested variable temperature_at_zero_celsius in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target con_t0c in module GFS_typedefs +DEBUG: Requested variable temperature_at_zero_celsius in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_t0c in module GFS_typedefs +DEBUG: Requested variable temperature_at_zero_celsius in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_t0c in module GFS_typedefs +DEBUG: Requested variable temperature_at_zero_celsius in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_t0c in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%dtdt in module CCPP_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%lwhc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%htlw0 in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%htlw0 in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_for_idea in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Radtend%lwhd in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%htlwc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%htlwc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdtc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdtc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdtc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%dtdtr in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%dtdtr in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Tbd%dtdtr in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%swhc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%htsw0 in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%htsw0 in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%htswc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%htswc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_ugwp in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%gw_dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_ugwp in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%gw_dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_cloud_water_due_to_convective_microphysics in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_dqldt in module GFS_typedefs +DEBUG: Requested variable tendency_of_cloud_water_due_to_convective_microphysics in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_dqldt in module GFS_typedefs +DEBUG: Requested variable tendency_of_cloud_water_due_to_convective_microphysics in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_dqldt in module GFS_typedefs +DEBUG: Requested variable tendency_of_cloud_water_due_to_convective_microphysics in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_dqldt in module GFS_typedefs +DEBUG: Requested variable tendency_of_cloud_water_due_to_convective_microphysics in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_dqldt in module GFS_typedefs +DEBUG: Requested variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%drain_cpl in module GFS_typedefs +DEBUG: Requested variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%drain_cpl in module GFS_typedefs +DEBUG: Requested variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Tbd%drain_cpl in module GFS_typedefs +DEBUG: Requested variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%dsnow_cpl in module GFS_typedefs +DEBUG: Requested variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%dsnow_cpl in module GFS_typedefs +DEBUG: Requested variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Tbd%dsnow_cpl in module GFS_typedefs +DEBUG: Requested variable tendency_of_rain_water_mixing_ratio_due_to_microphysics in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Interstitial(cdata%thrd_no)%rainp in module GFS_typedefs +DEBUG: Requested variable tendency_of_tracers_due_to_model_physics in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dqdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_tracers_due_to_model_physics in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Interstitial(cdata%thrd_no)%dqdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_tracers_due_to_model_physics in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Interstitial(cdata%thrd_no)%dqdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_tracers_due_to_model_physics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dqdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_tracers_due_to_model_physics in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dqdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_turbulent_kinetic_energy_due_to_model_physics in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntke) in module GFS_typedefs +DEBUG: Requested variable tendency_of_vertically_diffused_tracer_concentration in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdftra in module GFS_typedefs +DEBUG: Requested variable tendency_of_vertically_diffused_tracer_concentration in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdftra in module GFS_typedefs +DEBUG: Requested variable tendency_of_vertically_diffused_tracer_concentration in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdftra in module GFS_typedefs +DEBUG: Requested variable tendency_of_vertically_diffused_tracer_concentration in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdftra in module GFS_typedefs +DEBUG: Requested variable tendency_of_vertically_diffused_tracer_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdftra in module GFS_typedefs +DEBUG: Requested variable tendency_of_vertically_diffused_tracer_concentration in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdftra in module GFS_typedefs +DEBUG: Requested variable tendency_of_vertically_diffused_tracer_concentration in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdftra in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_ugwp in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%gw_dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_ugwp in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%gw_dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_ugwp in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%gw_dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_ugwp in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%gw_dvdt in module GFS_typedefs +DEBUG: Requested variable thickness_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%delz in module CCPP_typedefs +DEBUG: Requested variable threshold_for_perturbed_vertical_velocity in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%nthresh in module GFS_typedefs +DEBUG: Requested variable threshold_volume_fraction_of_condensed_water_in_soil in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Intdiag%smcref2 in module GFS_typedefs +DEBUG: Requested variable threshold_volume_fraction_of_condensed_water_in_soil in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Intdiag%smcref2 in module GFS_typedefs +DEBUG: Requested variable threshold_volume_fraction_of_condensed_water_in_soil in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%smcref2 in module GFS_typedefs +DEBUG: Requested variable threshold_volume_fraction_of_condensed_water_in_soil in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Intdiag%smcref2 in module GFS_typedefs +DEBUG: Requested variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt_mtb in module GFS_typedefs +DEBUG: Requested variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt_mtb in module GFS_typedefs +DEBUG: Requested variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt_ngw in module GFS_typedefs +DEBUG: Requested variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt_ogw in module GFS_typedefs +DEBUG: Requested variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt_ogw in module GFS_typedefs +DEBUG: Requested variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt_tms in module GFS_typedefs +DEBUG: Requested variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt_tms in module GFS_typedefs +DEBUG: Requested variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt_ngw in module GFS_typedefs +DEBUG: Requested variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zogw in module GFS_typedefs +DEBUG: Requested variable time_integral_of_height_of_low_level_wave_breaking in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zlwb in module GFS_typedefs +DEBUG: Requested variable time_integral_of_height_of_mountain_blocking in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zmtb in module GFS_typedefs +DEBUG: Requested variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%tau_mtb in module GFS_typedefs +DEBUG: Requested variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%tau_ngw in module GFS_typedefs +DEBUG: Requested variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%tau_ogw in module GFS_typedefs +DEBUG: Requested variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%tau_tofd in module GFS_typedefs +DEBUG: Requested variable time_integral_of_x_stress_due_to_gravity_wave_drag in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dugwd in module GFS_typedefs +DEBUG: Requested variable time_integral_of_x_stress_due_to_gravity_wave_drag in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dugwd in module GFS_typedefs +DEBUG: Requested variable time_integral_of_y_stress_due_to_gravity_wave_drag in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dvgwd in module GFS_typedefs +DEBUG: Requested variable time_integral_of_y_stress_due_to_gravity_wave_drag in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dvgwd in module GFS_typedefs +DEBUG: Requested variable time_scale_for_rayleigh_damping in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Control%ral_ts in module GFS_typedefs +DEBUG: Requested variable time_scale_for_rayleigh_damping in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%ral_ts in module GFS_typedefs +DEBUG: Requested variable time_since_diagnostics_zeroed in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%zhour in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_cu_gf_driver_pre SCHEME_cu_gf_driver_pre SUBROUTINE_cu_gf_driver_pre_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_cu_ntiedtke_pre SCHEME_cu_ntiedtke_pre SUBROUTINE_cu_ntiedtke_pre_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%raddt in module GFS_typedefs +DEBUG: Requested variable time_step_for_radiation in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%raddt in module GFS_typedefs +DEBUG: Requested variable time_step_for_radiation in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%raddt in module GFS_typedefs +DEBUG: Requested variable time_step_for_radiation in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%raddt in module GFS_typedefs +DEBUG: Requested variable time_step_for_radiation in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%raddt in module GFS_typedefs +DEBUG: Requested variable time_step_for_remapping_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%mdt in module CCPP_typedefs +DEBUG: Requested variable top_layer_index_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%kmp in module CCPP_typedefs +DEBUG: Requested variable top_layer_index_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target CCPP_interstitial%kmp in module CCPP_typedefs +DEBUG: Requested variable total_cloud_condensate_mixing_ratio_updated_by_physics in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%cwm in module GFS_typedefs +DEBUG: Requested variable total_cloud_condensate_mixing_ratio_updated_by_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Interstitial(cdata%thrd_no)%cwm in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_rrtmgp_lw_cloud_sampling SCHEME_rrtmgp_lw_cloud_sampling SUBROUTINE_rrtmgp_lw_cloud_sampling_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_rrtmgp_sw_cloud_sampling SCHEME_rrtmgp_sw_cloud_sampling SUBROUTINE_rrtmgp_sw_cloud_sampling_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_runoff in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%runoff in module GFS_typedefs +DEBUG: Requested variable total_runoff in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%runoff in module GFS_typedefs +DEBUG: Requested variable tracer_concentration in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs +DEBUG: Requested variable tracer_concentration in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs +DEBUG: Requested variable tracer_concentration in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs +DEBUG: Requested variable tracer_concentration in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs +DEBUG: Requested variable tracer_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs +DEBUG: Requested variable tracer_concentration in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs +DEBUG: Requested variable tracer_concentration in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_save in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_save in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_updated_by_physics in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0 in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_updated_by_physics in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0 in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_updated_by_physics in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0 in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_updated_by_physics in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0 in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_updated_by_physics in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0 in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_updated_by_physics in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0 in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_updated_by_physics in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0 in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_updated_by_physics in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0 in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_updated_by_physics in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0 in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_updated_by_physics in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0 in module GFS_typedefs +DEBUG: Requested variable transpiration_flux in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%trans in module GFS_typedefs +DEBUG: Requested variable transpiration_flux in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%trans in module GFS_typedefs +DEBUG: Requested variable transpiration_flux in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%trans in module GFS_typedefs +DEBUG: Requested variable transpiration_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%trans in module GFS_typedefs +DEBUG: Requested variable turb_oro_form_drag_flag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%do_tofd in module GFS_typedefs +DEBUG: Requested variable turbulent_kinetic_energy in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntke) in module GFS_typedefs +DEBUG: Requested variable turbulent_kinetic_energy in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntke) in module GFS_typedefs +DEBUG: Requested variable upper_bound_on_max_albedo_over_deep_snow in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snoalb in module GFS_typedefs +DEBUG: Requested variable upper_bound_on_max_albedo_over_deep_snow in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snoalb in module GFS_typedefs +DEBUG: Requested variable upper_bound_on_max_albedo_over_deep_snow in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snoalb in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_ice in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil_over_ice in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_ice in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_ice in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_land in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_land in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_land in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_land in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil_over_ocean in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_ocean in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_ocean in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_ocean in module GFS_typedefs +DEBUG: Requested variable vegetation_area_fraction in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%vfrac in module GFS_typedefs +DEBUG: Requested variable vegetation_area_fraction in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%vfrac in module GFS_typedefs +DEBUG: Requested variable vegetation_type_classification in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%vegtype in module GFS_typedefs +DEBUG: Requested variable vegetation_type_classification in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%vegtype in module GFS_typedefs +DEBUG: Requested variable vegetation_type_classification in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%vegtype in module GFS_typedefs +DEBUG: Requested variable vegetation_type_classification in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%vegtype in module GFS_typedefs +DEBUG: Requested variable vegetation_type_classification in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%vegtype in module GFS_typedefs +DEBUG: Requested variable vegetation_type_classification in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%vegtype in module GFS_typedefs +DEBUG: Requested variable vegetation_type_classification_real in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%vtype in module GFS_typedefs +DEBUG: Requested variable vegetation_type_classification_real in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%vtype in module GFS_typedefs +DEBUG: Requested variable vegetation_type_dataset_choice in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_init matched to target GFS_Control%ivegsrc in module GFS_typedefs +DEBUG: Requested variable vegetation_type_dataset_choice in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Control%ivegsrc in module GFS_typedefs +DEBUG: Requested variable vegetation_type_dataset_choice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Control%ivegsrc in module GFS_typedefs +DEBUG: Requested variable vegetation_type_dataset_choice in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Control%ivegsrc in module GFS_typedefs +DEBUG: Requested variable vegetation_type_dataset_choice in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_init matched to target GFS_Control%ivegsrc in module GFS_typedefs +DEBUG: Requested variable vegetation_type_dataset_choice in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%ivegsrc in module GFS_typedefs +DEBUG: Requested variable vegetation_type_dataset_choice in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_init matched to target GFS_Control%ivegsrc in module GFS_typedefs +DEBUG: Requested variable vegetation_type_dataset_choice in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%ivegsrc in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_cs_conv_post SCHEME_cs_conv_post SUBROUTINE_cs_conv_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmgp_lw_rte SCHEME_rrtmgp_lw_rte SUBROUTINE_rrtmgp_lw_rte_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmgp_lw_cloud_sampling SCHEME_rrtmgp_lw_cloud_sampling SUBROUTINE_rrtmgp_lw_cloud_sampling_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_get_prs_fv3 SCHEME_get_prs_fv3 SUBROUTINE_get_prs_fv3_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_get_phi_fv3 SCHEME_get_phi_fv3 SUBROUTINE_get_phi_fv3_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_mynnrad_post SCHEME_mynnrad_post SUBROUTINE_mynnrad_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmgp_sw_cloud_sampling SCHEME_rrtmgp_sw_cloud_sampling SUBROUTINE_rrtmgp_sw_cloud_sampling_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%npz in module CCPP_typedefs +DEBUG: Requested variable vertical_dimension_for_thickness_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%npzdelz in module CCPP_typedefs +DEBUG: Requested variable vertical_dimension_of_h2o_forcing_data in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Interstitial(cdata%thrd_no)%levh2o in module GFS_typedefs +DEBUG: Requested variable vertical_dimension_of_ozone_forcing_data in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Interstitial(cdata%thrd_no)%levozp in module GFS_typedefs +DEBUG: Requested variable vertical_dimension_of_ozone_forcing_data in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Interstitial(cdata%thrd_no)%levozp in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_top in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%ktop in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_top in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Interstitial(cdata%thrd_no)%ktop in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_top in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%ktop in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_top in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%ktop in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_top in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%ktop in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_top in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Interstitial(cdata%thrd_no)%ktop in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_top in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%ktop in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_top in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%ktop in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_top in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%ktop in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_top in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%ktop in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_difference_between_inout_and_local in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%kd in module GFS_typedefs +DEBUG: Requested variable vertical_index_difference_between_inout_and_local in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%kd in module GFS_typedefs +DEBUG: Requested variable vertical_index_difference_between_inout_and_local in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%kd in module GFS_typedefs +DEBUG: Requested variable vertical_index_difference_between_inout_and_local in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%kd in module GFS_typedefs +DEBUG: Requested variable vertical_index_difference_between_layer_and_lower_bound in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%kb in module GFS_typedefs +DEBUG: Requested variable vertical_index_difference_between_layer_and_lower_bound in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%kb in module GFS_typedefs +DEBUG: Requested variable vertical_index_difference_between_layer_and_upper_bound in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%kt in module GFS_typedefs +DEBUG: Requested variable vertical_index_difference_between_layer_and_upper_bound in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%kt in module GFS_typedefs +DEBUG: Requested variable vertical_sigma_coordinate_for_radiation_initialization in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%si in module GFS_typedefs +DEBUG: Requested variable vertical_sigma_coordinate_for_radiation_initialization in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%si in module GFS_typedefs +DEBUG: Requested variable vertical_sigma_coordinate_for_radiation_initialization in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%si in module GFS_typedefs +DEBUG: Requested variable vertical_velocity_for_updraft in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%w_upi in module GFS_typedefs +DEBUG: Requested variable vertical_velocity_for_updraft in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%w_upi in module GFS_typedefs +DEBUG: Requested variable vertical_velocity_for_updraft in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%w_upi in module GFS_typedefs +DEBUG: Requested variable vertical_velocity_for_updraft in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%w_upi in module GFS_typedefs +DEBUG: Requested variable vertical_velocity_for_updraft in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%w_upi in module GFS_typedefs +DEBUG: Requested variable vertical_weight_for_ca in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Coupling%vfact_ca in module GFS_typedefs +DEBUG: Requested variable vertically_diffused_tracer_concentration in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%vdftra in module GFS_typedefs +DEBUG: Requested variable vertically_diffused_tracer_concentration in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%vdftra in module GFS_typedefs +DEBUG: Requested variable vertically_diffused_tracer_concentration in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%vdftra in module GFS_typedefs +DEBUG: Requested variable vertically_diffused_tracer_concentration in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%vdftra in module GFS_typedefs +DEBUG: Requested variable vertically_diffused_tracer_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%vdftra in module GFS_typedefs +DEBUG: Requested variable vertically_diffused_tracer_concentration in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%vdftra in module GFS_typedefs +DEBUG: Requested variable vertically_diffused_tracer_concentration in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%vdftra in module GFS_typedefs +DEBUG: Requested variable virtual_temperature_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%pt in module CCPP_typedefs +DEBUG: Requested variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Intdiag%smcwlt2 in module GFS_typedefs +DEBUG: Requested variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Intdiag%smcwlt2 in module GFS_typedefs +DEBUG: Requested variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%smcwlt2 in module GFS_typedefs +DEBUG: Requested variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Intdiag%smcwlt2 in module GFS_typedefs +DEBUG: Requested variable volume_fraction_of_soil_moisture in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%smc in module GFS_typedefs +DEBUG: Requested variable volume_fraction_of_soil_moisture in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%smc in module GFS_typedefs +DEBUG: Requested variable volume_fraction_of_soil_moisture in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%smc in module GFS_typedefs +DEBUG: Requested variable volume_fraction_of_unfrozen_soil_moisture in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slc in module GFS_typedefs +DEBUG: Requested variable volume_fraction_of_unfrozen_soil_moisture in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slc in module GFS_typedefs +DEBUG: Requested variable volume_fraction_of_unfrozen_soil_moisture in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slc in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_ccl4 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,9) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_ccl4 in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,9) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_ccl4 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,9) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_cfc11 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,6) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_cfc11 in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,6) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_cfc11 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,6) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_cfc113 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,10) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_cfc12 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,7) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_cfc12 in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,7) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_cfc12 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,7) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_cfc22 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,8) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_cfc22 in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,8) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_cfc22 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,8) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_ch4 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,3) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_ch4 in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,3) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_ch4 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,3) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_co in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,5) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_co in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,5) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_co in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,5) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_co2 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,1) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_co2 in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,1) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_co2 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,1) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_n2o in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,2) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_n2o in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,2) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_n2o in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,2) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_o2 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,4) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_o2 in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,4) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_o2 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,4) in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%weasd in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%weasd in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%weasd_ice in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth_over_ice in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%weasd_ice in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%weasd_ice in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%weasd_land in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%weasd_land in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%weasd_land in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth_over_land in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%weasd_land in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%weasd_land in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth_over_ocean in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%weasd_ocean in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%weasd_ocean in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_cu_gf_driver_pre SCHEME_cu_gf_driver_pre SUBROUTINE_cu_gf_driver_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_cu_ntiedtke_pre SCHEME_cu_ntiedtke_pre SUBROUTINE_cu_ntiedtke_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_get_prs_fv3 SCHEME_get_prs_fv3 SUBROUTINE_get_prs_fv3_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%qv in module CCPP_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_layer_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%qlyr in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_layer_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%qlyr in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_layer_for_radiation in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%qlyr in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,1,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,1,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,1,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,1,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,1,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,1,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,1,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,1,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,1,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%q1 in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%q1 in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,1,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_previous_time_step in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,4) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_two_time_steps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,2) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_cu_gf_driver_post SCHEME_cu_gf_driver_post SUBROUTINE_cu_gf_driver_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_cu_ntiedtke_post SCHEME_cu_ntiedtke_post SUBROUTINE_cu_ntiedtke_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_get_phi_fv3 SCHEME_get_phi_fv3 SUBROUTINE_get_phi_fv3_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable weights_for_stochastic_shum_perturbation in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Coupling%shum_wts in module GFS_typedefs +DEBUG: Requested variable weights_for_stochastic_shum_perturbation_flipped in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%shum_wts in module GFS_typedefs +DEBUG: Requested variable weights_for_stochastic_skeb_perturbation_of_x_wind in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Coupling%skebu_wts in module GFS_typedefs +DEBUG: Requested variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%skebu_wts in module GFS_typedefs +DEBUG: Requested variable weights_for_stochastic_skeb_perturbation_of_y_wind in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Coupling%skebv_wts in module GFS_typedefs +DEBUG: Requested variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%skebv_wts in module GFS_typedefs +DEBUG: Requested variable weights_for_stochastic_sppt_perturbation in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Coupling%sppt_wts in module GFS_typedefs +DEBUG: Requested variable weights_for_stochastic_sppt_perturbation_flipped in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sppt_wts in module GFS_typedefs +DEBUG: Requested variable weights_for_stochastic_surface_physics_perturbation in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfc_wts in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_GFS_surface_loop_control_part1 SCHEME_GFS_surface_loop_control_part1 SUBROUTINE_GFS_surface_loop_control_part1_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_lowest_model_layer in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs(:,1) in module GFS_typedefs +DEBUG: Requested variable x_wind_at_lowest_model_layer in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs(:,1) in module GFS_typedefs +DEBUG: Requested variable x_wind_at_lowest_model_layer in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs(:,1) in module GFS_typedefs +DEBUG: Requested variable x_wind_at_lowest_model_layer in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs(:,1) in module GFS_typedefs +DEBUG: Requested variable x_wind_at_lowest_model_layer in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs(:,1) in module GFS_typedefs +DEBUG: Requested variable x_wind_at_lowest_model_layer_for_diag in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u1 in module GFS_typedefs +DEBUG: Requested variable x_wind_at_lowest_model_layer_updated_by_physics in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0(:,1) in module GFS_typedefs +DEBUG: Requested variable x_wind_save in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_u in module GFS_typedefs +DEBUG: Requested variable x_wind_save in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_u in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_lowest_model_layer in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable y_wind_at_lowest_model_layer in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable y_wind_at_lowest_model_layer in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable y_wind_at_lowest_model_layer in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable y_wind_at_lowest_model_layer in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable y_wind_at_lowest_model_layer_for_diag in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v1 in module GFS_typedefs +DEBUG: Requested variable y_wind_at_lowest_model_layer_updated_by_physics in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0(:,1) in module GFS_typedefs +DEBUG: Requested variable y_wind_save in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_v in module GFS_typedefs +DEBUG: Requested variable y_wind_save in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_v in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%xmu in module GFS_typedefs +DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%xmu in module GFS_typedefs +DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%xmu in module GFS_typedefs +DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%xmu in module GFS_typedefs +DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%xmu in module GFS_typedefs +DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%xmu in module GFS_typedefs +DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%xmu in module GFS_typedefs +DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%xmu in module GFS_typedefs +DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%xmu in module GFS_typedefs +INFO: Generating list of Fortran modules containing CCPP type definitions ... +INFO: Generating typedefs makefile/cmakefile snippet ... +INFO: Added 10 typedefs to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_TYPEDEFS.sh +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 215 schemes to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.mk, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +DEBUG: Generating suite and group caps for suite FV3_GFS_2017_coupled... +DEBUG: Generating suite and group caps for suite FV3_GFS_2017_satmedmf_coupled... +DEBUG: Generating suite and group caps for suite FV3_GFS_v15p2_coupled... +INFO: Generating static API ccpp_static_api.F90 in /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 16 auto-generated caps to /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.mk and /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.cmake, /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/CCPP_CAPS.sh +INFO: CCPP prebuild step completed successfully. ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ ./build_ccpp.sh hera.intel /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk 'CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp' NO NO +MACHINE_ID=hera.intel is valid. +Compilers set for hera.intel. +Obtained ESMF_LIB=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib from /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk +Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp -DNETCDF_DIR=/apps/netcdf/4.7.0/intel/18.0.5.274 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=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 +-- 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 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 +-- Got CCPP TYPEDEFS from cmakefile include file: gfs_typedefs.mod;mo_cloud_optics.mod;mo_optical_props.mod;ccpp_typedefs.mod;mo_gas_concentrations.mod;machine.mod;mo_source_functions.mod;module_radlw_parameters.mod;module_radsw_parameters.mod;mo_gas_optics_rrtmgp.mod +-- Got CCPP SCHEMES from cmakefile include file: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninshoc.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sascnvn.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shalcnv.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_aux.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rascnv.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 +-- Got CCPP CAPS from cmakefile include file: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 +-- Configuring done +-- Generating done +CMake Warning: + Manually-specified variables were not used by the project: + + LEGACY_INTEL + + +-- Build files have been written to: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -H/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp -B/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles/progress.marks +make -f CMakeFiles/Makefile2 all +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Scanning dependencies of target ccpp +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/requires +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_types framework/src/CMakeFiles/ccpp.dir/ccpp_types.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_api framework/src/CMakeFiles/ccpp.dir/ccpp_api.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o.provides.build +[ 1%] Linking Fortran static library libccpp.a +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 +/usr/bin/ar qc libccpp.a CMakeFiles/ccpp.dir/ccpp_types.F90.o CMakeFiles/ccpp.dir/ccpp_api.F90.o +/usr/bin/ranlib libccpp.a +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 1%] Built target ccpp +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Dependee "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Scanning dependencies of target ccppphys +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/requires +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 1%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/machine physics/CMakeFiles/ccppphys.dir/machine.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/physcons physics/CMakeFiles/ccppphys.dir/physcons.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/funcphys physics/CMakeFiles/ccppphys.dir/funcphys.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/wv_saturation.F -o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/wv_saturation physics/CMakeFiles/ccppphys.dir/wv_saturation.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mersenne_twister physics/CMakeFiles/ccppphys.dir/mersenne_twister.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_kind physics/CMakeFiles/ccppphys.dir/mo_rte_kind.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props_kernels physics/CMakeFiles/ccppphys.dir/mo_optical_props_kernels.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_util_array physics/CMakeFiles/ccppphys.dir/mo_rte_util_array.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props physics/CMakeFiles/ccppphys.dir/mo_optical_props.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_optics physics/CMakeFiles/ccppphys.dir/mo_cloud_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_string physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_string.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_concentrations physics/CMakeFiles/ccppphys.dir/mo_gas_concentrations.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_source_functions physics/CMakeFiles/ccppphys.dir/mo_source_functions.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics physics/CMakeFiles/ccppphys.dir/mo_gas_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_kernels physics/CMakeFiles/ccppphys.dir/mo_gas_optics_kernels.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_constants physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_constants.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder_kernels physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder_kernels.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_rrtmgp physics/CMakeFiles/ccppphys.dir/mo_gas_optics_rrtmgp.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/physparam physics/CMakeFiles/ccppphys.dir/physparam.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_parameters physics/CMakeFiles/ccppphys.dir/module_radlw_parameters.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_parameters physics/CMakeFiles/ccppphys.dir/module_radsw_parameters.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/parse_tracers physics/CMakeFiles/ccppphys.dir/parse_tracers.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_typedefs physics/CMakeFiles/ccppphys.dir/gfs_typedefs.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/h2o_def physics/CMakeFiles/ccppphys.dir/h2o_def.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/iccn_def physics/CMakeFiles/ccppphys.dir/iccn_def.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg_utils.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/micro_mg_utils physics/CMakeFiles/ccppphys.dir/micro_mg_utils.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_parameters.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_nst_parameters physics/CMakeFiles/ccppphys.dir/module_nst_parameters.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_water_prop.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_nst_water_prop physics/CMakeFiles/ccppphys.dir/module_nst_water_prop.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bl_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_bl_mynn physics/CMakeFiles/ccppphys.dir/module_bl_mynn.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_common physics/CMakeFiles/ccppphys.dir/ugwp_common.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_conv_init physics/CMakeFiles/ccppphys.dir/ugwp_conv_init.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_fjet_init physics/CMakeFiles/ccppphys.dir/ugwp_fjet_init.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_lsatdis_init physics/CMakeFiles/ccppphys.dir/ugwp_lsatdis_init.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_okw_init physics/CMakeFiles/ccppphys.dir/ugwp_okw_init.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_oro_init physics/CMakeFiles/ccppphys.dir/ugwp_oro_init.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ugwp_wmsdis_init physics/CMakeFiles/ccppphys.dir/ugwp_wmsdis_init.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_module physics/CMakeFiles/ccppphys.dir/cires_ugwp_module.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozne_def physics/CMakeFiles/ccppphys.dir/ozne_def.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_microphysics physics/CMakeFiles/ccppphys.dir/module_microphysics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/surface_perturbation physics/CMakeFiles/ccppphys.dir/surface_perturbation.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg physics/CMakeFiles/ccppphys.dir/namelist_soilveg.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_deep.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_deep physics/CMakeFiles/ccppphys.dir/cu_gf_deep.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg_ruc physics/CMakeFiles/ccppphys.dir/namelist_soilveg_ruc.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_broadband_kernels physics/CMakeFiles/ccppphys.dir/mo_fluxes_broadband_kernels.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes physics/CMakeFiles/ccppphys.dir/mo_fluxes.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_solver_kernels physics/CMakeFiles/ccppphys.dir/mo_rte_solver_kernels.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_lw physics/CMakeFiles/ccppphys.dir/mo_rte_lw.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_sw physics/CMakeFiles/ccppphys.dir/mo_rte_sw.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband_kernels physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband_kernels.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_sw_cloud_optics physics/CMakeFiles/ccppphys.dir/mo_rrtmg_sw_cloud_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_aux.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_aux physics/CMakeFiles/ccppphys.dir/rrtmgp_aux.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_astronomy physics/CMakeFiles/ccppphys.dir/module_radiation_astronomy.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_clouds physics/CMakeFiles/ccppphys.dir/module_radiation_clouds.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_gases physics/CMakeFiles/ccppphys.dir/module_radiation_gases.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/radcons physics/CMakeFiles/ccppphys.dir/radcons.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmp_glacier physics/CMakeFiles/ccppphys.dir/module_sf_noahmp_glacier.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_globals physics/CMakeFiles/ccppphys.dir/noahmp_glacier_globals.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_routines physics/CMakeFiles/ccppphys.dir/noahmp_glacier_routines.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmplsm physics/CMakeFiles/ccppphys.dir/module_sf_noahmplsm.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/noahmp_tables.f90 -o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmp_tables physics/CMakeFiles/ccppphys.dir/noahmp_tables.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_mod physics/CMakeFiles/ccppphys.dir/set_soilveg_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90 -o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_fer_hires physics/CMakeFiles/ccppphys.dir/module_mp_fer_hires.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_surface physics/CMakeFiles/ccppphys.dir/module_radiation_surface.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_heating_rates physics/CMakeFiles/ccppphys.dir/mo_heating_rates.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_avplank physics/CMakeFiles/ccppphys.dir/module_radlw_avplank.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_cldprlw physics/CMakeFiles/ccppphys.dir/module_radlw_cldprlw.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb01 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb01.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb02 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb02.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb03 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb03.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb04 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb04.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb05 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb05.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb06 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb06.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb07 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb07.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb08 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb08.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb09 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb09.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb10 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb10.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb11 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb11.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb12 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb12.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb13 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb13.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb14 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb14.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb15 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb15.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb16 physics/CMakeFiles/ccppphys.dir/module_radlw_kgb16.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_ref physics/CMakeFiles/ccppphys.dir/module_radlw_ref.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys_mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_lw_cloud_optics physics/CMakeFiles/ccppphys.dir/mo_rrtmg_lw_cloud_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90 -o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_bl_myjpbl physics/CMakeFiles/ccppphys.dir/module_bl_myjpbl.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_sampling physics/CMakeFiles/ccppphys.dir/mo_cloud_sampling.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson_make_number_concentrations physics/CMakeFiles/ccppphys.dir/module_mp_thompson_make_number_concentrations.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aer_cloud.F -o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/aer_cloud physics/CMakeFiles/ccppphys.dir/aer_cloud.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldmacro.F -o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cldmacro physics/CMakeFiles/ccppphys.dir/cldmacro.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cldwat2m_micro.F -o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cldwat2m_micro physics/CMakeFiles/ccppphys.dir/cldwat2m_micro.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg2_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/micro_mg2_0 physics/CMakeFiles/ccppphys.dir/micro_mg2_0.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/micro_mg3_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/micro_mg3_0 physics/CMakeFiles/ccppphys.dir/micro_mg3_0.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/date_def.f -o CMakeFiles/ccppphys.dir/physics/date_def.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/date_def physics/CMakeFiles/ccppphys.dir/date_def.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_nst_model.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/nst_module physics/CMakeFiles/ccppphys.dir/nst_module.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_mynn physics/CMakeFiles/ccppphys.dir/module_sf_mynn.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_SF_JSFC.F90 -o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_jsfc physics/CMakeFiles/ccppphys.dir/module_sf_jsfc.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_sf_ruclsm.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_sf_ruclsm physics/CMakeFiles/ccppphys.dir/module_sf_ruclsm.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_soil_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_soil_pre physics/CMakeFiles/ccppphys.dir/module_soil_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/set_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_ruc_mod physics/CMakeFiles/ccppphys.dir/set_soilveg_ruc_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/aerinterp physics/CMakeFiles/ccppphys.dir/aerinterp.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/h2ointerp physics/CMakeFiles/ccppphys.dir/h2ointerp.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/iccninterp physics/CMakeFiles/ccppphys.dir/iccninterp.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozinterp physics/CMakeFiles/ccppphys.dir/ozinterp.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_cldprtb physics/CMakeFiles/ccppphys.dir/module_radsw_cldprtb.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb16 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb16.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb17 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb17.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb18 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb18.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb19 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb19.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb20 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb20.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb21 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb21.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb22 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb22.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb23 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb23.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb24 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb24.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb25 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb25.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb26 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb26.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb27 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb27.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb28 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb28.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb29 physics/CMakeFiles/ccppphys.dir/module_radsw_kgb29.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_ref physics/CMakeFiles/ccppphys.dir/module_radsw_ref.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_sflux physics/CMakeFiles/ccppphys.dir/module_radsw_sflux.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/samfcnv_aerosols physics/CMakeFiles/ccppphys.dir/samfcnv_aerosols.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw physics/CMakeFiles/ccppphys.dir/rrtmg_lw.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw physics/CMakeFiles/ccppphys.dir/rrtmg_sw.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_compute_bc physics/CMakeFiles/ccppphys.dir/mo_compute_bc.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_sh.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_sh physics/CMakeFiles/ccppphys.dir/cu_gf_sh.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdps physics/CMakeFiles/ccppphys.dir/gwdps.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp physics/CMakeFiles/ccppphys.dir/cires_ugwp.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_post physics/CMakeFiles/ccppphys.dir/cires_ugwp_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cnvc90 physics/CMakeFiles/ccppphys.dir/cnvc90.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/dcyc2t3 physics/CMakeFiles/ccppphys.dir/dcyc2t3.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/get_phi_fv3 physics/CMakeFiles/ccppphys.dir/get_phi_fv3.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/get_prs_fv3 physics/CMakeFiles/ccppphys.dir/get_prs_fv3.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_post physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_post physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_post physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_common physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_common.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_post physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_post physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_1 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_1.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_2 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_2.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_3 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_3.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_4 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_4.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_5 physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_5.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_phys_reset physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_phys_reset.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_rad_reset physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_rad_reset.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_reset physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_reset.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_update physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_update.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_inter physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_inter.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_post physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_pre physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_post physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_pre physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part1 physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part1.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part2 physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part2.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/hedmf physics/CMakeFiles/ccppphys.dir/hedmf.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_noah physics/CMakeFiles/ccppphys.dir/lsm_noah.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/maximum_hourly_diagnostics physics/CMakeFiles/ccppphys.dir/maximum_hourly_diagnostics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozphys physics/CMakeFiles/ccppphys.dir/ozphys.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rayleigh_damp physics/CMakeFiles/ccppphys.dir/rayleigh_damp.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/samfdeepcnv physics/CMakeFiles/ccppphys.dir/samfdeepcnv.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/samfshalcnv physics/CMakeFiles/ccppphys.dir/samfshalcnv.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_cice physics/CMakeFiles/ccppphys.dir/sfc_cice.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag physics/CMakeFiles/ccppphys.dir/sfc_diag.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag_post physics/CMakeFiles/ccppphys.dir/sfc_diag_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_diff physics/CMakeFiles/ccppphys.dir/sfc_diff.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_ocean physics/CMakeFiles/ccppphys.dir/sfc_ocean.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_sice physics/CMakeFiles/ccppphys.dir/sfc_sice.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_gscond physics/CMakeFiles/ccppphys.dir/zhaocarr_gscond.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_precpd physics/CMakeFiles/ccppphys.dir/zhaocarr_precpd.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_physics_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_pre physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_post physics/CMakeFiles/ccppphys.dir/rrtmg_lw_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_pre physics/CMakeFiles/ccppphys.dir/rrtmg_lw_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_post physics/CMakeFiles/ccppphys.dir/rrtmg_sw_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_pre physics/CMakeFiles/ccppphys.dir/rrtmg_sw_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_radiation_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_stochastics physics/CMakeFiles/ccppphys.dir/gfs_stochastics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_stochastics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_phys_time_vary physics/CMakeFiles/ccppphys.dir/gfs_phys_time_vary.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rad_time_vary physics/CMakeFiles/ccppphys.dir/gfs_rad_time_vary.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_setup physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_setup.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_time_vary_pre physics/CMakeFiles/ccppphys.dir/gfs_time_vary_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_time_vary_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdif physics/CMakeFiles/ccppphys.dir/satmedmfvdif.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_typedefs physics/CMakeFiles/ccppphys.dir/ccpp_typedefs.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/fv_sat_adj physics/CMakeFiles/ccppphys.dir/fv_sat_adj.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/h2ophys physics/CMakeFiles/ccppphys.dir/h2ophys.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ozphys_2015 physics/CMakeFiles/ccppphys.dir/ozphys_2015.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_physics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_radiation_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o.provides.build +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o.provides.build +[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_cap physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_cap.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o.provides.build +[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_debug.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_abort physics/CMakeFiles/ccppphys.dir/gfs_abort.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_checkland physics/CMakeFiles/ccppphys.dir/gfs_checkland.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_diagtoscreen physics/CMakeFiles/ccppphys.dir/gfs_diagtoscreen.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_interstitialtoscreen physics/CMakeFiles/ccppphys.dir/gfs_interstitialtoscreen.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o.provides.build +[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_lw_post physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_lw_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o.provides.build +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_pre physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o.provides.build +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_setup physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_setup.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o.provides.build +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_post physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o.provides.build +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_pre physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o.provides.build +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_ini_fini_test physics/CMakeFiles/ccppphys.dir/gfs_suite_ini_fini_test.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o.provides.build +[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv physics/CMakeFiles/ccppphys.dir/cs_conv.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_post physics/CMakeFiles/ccppphys.dir/cs_conv_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_pre physics/CMakeFiles/ccppphys.dir/cs_conv_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o.provides.build +[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_aw_adj physics/CMakeFiles/ccppphys.dir/cs_conv_aw_adj.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o.provides.build +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver physics/CMakeFiles/ccppphys.dir/cu_gf_driver.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o.provides.build +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_post physics/CMakeFiles/ccppphys.dir/cu_gf_driver_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o.provides.build +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_pre physics/CMakeFiles/ccppphys.dir/cu_gf_driver_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o.provides.build +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke physics/CMakeFiles/ccppphys.dir/cu_ntiedtke.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o.provides.build +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_post physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o.provides.build +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_pre physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o.provides.build +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/drag_suite.F90 -o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/drag_suite physics/CMakeFiles/ccppphys.dir/drag_suite.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o.provides.build +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcm_shoc.F90 -o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/shoc physics/CMakeFiles/ccppphys.dir/shoc.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o.provides.build +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F -o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gfs_phy_tracer_config physics/CMakeFiles/ccppphys.dir/gfs_phy_tracer_config.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o.provides.build +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gwdc.f -o CMakeFiles/ccppphys.dir/physics/gwdc.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdc physics/CMakeFiles/ccppphys.dir/gwdc.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdc_post physics/CMakeFiles/ccppphys.dir/gwdc_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/gwdc_pre physics/CMakeFiles/ccppphys.dir/gwdc_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o.provides.build +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_post physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_pre physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o.provides.build +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/m_micro physics/CMakeFiles/ccppphys.dir/m_micro.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o.provides.build +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/m_micro_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/m_micro_post physics/CMakeFiles/ccppphys.dir/m_micro_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/m_micro_pre physics/CMakeFiles/ccppphys.dir/m_micro_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o.provides.build +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/myjpbl_wrapper physics/CMakeFiles/ccppphys.dir/myjpbl_wrapper.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o.provides.build +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/myjsfc_wrapper physics/CMakeFiles/ccppphys.dir/myjsfc_wrapper.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o.provides.build +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnedmf_wrapper physics/CMakeFiles/ccppphys.dir/mynnedmf_wrapper.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o.provides.build +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnsfc_wrapper physics/CMakeFiles/ccppphys.dir/mynnsfc_wrapper.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o.provides.build +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_post.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_post physics/CMakeFiles/ccppphys.dir/mynnrad_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o.provides.build +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_pre physics/CMakeFiles/ccppphys.dir/mynnrad_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o.provides.build +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninedmf_hafs.f -o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/hedmf_hafs physics/CMakeFiles/ccppphys.dir/hedmf_hafs.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o.provides.build +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/moninshoc.f -o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/moninshoc physics/CMakeFiles/ccppphys.dir/moninshoc.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o.provides.build +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_fer_hires.F90 -o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_fer_hires physics/CMakeFiles/ccppphys.dir/mp_fer_hires.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o.provides.build +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson physics/CMakeFiles/ccppphys.dir/mp_thompson.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o.provides.build +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_post.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_post physics/CMakeFiles/ccppphys.dir/mp_thompson_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o.provides.build +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mp_thompson_pre.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_pre physics/CMakeFiles/ccppphys.dir/mp_thompson_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o.provides.build +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ccpp_multi_gases_mod physics/CMakeFiles/ccppphys.dir/ccpp_multi_gases_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o.provides.build +[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rascnv.F90 -o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rascnv physics/CMakeFiles/ccppphys.dir/rascnv.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o.provides.build +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_aerosol_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_aerosol_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o.provides.build +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o.provides.build +[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_sampling physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_sampling.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o.provides.build +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_gas_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_gas_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o.provides.build +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_pre physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o.provides.build +[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_rte physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_rte.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o.provides.build +[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_aerosol_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_aerosol_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o.provides.build +[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o.provides.build +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_sampling physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_sampling.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o.provides.build +[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_gas_optics physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_gas_optics.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o.provides.build +[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_rte physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_rte.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o.provides.build +[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_bygpoint physics/CMakeFiles/ccppphys.dir/mo_fluxes_bygpoint.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o.provides.build +[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_clr_all_sky physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_clr_all_sky.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o.provides.build +[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sascnvn.F -o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sascnvn physics/CMakeFiles/ccppphys.dir/sascnvn.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/satmedmfvdifq.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdifq physics/CMakeFiles/ccppphys.dir/satmedmfvdifq.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_drv_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc physics/CMakeFiles/ccppphys.dir/lsm_ruc.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_noahmp_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/noahmpdrv physics/CMakeFiles/ccppphys.dir/noahmpdrv.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfc_nst.f -o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst physics/CMakeFiles/ccppphys.dir/sfc_nst.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_post physics/CMakeFiles/ccppphys.dir/sfc_nst_post.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_pre physics/CMakeFiles/ccppphys.dir/sfc_nst_pre.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o.provides.build +[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sfccyc_module physics/CMakeFiles/ccppphys.dir/sfccyc_module.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shalcnv.F -o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/shalcnv physics/CMakeFiles/ccppphys.dir/shalcnv.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/shinhongvdif.F90 -o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/shinhongvdif physics/CMakeFiles/ccppphys.dir/shinhongvdif.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/sso_coorde physics/CMakeFiles/ccppphys.dir/sso_coorde.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/ysuvdif.F90 -o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod physics/ysuvdif physics/CMakeFiles/ccppphys.dir/ysuvdif.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o.provides.build +[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f -o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfpbltq.f -o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/mfscuq.f -o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/num_parthds.F -o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o +[100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +[100%] Linking Fortran static library libccppphys.a +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 +/usr/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o CMakeFiles/ccppphys.dir/physics/date_def.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/gwdc.f.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +/usr/bin/ranlib libccppphys.a +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[100%] Built target ccppphys +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles 0 +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -H/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp -B/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles/progress.marks +make -f CMakeFiles/Makefile2 all +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/requires +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Nothing to be done for `framework/src/CMakeFiles/ccpp.dir/build'. +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[ 1%] Built target ccpp +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/requires +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[4]: `physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build' is up to date. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[3]: Nothing to be done for `physics/CMakeFiles/ccppphys.dir/build'. +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +[100%] Built target ccppphys +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/CMakeFiles 0 +make -f CMakeFiles/Makefile2 preinstall +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +make[2]: Nothing to be done for `preinstall'. +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' +Install the project... +/contrib/cmake/3.9.0/bin/cmake -P cmake_install.cmake +-- Install configuration: "Debug" +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/libccpp.a +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccpp-config.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccpp-config-debug.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_types.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_api.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/libccppphys.a +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccppphys-config.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib/cmake/ccppphys-config-debug.cmake +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/gfs_typedefs.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_cloud_optics.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_optical_props.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_typedefs.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_gas_concentrations.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/machine.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_source_functions.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/module_radlw_parameters.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/module_radsw_parameters.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build' ++ test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include ++ test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs ; \ +exec make CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" all + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0g + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +Building dependencies ... +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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. +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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.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. +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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. +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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/interp.c -o ../mosaic/interp.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -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 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -c ../mpp/threadloc.c -o ../mpp/threadloc.o +ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o +ar: creating libfms.a +a - ../oda_tools/xbt_drop_rate_adjust.o +a - ../affinity/fms_affinity.o +a - ../amip_interp/amip_interp.o +a - ../astronomy/astronomy.o +a - ../axis_utils/axis_utils.o +a - ../block_control/block_control.o +a - ../column_diagnostics/column_diagnostics.o +a - ../constants/constants.o +a - ../coupler/atmos_ocean_fluxes.o +a - ../coupler/coupler_types.o +a - ../coupler/ensemble_manager.o +a - ../data_override/data_override.o +a - ../diag_integral/diag_integral.o +a - ../diag_manager/diag_axis.o +a - ../diag_manager/diag_data.o +a - ../diag_manager/diag_grid.o +a - ../diag_manager/diag_manifest.o +a - ../diag_manager/diag_manager.o +a - ../diag_manager/diag_output.o +a - ../diag_manager/diag_table.o +a - ../diag_manager/diag_util.o +a - ../drifters/cloud_interpolator.o +a - ../drifters/drifters.o +a - ../drifters/drifters_comm.o +a - ../drifters/drifters_core.o +a - ../drifters/drifters_input.o +a - ../drifters/drifters_io.o +a - ../drifters/quicksort.o +a - ../exchange/stock_constants.o +a - ../exchange/xgrid.o +a - ../fft/fft.o +a - ../fft/fft99.o +a - ../field_manager/field_manager.o +a - ../field_manager/fm_util.o +a - ../fms/fms.o +a - ../fms/fms_io.o +a - ../horiz_interp/horiz_interp.o +a - ../horiz_interp/horiz_interp_bicubic.o +a - ../horiz_interp/horiz_interp_bilinear.o +a - ../horiz_interp/horiz_interp_conserve.o +a - ../horiz_interp/horiz_interp_spherical.o +a - ../horiz_interp/horiz_interp_type.o +a - ../interpolator/interpolator.o +a - ../memutils/memutils.o +a - ../monin_obukhov/monin_obukhov.o +a - ../monin_obukhov/monin_obukhov_kernel.o +a - ../mosaic/gradient.o +a - ../mosaic/grid.o +a - ../mosaic/mosaic.o +a - ../mpp/mpp.o +a - ../mpp/mpp_data.o +a - ../mpp/mpp_domains.o +a - ../mpp/mpp_efp.o +a - ../mpp/mpp_io.o +a - ../mpp/mpp_memutils.o +a - ../mpp/mpp_parameter.o +a - ../mpp/mpp_pset.o +a - ../mpp/mpp_utilities.o +a - ../oda_tools/oda_core.o +a - ../oda_tools/oda_core_ecda.o +a - ../oda_tools/oda_types.o +a - ../oda_tools/write_ocean_data.o +a - ../platform/platform.o +a - ../random_numbers/MersenneTwister.o +a - ../random_numbers/random_numbers.o +a - ../sat_vapor_pres/sat_vapor_pres.o +a - ../sat_vapor_pres/sat_vapor_pres_k.o +a - ../station_data/station_data.o +a - ../time_interp/time_interp.o +a - ../time_interp/time_interp_external.o +a - ../time_manager/get_cal_time.o +a - ../time_manager/time_manager.o +a - ../topography/gaussian_topog.o +a - ../topography/topography.o +a - ../tracer_manager/tracer_manager.o +a - ../tridiagonal/tridiagonal.o +a - ../affinity/affinity.o +a - ../memutils/memuse.o +a - ../mosaic/create_xgrid.o +a - ../mosaic/gradient_c2l.o +a - ../mosaic/interp.o +a - ../mosaic/mosaic_util.o +a - ../mosaic/read_mosaic.o +a - ../mpp/nsclock.o +a - ../mpp/threadloc.o +mkdir -p "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" +mv fms.mk "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL +Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL on hera +cp -fp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems \ + "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3"/conf/configure.fv3 +cp -fp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems \ + "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3"/conf/modules.fv3 +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 COMP_BINDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" nemsinstall + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0g + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +Building dependencies ... +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +make -C cpl FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL + +Build standalone FV3 io ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' + +Build standalone FV3 io ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' +make -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +makefile:269: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -Duse_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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -Duse_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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o +mpiifort -Duse_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 -DCCPP -DCMEPS -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +ar rv libgfsphys.a physics/mersenne_twister.o physics/namelist_soilveg.o physics/physparam.o physics/set_soilveg.o physics/noahmp_tables.o physics/GFDL_parse_tracers.o physics/physcons.o CCPP_layer/CCPP_data.o ../ccpp/physics/ccpp_static_api.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_restart.o +ar: creating libgfsphys.a +a - physics/mersenne_twister.o +a - physics/namelist_soilveg.o +a - physics/physparam.o +a - physics/set_soilveg.o +a - physics/noahmp_tables.o +a - physics/GFDL_parse_tracers.o +a - physics/physcons.o +a - CCPP_layer/CCPP_data.o +a - ../ccpp/physics/ccpp_static_api.o +a - GFS_layer/GFS_abstraction_layer.o +a - GFS_layer/GFS_diagnostics.o +a - GFS_layer/GFS_driver.o +a - GFS_layer/GFS_restart.o +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +make -C ccpp/driver FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics + +Build CCPP layer ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' +makefile:67: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' + +Build CCPP layer ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' +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 -DCCPP -DCMEPS CCPP_driver.F90 > CCPP_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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o +ar rv libccppdriver.a CCPP_driver.o +ar: creating libccppdriver.a +a - CCPP_driver.o +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' +make -C ipd FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +makefile:54: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +make -C io FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL + +Build standalone FV3 io ... + +$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' + +Build standalone FV3 io ... + +$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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.6_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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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.6_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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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_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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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_netcdf_parallel.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o +ar: creating libfv3io.a +a - ffsync.o +a - FV3GFS_io.o +a - post_gfs.o +a - post_nems_routines.o +a - module_write_nemsio.o +a - module_write_netcdf.o +a - module_write_netcdf_parallel.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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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. +Using cray pointers. +ar rv libfv3core.a model/a2b_edge.o model/multi_gases.o model/boundary.o model/dyn_core.o model/fv_arrays.o model/fv_control.o model/fv_dynamics.o model/fv_fill.o model/fv_grid_utils.o model/fv_mapz.o model/fv_nesting.o model/fv_regional_bc.o model/fv_sg.o model/fv_tracer2d.o model/fv_update_phys.o model/sw_core.o model/tp_core.o model/nh_core.o model/nh_utils.o tools/external_ic.o tools/external_sst.o tools/fv_diagnostics.o tools/fv_eta.o tools/fv_grid_tools.o tools/fv_io.o tools/fv_mp_mod.o tools/fv_nudge.o tools/fv_treat_da_inc.o tools/fv_iau_mod.o tools/fv_restart.o tools/fv_surf_map.o tools/fv_timing.o tools/init_hydro.o tools/sim_nc_mod.o tools/sorted_index.o tools/test_cases.o driver/fvGFS/DYCORE_typedefs.o driver/fvGFS/fv_nggps_diag.o driver/fvGFS/atmosphere.o +ar: creating libfv3core.a +a - model/a2b_edge.o +a - model/multi_gases.o +a - model/boundary.o +a - model/dyn_core.o +a - model/fv_arrays.o +a - model/fv_control.o +a - model/fv_dynamics.o +a - model/fv_fill.o +a - model/fv_grid_utils.o +a - model/fv_mapz.o +a - model/fv_nesting.o +a - model/fv_regional_bc.o +a - model/fv_sg.o +a - model/fv_tracer2d.o +a - model/fv_update_phys.o +a - model/sw_core.o +a - model/tp_core.o +a - model/nh_core.o +a - model/nh_utils.o +a - tools/external_ic.o +a - tools/external_sst.o +a - tools/fv_diagnostics.o +a - tools/fv_eta.o +a - tools/fv_grid_tools.o +a - tools/fv_io.o +a - tools/fv_mp_mod.o +a - tools/fv_nudge.o +a - tools/fv_treat_da_inc.o +a - tools/fv_iau_mod.o +a - tools/fv_restart.o +a - tools/fv_surf_map.o +a - tools/fv_timing.o +a - tools/init_hydro.o +a - tools/sim_nc_mod.o +a - tools/sorted_index.o +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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' +makefile:87: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.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 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 cellular_automata_global.o cellular_automata_sgs.o update_ca.o +ar: creating libstochastic_physics.a +a - stochy_gg_def.o +a - stochy_resol_def.o +a - stochy_layout_lag.o +a - four_to_grid_stochy.o +a - glats_stochy.o +a - sumfln_stochy.o +a - gozrineo_stochy.o +a - num_parthds_stochy.o +a - get_ls_node_stochy.o +a - get_lats_node_a_stochy.o +a - setlats_a_stochy.o +a - setlats_lag_stochy.o +a - epslon_stochy.o +a - getcon_lag_stochy.o +a - pln2eo_stochy.o +a - dozeuv_stochy.o +a - dezouv_stochy.o +a - plumes.o +a - spectral_layout.o +a - getcon_spectral.o +a - stochy_namelist_def.o +a - compns_stochy.o +a - stochy_internal_state_mod.o +a - stochastic_physics.o +a - stochy_patterngenerator.o +a - stochy_data_mod.o +a - get_stochy_pattern.o +a - initialize_spectral_mod.o +a - cellular_automata_global.o +a - cellular_automata_sgs.o +a - update_ca.o +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' +make libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -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 -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -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 -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -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 -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -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 -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -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 -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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 +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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +make esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +# additional include files needed for PGI +#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/nems_dir" >> fv3.mk + +Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk + +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +Installation into "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL" complete! + +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +test -d /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL +rm -fr /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" FMS_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="hera" DEBUG=Y ; \ +set -e ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ +./compile.sh --platform hera --fms-dir "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0g + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +Will use FMS from: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL +++ pwd ++ BASEDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ++ MACHINE_ID=hera ++ COMPILE_OPTION=hera-intel.mk ++ DEBUG=Y ++ REPRO= ++ [[ Y == \Y ]] ++ DEBUG=1 ++ echo 'MOM6 compile.sh ... DEBUG=1, REPRO=' +MOM6 compile.sh ... DEBUG=1, REPRO= ++ compile_MOM6_LIB=1 ++ compile_ocean_only=0 ++ compile_MOM6_SIS2=0 ++ [[ 1 == 1 ]] ++ echo 'compile MOM6 library ...' +compile MOM6 library ... ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ++ mkdir -p build/intel/MOM6_LIB/repro ++ cd build/intel/MOM6_LIB/repro ++ [[ -f path_names ]] ++ rm -f path_names ++ echo 'generating file_paths ...' +generating file_paths ... ++ ../../../../src/mkmf/bin/list_paths ../../../../src/MOM6/src/ALE/ ../../../../src/MOM6/src/core/ ../../../../src/MOM6/src/diagnostics/ ../../../../src/MOM6/src/equation_of_state/ ../../../../src/MOM6/src/framework/ ../../../../src/MOM6/src/ice_shelf/ ../../../../src/MOM6/src/initialization/ ../../../../src/MOM6/src/ocean_data_assim/ ../../../../src/MOM6/src/parameterizations/ ../../../../src/MOM6/src/tracer/ ../../../../src/MOM6/src/user/ ../../../../src/MOM6/src/equation_of_state/TEOS10/ ../../../../src/MOM6/src/ocean_data_assim/core/ ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/ ../../../../src/MOM6/src/parameterizations/CVmix/ ../../../../src/MOM6/src/parameterizations/lateral/ ../../../../src/MOM6/src/parameterizations/vertical/ ../../../../src/MOM6/config_src/dynamic/ ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +A list of the files you checked out is in the file path_names. ++ echo 'generating makefile ...' +generating makefile ... ++ ../../../../src/mkmf/bin/mkmf -t ../../../../src/mkmf/templates/hera-intel.mk -p lib_ocean.a -o -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL path_names +.................................................................................................................................................................................................................................................................... Makefile is ready. ++ echo 'compiling MOM6 library...' +compiling MOM6 library... ++ make NETCDF=4 REPRO= DEBUG=1 lib_ocean.a +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/build/intel/MOM6_LIB/repro' +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_error_handler.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_cpu_clock.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_time_manager.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_string_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/polynomial_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PLM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_safe_alloc.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_vkernels.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PCM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_zlike.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_sigma.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_manager_wrapper.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_math.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_pt_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_sr_from_sp__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_intrinsic_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_gibbs_ice__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_specvol_second_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_chem_potential_water_t_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_pt0_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_ct_freezing_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_ct_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_specvol_first_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_t_freezing_poly__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_entropy_part_zerop__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_constants.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_rho__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_t_deriv_chem_potential_water_t_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_pt_from_ct__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_t_freezing_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_rho_second_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_t_from_ct__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_ct_freezing_poly__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_gibbs_pt0_pt0__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_ct_from_pt__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_rho_first_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_entropy_part__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_gibbs__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_sp_from_sr__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ./gsw_specvol__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_coms.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_document.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_solvers.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_consts.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_values.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_file_parser.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_TFreeze.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PPM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PQM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P1M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P3M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_background.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_remapping.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_params.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_domains.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_unit_scaling.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_interp.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_verticalGrid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_hor_index.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_linear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_checksums.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_dyn_horgrid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_spatial_means.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/baroclinic_zone_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/user_shelf_init.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_transcribe_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_io.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_debugging.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_hycom.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_variables.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_rho.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_slight.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_restart.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_grid_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_shared_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_Z_init.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/initialization/midas_vertmap.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_write_cputime.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_get_input.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/coord_adapt.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_interface_heights.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_checksum_packages.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_isopycnal_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_horizontal_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/soliton_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/adjustment_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Rossby_front_2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_remap.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_diag_mediator.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_registry.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_opacity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_speed.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_Montgomery.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_PointAccel.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_structure.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_change_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/lock_exchange_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/external_gwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_open_boundary.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_forcing_type.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/benchmark_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Neverland_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/sloshing_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/seamount_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Phillips_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dense_water_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/circle_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/RGC_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/ISOMIP_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_diabatic.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_wave_interface.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_marine_ice.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/SCM_CVMix_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_controlled_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Idealized_Hurricane.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ISOMIP_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/DOME_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_ALE.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity_PPM.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/supercritical_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_CoriolisAdv.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/tidal_bay_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Kelvin_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/shelfwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_channel_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_barotropic.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_advect.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/tracer_example.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/RGC_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ideal_age_example.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dye_example.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/oil_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/advection_test_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dyed_obc_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/pseudo_salt_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/boundary_impulse_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_coord_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_boundary_update.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_blocked_AFV.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_fixed_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_state_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_generic_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_flow_control.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_sum_output.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_revise_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_split_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_main.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_neutral_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_hor_diff.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_unit_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM.F90 +mpiifort -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 +ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_checksums.o MOM_cpu_clock.o user_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o ocean_da_types.o baroclinic_zone_initialization.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_open_boundary.o MOM_set_viscosity.o cvmix_shear.o MOM_regularize_layers.o MOM_string_functions.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o PLM_functions.o gsw_pt_from_t__genmod.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_safe_alloc.o gsw_sr_from_sp__genmod.o MOM_intrinsic_functions.o MOM_continuity.o MOM_obsolete_params.o MOM_checksum_packages.o dumbbell_initialization.o MOM_dyn_horgrid.o gsw_gibbs_ice__genmod.o MOM_unit_scaling.o gsw_specvol_second_derivatives__genmod.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o supercritical_initialization.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_error_handler.o MOM_PointAccel.o gsw_pt_from_ct.o gsw_gibbs_pt0_pt0.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_wave_speed.o ISOMIP_initialization.o gsw_chem_potential_water_t_exact__genmod.o polynomial_functions.o gsw_pt0_from_t__genmod.o user_shelf_init.o gsw_rho_first_derivatives.o MOM_neutral_diffusion.o write_ocean_obs.o MOM_EOS_UNESCO.o gsw_ct_freezing_exact__genmod.o seamount_initialization.o MOM_dynamics_unsplit.o gsw_ct_from_t__genmod.o MOM_diagnostics.o gsw_mod_specvol_coefficients.o gsw_specvol_first_derivatives__genmod.o MOM_barotropic.o soliton_initialization.o Kelvin_initialization.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_generic_tracer.o MOM_lateral_boundary_diffusion.o MOM_bkgnd_mixing.o circle_obcs_initialization.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o P1M_functions.o MOM_ALE.o gsw_t_freezing_poly__genmod.o boundary_impulse_tracer.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o MOM_diag_remap.o MOM_domains.o Neverland_initialization.o MOM_tidal_mixing.o gsw_entropy_part_zerop__genmod.o gsw_pt_from_t.o dense_water_initialization.o MOM_entrain_diffusive.o Phillips_initialization.o MOM_internal_tide_input.o MOM_marine_ice.o MOM_debugging.o kdtree.o MOM_document.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o gsw_rho__genmod.o MOM_tracer_flow_control.o MOM_coms.o cvmix_background.o MOM_diabatic_driver.o gsw_ct_from_pt.o MOM_horizontal_regridding.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_spatial_means.o RGC_tracer.o MOM_ice_shelf.o cvmix_ddiff.o gsw_specvol_second_derivatives.o gsw_t_deriv_chem_potential_water_t_exact__genmod.o gsw_ct_freezing_poly.o MOM_PressureForce_Montgomery.o gsw_pt_from_ct__genmod.o MOM_sum_output.o MOM_isopycnal_slopes.o gsw_mod_gibbs_ice_coefficients.o cvmix_math.o dumbbell_surface_forcing.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o MOM_ice_shelf_dynamics.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_tracer_hor_diff.o MOM_full_convection.o mom_ocean_model_nuopc.o gsw_chem_potential_water_t_exact.o MOM_EOS.o coord_rho.o MOM_state_initialization.o gsw_t_freezing_exact__genmod.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_restart.o MOM_coord_initialization.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o gsw_ct_freezing_exact.o MOM_OCMIP2_CFC.o MOM_diag_manager_wrapper.o MOM_time_manager.o regrid_interp.o MOM_EOS_NEMO.o gsw_mod_freezing_poly_coefficients.o MOM_CVMix_conv.o MOM_wave_structure.o gsw_pt0_from_t.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o tidal_bay_initialization.o user_change_diffusivity.o MOM_tracer_registry.o gsw_rho_second_derivatives__genmod.o coord_zlike.o gsw_gibbs_ice.o gsw_t_from_ct__genmod.o gsw_ct_freezing_poly__genmod.o gsw_gibbs_pt0_pt0__genmod.o MOM_MEKE_types.o MOM_CVMix_ddiff.o dyed_channel_initialization.o midas_vertmap.o gsw_rho_second_derivatives.o MOM_thickness_diffuse.o MOM_file_parser.o MOM_unit_tests.o MOM_offline_main.o ideal_age_example.o gsw_specvol_first_derivatives.o MOM_set_diffusivity.o DOME_initialization.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o coord_sigma.o BFB_surface_forcing.o advection_test_tracer.o pseudo_salt_tracer.o dyed_obcs_initialization.o MOM_PressureForce.o gsw_mod_toolbox.o MOM_verticalGrid.o MOM_regridding.o MOM_boundary_update.o MOM_forcing_type.o coord_adapt.o MOM_tracer_Z_init.o MOM_bulk_mixed_layer.o MOM_controlled_forcing.o gsw_sr_from_sp.o MOM_shared_initialization.o MOM_kappa_shear.o MOM_ALE_sponge.o gsw_entropy_part.o regrid_edge_slopes.o MOM_ice_shelf_state.o gsw_mod_teos10_constants.o MOM_PressureForce_analytic_FV.o MOM_lateral_mixing_coeffs.o Idealized_Hurricane.o MOM_write_cputime.o gsw_mod_kinds.o MOM_sponge.o gsw_ct_from_pt__genmod.o MOM_continuity_PPM.o oil_tracer.o MOM.o MOM_EOS_linear.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o gsw_rho_first_derivatives__genmod.o gsw_rho.o gsw_entropy_part__genmod.o gsw_gibbs__genmod.o dyed_obc_tracer.o MOM_PressureForce_blocked_AFV.o gsw_sp_from_sr__genmod.o gsw_specvol__genmod.o adjustment_initialization.o MOM_constants.o shelfwave_initialization.o MOM_remapping.o MOM_io.o dye_example.o benchmark_initialization.o lock_exchange_initialization.o mom_surface_forcing_nuopc.o cvmix_tidal.o MOM_obsolete_diagnostics.o gsw_t_deriv_chem_potential_water_t_exact.o +ar: creating lib_ocean.a +a - cvmix_utils.o +a - coord_hycom.o +a - MOM_checksums.o +a - MOM_cpu_clock.o +a - user_initialization.o +a - ISOMIP_tracer.o +a - PCM_functions.o +a - cvmix_kinds_and_types.o +a - ocean_da_types.o +a - baroclinic_zone_initialization.o +a - RGC_initialization.o +a - gsw_entropy_part_zerop.o +a - MOM_open_boundary.o +a - MOM_set_viscosity.o +a - cvmix_shear.o +a - MOM_regularize_layers.o +a - MOM_string_functions.o +a - MOM_wave_interface.o +a - MOM_grid.o +a - DOME_tracer.o +a - MOM_tidal_forcing.o +a - gsw_sp_from_sr.o +a - PLM_functions.o +a - gsw_pt_from_t__genmod.o +a - MOM_tracer_initialization_from_Z.o +a - MOM_MEKE.o +a - MOM_safe_alloc.o +a - gsw_sr_from_sp__genmod.o +a - MOM_intrinsic_functions.o +a - MOM_continuity.o +a - MOM_obsolete_params.o +a - MOM_checksum_packages.o +a - dumbbell_initialization.o +a - MOM_dyn_horgrid.o +a - gsw_gibbs_ice__genmod.o +a - MOM_unit_scaling.o +a - gsw_specvol_second_derivatives__genmod.o +a - MOM_EOS_Wright.o +a - gsw_gibbs.o +a - PPM_functions.o +a - supercritical_initialization.o +a - MOM_offline_aux.o +a - MOM_EOS_TEOS10.o +a - regrid_edge_values.o +a - MOM_energetic_PBL.o +a - MOM_CoriolisAdv.o +a - PQM_functions.o +a - MOM_dynamics_unsplit_RK2.o +a - MOM_error_handler.o +a - MOM_PointAccel.o +a - gsw_pt_from_ct.o +a - gsw_gibbs_pt0_pt0.o +a - MOM_fixed_initialization.o +a - gsw_t_freezing_poly.o +a - MOM_tracer_advect.o +a - gsw_t_freezing_exact.o +a - regrid_consts.o +a - MOM_diag_mediator.o +a - MOM_wave_speed.o +a - ISOMIP_initialization.o +a - gsw_chem_potential_water_t_exact__genmod.o +a - polynomial_functions.o +a - gsw_pt0_from_t__genmod.o +a - user_shelf_init.o +a - gsw_rho_first_derivatives.o +a - MOM_neutral_diffusion.o +a - write_ocean_obs.o +a - MOM_EOS_UNESCO.o +a - gsw_ct_freezing_exact__genmod.o +a - seamount_initialization.o +a - MOM_dynamics_unsplit.o +a - gsw_ct_from_t__genmod.o +a - MOM_diagnostics.o +a - gsw_mod_specvol_coefficients.o +a - gsw_specvol_first_derivatives__genmod.o +a - MOM_barotropic.o +a - soliton_initialization.o +a - Kelvin_initialization.o +a - MOM_hor_index.o +a - regrid_solvers.o +a - ocean_da_core.o +a - DOME2d_initialization.o +a - MOM_tracer_diabatic.o +a - MOM_vert_friction.o +a - MOM_generic_tracer.o +a - MOM_lateral_boundary_diffusion.o +a - MOM_bkgnd_mixing.o +a - circle_obcs_initialization.o +a - MOM_ice_shelf_initialize.o +a - MOM_CVMix_KPP.o +a - P1M_functions.o +a - MOM_ALE.o +a - gsw_t_freezing_poly__genmod.o +a - boundary_impulse_tracer.o +a - cvmix_put_get.o +a - MOM_oda_driver.o +a - cvmix_convection.o +a - MOM_diag_remap.o +a - MOM_domains.o +a - Neverland_initialization.o +a - MOM_tidal_mixing.o +a - gsw_entropy_part_zerop__genmod.o +a - gsw_pt_from_t.o +a - dense_water_initialization.o +a - MOM_entrain_diffusive.o +a - Phillips_initialization.o +a - MOM_internal_tide_input.o +a - MOM_marine_ice.o +a - MOM_debugging.o +a - kdtree.o +a - MOM_document.o +a - MOM_variables.o +a - P3M_functions.o +a - MOM_mixed_layer_restrat.o +a - MOM_diag_vkernels.o +a - gsw_rho__genmod.o +a - MOM_tracer_flow_control.o +a - MOM_coms.o +a - cvmix_background.o +a - MOM_diabatic_driver.o +a - gsw_ct_from_pt.o +a - MOM_horizontal_regridding.o +a - MOM_dynamics_split_RK2.o +a - sloshing_initialization.o +a - MOM_spatial_means.o +a - RGC_tracer.o +a - MOM_ice_shelf.o +a - cvmix_ddiff.o +a - gsw_specvol_second_derivatives.o +a - gsw_t_deriv_chem_potential_water_t_exact__genmod.o +a - gsw_ct_freezing_poly.o +a - MOM_PressureForce_Montgomery.o +a - gsw_pt_from_ct__genmod.o +a - MOM_sum_output.o +a - MOM_isopycnal_slopes.o +a - gsw_mod_gibbs_ice_coefficients.o +a - cvmix_math.o +a - dumbbell_surface_forcing.o +a - gsw_ct_from_t.o +a - MOM_TFreeze.o +a - MOM_grid_initialize.o +a - BFB_initialization.o +a - MOM_ice_shelf_dynamics.o +a - MOM_transcribe_grid.o +a - MOM_internal_tides.o +a - cvmix_kpp.o +a - MOM_tracer_hor_diff.o +a - MOM_full_convection.o +a - mom_ocean_model_nuopc.o +a - gsw_chem_potential_water_t_exact.o +a - MOM_EOS.o +a - coord_rho.o +a - MOM_state_initialization.o +a - gsw_t_freezing_exact__genmod.o +a - MOM_interface_heights.o +a - MOM_diabatic_aux.o +a - MOM_restart.o +a - MOM_coord_initialization.o +a - MOM_hor_visc.o +a - SCM_CVMix_tests.o +a - MOM_CVMix_shear.o +a - gsw_ct_freezing_exact.o +a - MOM_OCMIP2_CFC.o +a - MOM_diag_manager_wrapper.o +a - MOM_time_manager.o +a - regrid_interp.o +a - MOM_EOS_NEMO.o +a - gsw_mod_freezing_poly_coefficients.o +a - MOM_CVMix_conv.o +a - MOM_wave_structure.o +a - gsw_pt0_from_t.o +a - external_gwave_initialization.o +a - MOM_geothermal.o +a - gsw_specvol.o +a - MOM_get_input.o +a - tidal_bay_initialization.o +a - user_change_diffusivity.o +a - MOM_tracer_registry.o +a - gsw_rho_second_derivatives__genmod.o +a - coord_zlike.o +a - gsw_gibbs_ice.o +a - gsw_t_from_ct__genmod.o +a - gsw_ct_freezing_poly__genmod.o +a - gsw_gibbs_pt0_pt0__genmod.o +a - MOM_MEKE_types.o +a - MOM_CVMix_ddiff.o +a - dyed_channel_initialization.o +a - midas_vertmap.o +a - gsw_rho_second_derivatives.o +a - MOM_thickness_diffuse.o +a - MOM_file_parser.o +a - MOM_unit_tests.o +a - MOM_offline_main.o +a - ideal_age_example.o +a - gsw_specvol_first_derivatives.o +a - MOM_set_diffusivity.o +a - DOME_initialization.o +a - MOM_diapyc_energy_req.o +a - MOM_opacity.o +a - tracer_example.o +a - user_revise_forcing.o +a - coord_sigma.o +a - BFB_surface_forcing.o +a - advection_test_tracer.o +a - pseudo_salt_tracer.o +a - dyed_obcs_initialization.o +a - MOM_PressureForce.o +a - gsw_mod_toolbox.o +a - MOM_verticalGrid.o +a - MOM_regridding.o +a - MOM_boundary_update.o +a - MOM_forcing_type.o +a - coord_adapt.o +a - MOM_tracer_Z_init.o +a - MOM_bulk_mixed_layer.o +a - MOM_controlled_forcing.o +a - gsw_sr_from_sp.o +a - MOM_shared_initialization.o +a - MOM_kappa_shear.o +a - MOM_ALE_sponge.o +a - gsw_entropy_part.o +a - regrid_edge_slopes.o +a - MOM_ice_shelf_state.o +a - gsw_mod_teos10_constants.o +a - MOM_PressureForce_analytic_FV.o +a - MOM_lateral_mixing_coeffs.o +a - Idealized_Hurricane.o +a - MOM_write_cputime.o +a - gsw_mod_kinds.o +a - MOM_sponge.o +a - gsw_ct_from_pt__genmod.o +a - MOM_continuity_PPM.o +a - oil_tracer.o +a - MOM.o +a - MOM_EOS_linear.o +a - coord_slight.o +a - gsw_t_from_ct.o +a - Rossby_front_2d_initialization.o +a - gsw_rho_first_derivatives__genmod.o +a - gsw_rho.o +a - gsw_entropy_part__genmod.o +a - gsw_gibbs__genmod.o +a - dyed_obc_tracer.o +a - MOM_PressureForce_blocked_AFV.o +a - gsw_sp_from_sr__genmod.o +a - gsw_specvol__genmod.o +a - adjustment_initialization.o +a - MOM_constants.o +a - shelfwave_initialization.o +a - MOM_remapping.o +a - MOM_io.o +a - dye_example.o +a - benchmark_initialization.o +a - lock_exchange_initialization.o +a - mom_surface_forcing_nuopc.o +a - cvmix_tidal.o +a - MOM_obsolete_diagnostics.o +a - gsw_t_deriv_chem_potential_water_t_exact.o +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/build/intel/MOM6_LIB/repro' ++ echo 'compiling MOM6 library successful' +compiling MOM6 library successful ++ echo 'compiling MOM6 library done' +compiling MOM6 library done ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ++ mkdir -p exec/hera/ ++ ln -s /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/build/intel/MOM6_LIB/repro exec/hera/lib_ocean ++ [[ 0 == 1 ]] ++ echo ================================================== +================================================== ++ [[ 0 == 1 ]] ++ echo 'Next recommended step is to rejoice out of happiness from a successful compile.' +Next recommended step is to rejoice out of happiness from a successful compile. +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ + exec make -f makefile.nuopc COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" FMS_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="hera" \ + "FMSDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL" \ + "NEMSMOMDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera" \ + "INSTALLDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" install + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0g + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6' +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/time_utils.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap_methods.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap_time.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean -I. -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 src/MOM6/config_src/nuopc_driver/mom_cap.F90 +ar rv libmom.a mom_cap.o time_utils.o mom_cap_methods.o mom_cap_time.o +ar: creating libmom.a +a - mom_cap.o +a - time_utils.o +a - mom_cap_methods.o +a - mom_cap_time.o +rm -f mom6.mk.install +mkdir -p /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/exec/hera/lib_ocean/lib_ocean.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +cp -f libmom.a mom_cap_mod.mod /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL +cp -f mom6.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6' +test -d "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL" +test -s "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk" +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +set -eu ; \ +export COMP_SRCDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE COMP_BINDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL SITE="NEMS.hera" SYSTEM_USERDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" EXEDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" CPPCMEPS="-DCMEPS" NEMS_GRID="T126_mx5" DEBUG=Y ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE ; \ +./comp_ice.backend + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0g + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +NEMS_GRID = T126_mx025 +tcx comp_ice.backend res grid mx025 1440x1080 +ARCH is Linux.NEMS.hera +CICE comp_ice.backend ... DEBUG=Y +gmake[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' +Building dependency for shr_orb_mod.d +Building dependency for ice_zbgc_shared.d +Building dependency for ice_zbgc.d +Building dependency for ice_transport_remap.d +Building dependency for ice_transport_driver.d +Building dependency for ice_timers.d +Building dependency for ice_therm_vertical.d +Building dependency for ice_therm_shared.d +Building dependency for ice_therm_mushy.d +Building dependency for ice_therm_itd.d +Building dependency for ice_therm_bl99.d +Building dependency for ice_therm_0layer.d +Building dependency for ice_step_mod.d +Building dependency for ice_state.d +Building dependency for ice_spacecurve.d +Building dependency for ice_shortwave.d +Building dependency for ice_restoring.d +Building dependency for ice_restart_shared.d +Building dependency for ice_restart_driver.d +Building dependency for ice_restart.d +Building dependency for ice_read_write.d +Building dependency for ice_orbital.d +Building dependency for ice_ocean.d +Building dependency for ice_meltpond_topo.d +Building dependency for ice_meltpond_lvl.d +Building dependency for ice_meltpond_cesm.d +Building dependency for ice_mechred.d +Building dependency for ice_lvl.d +Building dependency for ice_kinds_mod.d +Building dependency for ice_itd.d +Building dependency for ice_init.d +Building dependency for ice_history_write.d +Building dependency for ice_history_shared.d +Building dependency for ice_history_pond.d +Building dependency for ice_history_mechred.d +Building dependency for ice_history_drag.d +Building dependency for ice_history_bgc.d +Building dependency for ice_history.d +Building dependency for ice_grid.d +Building dependency for ice_global_reductions.d +Building dependency for ice_gather_scatter.d +Building dependency for ice_forcing.d +Building dependency for ice_flux.d +Building dependency for ice_firstyear.d +Building dependency for ice_fileunits.d +Building dependency for ice_exit.d +Building dependency for ice_dyn_shared.d +Building dependency for ice_dyn_evp.d +Building dependency for ice_dyn_eap.d +Building dependency for ice_domain_size.d +Building dependency for ice_domain.d +Building dependency for ice_distribution.d +Building dependency for ice_diagnostics.d +Building dependency for ice_constants.d +Building dependency for ice_communicate.d +Building dependency for ice_calendar.d +Building dependency for ice_broadcast.d +Building dependency for ice_brine.d +Building dependency for ice_boundary.d +Building dependency for ice_blocks.d +Building dependency for ice_atmo.d +Building dependency for ice_algae.d +Building dependency for ice_age.d +Building dependency for ice_aerosol.d +Building dependency for CICE_RunMod.d +Building dependency for CICE_InitMod.d +Building dependency for CICE_FinalMod.d +Building dependency for CICE.d +gmake[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' +gmake[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_kinds_mod.F90 > ice_kinds_mod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_kinds_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/ice_constants.F90 > ice_constants.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_constants.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_fileunits.F90 > ice_fileunits.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_fileunits.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restart_shared.F90 > ice_restart_shared.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_communicate.F90 > ice_communicate.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_communicate.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_exit.F90 > ice_exit.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_exit.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_domain_size.F90 > ice_domain_size.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_domain_size.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_blocks.F90 > ice_blocks.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_blocks.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_spacecurve.F90 > ice_spacecurve.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_spacecurve.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_distribution.F90 > ice_distribution.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_distribution.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_global_reductions.F90 > ice_global_reductions.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_global_reductions.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_boundary.F90 > ice_boundary.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_boundary.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_broadcast.F90 > ice_broadcast.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_broadcast.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_domain.F90 > ice_domain.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_domain.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_state.F90 > ice_state.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_state.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90 > ice_atmo.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_atmo.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(330): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(353): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(476): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(506): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_atmo.F90(694): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_shared.F90 > ice_therm_shared.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc_shared.F90 > ice_zbgc_shared.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_zbgc_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90 > ice_flux.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_flux.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90(769): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90(903): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_flux.F90(965): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_calendar.F90 > ice_calendar.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_calendar.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_gather_scatter.F90 > ice_gather_scatter.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_gather_scatter.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_read_write.F90 > ice_read_write.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_read_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi/ice_timers.F90 > ice_timers.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_timers.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_grid.F90 > ice_grid.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_grid.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90 > ice_diagnostics.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_diagnostics.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90(1079): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90(1092): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_diagnostics.F90(1165): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_ocean.F90 > ice_ocean.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_ocean.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_ocean.F90(172): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_forcing.F90 > ice_forcing.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_forcing.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share/shr_orb_mod.F90 > shr_orb_mod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include shr_orb_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_orbital.F90 > ice_orbital.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_orbital.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_orbital.F90(109): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_shared.F90 > ice_dyn_shared.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf/ice_restart.F90 > ice_restart.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_meltpond_lvl.F90 > ice_meltpond_lvl.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_meltpond_cesm.F90 > ice_meltpond_cesm.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_cesm.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_meltpond_topo.F90 > ice_meltpond_topo.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_meltpond_topo.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90 > ice_shortwave.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_shortwave.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(647): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(800): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1016): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1042): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1065): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1655): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1679): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1720): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1736): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1774): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1790): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(1830): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3108): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3129): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3140): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3163): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3770): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3865): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_shortwave.F90(3422): warning #7532: The number of arguments is incompatible with intrinsic procedure, assume 'external'. [GAMMA] + gamma(w,uu,gg,e) = p5*w*((c1 + c3*gg*(c1-w)*uu*uu) & +------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_aerosol.F90 > ice_aerosol.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_aerosol.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90 > ice_algae.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_algae.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(284): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(300): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(344): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(366): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(403): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(442): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_algae.F90(692): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90 > ice_itd.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_itd.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(333): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(346): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(357): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(369): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(381): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(394): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(407): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(420): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1139): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1170): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1903): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1916): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1935): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1954): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2048): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2062): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2084): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2104): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2123): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2152): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2220): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2239): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(2255): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_itd.F90(1784): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [FLUX_BIO] + flux_bio, l_stop, & +----------------------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90 > ice_mechred.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_mechred.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(800): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1037): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1051): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1071): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1123): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1247): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1260): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1272): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1519): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1549): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1572): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1638): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1733): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1751): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1763): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1775): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1787): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1800): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1813): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1828): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1939): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1967): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1980): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(1992): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2003): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2201): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2221): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_mechred.F90(2241): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_eap.F90 > ice_dyn_eap.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_eap.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_eap.F90(1179): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_shared.F90 > ice_history_shared.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_mechred.F90 > ice_history_mechred.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_mechred.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_pond.F90 > ice_history_pond.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_pond.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_bgc.F90 > ice_history_bgc.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_bgc.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history_drag.F90 > ice_history_drag.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_drag.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf/ice_history_write.F90 > ice_history_write.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_mushy.F90 > ice_therm_mushy.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_mushy.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_history.F90 > ice_history.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_history.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_age.F90 > ice_age.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_age.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_firstyear.F90 > ice_firstyear.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_firstyear.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_lvl.F90 > ice_lvl.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90 > ice_transport_remap.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_transport_remap.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(1235): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3117): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3148): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3290): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3318): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3365): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3425): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3456): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3478): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3680): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_remap.F90(3700): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_transport_driver.F90 > ice_transport_driver.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_transport_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90 > ice_therm_bl99.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_bl99.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(444): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(569): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(646): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(685): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(756): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(905): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(990): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1001): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1125): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1797): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1806): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_bl99.F90(1818): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90 > ice_therm_0layer.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_0layer.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(236): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(297): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(350): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_0layer.F90(450): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90 > ice_therm_vertical.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_vertical.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(742): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(754): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(765): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(781): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(914): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(941): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1046): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1065): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1199): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1227): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1438): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1452): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1573): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1624): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1667): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1696): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1730): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1768): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1777): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1844): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1897): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1951): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(1960): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2086): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2108): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2207): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2305): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_vertical.F90(2431): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restoring.F90 > ice_restoring.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restoring.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restoring.F90(456): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_init.F90 > ice_init.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_init.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_init.F90(1381): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90 > ice_brine.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_brine.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(175): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(302): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(315): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(343): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(356): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(452): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(469): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(492): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_brine.F90(518): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90 > ice_zbgc.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_zbgc.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(692): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(825): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(996): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_zbgc.F90(1046): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_restart_driver.F90 > ice_restart_driver.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_restart_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE_InitMod.F90 > CICE_InitMod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_InitMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90 > ice_therm_itd.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_therm_itd.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(341): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(443): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(499): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(580): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(698): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1129): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1165): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1181): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1198): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1457): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1473): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1490): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1596): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1634): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1655): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1688): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_therm_itd.F90(1749): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_evp.F90 > ice_dyn_evp.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_dyn_evp.f90 +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_dyn_evp.F90(517): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source/ice_step_mod.F90 > ice_step_mod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include ice_step_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE_RunMod.F90 > CICE_RunMod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_RunMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE_FinalMod.F90 > CICE_FinalMod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE_FinalMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice/CICE.F90 > CICE.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -FR -I. -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/drivers/cice -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/source -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/mpi -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/io_netcdf -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/csm_share -I/apps/netcdf/4.7.0/intel/18.0.5.274/include CICE.f90 +mpiifort -o /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/cice CICE.o CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o ice_aerosol.o ice_age.o ice_algae.o ice_atmo.o ice_blocks.o ice_boundary.o ice_brine.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_constants.o ice_diagnostics.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_firstyear.o ice_flux.o ice_forcing.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_init.o ice_itd.o ice_kinds_mod.o ice_lvl.o ice_mechred.o ice_meltpond_cesm.o ice_meltpond_lvl.o ice_meltpond_topo.o ice_ocean.o ice_orbital.o ice_read_write.o ice_restart.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_shortwave.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_therm_0layer.o ice_therm_bl99.o ice_therm_itd.o ice_therm_mushy.o ice_therm_shared.o ice_therm_vertical.o ice_timers.o ice_transport_driver.o ice_transport_remap.o ice_zbgc.o ice_zbgc_shared.o shr_orb_mod.o -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdf -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdf -lnetcdff +gmake[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice/compile' +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice +NTASK = 48 +global N, block_size +x 1440, 60 +y 1080, 540 +max_blocks = 1 +1 = TRAGE, iage tracer +1 = TRFY, first-year ice tracer +1 = TRLVL, level-ice tracers +1 = TRPND, melt pond tracers +0 = NTRAERO, number of aerosol tracers +0 = TRBRI, brine height tracer +7 = NBGCLYR, number of bio grid layers +0 = TRBGCS, number of BGC tracers +ar: creating /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/liblanl_cice.a +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; exec make -f makefile.nuopc \ + COMP_SRCDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE COMP_BINDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL SITE="NEMS.hera" SYSTEM_USERDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" EXEDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" CPPCMEPS="-DCMEPS" NEMS_GRID="T126_mx5" \ + "LANLCICEDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE" "INSTALLDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL" install + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0g + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +mpiifort -DCMEPS -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/compile -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_0_0' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/src/ESMF_8_0_0 cice_cap.F90 +ar rv libcice.a cice_cap.o +ar: creating libcice.a +a - cice_cap.o +rm -f cice.mk.install +mkdir -p /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/liblanl_cice.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +cp -f libcice.a cice_cap_mod.mod /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +cp -f cice.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +test -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +set -e ; \ + . /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS ; \ + exec make COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ + "INSTALLDIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL" install + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0g + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0g + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS' +cd nems/lib ;\ +exec make install FC="mpiifort" CC="mpiicc" CXX="mpiicpc" PIO_INSTALL_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib' +mkdir -p "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build"; \ +cd "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build"; \ +CC="mpiicc" CXX="mpiicpc" FC="mpiifort" cmake -D CMAKE_VERBOSE_MAKEFILE:BOOL=ON -D PIO_ENABLE_TESTS:BOOL=OFF -D PIO_ENABLE_TIMING:BOOL=OFF -D PIO_USE_MALLOC:BOOL=ON -D GENF90_PATH=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/genf90 -D USER_CMAKE_MODULE_PATH="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO"/cmake -D CMAKE_INSTALL_PREFIX=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install -D NetCDF_PATH:PATH=/apps/netcdf/4.7.0/intel/18.0.5.274 -D WITH_PNETCDF=OFF ../ +-- The C 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 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_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 +-- Looking for sys/types.h +-- Looking for sys/types.h - found +-- Looking for stdint.h +-- Looking for stdint.h - found +-- Looking for stddef.h +-- Looking for stddef.h - found +-- Check size of MPI_Offset +-- Check size of MPI_Offset - done +-- Check if the system is big endian +-- Searching 16 bit integer +-- Check size of unsigned short +-- Check size of unsigned short - done +-- Using unsigned short +-- Check if the system is big endian - little endian +-- Found NetCDF_C: /apps/netcdf/4.7.0/intel/18.0.5.274/lib/libnetcdf.so +-- Checking NetCDF version +-- Checking NetCDF version - 4.7.0./*!< +-- Checking whether NetCDF has parallel support +-- Checking whether NetCDF has parallel support - no +-- Looking for nc_set_log_level +-- Looking for nc_set_log_level - found +-- Check size of size_t +-- Check size of size_t - done +-- Check size of long long +-- Check size of long long - done +-- Checking whether Fortran compiler supports c_sizeof +-- Checking whether Fortran compiler supports c_sizeof - failed +-- Checking whether MPIIO is supported +-- Checking whether MPIIO is supported - failed +-- MPIIO failed verification and therefore disabled. +-- Checking whether MPI Fortran module is supported +-- Checking whether MPI Fortran module is supported - failed +-- MPI Fortran module failed verification and therefore disabled. +-- Found NetCDF_Fortran: /apps/netcdf/4.7.0/intel/18.0.5.274/lib/libnetcdff.so +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Configuring done +-- Generating done +-- Build files have been written to: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build +cd "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build"; \ +exec make install +make[3]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +/contrib/cmake/3.9.0/bin/cmake -H/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO -B/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build --check-build-system CMakeFiles/Makefile.cmake 0 +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/CMakeFiles /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/CMakeFiles/progress.marks +make -f CMakeFiles/Makefile2 all +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/clib/CMakeFiles/pioc.dir/build.make src/clib/CMakeFiles/pioc.dir/depend +make[5]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib/CMakeFiles/pioc.dir/DependInfo.cmake --color= +Scanning dependencies of target pioc +make[5]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/clib/CMakeFiles/pioc.dir/build.make src/clib/CMakeFiles/pioc.dir/build +make[5]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 2%] Building C object src/clib/CMakeFiles/pioc.dir/topology.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/topology.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/topology.c +[ 5%] Building C object src/clib/CMakeFiles/pioc.dir/pio_file.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_file.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_file.c +[ 8%] Building C object src/clib/CMakeFiles/pioc.dir/pioc_support.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pioc_support.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pioc_support.c +[ 11%] Building C object src/clib/CMakeFiles/pioc.dir/pio_lists.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_lists.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_lists.c +[ 14%] Building C object src/clib/CMakeFiles/pioc.dir/pioc.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pioc.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pioc.c +[ 17%] Building C object src/clib/CMakeFiles/pioc.dir/pioc_sc.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pioc_sc.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pioc_sc.c +[ 20%] Building C object src/clib/CMakeFiles/pioc.dir/pio_spmd.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_spmd.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_spmd.c +[ 22%] Building C object src/clib/CMakeFiles/pioc.dir/pio_rearrange.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_rearrange.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_rearrange.c +[ 25%] Building C object src/clib/CMakeFiles/pioc.dir/pio_nc4.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_nc4.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_nc4.c +[ 28%] Building C object src/clib/CMakeFiles/pioc.dir/bget.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/bget.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/bget.c +[ 31%] Building C object src/clib/CMakeFiles/pioc.dir/pio_nc.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_nc.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_nc.c +[ 34%] Building C object src/clib/CMakeFiles/pioc.dir/pio_put_nc.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_put_nc.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_put_nc.c +[ 37%] Building C object src/clib/CMakeFiles/pioc.dir/pio_get_nc.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_get_nc.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_get_nc.c +[ 40%] Building C object src/clib/CMakeFiles/pioc.dir/pio_getput_int.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_getput_int.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_getput_int.c +[ 42%] Building C object src/clib/CMakeFiles/pioc.dir/pio_msg.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_msg.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_msg.c +[ 45%] Building C object src/clib/CMakeFiles/pioc.dir/pio_darray.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_darray.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_darray.c +[ 48%] Building C object src/clib/CMakeFiles/pioc.dir/pio_darray_int.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_darray_int.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_darray_int.c +[ 51%] Building C object src/clib/CMakeFiles/pioc.dir/pio_get_vard.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_get_vard.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_get_vard.c +[ 54%] Building C object src/clib/CMakeFiles/pioc.dir/pio_put_vard.c.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_put_vard.c.o -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib/pio_put_vard.c +[ 57%] Linking C static library libpioc.a +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/pioc.dir/cmake_clean_target.cmake +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/clib && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/pioc.dir/link.txt --verbose=1 +/usr/bin/ar qc libpioc.a CMakeFiles/pioc.dir/topology.c.o CMakeFiles/pioc.dir/pio_file.c.o CMakeFiles/pioc.dir/pioc_support.c.o CMakeFiles/pioc.dir/pio_lists.c.o CMakeFiles/pioc.dir/pioc.c.o CMakeFiles/pioc.dir/pioc_sc.c.o CMakeFiles/pioc.dir/pio_spmd.c.o CMakeFiles/pioc.dir/pio_rearrange.c.o CMakeFiles/pioc.dir/pio_nc4.c.o CMakeFiles/pioc.dir/bget.c.o CMakeFiles/pioc.dir/pio_nc.c.o CMakeFiles/pioc.dir/pio_put_nc.c.o CMakeFiles/pioc.dir/pio_get_nc.c.o CMakeFiles/pioc.dir/pio_getput_int.c.o CMakeFiles/pioc.dir/pio_msg.c.o CMakeFiles/pioc.dir/pio_darray.c.o CMakeFiles/pioc.dir/pio_darray_int.c.o CMakeFiles/pioc.dir/pio_get_vard.c.o CMakeFiles/pioc.dir/pio_put_vard.c.o +/usr/bin/ranlib libpioc.a +make[5]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 57%] Built target pioc +make -f src/flib/CMakeFiles/genf90.dir/build.make src/flib/CMakeFiles/genf90.dir/depend +make[5]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib/CMakeFiles/genf90.dir/DependInfo.cmake --color= +Scanning dependencies of target genf90 +make[5]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/genf90.dir/build.make src/flib/CMakeFiles/genf90.dir/build +make[5]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make[5]: Nothing to be done for `src/flib/CMakeFiles/genf90.dir/build'. +make[5]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 57%] Built target genf90 +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/depend +make[5]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 60%] Generating piodarray.F90 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/genf90/genf90.pl /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/piodarray.F90.in > piodarray.F90 +[ 62%] Generating pionfatt_mod.F90 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/genf90/genf90.pl /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pionfatt_mod.F90.in > pionfatt_mod.F90 +[ 65%] Generating pionfput_mod.F90 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/genf90/genf90.pl /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pionfput_mod.F90.in > pionfput_mod.F90 +[ 68%] Generating pionfget_mod.F90 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/genf90/genf90.pl /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pionfget_mod.F90.in > pionfget_mod.F90 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build && /contrib/cmake/3.9.0/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib/CMakeFiles/piof.dir/DependInfo.cmake --color= +Scanning dependencies of target piof +make[5]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/requires +make[5]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/pio_kinds.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 71%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_kinds.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pio_kinds.F90 -o CMakeFiles/piof.dir/pio_kinds.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pio_kinds src/flib/CMakeFiles/piof.dir/pio_kinds.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_kinds.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/pio_support.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 74%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_support.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pio_support.F90 -o CMakeFiles/piof.dir/pio_support.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pio_support src/flib/CMakeFiles/piof.dir/pio_support.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_support.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/pio_types.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 77%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_types.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pio_types.F90 -o CMakeFiles/piof.dir/pio_types.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pio_types src/flib/CMakeFiles/piof.dir/pio_types.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_types.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/pio_nf.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 80%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_nf.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pio_nf.F90 -o CMakeFiles/piof.dir/pio_nf.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pio_nf src/flib/CMakeFiles/piof.dir/pio_nf.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_nf.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/piodarray.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 82%] Building Fortran object src/flib/CMakeFiles/piof.dir/piodarray.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib/piodarray.F90 -o CMakeFiles/piof.dir/piodarray.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/piodarray src/flib/CMakeFiles/piof.dir/piodarray.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/piodarray.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/piolib_mod.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 85%] Building Fortran object src/flib/CMakeFiles/piof.dir/piolib_mod.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/piolib_mod.F90 -o CMakeFiles/piof.dir/piolib_mod.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/piolib_mod src/flib/CMakeFiles/piof.dir/piolib_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/piolib_mod.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/pionfatt_mod.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 88%] Building Fortran object src/flib/CMakeFiles/piof.dir/pionfatt_mod.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib/pionfatt_mod.F90 -o CMakeFiles/piof.dir/pionfatt_mod.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pionfatt_mod src/flib/CMakeFiles/piof.dir/pionfatt_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pionfatt_mod.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/pionfget_mod.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 91%] Building Fortran object src/flib/CMakeFiles/piof.dir/pionfget_mod.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib/pionfget_mod.F90 -o CMakeFiles/piof.dir/pionfget_mod.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pionfget_mod src/flib/CMakeFiles/piof.dir/pionfget_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pionfget_mod.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/pionfput_mod.F90.o.provides.build +make[6]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 94%] Building Fortran object src/flib/CMakeFiles/piof.dir/pionfput_mod.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib/pionfput_mod.F90 -o CMakeFiles/piof.dir/pionfput_mod.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pionfput_mod src/flib/CMakeFiles/piof.dir/pionfput_mod.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pionfput_mod.F90.o.provides.build +make[6]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make[5]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/build +make[5]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[ 97%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio.F90.o +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NOPNETCDF -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/src/flib/pio.F90 -o CMakeFiles/piof.dir/pio.F90.o +/contrib/cmake/3.9.0/bin/cmake -E cmake_copy_f90_mod src/flib/pio src/flib/CMakeFiles/piof.dir/pio.mod.stamp Intel +/contrib/cmake/3.9.0/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio.F90.o.provides.build +[100%] Linking Fortran static library libpiof.a +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /contrib/cmake/3.9.0/bin/cmake -P CMakeFiles/piof.dir/cmake_clean_target.cmake +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/src/flib && /contrib/cmake/3.9.0/bin/cmake -E cmake_link_script CMakeFiles/piof.dir/link.txt --verbose=1 +/usr/bin/ar qc libpiof.a CMakeFiles/piof.dir/pio_nf.F90.o CMakeFiles/piof.dir/pio.F90.o CMakeFiles/piof.dir/pio_kinds.F90.o CMakeFiles/piof.dir/pio_types.F90.o CMakeFiles/piof.dir/piolib_mod.F90.o CMakeFiles/piof.dir/pio_support.F90.o CMakeFiles/piof.dir/pionfatt_mod.F90.o CMakeFiles/piof.dir/pionfput_mod.F90.o CMakeFiles/piof.dir/pionfget_mod.F90.o CMakeFiles/piof.dir/piodarray.F90.o +/usr/bin/ranlib libpiof.a +make[5]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +[100%] Built target piof +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +/contrib/cmake/3.9.0/bin/cmake -E cmake_progress_start /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build/CMakeFiles 0 +make -f CMakeFiles/Makefile2 preinstall +make[4]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make[4]: Nothing to be done for `preinstall'. +make[4]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +Install the project... +/contrib/cmake/3.9.0/bin/cmake -P cmake_install.cmake +-- Install configuration: "" +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/lib/libpioc.a +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pio.h +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/lib/libpiof.a +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pio.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pio_nf.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pio_types.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/piolib_mod.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pionfget_mod.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pio_kinds.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pio_support.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/piodarray.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pionfatt_mod.mod +-- Installing: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/pionfput_mod.mod +make[3]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build' +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib' +cd nems/util ;\ +exec make PIO_INCLUDE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/util' +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_kind_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. perf_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_log_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_mpi_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_abort_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_const_mod.F90 +warning #15396: Vector specification for function 'shr_const_mod_mp_shr_const_isspval_' is ignored with specified optimization options. +shr_const_mod.F90(89): (col. 30) warning #13401: vector function was emulated +shr_const_mod.F90(89): (col. 30) warning #13401: vector function was emulated +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_sys_mod.F90 +shr_sys_mod.F90(105): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [RCODE] +SUBROUTINE shr_sys_chdir(path, rcode) +-------------------------------^ +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_flux_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_mem_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. shr_pio_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I. glc_elevclass_mod.F90 +glc_elevclass_mod.F90(43): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [GLC_ELEVCLASS] + subroutine glc_get_elevation_classes_with_bareland(glc_ice_covered, glc_topo, glc_elevclass, logunit) +--------------------------------------------------------------------------------^ +glc_elevclass_mod.F90(36): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [GLC_ELEVCLASS] + subroutine glc_get_elevation_classes_without_bareland(glc_topo, glc_elevclass, logunit) +------------------------------------------------------------------^ +glc_elevclass_mod.F90(58): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [GLC_ICEFRAC_EC] + subroutine glc_get_fractional_icecov(nec, glc_topo, glc_icefrac, glc_icefrac_ec, logunit) +-------------------------------------------------------------------^ +ar rv libcmeps_util.a perf_mod.o shr_abort_mod.o shr_const_mod.o shr_flux_mod.o shr_kind_mod.o shr_log_mod.o shr_mem_mod.o shr_mpi_mod.o shr_pio_mod.o shr_sys_mod.o glc_elevclass_mod.o +ar: creating libcmeps_util.a +a - perf_mod.o +a - shr_abort_mod.o +a - shr_const_mod.o +a - shr_flux_mod.o +a - shr_kind_mod.o +a - shr_log_mod.o +a - shr_mem_mod.o +a - shr_mpi_mod.o +a - shr_pio_mod.o +a - shr_sys_mod.o +a - glc_elevclass_mod.o +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/util' +cd mediator ;\ +exec make PIO_INCLUDE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include INTERNAL_PIO_INIT=1 +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/mediator' +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_kind_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_constants_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_utils_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util esmFlds.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_internalstate_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_methods_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_map_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_merge_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_wav_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_ice_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util esmFldsExchange_cesm_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_time_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_profile_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_io_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_ocn_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_fraction_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_history_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_glc_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_restart_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_lnd_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_rof_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_aofluxes_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_ocnalb_mod.F90 +med_phases_ocnalb_mod.F90(589): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [RC] + subroutine med_phases_ocnalb_orbital_update(clock, logunit, mastertask, eccen, obliqr, lambm0, mvelpp, rc) +----------------------------------------------------------------------------------------------------------^ +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_atm_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util esmFldsExchange_nems_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med.F90 +ar rv libcmeps.a med_constants_mod.o med_phases_prep_wav_mod.o med_phases_prep_ice_mod.o esmFldsExchange_cesm_mod.o med_phases_profile_mod.o med_utils_mod.o med_methods_mod.o med_io_mod.o med_phases_prep_ocn_mod.o med_fraction_mod.o med_phases_history_mod.o esmFlds.o med_phases_prep_glc_mod.o med_kind_mod.o med_phases_restart_mod.o med_time_mod.o med_phases_prep_lnd_mod.o med.o med_internalstate_mod.o med_phases_prep_atm_mod.o esmFldsExchange_nems_mod.o med_phases_aofluxes_mod.o med_phases_ocnalb_mod.o med_phases_prep_rof_mod.o med_merge_mod.o med_map_mod.o +ar: creating libcmeps.a +a - med_constants_mod.o +a - med_phases_prep_wav_mod.o +a - med_phases_prep_ice_mod.o +a - esmFldsExchange_cesm_mod.o +a - med_phases_profile_mod.o +a - med_utils_mod.o +a - med_methods_mod.o +a - med_io_mod.o +a - med_phases_prep_ocn_mod.o +a - med_fraction_mod.o +a - med_phases_history_mod.o +a - esmFlds.o +a - med_phases_prep_glc_mod.o +a - med_kind_mod.o +a - med_phases_restart_mod.o +a - med_time_mod.o +a - med_phases_prep_lnd_mod.o +a - med.o +a - med_internalstate_mod.o +a - med_phases_prep_atm_mod.o +a - esmFldsExchange_nems_mod.o +a - med_phases_aofluxes_mod.o +a - med_phases_ocnalb_mod.o +a - med_phases_prep_rof_mod.o +a - med_merge_mod.o +a - med_map_mod.o +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/mediator' +rm -f cmeps.mk.install +mkdir -p /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL +mkdir -p /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/lib/*.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include/* /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/util/libcmeps_util.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL +cp -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/mediator/libcmeps.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL +cp -f mediator/*.mod /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include +cp -f nems/util/*.mod /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include +cp -f cmeps.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS' +test -d "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL" +test -s "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk" +( \ +echo "# Do not edit this file. It is automatically generated." ; \ +echo "# Edit the component list or /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ccpp_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk" ; echo fms_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk" ; echo cice_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk" ; echo cmeps_mk="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk" ; ) > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC" +. /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +set -e ; \ +for m in /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk ; do \ + test -s $m ; \ +done ; \ +echo build NEMS after /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src ; \ +make nems DEBUG=Y \ + COMPONENTS="CCPP FMS FV3 MOM6 CICE CMEPS" \ + CCPP_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp FMS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL MOM6_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL CICE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL CMEPS_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL TARGET="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x" ; \ +test -x /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0g + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +build NEMS after /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk +Components in linker order: CMEPS CICE MOM6 FV3 FMS CCPP +CMEPS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk +CICE: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +MOM6: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk +CCPP: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk +CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" +CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" +CPPFLAGS += ESMF_VERSION_MINOR="0" +CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" +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/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' +cd ENS_Cpl && make stub +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +mpiicc -E -DFV3_CPLD -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 22:12:46 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 22:12:46 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 22:12:46 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 +mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o +'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 22:12:46 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 22:12:46 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 22:12:46 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 22:12:46 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 22:12:46 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 22:12:46 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Denise.Worthen) Mon Jun 1 22:12:46 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=153' -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 -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/../stochastic_physics -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/include -I/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build/physics -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.6_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.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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.6_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.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/libcmeps.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/libcmeps_util.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/libpiof.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/libpioc.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/libcice.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/liblanl_cice.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/libmom.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/lib_ocean.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libccppdriver.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/libfms.a -L/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.6_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.0g-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0g-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/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' ++ [[ YES == YES ]] ++ make app=coupledFV3_CCPP_MOM6_CICE_CMEPS_debug clean +Convert /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_CMEPS_debug.appBuilder +...into /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_CMEPS_debug.appBuilder.mk +Include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/coupledFV3_CCPP_MOM6_CICE_CMEPS_debug.appBuilder.mk +MOM6%DEBUG=Y => MOM6_MAKEOPT += DEBUG=Y +CICE%DEBUG=Y => CICE_MAKEOPT += DEBUG=Y +CMEPS%DEBUG=Y => CMEPS_MAKEOPT += DEBUG=Y +echo 'CCPP FMS FV3 MOM6 CICE CMEPS' > "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/components.mk" +NEMS_BUILDOPT IS DEBUG=Y +Adding FV3 makeopts to FMS makeopts +/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +set -x ; \ +cd "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" ; \ +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build" ++ cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp ++ rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/build +cat /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs ; \ + exec make CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/fv3gfs' +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3 ; exec make \ + -k cleanall FMS_DIR=/dev/null +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +Cleaning ... + +(cd gfsphysics && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/gfsphysics' +(cd ccpp/driver && make clean) + +Build CCPP layer ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/driver' +(cd ipd && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +Cleaning ipd ... + +rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ipd' +(cd ../stochastic_physics && make clean) + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/stochastic_physics' +(cd io && make clean) + +Build standalone FV3 io ... + +$ESMF_INC is [] +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' +Cleaning io ... + +rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/io' +(cd atmos_cubed_sphere && make clean) + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/atmos_cubed_sphere' +(cd cpl && make clean) + +Build standalone FV3 io ... + +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/cpl' +Cleaning io ... + +rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/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/climate/Denise.Worthen/WORK/CMEPS_commit/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/conf/modules.fv3 +set -e ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6 ; \ +set +e ; \ +rm -rf exec src/path_names_shared ; \ +find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ + exec make -f makefile.nuopc clean +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +rm -f -f libcice.a *.f90 *.o *.mod *.lst depend +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_SRC/lanl_cice_cap' +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE_CAP ; set +e ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ +rm -rf cice.mk.install /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL +set -e ; cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE ; set +e ; \ +rm -rf history compile restart *.a ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f +cp -n /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/modulefiles/hera.intel/fv3_coupled_debug /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems ; \ + . /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS" COMP_BINDIR="/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +set -e ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS ; \ +exec make clean + +Currently Loaded Modules: + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0g + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.6 + + + +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS' +cd mediator; \ +exec make clean PIO_INCLUDE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/mediator' +rm -f -f libcmeps.a *.i90 *.o *.mod +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/mediator' +cd nems/util; \ +exec make clean PIO_INCLUDE_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/util' +rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod +rm -f -f med_constants_mod.* +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/util' +cd nems/lib; \ +exec make clean PIO_INSTALL_DIR=/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib' +rm -rf "/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/build" +rm -rf /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib/ParallelIO/install +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS/nems/lib' +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS' +if ! test -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ + delete_nuopc=yes ; \ +fi ; \ +cd /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE CMEPS" \ + INCLUDES_ARE_OPTIONAL=YES clean ; \ +if [ "$delete_nuopc" = yes ] ; then \ + rm -f /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/configure.nems.NUOPC ; \ +fi +Components in linker order: CMEPS CICE MOM6 FV3 FMS CCPP +CMEPS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CMEPS_INSTALL/cmeps.mk +CICE: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk +make[1]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing +MOM6: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" CPPFLAGS += ESMF_VERSION_MINOR="0" @@ -27692,12 +56951,12 @@ CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src' -+ cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/tests/fv3_mom6_cice_3.exe -+ cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200528/ufs-s2s-model/tests/modules.fv3_mom6_cice_3 -+ elapsed=481 -+ echo 'Elapsed time 481 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_debug finished' -Elapsed time 481 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_debug finished +make[2]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src' ++ cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/exe/NEMS.x /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/fv3_mom6_cice_6.exe ++ cp /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/climate/Denise.Worthen/WORK/CMEPS_commit/tests/modules.fv3_mom6_cice_6 ++ elapsed=529 ++ echo 'Elapsed time 529 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_CMEPS_debug finished' +Elapsed time 529 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_CMEPS_debug finished diff --git a/tests/Compile_orion.intel.log b/tests/Compile_orion.intel.log index 7146dd79..4a686e1c 100644 --- a/tests/Compile_orion.intel.log +++ b/tests/Compile_orion.intel.log @@ -10,59 +10,59 @@ + clean_after=YES + hostname Orion-login-1.HPC.MsState.Edu -+++ dirname /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/tests/compile.sh -++ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/tests ++++ dirname /work/noaa/marine/dworthen/S2S_cmeps/tests/compile.sh +++ cd /work/noaa/marine/dworthen/S2S_cmeps/tests ++ pwd -P -+ readonly compile_root_dir=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/tests -+ compile_root_dir=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/tests -++ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/tests/.. ++ readonly compile_root_dir=/work/noaa/marine/dworthen/S2S_cmeps/tests ++ compile_root_dir=/work/noaa/marine/dworthen/S2S_cmeps/tests +++ cd /work/noaa/marine/dworthen/S2S_cmeps/tests/.. ++ pwd -+ PATHTR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1 -+ echo 'PATHTR is /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1' -PATHTR is /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1 -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS ++ PATHTR=/work/noaa/marine/dworthen/S2S_cmeps ++ echo 'PATHTR is /work/noaa/marine/dworthen/S2S_cmeps' +PATHTR is /work/noaa/marine/dworthen/S2S_cmeps ++ cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS + [[ coupledFV3_CCPP_MOM6_CICE =~ _debug ]] + S2S_DEBUG_MODULE=false + export S2S_DEBUG_MODULE + [[ YES == YES ]] + make app=coupledFV3_CCPP_MOM6_CICE distclean -Convert /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE.appBuilder -...into /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk -Include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk -echo 'CCPP FMS FV3 MOM6 CICE' > "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/components.mk" +Convert /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE.appBuilder +...into /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk +Include /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE' > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" ; \ -rm -rf "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build" -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build +cd "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build" ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build set -xue ; \ -export PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1 ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ +export PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ cd $PATH_CCPP ; \ -rm -rf "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib" ; \ -rm -rf "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include" ; \ -rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk -+ export PATH_CCPP=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ PATH_CCPP=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1 -+ /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib" ; \ +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include" ; \ +rm -f /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk ++ export PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ cd /work/noaa/marine/dworthen/S2S_cmeps ++ /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Performing clean .... INFO: CCPP prebuild clean completed successfully, exiting. -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib -+ rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -+ rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk -cat /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs/makefile.temp.clean -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs ; \ - exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" -f makefile.temp.clean clean -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs' ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include ++ rm -f /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk +cat /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile.temp.clean +cd /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs ; \ + exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -73,156 +73,156 @@ 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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs' -rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/configure.fv3 -cat /dev/null > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/modules.fv3 -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 ; exec make \ +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' makefile:269: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' makefile:87: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' -rm -rf nems_dir FV3_INSTALL /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/configure.fv3 \ - /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/modules.fv3 -rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +rm -rf nems_dir FV3_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 \ + /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk set -e ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6 ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/src/MOM6/config_src/nems_cap/mom5.mk.install -rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ +rm -f /work/noaa/marine/dworthen/S2S_cmeps/MOM6/src/MOM6/config_src/nems_cap/mom5.mk.install +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +rm -f /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ exec make -f makefile.nuopc clean -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice_cap' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' rm -f -f libcice.a *.f90 *.o *.mod *.lst depend -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice_cap' -set -e ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_CAP ; set +e ; \ +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; set +e ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ -rm -rf cice.mk.install /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -set -e ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE ; set +e ; \ +rm -rf cice.mk.install /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE ; set +e ; \ rm -rf history compile restart *.a ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f -rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk -if ! test -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC ; \ +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +if ! test -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE" \ +cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CICE MOM6 FV3 FMS CCPP -CICE: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src' -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing -MOM6: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing -FV3: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing +CICE: include /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing +MOM6: include /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing +FV3: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" @@ -233,56 +233,56 @@ CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src' -rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/exe/NEMS.x /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC -rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/externals.nems /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ESMFVersionDefine.h /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems.sh /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems.csh /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/test-results.mk -rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/components.mk -rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/test_results.mk +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/externals.nems /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ESMFVersionDefine.h /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.sh /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.csh /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test_results.mk + make app=coupledFV3_CCPP_MOM6_CICE build -Convert /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE.appBuilder -...into /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk -Include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk -echo 'CCPP FMS FV3 MOM6 CICE' > "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/components.mk" +Convert /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE.appBuilder +...into /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk +Include /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE' > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. -cp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/conf/configure.fv3_coupled.orion.intel /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems -cat /dev/null > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/externals.nems -cp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/modulefiles/orion.intel/fv3_coupled /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems -cp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ESMFVersionDefine.h -( echo '. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems.sh" -( echo 'source /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems.csh" -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/incmake/configure_rules.mk:3: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/test-results.mk: No such file or directory -make -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS' +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +cp /work/noaa/marine/dworthen/S2S_cmeps/conf/configure.fv3_coupled.orion.intel /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/externals.nems +cp /work/noaa/marine/dworthen/S2S_cmeps/modulefiles/orion.intel/fv3_coupled /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems +cp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ESMFVersionDefine.h +( echo '. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.sh" +( echo 'source /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.csh" +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/configure_rules.mk:3: /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk: No such file or directory +make -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS' if [ -f "/modules.nems" ] ; then \ - . /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=8192 ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=8192 ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/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 ; \ -) > "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS' -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS' +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -xue ; \ -export PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1 ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ +export PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ cd $PATH_CCPP ; \ -./build_ccpp.sh orion.intel "$PATH_CCPP" /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk \ - "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp"" NO NO ; \ -test -d "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp"/include ; \ -test -d "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp"/lib +./build_ccpp.sh orion.intel "$PATH_CCPP" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk \ + "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp"" NO NO ; \ +test -d "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp"/include ; \ +test -d "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp"/lib Currently Loaded Modules: 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 @@ -296,10 +296,10 @@ Currently Loaded Modules: -+ export PATH_CCPP=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ PATH_CCPP=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1 -+ /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ++ export PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ cd /work/noaa/marine/dworthen/S2S_cmeps ++ /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Parsing suite definition files ... @@ -1766,7 +1766,7 @@ INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_ INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer 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 save_q of variable tracer_concentration_save from new to old metadata -INFO: Metadata table for model FV3 written to /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Metadata table for model FV3 written to /work/noaa/marine/dworthen/S2S_cmeps/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 sfc_ocean @@ -2250,27 +2250,27 @@ 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 /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Metadata table for model FV3 written to /work/noaa/marine/dworthen/S2S_cmeps/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 after returning from 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 after returning from 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 after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run INFO: Generating list of Fortran modules containing CCPP type definitions ... INFO: Generating typedefs makefile/cmakefile snippet ... -INFO: Added 10 typedefs to /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_TYPEDEFS.sh +INFO: Added 10 typedefs to /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.sh INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 215 schemes to /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_SCHEMES.mk, /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Added 215 schemes to /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.mk, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.sh INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics ... +INFO: Generating static API ccpp_static_api.F90 in /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics ... INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 16 auto-generated caps to /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_CAPS.mk and /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_CAPS.cmake, /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_CAPS.sh +INFO: Added 16 auto-generated caps to /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.mk and /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.cmake, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.sh INFO: CCPP prebuild step completed successfully. -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ ./build_ccpp.sh orion.intel /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp' NO NO ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ ./build_ccpp.sh orion.intel /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp' NO NO MACHINE_ID=orion.intel is valid. Compilers set for orion.intel. Obtained ESMF_LIB=/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib from /apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib/esmf.mk -Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -DNETCDF_DIR=/apps/contrib/NCEPLIBS/lib//netcdfp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=OFF' ... +Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp -DNETCDF_DIR=/apps/contrib/NCEPLIBS/lib//netcdfp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=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 @@ -2311,8 +2311,8 @@ Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/work/noaa/nems/junwang/ufs-w -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -- Got CCPP TYPEDEFS from cmakefile include file: gfs_typedefs.mod;mo_cloud_optics.mod;mo_optical_props.mod;ccpp_typedefs.mod;mo_gas_concentrations.mod;machine.mod;mo_source_functions.mod;module_radlw_parameters.mod;module_radsw_parameters.mod;mo_gas_optics_rrtmgp.mod --- Got CCPP SCHEMES from cmakefile include file: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/aer_cloud.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/aerclm_def.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/aerinterp.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/calpreciptype.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cldwat2m_micro.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cldmacro.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/date_def.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/funcphys.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gcycle.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/h2o_def.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/h2ointerp.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/iccn_def.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/iccninterp.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/iounitdef.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/machine.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mersenne_twister.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfpbl.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/micro_mg_utils.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/micro_mg2_0.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/micro_mg3_0.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/multi_gases.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_nst_model.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_nst_parameters.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_mp_radar.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_mp_thompson.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_bl_mynn.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_mynn.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_orowam2017.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/namelist_soilveg.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfpblt.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfpbltq.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfscu.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfscuq.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/noahmp_tables.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/num_parthds.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozne_def.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozinterp.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/physcons.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/physparam.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radcons.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_aerosols.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_astronomy.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_clouds.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_gases.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_surface.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radlw_datatb.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radsw_datatb.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/samfaerosols.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfcsub.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sflx.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/set_soilveg.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/surface_perturbation.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_deep.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_sh.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/tridi.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/wv_saturation.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_soil_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rayleigh_damp.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_ocean.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ysuvdif.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_diag_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_fer_hires.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_debug.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/precpd.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cs_conv.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/moninedmf_hafs.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_sice.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_diff.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radlw_main.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/dcyc2.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gwdc.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gwdps.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/moninshoc.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_cice.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_diag.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/satmedmfvdifq.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/m_micro.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_drv.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sascnvn.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_thompson_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_nst.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/shalcnv.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/get_prs_fv3.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/drag_suite.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gcm_shoc.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gscond.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozphys.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozphys_2015.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cnvc90.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radsw_main.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/samfshalcnv.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/satmedmfvdif.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_stochastics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/shinhongvdif.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/h2ophys.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/moninedmf.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_aux.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_driver.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/samfdeepcnv.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_thompson.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rascnv.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 --- Got CCPP CAPS from cmakefile include file: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 +-- Got CCPP SCHEMES from cmakefile include file: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aer_cloud.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerclm_def.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerinterp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/calpreciptype.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldwat2m_micro.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldmacro.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/date_def.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/funcphys.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcycle.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2o_def.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ointerp.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccn_def.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccninterp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iounitdef.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/machine.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mersenne_twister.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbl.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg_utils.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg2_0.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg3_0.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/multi_gases.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_model.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_parameters.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_radar.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bl_mynn.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_mynn.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_orowam2017.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpblt.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbltq.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscu.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscuq.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/noahmp_tables.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/num_parthds.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozne_def.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozinterp.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physcons.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physparam.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radcons.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_aerosols.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_astronomy.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_clouds.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_gases.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_surface.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_datatb.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_datatb.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfaerosols.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfcsub.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sflx.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/surface_perturbation.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_deep.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_sh.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/tridi.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/wv_saturation.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_soil_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rayleigh_damp.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_ocean.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ysuvdif.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_fer_hires.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_debug.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/precpd.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf_hafs.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_sice.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diff.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_main.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/dcyc2.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdc.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdps.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninshoc.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_cice.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdifq.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sascnvn.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_nst.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shalcnv.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/get_prs_fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/drag_suite.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcm_shoc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gscond.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys_2015.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cnvc90.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_main.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfshalcnv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdif.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_stochastics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shinhongvdif.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ophys.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_aux.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfdeepcnv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rascnv.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 +-- Got CCPP CAPS from cmakefile include file: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -- Configuring done -- Generating done CMake Warning: @@ -2321,53 +2321,53 @@ CMake Warning: LEGACY_INTEL --- Build files have been written to: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -/apps/cmake-3.15.4/bin/cmake -S/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -B/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/CMakeFiles /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/CMakeFiles/progress.marks +-- Build files have been written to: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -S/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp -B/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/src /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -Dependee "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". -Dependee "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". Scanning dependencies of target ccpp -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' [ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_types.mod framework/src/CMakeFiles/ccpp.dir/ccpp_types.mod.stamp Intel [ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_api.mod framework/src/CMakeFiles/ccpp.dir/ccpp_api.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build [ 1%] Linking Fortran static library libccpp.a -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 /bin/ar qc libccpp.a CMakeFiles/ccpp.dir/ccpp_types.F90.o CMakeFiles/ccpp.dir/ccpp_api.F90.o /bin/ranlib libccpp.a -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' [ 1%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -Dependee "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". -Dependee "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". Scanning dependencies of target ccppphys -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' [ 1%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/machine.mod physics/CMakeFiles/ccppphys.dir/machine.mod.stamp Intel [ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/physcons.mod physics/CMakeFiles/ccppphys.dir/physcons.mod.stamp Intel [ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_common.mod physics/CMakeFiles/ccppphys.dir/ugwp_common.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_conv_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_conv_init.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_fjet_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_fjet_init.mod.stamp Intel @@ -2376,109 +2376,109 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_oro_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_oro_init.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_wmsdis_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_wmsdis_init.mod.stamp Intel [ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_module.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_module.mod.stamp Intel [ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdps.mod physics/CMakeFiles/ccppphys.dir/gwdps.mod.stamp Intel [ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp.mod.stamp Intel [ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_post.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_post.mod.stamp Intel [ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cnvc90.mod physics/CMakeFiles/ccppphys.dir/cnvc90.mod.stamp Intel [ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/dcyc2t3.mod physics/CMakeFiles/ccppphys.dir/dcyc2t3.mod.stamp Intel [ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/get_phi_fv3.mod physics/CMakeFiles/ccppphys.dir/get_phi_fv3.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/get_prs_fv3.mod physics/CMakeFiles/ccppphys.dir/get_prs_fv3.mod.stamp Intel [ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_pre.mod.stamp Intel [ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_pre.mod.stamp Intel [ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_pre.mod.stamp Intel [ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_pre.mod.stamp Intel [ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_pre.mod.stamp Intel [ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mersenne_twister.mod physics/CMakeFiles/ccppphys.dir/mersenne_twister.mod.stamp Intel [ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_kind.mod physics/CMakeFiles/ccppphys.dir/mo_rte_kind.mod.stamp Intel [ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props_kernels.mod.stamp Intel [ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_util_array.mod physics/CMakeFiles/ccppphys.dir/mo_rte_util_array.mod.stamp Intel [ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props.mod.stamp Intel [ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_cloud_optics.mod.stamp Intel [ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_string.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_string.mod.stamp Intel [ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_concentrations.mod physics/CMakeFiles/ccppphys.dir/mo_gas_concentrations.mod.stamp Intel [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_source_functions.mod physics/CMakeFiles/ccppphys.dir/mo_source_functions.mod.stamp Intel [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics.mod.stamp Intel [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_kernels.mod.stamp Intel [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_constants.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_constants.mod.stamp Intel [ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder_kernels.mod.stamp Intel [ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder.mod.stamp Intel [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_rrtmgp.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_rrtmgp.mod.stamp Intel [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/physparam.mod physics/CMakeFiles/ccppphys.dir/physparam.mod.stamp Intel [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radlw_parameters.mod.stamp Intel [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radsw_parameters.mod.stamp Intel [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/parse_tracers.mod physics/CMakeFiles/ccppphys.dir/parse_tracers.mod.stamp Intel -[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_typedefs.mod physics/CMakeFiles/ccppphys.dir/gfs_typedefs.mod.stamp Intel [ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_1.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_1.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_2.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_2.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_3.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_3.mod.stamp Intel @@ -2487,117 +2487,117 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_reset.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_update.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_update.mod.stamp Intel [ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_inter.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_inter.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_pre.mod.stamp Intel [ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/surface_perturbation.mod physics/CMakeFiles/ccppphys.dir/surface_perturbation.mod.stamp Intel [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_pre.mod.stamp Intel [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part1.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part1.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part2.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part2.mod.stamp Intel [ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/funcphys.mod physics/CMakeFiles/ccppphys.dir/funcphys.mod.stamp Intel [ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/hedmf.mod physics/CMakeFiles/ccppphys.dir/hedmf.mod.stamp Intel [ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg.mod physics/CMakeFiles/ccppphys.dir/namelist_soilveg.mod.stamp Intel [ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_mod.mod physics/CMakeFiles/ccppphys.dir/set_soilveg_mod.mod.stamp Intel [ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_noah.mod physics/CMakeFiles/ccppphys.dir/lsm_noah.mod.stamp Intel [ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/maximum_hourly_diagnostics.mod physics/CMakeFiles/ccppphys.dir/maximum_hourly_diagnostics.mod.stamp Intel [ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozphys.mod physics/CMakeFiles/ccppphys.dir/ozphys.mod.stamp Intel [ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rayleigh_damp.mod physics/CMakeFiles/ccppphys.dir/rayleigh_damp.mod.stamp Intel [ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/samfcnv_aerosols.mod physics/CMakeFiles/ccppphys.dir/samfcnv_aerosols.mod.stamp Intel [ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/samfdeepcnv.mod physics/CMakeFiles/ccppphys.dir/samfdeepcnv.mod.stamp Intel [ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/samfshalcnv.mod physics/CMakeFiles/ccppphys.dir/samfshalcnv.mod.stamp Intel [ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_cice.mod physics/CMakeFiles/ccppphys.dir/sfc_cice.mod.stamp Intel [ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag.mod physics/CMakeFiles/ccppphys.dir/sfc_diag.mod.stamp Intel [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag_post.mod physics/CMakeFiles/ccppphys.dir/sfc_diag_post.mod.stamp Intel [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_diff.mod physics/CMakeFiles/ccppphys.dir/sfc_diff.mod.stamp Intel [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_ocean.mod physics/CMakeFiles/ccppphys.dir/sfc_ocean.mod.stamp Intel [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_sice.mod physics/CMakeFiles/ccppphys.dir/sfc_sice.mod.stamp Intel [ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_gscond.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_gscond.mod.stamp Intel [ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_precpd.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_precpd.mod.stamp Intel [ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_physics_cap.mod.stamp Intel [ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def.mod physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel [ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef.mod physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel [ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX-I -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX-I -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols.mod physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel [ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel [ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_astronomy.mod physics/CMakeFiles/ccppphys.dir/module_radiation_astronomy.mod.stamp Intel [ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_microphysics.mod physics/CMakeFiles/ccppphys.dir/module_microphysics.mod.stamp Intel [ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_clouds.mod physics/CMakeFiles/ccppphys.dir/module_radiation_clouds.mod.stamp Intel [ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozne_def.mod physics/CMakeFiles/ccppphys.dir/ozne_def.mod.stamp Intel [ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_gases.mod physics/CMakeFiles/ccppphys.dir/module_radiation_gases.mod.stamp Intel [ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/radcons.mod physics/CMakeFiles/ccppphys.dir/radcons.mod.stamp Intel [ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_rad_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_rad_reset.mod.stamp Intel [ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_avplank.mod physics/CMakeFiles/ccppphys.dir/module_radlw_avplank.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_cldprlw.mod physics/CMakeFiles/ccppphys.dir/module_radlw_cldprlw.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb01.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb01.mod.stamp Intel @@ -2618,19 +2618,19 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb16.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radlw_ref.mod.stamp Intel [ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw.mod.stamp Intel [ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_post.mod.stamp Intel [ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_surface.mod physics/CMakeFiles/ccppphys.dir/module_radiation_surface.mod.stamp Intel [ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_pre.mod.stamp Intel [ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_cldprtb.mod physics/CMakeFiles/ccppphys.dir/module_radsw_cldprtb.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb16.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb17.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb17.mod.stamp Intel @@ -2649,58 +2649,58 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radsw_ref.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_sflux.mod physics/CMakeFiles/ccppphys.dir/module_radsw_sflux.mod.stamp Intel [ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw.mod.stamp Intel [ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_post.mod.stamp Intel [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_pre.mod.stamp Intel [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod.stamp Intel [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_stochastics.mod physics/CMakeFiles/ccppphys.dir/gfs_stochastics.mod.stamp Intel [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod.stamp Intel [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/aerinterp.mod physics/CMakeFiles/ccppphys.dir/aerinterp.mod.stamp Intel [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/h2o_def.mod physics/CMakeFiles/ccppphys.dir/h2o_def.mod.stamp Intel [ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/h2ointerp.mod physics/CMakeFiles/ccppphys.dir/h2ointerp.mod.stamp Intel [ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/iccn_def.mod physics/CMakeFiles/ccppphys.dir/iccn_def.mod.stamp Intel [ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/iccninterp.mod physics/CMakeFiles/ccppphys.dir/iccninterp.mod.stamp Intel [ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozinterp.mod physics/CMakeFiles/ccppphys.dir/ozinterp.mod.stamp Intel [ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_phys_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_phys_time_vary.mod.stamp Intel [ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rad_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_rad_time_vary.mod.stamp Intel [ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_setup.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_setup.mod.stamp Intel [ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_time_vary_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_time_vary_pre.mod.stamp Intel [ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod.stamp Intel [ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_cap.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build @@ -2708,66 +2708,66 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build [ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdif.mod physics/CMakeFiles/ccppphys.dir/satmedmfvdif.mod.stamp Intel [ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod.stamp Intel [ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod.stamp Intel [ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod.stamp Intel [ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod.stamp Intel [ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build -[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_typedefs.mod physics/CMakeFiles/ccppphys.dir/ccpp_typedefs.mod.stamp Intel [ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar.mod physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel [ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys_mod.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys_mod.mod.stamp Intel [ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/fv_sat_adj.mod physics/CMakeFiles/ccppphys.dir/fv_sat_adj.mod.stamp Intel [ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod.stamp Intel [ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys.mod.stamp Intel [ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/h2ophys.mod physics/CMakeFiles/ccppphys.dir/h2ophys.mod.stamp Intel [ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozphys_2015.mod physics/CMakeFiles/ccppphys.dir/ozphys_2015.mod.stamp Intel [ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod.stamp Intel [ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod.stamp Intel [ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod.stamp Intel [ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod.stamp Intel [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_cap.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build @@ -2783,7 +2783,7 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_debug.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_debug.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_abort.mod physics/CMakeFiles/ccppphys.dir/gfs_abort.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_checkland.mod physics/CMakeFiles/ccppphys.dir/gfs_checkland.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_diagtoscreen.mod physics/CMakeFiles/ccppphys.dir/gfs_diagtoscreen.mod.stamp Intel @@ -2795,49 +2795,49 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_broadband_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_broadband_kernels.mod.stamp Intel [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes.mod.stamp Intel [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband_kernels.mod.stamp Intel [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband.mod.stamp Intel [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_heating_rates.mod physics/CMakeFiles/ccppphys.dir/mo_heating_rates.mod.stamp Intel [ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_aux.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_aux.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_aux.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_aux.mod.stamp Intel [ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_lw_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_lw_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o.provides.build [ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_lw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmg_lw_cloud_optics.mod.stamp Intel [ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o.provides.build [ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_setup.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_setup.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o.provides.build [ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o.provides.build [ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build [ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_ini_fini_test.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_ini_fini_test.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_5.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_5.mod.stamp Intel @@ -2847,7 +2847,7 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build [ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/aer_cloud.F -o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aer_cloud.F -o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/aer_cloud.mod physics/CMakeFiles/ccppphys.dir/aer_cloud.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build @@ -2857,86 +2857,86 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build [ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/wv_saturation.F -o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/wv_saturation.F -o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/wv_saturation.mod physics/CMakeFiles/ccppphys.dir/wv_saturation.mod.stamp Intel [ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cldmacro.F -o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldmacro.F -o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cldmacro.mod physics/CMakeFiles/ccppphys.dir/cldmacro.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build [ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cldwat2m_micro.F -o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldwat2m_micro.F -o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cldwat2m_micro.mod physics/CMakeFiles/ccppphys.dir/cldwat2m_micro.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build [ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cs_conv.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv.mod physics/CMakeFiles/ccppphys.dir/cs_conv.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_post.mod physics/CMakeFiles/ccppphys.dir/cs_conv_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_pre.mod physics/CMakeFiles/ccppphys.dir/cs_conv_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o.provides.build [ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_aw_adj.mod physics/CMakeFiles/ccppphys.dir/cs_conv_aw_adj.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o.provides.build [ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_deep.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_deep.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_deep.mod physics/CMakeFiles/ccppphys.dir/cu_gf_deep.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build [ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_sh.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_sh.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_sh.mod physics/CMakeFiles/ccppphys.dir/cu_gf_sh.mod.stamp Intel [ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson_make_number_concentrations.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson_make_number_concentrations.mod.stamp Intel [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_driver.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver.mod physics/CMakeFiles/ccppphys.dir/cu_gf_driver.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o.provides.build [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_driver_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_post.mod physics/CMakeFiles/ccppphys.dir/cu_gf_driver_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o.provides.build [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_pre.mod physics/CMakeFiles/ccppphys.dir/cu_gf_driver_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_ntiedtke.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke.mod physics/CMakeFiles/ccppphys.dir/cu_ntiedtke.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o.provides.build [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_post.mod physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o.provides.build [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_pre.mod physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o.provides.build [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/date_def.f -o CMakeFiles/ccppphys.dir/physics/date_def.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/date_def.f -o CMakeFiles/ccppphys.dir/physics/date_def.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/date_def.mod physics/CMakeFiles/ccppphys.dir/date_def.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/drag_suite.F90 -o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/drag_suite.F90 -o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/drag_suite.mod physics/CMakeFiles/ccppphys.dir/drag_suite.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gcm_shoc.F90 -o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcm_shoc.F90 -o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/shoc.mod physics/CMakeFiles/ccppphys.dir/shoc.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F -o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F -o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_phy_tracer_config.mod physics/CMakeFiles/ccppphys.dir/gfs_phy_tracer_config.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build [ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gwdc.f -o CMakeFiles/ccppphys.dir/physics/gwdc.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdc.f -o CMakeFiles/ccppphys.dir/physics/gwdc.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdc.mod physics/CMakeFiles/ccppphys.dir/gwdc.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdc_post.mod physics/CMakeFiles/ccppphys.dir/gwdc_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdc_pre.mod physics/CMakeFiles/ccppphys.dir/gwdc_pre.mod.stamp Intel @@ -2949,25 +2949,25 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build [ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_post.mod physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_pre.mod physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o.provides.build [ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/micro_mg_utils.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg_utils.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/micro_mg_utils.mod physics/CMakeFiles/ccppphys.dir/micro_mg_utils.mod.stamp Intel [ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/micro_mg2_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg2_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/micro_mg2_0.mod physics/CMakeFiles/ccppphys.dir/micro_mg2_0.mod.stamp Intel [ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/micro_mg3_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg3_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/micro_mg3_0.mod physics/CMakeFiles/ccppphys.dir/micro_mg3_0.mod.stamp Intel [ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/m_micro.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/m_micro.mod physics/CMakeFiles/ccppphys.dir/m_micro.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o.provides.build [ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/m_micro_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/m_micro_post.mod physics/CMakeFiles/ccppphys.dir/m_micro_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/m_micro_pre.mod physics/CMakeFiles/ccppphys.dir/m_micro_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o.provides.build @@ -2978,44 +2978,44 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build [ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90 -o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90 -o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_bl_myjpbl.mod physics/CMakeFiles/ccppphys.dir/module_bl_myjpbl.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90 -o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90 -o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_fer_hires.mod physics/CMakeFiles/ccppphys.dir/module_mp_fer_hires.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/myjpbl_wrapper.mod physics/CMakeFiles/ccppphys.dir/myjpbl_wrapper.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o.provides.build [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_SF_JSFC.F90 -o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_SF_JSFC.F90 -o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_jsfc.mod physics/CMakeFiles/ccppphys.dir/module_sf_jsfc.mod.stamp Intel [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/myjsfc_wrapper.mod physics/CMakeFiles/ccppphys.dir/myjsfc_wrapper.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o.provides.build [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_bl_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bl_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_bl_mynn.mod physics/CMakeFiles/ccppphys.dir/module_bl_mynn.mod.stamp Intel [ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnedmf_wrapper.mod physics/CMakeFiles/ccppphys.dir/mynnedmf_wrapper.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o.provides.build [ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_mynn.mod physics/CMakeFiles/ccppphys.dir/module_sf_mynn.mod.stamp Intel [ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnsfc_wrapper.mod physics/CMakeFiles/ccppphys.dir/mynnsfc_wrapper.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o.provides.build [ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNrad_post.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_post.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_post.mod physics/CMakeFiles/ccppphys.dir/mynnrad_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o.provides.build [ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_pre.mod physics/CMakeFiles/ccppphys.dir/mynnrad_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build @@ -3024,77 +3024,77 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build [ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_nst_parameters.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_parameters.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_nst_parameters.mod physics/CMakeFiles/ccppphys.dir/module_nst_parameters.mod.stamp Intel [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_nst_water_prop.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_water_prop.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_nst_water_prop.mod physics/CMakeFiles/ccppphys.dir/module_nst_water_prop.mod.stamp Intel [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_nst_model.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_model.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/nst_module.mod physics/CMakeFiles/ccppphys.dir/nst_module.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build [ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmp_glacier.mod physics/CMakeFiles/ccppphys.dir/module_sf_noahmp_glacier.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_globals.mod physics/CMakeFiles/ccppphys.dir/noahmp_glacier_globals.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_routines.mod physics/CMakeFiles/ccppphys.dir/noahmp_glacier_routines.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build [ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmplsm.mod physics/CMakeFiles/ccppphys.dir/module_sf_noahmplsm.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg_ruc.mod physics/CMakeFiles/ccppphys.dir/namelist_soilveg_ruc.mod.stamp Intel [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_ruclsm.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_ruclsm.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_ruclsm.mod physics/CMakeFiles/ccppphys.dir/module_sf_ruclsm.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build [ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_soil_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_soil_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_soil_pre.mod physics/CMakeFiles/ccppphys.dir/module_soil_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build [ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/moninedmf_hafs.f -o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf_hafs.f -o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/hedmf_hafs.mod physics/CMakeFiles/ccppphys.dir/hedmf_hafs.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o.provides.build [ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/moninshoc.f -o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninshoc.f -o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/moninshoc.mod physics/CMakeFiles/ccppphys.dir/moninshoc.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o.provides.build [ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_fer_hires.F90 -o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_fer_hires.F90 -o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_fer_hires.mod physics/CMakeFiles/ccppphys.dir/mp_fer_hires.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o.provides.build [ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson.mod physics/CMakeFiles/ccppphys.dir/mp_thompson.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o.provides.build [ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_thompson_post.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_post.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_post.mod physics/CMakeFiles/ccppphys.dir/mp_thompson_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o.provides.build [ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_thompson_pre.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_pre.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_pre.mod physics/CMakeFiles/ccppphys.dir/mp_thompson_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o.provides.build [ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_multi_gases_mod.mod physics/CMakeFiles/ccppphys.dir/ccpp_multi_gases_mod.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build [ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/noahmp_tables.f90 -o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/noahmp_tables.f90 -o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmp_tables.mod physics/CMakeFiles/ccppphys.dir/noahmp_tables.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build @@ -3117,7 +3117,7 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build [ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rascnv.F90 -o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rascnv.F90 -o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rascnv.mod physics/CMakeFiles/ccppphys.dir/rascnv.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build @@ -3125,69 +3125,69 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build [ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_sw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmg_sw_cloud_optics.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build [ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_aerosol_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_aerosol_optics.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o.provides.build [ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_optics.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o.provides.build [ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_sampling.mod physics/CMakeFiles/ccppphys.dir/mo_cloud_sampling.mod.stamp Intel [ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_sampling.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_sampling.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o.provides.build [ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_solver_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_rte_solver_kernels.mod.stamp Intel [ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_lw.mod physics/CMakeFiles/ccppphys.dir/mo_rte_lw.mod.stamp Intel [ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_sw.mod physics/CMakeFiles/ccppphys.dir/mo_rte_sw.mod.stamp Intel [ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_compute_bc.mod physics/CMakeFiles/ccppphys.dir/mo_compute_bc.mod.stamp Intel [ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_gas_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_gas_optics.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o.provides.build [ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o.provides.build [ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_rte.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_rte.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o.provides.build [ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_aerosol_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_aerosol_optics.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o.provides.build [ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_optics.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o.provides.build [ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_sampling.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_sampling.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o.provides.build [ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_gas_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_gas_optics.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o.provides.build [ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_rte.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_rte.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build @@ -3196,12 +3196,12 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build [ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_bygpoint.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_bygpoint.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build [ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_clr_all_sky.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_clr_all_sky.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build @@ -3226,17 +3226,17 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build [ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sascnvn.F -o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sascnvn.F -o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sascnvn.mod physics/CMakeFiles/ccppphys.dir/sascnvn.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/satmedmfvdifq.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdifq.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdifq.mod physics/CMakeFiles/ccppphys.dir/satmedmfvdifq.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/set_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_ruc_mod.mod physics/CMakeFiles/ccppphys.dir/set_soilveg_ruc_mod.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build @@ -3245,15 +3245,15 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_drv_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc.mod physics/CMakeFiles/ccppphys.dir/lsm_ruc.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_noahmp_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_noahmp_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmpdrv.mod physics/CMakeFiles/ccppphys.dir/noahmpdrv.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_nst.f -o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_nst.f -o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst.mod physics/CMakeFiles/ccppphys.dir/sfc_nst.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_post.mod physics/CMakeFiles/ccppphys.dir/sfc_nst_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_pre.mod physics/CMakeFiles/ccppphys.dir/sfc_nst_pre.mod.stamp Intel @@ -3261,146 +3261,146 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build [ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfccyc_module.mod physics/CMakeFiles/ccppphys.dir/sfccyc_module.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/shalcnv.F -o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shalcnv.F -o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/shalcnv.mod physics/CMakeFiles/ccppphys.dir/shalcnv.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/shinhongvdif.F90 -o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shinhongvdif.F90 -o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/shinhongvdif.mod physics/CMakeFiles/ccppphys.dir/shinhongvdif.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sso_coorde.mod physics/CMakeFiles/ccppphys.dir/sso_coorde.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ysuvdif.F90 -o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ysuvdif.F90 -o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ysuvdif.mod physics/CMakeFiles/ccppphys.dir/ysuvdif.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o.provides.build -/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build -/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build [ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o [ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o [ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f -o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f -o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o [ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o [ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o [ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o [ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o [ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o [ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o [ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o [ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o [ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o [ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfpbltq.f -o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbltq.f -o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o [ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o [ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfscuq.f -o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscuq.f -o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o [100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/num_parthds.F -o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/num_parthds.F -o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o [100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o [100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o [100%] Linking Fortran static library libccppphys.a -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 -/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o CMakeFiles/ccppphys.dir/physics/date_def.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/gwdc.f.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 +/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o CMakeFiles/ccppphys.dir/physics/date_def.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/gwdc.f.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /bin/ranlib libccppphys.a -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/CMakeFiles 0 -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -/apps/cmake-3.15.4/bin/cmake -S/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -B/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/CMakeFiles /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/CMakeFiles/progress.marks +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles 0 +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -S/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp -B/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/src /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make[3]: Nothing to be done for `framework/src/CMakeFiles/ccpp.dir/build'. -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' [ 1%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make[3]: Nothing to be done for `physics/CMakeFiles/ccppphys.dir/build'. -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/CMakeFiles 0 +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make[2]: Nothing to be done for `preinstall'. -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' Install the project... /apps/cmake-3.15.4/bin/cmake -P cmake_install.cmake -- Install configuration: "Release" --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib/libccpp.a --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib/cmake/ccpp-config.cmake --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib/cmake/ccpp-config-release.cmake --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_types.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_api.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib/libccppphys.a --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib/cmake/ccppphys-config.cmake --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/gfs_typedefs.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/mo_cloud_optics.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/mo_optical_props.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_typedefs.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/mo_gas_concentrations.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/machine.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/mo_source_functions.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/module_radlw_parameters.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/module_radsw_parameters.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -+ test -d /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -+ test -d /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs ; \ -exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" all +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/libccpp.a +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccpp-config.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccpp-config-release.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_types.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_api.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/libccppphys.a +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccppphys-config.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/gfs_typedefs.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_cloud_optics.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_optical_props.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_typedefs.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_gas_concentrations.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/machine.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_source_functions.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/module_radlw_parameters.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/module_radsw_parameters.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' ++ test -d /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include ++ test -d /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs ; \ +exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" all Currently Loaded Modules: 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 @@ -3414,213 +3414,213 @@ Currently Loaded Modules: -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' Building dependencies ... -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs' -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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. 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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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. 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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -c ../mosaic/interp.c -o ../mosaic/interp.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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/interp.c -o ../mosaic/interp.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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mpp/threadloc.c -o ../mpp/threadloc.o ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o ar: creating libfms.a a - ../oda_tools/xbt_drop_rate_adjust.o @@ -3708,18 +3708,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL" -mv fms.mk "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs' -test -d /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" into /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL on orion -cp -fp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems \ - "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3"/conf/configure.fv3 -cp -fp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems \ - "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3"/conf/modules.fv3 -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 COMP_BINDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL MACHINE_ID=orion FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" nemsinstall +mkdir -p "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" +mv fms.mk "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +test -d /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL +Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" into /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL on orion +cp -fp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems \ + "/work/noaa/marine/dworthen/S2S_cmeps/FV3"/conf/configure.fv3 +cp -fp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems \ + "/work/noaa/marine/dworthen/S2S_cmeps/FV3"/conf/modules.fv3 +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3 COMP_BINDIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL MACHINE_ID=orion FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" nemsinstall Currently Loaded Modules: 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 @@ -3733,54 +3733,54 @@ Currently Loaded Modules: -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' Building dependencies ... -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' -make -C cpl FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +make -C cpl FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL Build standalone FV3 io ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' Build standalone FV3 io ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -c module_cap_cpl.F90 +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl' -make -C gfsphysics FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' +make -C gfsphysics FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' makefile:269: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/mersenne_twister.o physics/namelist_soilveg.o physics/physparam.o physics/set_soilveg.o physics/noahmp_tables.o physics/GFDL_parse_tracers.o physics/physcons.o CCPP_layer/CCPP_data.o ../ccpp/physics/ccpp_static_api.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_restart.o ar: creating libgfsphys.a a - physics/mersenne_twister.o @@ -3796,67 +3796,67 @@ a - GFS_layer/GFS_abstraction_layer.o a - GFS_layer/GFS_diagnostics.o a - GFS_layer/GFS_driver.o a - GFS_layer/GFS_restart.o -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' -make -C ccpp/driver FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +make -C ccpp/driver FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build CCPP layer ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' 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 -DCCPP CCPP_driver.F90 > CCPP_driver.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o ar rv libccppdriver.a CCPP_driver.o ar: creating libccppdriver.a a - CCPP_driver.o -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' -make -C ipd FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' +make -C ipd FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' -make -C io FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +make -C io FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include] -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include] -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/include/ncep_post_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/include/ncep_post_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/orion/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -c module_write_netcdf_parallel.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -c module_wrt_grid_comp.F90 +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/include/ncep_post_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/include/ncep_post_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/orion/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -c module_write_netcdf_parallel.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -3869,65 +3869,65 @@ a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -3973,50 +3973,50 @@ 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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' makefile:87: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c glats_stochy.f -o glats_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c glats_stochy.f -o glats_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.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 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 cellular_automata_global.o cellular_automata_sgs.o update_ca.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -4050,14 +4050,14 @@ a - initialize_spectral_mod.o a - cellular_automata_global.o a - cellular_automata_sgs.o a - update_ca.o -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' -make libfv3cap.a FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -c fv3_cap.F90 +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +make libfv3cap.a FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 @@ -4065,24 +4065,24 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' -make esmf_make_fragment FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +make esmf_make_fragment FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /work/noaa/marine/dworthen/S2S_cmeps/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' -Installation into "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL" complete! +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +Installation into "/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL" complete! -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' -test -d /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -rm -fr /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/exec -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6" COMP_BINDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL" FMS_BINDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="orion" ; \ +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +test -d /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL +rm -fr /work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" FMS_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="orion" ; \ set -e ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6 ; \ -./compile.sh --platform orion --fms-dir "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL" +cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ +./compile.sh --platform orion --fms-dir "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" Currently Loaded Modules: 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 @@ -4096,9 +4096,9 @@ Currently Loaded Modules: -Will use FMS from: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL +Will use FMS from: /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL ++ pwd -+ BASEDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6 ++ BASEDIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6 + MACHINE_ID=orion + COMPILE_OPTION=orion-intel.mk + DEBUG= @@ -4113,7 +4113,7 @@ MOM6 compile.sh ... DEBUG=, REPRO=1 + [[ 1 == 1 ]] + echo 'compile MOM6 library ...' compile MOM6 library ... -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6 ++ cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 + mkdir -p build/intel/MOM6_LIB/repro + cd build/intel/MOM6_LIB/repro + [[ -f path_names ]] @@ -4124,270 +4124,270 @@ generating file_paths ... A list of the files you checked out is in the file path_names. + echo 'generating makefile ...' generating makefile ... -+ ../../../../src/mkmf/bin/mkmf -t ../../../../src/mkmf/templates/orion-intel.mk -p lib_ocean.a -o -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL path_names ++ ../../../../src/mkmf/bin/mkmf -t ../../../../src/mkmf/templates/orion-intel.mk -p lib_ocean.a -o -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL path_names .................................................................................................................................................................................................................................................................... Makefile is ready. + echo 'compiling MOM6 library...' compiling MOM6 library... + make NETCDF=4 REPRO=1 DEBUG= lib_ocean.a -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/build/intel/MOM6_LIB/repro' -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_error_handler.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_cpu_clock.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_time_manager.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_string_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/polynomial_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PLM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_safe_alloc.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_vkernels.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PCM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_zlike.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_sigma.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_manager_wrapper.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_math.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_pt_from_t__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_sr_from_sp__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_intrinsic_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_gibbs_ice__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_specvol_second_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_chem_potential_water_t_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_pt0_from_t__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_ct_freezing_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_ct_from_t__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_specvol_first_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_t_freezing_poly__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_entropy_part_zerop__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_constants.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_rho__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_t_deriv_chem_potential_water_t_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_pt_from_ct__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_t_freezing_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_rho_second_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_t_from_ct__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_ct_freezing_poly__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_gibbs_pt0_pt0__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_ct_from_pt__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_rho_first_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_entropy_part__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_gibbs__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_specvol__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_sp_from_sr__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_coms.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_document.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_solvers.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_consts.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_TFreeze.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_values.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_slopes.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_file_parser.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PPM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PQM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P1M_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P3M_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_background.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_remapping.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_interp.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_domains.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_unit_scaling.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_params.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_verticalGrid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_hor_index.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_linear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_grid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_checksums.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_dyn_horgrid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_io.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_spatial_means.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/baroclinic_zone_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/user_shelf_init.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_transcribe_grid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_debugging.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_get_input.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_restart.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_grid_initialize.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_shared_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_Z_init.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_write_cputime.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_hycom.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_rho.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_slight.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/initialization/midas_vertmap.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_variables.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/coord_adapt.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_horizontal_regridding.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_interface_heights.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_checksum_packages.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_isopycnal_slopes.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/soliton_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/adjustment_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Rossby_front_2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_regridding.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_remap.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_diag_mediator.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_registry.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_sponge.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_opacity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_speed.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_Montgomery.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_PointAccel.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_structure.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_change_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_open_boundary.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/lock_exchange_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/external_gwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_forcing_type.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/benchmark_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Neverland_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/sloshing_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/seamount_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Phillips_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/circle_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/RGC_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/ISOMIP_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dense_water_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_diabatic.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_wave_interface.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_aux.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_marine_ice.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/SCM_CVMix_tests.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_controlled_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Idealized_Hurricane.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ISOMIP_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/DOME_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_ALE.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity_PPM.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/supercritical_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_CoriolisAdv.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/tidal_bay_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Kelvin_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/shelfwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_channel_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_barotropic.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_advect.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/tracer_example.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/RGC_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ideal_age_example.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dye_example.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/oil_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/advection_test_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dyed_obc_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/pseudo_salt_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/boundary_impulse_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_coord_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_boundary_update.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_fixed_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_blocked_AFV.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_state_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_generic_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_flow_control.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_sum_output.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_revise_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_split_RK2.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_main.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_neutral_diffusion.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_hor_diff.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_unit_tests.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6/build/intel/MOM6_LIB/repro' +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_error_handler.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_cpu_clock.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_time_manager.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_string_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/polynomial_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PLM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_safe_alloc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_vkernels.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PCM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_zlike.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_sigma.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_manager_wrapper.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_math.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_pt_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_sr_from_sp__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_intrinsic_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_gibbs_ice__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_specvol_second_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_chem_potential_water_t_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_pt0_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_freezing_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_specvol_first_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_freezing_poly__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_entropy_part_zerop__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_constants.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_rho__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_deriv_chem_potential_water_t_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_pt_from_ct__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_freezing_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_rho_second_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_from_ct__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_freezing_poly__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_gibbs_pt0_pt0__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_from_pt__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_rho_first_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_entropy_part__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_gibbs__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_specvol__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_sp_from_sr__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_coms.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_document.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_solvers.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_consts.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_TFreeze.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_values.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_file_parser.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PPM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PQM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P1M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P3M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_background.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_remapping.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_interp.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_domains.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_unit_scaling.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_params.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_verticalGrid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_hor_index.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_linear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_checksums.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_dyn_horgrid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_io.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_spatial_means.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/baroclinic_zone_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/user_shelf_init.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_transcribe_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_debugging.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_get_input.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_restart.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_grid_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_shared_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_Z_init.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_write_cputime.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_hycom.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_rho.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_slight.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/initialization/midas_vertmap.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_variables.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/coord_adapt.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_horizontal_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_interface_heights.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_checksum_packages.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_isopycnal_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/soliton_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/adjustment_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Rossby_front_2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_remap.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_diag_mediator.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_registry.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_opacity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_speed.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_Montgomery.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_PointAccel.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_structure.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_change_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_open_boundary.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/lock_exchange_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/external_gwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_forcing_type.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/benchmark_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Neverland_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/sloshing_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/seamount_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Phillips_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/circle_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/RGC_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/ISOMIP_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dense_water_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_diabatic.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_wave_interface.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_marine_ice.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/SCM_CVMix_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_controlled_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Idealized_Hurricane.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ISOMIP_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/DOME_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_ALE.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity_PPM.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/supercritical_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_CoriolisAdv.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/tidal_bay_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Kelvin_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/shelfwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_channel_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_barotropic.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_advect.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/tracer_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/RGC_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ideal_age_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dye_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/oil_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/advection_test_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dyed_obc_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/pseudo_salt_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/boundary_impulse_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_coord_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_boundary_update.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_fixed_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_blocked_AFV.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_state_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_generic_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_flow_control.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_sum_output.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_revise_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_main.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_split_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_neutral_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_hor_diff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_unit_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_cpu_clock.o MOM_checksums.o user_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o ocean_da_types.o baroclinic_zone_initialization.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_open_boundary.o MOM_set_viscosity.o cvmix_shear.o MOM_regularize_layers.o MOM_string_functions.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o PLM_functions.o gsw_pt_from_t__genmod.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_safe_alloc.o gsw_sr_from_sp__genmod.o MOM_intrinsic_functions.o MOM_continuity.o MOM_obsolete_params.o MOM_checksum_packages.o dumbbell_initialization.o MOM_dyn_horgrid.o gsw_gibbs_ice__genmod.o MOM_unit_scaling.o gsw_specvol_second_derivatives__genmod.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o supercritical_initialization.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_error_handler.o MOM_PointAccel.o gsw_gibbs_pt0_pt0.o gsw_pt_from_ct.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_wave_speed.o ISOMIP_initialization.o gsw_chem_potential_water_t_exact__genmod.o polynomial_functions.o gsw_pt0_from_t__genmod.o user_shelf_init.o gsw_rho_first_derivatives.o MOM_neutral_diffusion.o write_ocean_obs.o MOM_EOS_UNESCO.o gsw_ct_freezing_exact__genmod.o seamount_initialization.o MOM_dynamics_unsplit.o gsw_ct_from_t__genmod.o MOM_diagnostics.o gsw_mod_specvol_coefficients.o gsw_specvol_first_derivatives__genmod.o MOM_barotropic.o soliton_initialization.o Kelvin_initialization.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_generic_tracer.o MOM_lateral_boundary_diffusion.o MOM_bkgnd_mixing.o circle_obcs_initialization.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o P1M_functions.o MOM_ALE.o gsw_t_freezing_poly__genmod.o boundary_impulse_tracer.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o MOM_diag_remap.o MOM_domains.o Neverland_initialization.o MOM_tidal_mixing.o gsw_entropy_part_zerop__genmod.o gsw_pt_from_t.o dense_water_initialization.o MOM_entrain_diffusive.o Phillips_initialization.o MOM_internal_tide_input.o MOM_marine_ice.o MOM_debugging.o kdtree.o MOM_document.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o gsw_rho__genmod.o MOM_tracer_flow_control.o MOM_coms.o cvmix_background.o MOM_diabatic_driver.o MOM_horizontal_regridding.o gsw_ct_from_pt.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_spatial_means.o RGC_tracer.o MOM_ice_shelf.o cvmix_ddiff.o gsw_specvol_second_derivatives.o gsw_t_deriv_chem_potential_water_t_exact__genmod.o gsw_ct_freezing_poly.o gsw_pt_from_ct__genmod.o MOM_PressureForce_Montgomery.o MOM_sum_output.o MOM_isopycnal_slopes.o gsw_mod_gibbs_ice_coefficients.o cvmix_math.o dumbbell_surface_forcing.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o MOM_ice_shelf_dynamics.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_tracer_hor_diff.o MOM_full_convection.o mom_ocean_model_nuopc.o gsw_chem_potential_water_t_exact.o MOM_EOS.o coord_rho.o MOM_state_initialization.o gsw_t_freezing_exact__genmod.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_restart.o MOM_coord_initialization.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o gsw_ct_freezing_exact.o MOM_OCMIP2_CFC.o MOM_diag_manager_wrapper.o MOM_time_manager.o regrid_interp.o MOM_EOS_NEMO.o gsw_mod_freezing_poly_coefficients.o MOM_CVMix_conv.o MOM_wave_structure.o gsw_pt0_from_t.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o tidal_bay_initialization.o user_change_diffusivity.o MOM_tracer_registry.o gsw_rho_second_derivatives__genmod.o coord_zlike.o gsw_gibbs_ice.o gsw_t_from_ct__genmod.o gsw_ct_freezing_poly__genmod.o gsw_gibbs_pt0_pt0__genmod.o MOM_MEKE_types.o MOM_CVMix_ddiff.o dyed_channel_initialization.o midas_vertmap.o gsw_rho_second_derivatives.o MOM_thickness_diffuse.o MOM_file_parser.o MOM_unit_tests.o ideal_age_example.o MOM_offline_main.o gsw_specvol_first_derivatives.o MOM_set_diffusivity.o DOME_initialization.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o coord_sigma.o BFB_surface_forcing.o advection_test_tracer.o pseudo_salt_tracer.o dyed_obcs_initialization.o MOM_PressureForce.o gsw_mod_toolbox.o MOM_verticalGrid.o MOM_regridding.o MOM_boundary_update.o MOM_forcing_type.o coord_adapt.o MOM_tracer_Z_init.o MOM_bulk_mixed_layer.o MOM_controlled_forcing.o gsw_sr_from_sp.o MOM_shared_initialization.o MOM_kappa_shear.o MOM_ALE_sponge.o gsw_entropy_part.o regrid_edge_slopes.o MOM_ice_shelf_state.o gsw_mod_teos10_constants.o MOM_PressureForce_analytic_FV.o MOM_lateral_mixing_coeffs.o Idealized_Hurricane.o MOM_write_cputime.o gsw_mod_kinds.o MOM_sponge.o gsw_ct_from_pt__genmod.o MOM_continuity_PPM.o oil_tracer.o MOM.o MOM_EOS_linear.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o gsw_rho_first_derivatives__genmod.o gsw_rho.o gsw_entropy_part__genmod.o gsw_gibbs__genmod.o dyed_obc_tracer.o MOM_PressureForce_blocked_AFV.o gsw_specvol__genmod.o gsw_sp_from_sr__genmod.o adjustment_initialization.o MOM_constants.o shelfwave_initialization.o MOM_remapping.o MOM_io.o dye_example.o benchmark_initialization.o lock_exchange_initialization.o mom_surface_forcing_nuopc.o cvmix_tidal.o MOM_obsolete_diagnostics.o gsw_t_deriv_chem_potential_water_t_exact.o ar: creating lib_ocean.a a - cvmix_utils.o @@ -4648,25 +4648,25 @@ a - mom_surface_forcing_nuopc.o a - cvmix_tidal.o a - MOM_obsolete_diagnostics.o a - gsw_t_deriv_chem_potential_water_t_exact.o -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/build/intel/MOM6_LIB/repro' +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6/build/intel/MOM6_LIB/repro' + echo 'compiling MOM6 library successful' compiling MOM6 library successful + echo 'compiling MOM6 library done' compiling MOM6 library done -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6 ++ cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 + mkdir -p exec/orion/ -+ ln -s /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/build/intel/MOM6_LIB/repro exec/orion/lib_ocean ++ ln -s /work/noaa/marine/dworthen/S2S_cmeps/MOM6/build/intel/MOM6_LIB/repro exec/orion/lib_ocean + [[ 0 == 1 ]] + echo ================================================== ================================================== + [[ 0 == 1 ]] + echo 'Next recommended step is to rejoice out of happiness from a successful compile.' Next recommended step is to rejoice out of happiness from a successful compile. -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6 ; \ - exec make -f makefile.nuopc COMP_SRCDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6" COMP_BINDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL" FMS_BINDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="orion" \ - "FMSDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL" \ - "NEMSMOMDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/exec/orion" \ - "INSTALLDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL" install +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ + exec make -f makefile.nuopc COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" FMS_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="orion" \ + "FMSDIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" \ + "NEMSMOMDIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion" \ + "INSTALLDIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" install Currently Loaded Modules: 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 @@ -4680,11 +4680,11 @@ Currently Loaded Modules: -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6' -mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/time_utils.F90 -mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap_methods.F90 -mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap_time.F90 -mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap.F90 +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6' +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/time_utils.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap_methods.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap_time.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap.F90 ar rv libmom.a mom_cap.o time_utils.o mom_cap_methods.o mom_cap_time.o ar: creating libmom.a a - mom_cap.o @@ -4692,17 +4692,17 @@ a - time_utils.o a - mom_cap_methods.o a - mom_cap_time.o rm -f mom6.mk.install -mkdir -p /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -cp -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/exec/orion/lib_ocean/lib_ocean.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -cp -f libmom.a mom_cap_mod.mod /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -cp -f mom6.mk.install /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6' -test -d "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL" -test -s "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk" -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +mkdir -p /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +cp -f /work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean/lib_ocean.a /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +cp -f libmom.a mom_cap_mod.mod /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +cp -f mom6.mk.install /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6' +test -d "/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" +test -s "/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk" +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE COMP_BINDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL SITE="NEMS.orion" SYSTEM_USERDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE" SRCDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE" EXEDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE ; \ +export COMP_SRCDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE COMP_BINDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL SITE="NEMS.orion" SYSTEM_USERDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" EXEDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/CICE ; \ ./comp_ice.backend Currently Loaded Modules: @@ -4721,7 +4721,7 @@ NEMS_GRID = T126_mx025 tcx comp_ice.backend res grid mx025 1440x1080 ARCH is Linux.NEMS.orion CICE comp_ice.backend ... DEBUG=N -gmake[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice/compile' +gmake[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' Building dependency for shr_orb_mod.d Building dependency for ice_zbgc_shared.d Building dependency for ice_zbgc.d @@ -4790,687 +4790,687 @@ Building dependency for CICE_RunMod.d Building dependency for CICE_InitMod.d Building dependency for CICE_FinalMod.d Building dependency for CICE.d -gmake[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice/compile' -gmake[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice/compile' -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_kinds_mod.F90 > ice_kinds_mod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_kinds_mod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice/ice_constants.F90 > ice_constants.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_constants.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_fileunits.F90 > ice_fileunits.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_fileunits.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_restart_shared.F90 > ice_restart_shared.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi/ice_communicate.F90 > ice_communicate.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_communicate.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi/ice_exit.F90 > ice_exit.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_exit.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_domain_size.F90 > ice_domain_size.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_domain_size.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_blocks.F90 > ice_blocks.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_blocks.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_spacecurve.F90 > ice_spacecurve.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_spacecurve.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_distribution.F90 > ice_distribution.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_distribution.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi/ice_global_reductions.F90 > ice_global_reductions.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_global_reductions.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi/ice_boundary.F90 > ice_boundary.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_boundary.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi/ice_broadcast.F90 > ice_broadcast.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_broadcast.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_domain.F90 > ice_domain.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_domain.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_state.F90 > ice_state.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_state.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_atmo.F90 > ice_atmo.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_atmo.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_atmo.F90(330): remark #5140: Unrecognized directive +gmake[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' +gmake[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_kinds_mod.F90 > ice_kinds_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_kinds_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/ice_constants.F90 > ice_constants.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_constants.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_fileunits.F90 > ice_fileunits.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_fileunits.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restart_shared.F90 > ice_restart_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_communicate.F90 > ice_communicate.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_communicate.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_exit.F90 > ice_exit.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_exit.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_domain_size.F90 > ice_domain_size.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_domain_size.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_blocks.F90 > ice_blocks.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_blocks.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_spacecurve.F90 > ice_spacecurve.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_spacecurve.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_distribution.F90 > ice_distribution.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_distribution.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_global_reductions.F90 > ice_global_reductions.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_global_reductions.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_boundary.F90 > ice_boundary.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_boundary.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_broadcast.F90 > ice_broadcast.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_broadcast.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_domain.F90 > ice_domain.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_domain.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_state.F90 > ice_state.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_state.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90 > ice_atmo.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_atmo.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(330): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_atmo.F90(353): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(353): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_atmo.F90(476): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(476): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_atmo.F90(506): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(506): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_atmo.F90(694): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(694): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_shared.F90 > ice_therm_shared.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_zbgc_shared.F90 > ice_zbgc_shared.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_zbgc_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_flux.F90 > ice_flux.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_flux.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_flux.F90(769): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_shared.F90 > ice_therm_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc_shared.F90 > ice_zbgc_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_zbgc_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90 > ice_flux.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_flux.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90(769): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_flux.F90(903): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90(903): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_flux.F90(965): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90(965): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_calendar.F90 > ice_calendar.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_calendar.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi/ice_gather_scatter.F90 > ice_gather_scatter.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_gather_scatter.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_read_write.F90 > ice_read_write.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_read_write.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi/ice_timers.F90 > ice_timers.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_timers.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_grid.F90 > ice_grid.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_grid.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_diagnostics.F90 > ice_diagnostics.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_diagnostics.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_diagnostics.F90(1079): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_calendar.F90 > ice_calendar.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_calendar.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_gather_scatter.F90 > ice_gather_scatter.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_gather_scatter.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_read_write.F90 > ice_read_write.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_read_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_timers.F90 > ice_timers.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_timers.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_grid.F90 > ice_grid.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_grid.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90 > ice_diagnostics.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_diagnostics.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90(1079): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_diagnostics.F90(1092): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90(1092): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_diagnostics.F90(1165): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90(1165): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_ocean.F90 > ice_ocean.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_ocean.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_ocean.F90(172): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_ocean.F90 > ice_ocean.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_ocean.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_ocean.F90(172): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_forcing.F90 > ice_forcing.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_forcing.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share/shr_orb_mod.F90 > shr_orb_mod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include shr_orb_mod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_orbital.F90 > ice_orbital.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_orbital.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_orbital.F90(109): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_forcing.F90 > ice_forcing.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_forcing.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share/shr_orb_mod.F90 > shr_orb_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include shr_orb_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_orbital.F90 > ice_orbital.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_orbital.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_orbital.F90(109): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_dyn_shared.F90 > ice_dyn_shared.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf/ice_restart.F90 > ice_restart.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_meltpond_lvl.F90 > ice_meltpond_lvl.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_lvl.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_meltpond_cesm.F90 > ice_meltpond_cesm.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_cesm.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_meltpond_topo.F90 > ice_meltpond_topo.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_topo.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90 > ice_shortwave.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_shortwave.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(647): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_shared.F90 > ice_dyn_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf/ice_restart.F90 > ice_restart.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_meltpond_lvl.F90 > ice_meltpond_lvl.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_meltpond_cesm.F90 > ice_meltpond_cesm.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_cesm.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_meltpond_topo.F90 > ice_meltpond_topo.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_topo.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90 > ice_shortwave.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_shortwave.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(647): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(800): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(800): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1016): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1016): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1042): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1042): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1065): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1065): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1655): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1655): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1679): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1679): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1720): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1720): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1736): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1736): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1774): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1774): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1790): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1790): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1830): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1830): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(3108): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3108): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(3129): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3129): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(3140): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3140): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(3163): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3163): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(3770): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3770): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(3865): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3865): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(3422): warning #7532: The number of arguments is incompatible with intrinsic procedure, assume 'external'. [GAMMA] +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3422): warning #7532: The number of arguments is incompatible with intrinsic procedure, assume 'external'. [GAMMA] gamma(w,uu,gg,e) = p5*w*((c1 + c3*gg*(c1-w)*uu*uu) & ------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_aerosol.F90 > ice_aerosol.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_aerosol.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90 > ice_algae.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_algae.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90(284): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_aerosol.F90 > ice_aerosol.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_aerosol.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90 > ice_algae.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_algae.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(284): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90(300): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(300): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90(344): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(344): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90(366): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(366): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90(403): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(403): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90(442): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(442): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90(692): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(692): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90 > ice_itd.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_itd.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(333): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90 > ice_itd.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_itd.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(333): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(346): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(346): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(357): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(357): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(369): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(369): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(381): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(381): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(394): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(394): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(407): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(407): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(420): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(420): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(1139): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1139): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(1170): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1170): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(1903): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1903): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(1916): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1916): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(1935): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1935): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(1954): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1954): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2048): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2048): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2062): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2062): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2084): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2084): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2104): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2104): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2123): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2123): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2152): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2152): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2220): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2220): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2239): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2239): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2255): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2255): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(1784): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [FLUX_BIO] +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1784): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [FLUX_BIO] flux_bio, l_stop, & ----------------------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90 > ice_mechred.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_mechred.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(800): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90 > ice_mechred.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_mechred.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(800): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1037): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1037): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1051): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1051): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1071): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1071): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1123): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1123): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1247): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1247): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1260): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1260): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1272): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1272): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1519): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1519): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1549): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1549): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1572): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1572): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1638): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1638): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1733): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1733): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1751): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1751): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1763): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1763): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1775): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1775): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1787): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1787): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1800): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1800): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1813): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1813): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1828): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1828): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1939): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1939): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1967): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1967): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1980): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1980): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1992): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1992): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(2003): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2003): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(2201): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2201): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(2221): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2221): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(2241): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2241): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_dyn_eap.F90 > ice_dyn_eap.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_eap.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_dyn_eap.F90(1179): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_eap.F90 > ice_dyn_eap.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_eap.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_eap.F90(1179): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_history_shared.F90 > ice_history_shared.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_history_mechred.F90 > ice_history_mechred.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_mechred.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_history_pond.F90 > ice_history_pond.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_pond.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_history_bgc.F90 > ice_history_bgc.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_bgc.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_history_drag.F90 > ice_history_drag.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_drag.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf/ice_history_write.F90 > ice_history_write.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_write.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_mushy.F90 > ice_therm_mushy.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_mushy.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_history.F90 > ice_history.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_age.F90 > ice_age.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_age.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_firstyear.F90 > ice_firstyear.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_firstyear.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_lvl.F90 > ice_lvl.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_lvl.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90 > ice_transport_remap.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_transport_remap.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(1235): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_shared.F90 > ice_history_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_mechred.F90 > ice_history_mechred.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_mechred.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_pond.F90 > ice_history_pond.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_pond.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_bgc.F90 > ice_history_bgc.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_bgc.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_drag.F90 > ice_history_drag.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_drag.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf/ice_history_write.F90 > ice_history_write.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_mushy.F90 > ice_therm_mushy.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_mushy.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history.F90 > ice_history.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_age.F90 > ice_age.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_age.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_firstyear.F90 > ice_firstyear.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_firstyear.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_lvl.F90 > ice_lvl.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90 > ice_transport_remap.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_transport_remap.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(1235): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3117): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3117): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3148): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3148): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3290): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3290): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3318): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3318): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3365): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3365): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3425): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3425): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3456): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3456): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3478): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3478): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3680): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3680): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3700): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3700): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_driver.F90 > ice_transport_driver.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_transport_driver.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90 > ice_therm_bl99.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_bl99.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(444): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_driver.F90 > ice_transport_driver.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_transport_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90 > ice_therm_bl99.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_bl99.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(444): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(569): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(569): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(646): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(646): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(685): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(685): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(756): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(756): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(905): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(905): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(990): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(990): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(1001): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1001): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(1125): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1125): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(1797): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1797): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(1806): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1806): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(1818): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1818): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_0layer.F90 > ice_therm_0layer.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_0layer.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_0layer.F90(236): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90 > ice_therm_0layer.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_0layer.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(236): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_0layer.F90(297): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(297): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_0layer.F90(350): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(350): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_0layer.F90(450): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(450): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90 > ice_therm_vertical.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_vertical.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(742): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90 > ice_therm_vertical.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_vertical.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(742): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(754): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(754): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(765): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(765): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(781): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(781): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(914): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(914): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(941): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(941): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1046): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1046): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1065): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1065): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1199): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1199): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1227): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1227): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1438): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1438): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1452): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1452): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1573): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1573): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1624): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1624): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1667): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1667): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1696): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1696): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1730): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1730): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1768): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1768): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1777): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1777): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1844): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1844): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1897): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1897): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1951): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1951): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1960): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1960): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(2086): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2086): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(2108): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2108): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(2207): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2207): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(2305): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2305): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(2431): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2431): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_restoring.F90 > ice_restoring.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restoring.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_restoring.F90(456): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restoring.F90 > ice_restoring.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restoring.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restoring.F90(456): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_init.F90 > ice_init.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_init.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_init.F90(1381): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_init.F90 > ice_init.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_init.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_init.F90(1381): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90 > ice_brine.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_brine.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(175): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90 > ice_brine.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_brine.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(175): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(302): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(302): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(315): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(315): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(343): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(343): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(356): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(356): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(452): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(452): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(469): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(469): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(492): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(492): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(518): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(518): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_zbgc.F90 > ice_zbgc.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_zbgc.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_zbgc.F90(692): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90 > ice_zbgc.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_zbgc.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(692): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_zbgc.F90(825): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(825): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_zbgc.F90(996): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(996): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_zbgc.F90(1046): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(1046): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_restart_driver.F90 > ice_restart_driver.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart_driver.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice/CICE_InitMod.F90 > CICE_InitMod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_InitMod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90 > ice_therm_itd.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_itd.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(341): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restart_driver.F90 > ice_restart_driver.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE_InitMod.F90 > CICE_InitMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_InitMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90 > ice_therm_itd.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_itd.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(341): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(443): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(443): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(499): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(499): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(580): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(580): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(698): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(698): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1129): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1129): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1165): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1165): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1181): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1181): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1198): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1198): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1457): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1457): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1473): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1473): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1490): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1490): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1596): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1596): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1634): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1634): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1655): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1655): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1688): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1688): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1749): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1749): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_dyn_evp.F90 > ice_dyn_evp.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_evp.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_dyn_evp.F90(517): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_evp.F90 > ice_dyn_evp.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_evp.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_evp.F90(517): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_step_mod.F90 > ice_step_mod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_step_mod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice/CICE_RunMod.F90 > CICE_RunMod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_RunMod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice/CICE_FinalMod.F90 > CICE_FinalMod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_FinalMod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice/CICE.F90 > CICE.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE.f90 -mpiifort -o /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/cice CICE.o CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o ice_aerosol.o ice_age.o ice_algae.o ice_atmo.o ice_blocks.o ice_boundary.o ice_brine.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_constants.o ice_diagnostics.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_firstyear.o ice_flux.o ice_forcing.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_init.o ice_itd.o ice_kinds_mod.o ice_lvl.o ice_mechred.o ice_meltpond_cesm.o ice_meltpond_lvl.o ice_meltpond_topo.o ice_ocean.o ice_orbital.o ice_read_write.o ice_restart.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_shortwave.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_therm_0layer.o ice_therm_bl99.o ice_therm_itd.o ice_therm_mushy.o ice_therm_shared.o ice_therm_vertical.o ice_timers.o ice_transport_driver.o ice_transport_remap.o ice_zbgc.o ice_zbgc_shared.o shr_orb_mod.o -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdf -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdf -lnetcdff -gmake[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice/compile' -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_step_mod.F90 > ice_step_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_step_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE_RunMod.F90 > CICE_RunMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_RunMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE_FinalMod.F90 > CICE_FinalMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_FinalMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE.F90 > CICE.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE.f90 +mpiifort -o /work/noaa/marine/dworthen/S2S_cmeps/CICE/cice CICE.o CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o ice_aerosol.o ice_age.o ice_algae.o ice_atmo.o ice_blocks.o ice_boundary.o ice_brine.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_constants.o ice_diagnostics.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_firstyear.o ice_flux.o ice_forcing.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_init.o ice_itd.o ice_kinds_mod.o ice_lvl.o ice_mechred.o ice_meltpond_cesm.o ice_meltpond_lvl.o ice_meltpond_topo.o ice_ocean.o ice_orbital.o ice_read_write.o ice_restart.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_shortwave.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_therm_0layer.o ice_therm_bl99.o ice_therm_itd.o ice_therm_mushy.o ice_therm_shared.o ice_therm_vertical.o ice_timers.o ice_transport_driver.o ice_transport_remap.o ice_zbgc.o ice_zbgc_shared.o shr_orb_mod.o -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdf -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdf -lnetcdff +gmake[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' +/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice NTASK = 48 global N, block_size x 1440, 60 @@ -5484,10 +5484,10 @@ max_blocks = 1 0 = TRBRI, brine height tracer 7 = NBGCLYR, number of bio grid layers 0 = TRBGCS, number of BGC tracers -ar: creating /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/liblanl_cice.a -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_CAP ; exec make -f makefile.nuopc \ - COMP_SRCDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE COMP_BINDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL SITE="NEMS.orion" SYSTEM_USERDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE" SRCDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE" EXEDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" \ - "LANLCICEDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE" "INSTALLDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL" install +ar: creating /work/noaa/marine/dworthen/S2S_cmeps/CICE/liblanl_cice.a +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; exec make -f makefile.nuopc \ + COMP_SRCDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE COMP_BINDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL SITE="NEMS.orion" SYSTEM_USERDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" EXEDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" \ + "LANLCICEDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE" "INSTALLDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL" install Currently Loaded Modules: 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 @@ -5501,34 +5501,34 @@ Currently Loaded Modules: -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice_cap' -mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/compile -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf cice_cap.F90 +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/compile -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf cice_cap.F90 ar rv libcice.a cice_cap.o ar: creating libcice.a a - cice_cap.o rm -f cice.mk.install -mkdir -p /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -cp -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/liblanl_cice.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -cp -f libcice.a cice_cap_mod.mod /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -cp -f cice.mk.install /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice_cap' -test -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk +mkdir -p /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +cp -f /work/noaa/marine/dworthen/S2S_cmeps/CICE/liblanl_cice.a /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +cp -f libcice.a cice_cap_mod.mod /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +cp -f cice.mk.install /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +test -f /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ccpp_mk="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk" ; echo fms_mk="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk" ; echo cice_mk="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk" ; ) > "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC" -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ccpp_mk="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk" ; echo fms_mk="/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk" ; echo cice_mk="/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk" ; ) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC" +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk ; do \ +for m in /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src ; \ +echo build NEMS after /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src ; \ make nems \ COMPONENTS="CCPP FMS FV3 MOM6 CICE" \ - CCPP_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL FV3_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL MOM6_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL CICE_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL TARGET="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/exe/NEMS.x" ; \ -test -x /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/exe/NEMS.x + CCPP_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL FV3_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL MOM6_DIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL CICE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL TARGET="/work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x" ; \ +test -x /work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x Currently Loaded Modules: 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 @@ -5542,13 +5542,13 @@ Currently Loaded Modules: -build NEMS after /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk +build NEMS after /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk Components in linker order: CICE MOM6 FV3 FMS CCPP -CICE: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk -MOM6: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk -FV3: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk -FMS: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk -CCPP: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk +CICE: include /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +MOM6: include /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk +FMS: include /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk +CCPP: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" @@ -5557,204 +5557,204 @@ CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' cd ENS_Cpl && make stub -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' mpiicc -E -DFV3_CPLD -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ENS_Cpl' -mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 20:58:35 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_NEMS_UTILS.tmp.f90 +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:11:06 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 20:58:35 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:11:06 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 20:58:35 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:11:06 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o 'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' -mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 20:58:35 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:11:06 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 20:58:35 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:11:06 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 20:58:35 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:11:06 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 20:58:35 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:11:06 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 20:58:35 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:11:06 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 20:58:35 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:11:06 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 20:58:35 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c MAIN_NEMS.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:11:06 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/l.0110.2020/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf extlibs is /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/l.0110.2020/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -mpiifort -o /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/libcice.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/liblanl_cice.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/libmom.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/lib_ocean.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libfv3cap.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libccppdriver.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libfv3core.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libfv3io.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libipd.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libgfsphys.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libfv3cpl.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libstochastic_physics.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/libfms.a -L/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/l.0110.2020/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf +mpiifort -o /work/noaa/marine/dworthen/S2S_cmeps/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 /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/libcice.a /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/liblanl_cice.a /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/libmom.a /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/lib_ocean.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3cap.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libccppdriver.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3core.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3io.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libipd.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libgfsphys.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3cpl.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libstochastic_physics.a /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/libfms.a -L/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/l.0110.2020/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /apps/contrib/NCEPLIBS/orion/NCEPLIBS-umbrella/lib/src/jasper_v1.900.1/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src' +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' + [[ YES == YES ]] + make app=coupledFV3_CCPP_MOM6_CICE clean -Convert /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE.appBuilder -...into /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk -Include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk -echo 'CCPP FMS FV3 MOM6 CICE' > "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/components.mk" +Convert /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE.appBuilder +...into /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk +Include /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE' > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" ; \ -rm -rf "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build" -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build -cat /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs/makefile.temp.clean -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs ; \ - exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" -f makefile.temp.clean clean -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs' +cd "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build" ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build +cat /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile.temp.clean +cd /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs ; \ + exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs' -cat /dev/null > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/configure.fv3 -cat /dev/null > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/modules.fv3 -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 ; exec make \ +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' -rm -rf nems_dir FV3_INSTALL /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/configure.fv3 \ - /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/modules.fv3 +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +rm -rf nems_dir FV3_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 \ + /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 set -e ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6 ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ exec make -f makefile.nuopc clean -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice_cap' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' rm -f -f libcice.a *.f90 *.o *.mod *.lst depend -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice_cap' -set -e ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_CAP ; set +e ; \ +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; set +e ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ -rm -rf cice.mk.install /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -set -e ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE ; set +e ; \ +rm -rf cice.mk.install /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE ; set +e ; \ rm -rf history compile restart *.a ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f -if ! test -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC ; \ +if ! test -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE" \ +cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CICE MOM6 FV3 FMS CCPP -CICE: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src' -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing -MOM6: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk -FV3: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk +CICE: include /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing +MOM6: include /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" @@ -5765,15 +5765,15 @@ CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src' -+ cp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/exe/NEMS.x /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/tests/fv3_mom6_cice_1.exe -+ cp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/tests/modules.fv3_mom6_cice_1 -+ elapsed=1323 -+ echo 'Elapsed time 1323 seconds. Compiling coupledFV3_CCPP_MOM6_CICE finished' -Elapsed time 1323 seconds. Compiling coupledFV3_CCPP_MOM6_CICE finished +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' ++ cp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x /work/noaa/marine/dworthen/S2S_cmeps/tests/fv3_mom6_cice_1.exe ++ cp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems /work/noaa/marine/dworthen/S2S_cmeps/tests/modules.fv3_mom6_cice_1 ++ elapsed=1257 ++ echo 'Elapsed time 1257 seconds. Compiling coupledFV3_CCPP_MOM6_CICE finished' +Elapsed time 1257 seconds. Compiling coupledFV3_CCPP_MOM6_CICE finished + SECONDS=0 + [[ 2 -lt 1 ]] + readonly app_name=coupledFV3_CCPP_MOM6_CICE_WW3 @@ -5786,59 +5786,59 @@ Elapsed time 1323 seconds. Compiling coupledFV3_CCPP_MOM6_CICE finished + clean_after=YES + hostname Orion-login-1.HPC.MsState.Edu -+++ dirname /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/tests/compile.sh -++ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/tests ++++ dirname /work/noaa/marine/dworthen/S2S_cmeps/tests/compile.sh +++ cd /work/noaa/marine/dworthen/S2S_cmeps/tests ++ pwd -P -+ readonly compile_root_dir=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/tests -+ compile_root_dir=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/tests -++ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/tests/.. ++ readonly compile_root_dir=/work/noaa/marine/dworthen/S2S_cmeps/tests ++ compile_root_dir=/work/noaa/marine/dworthen/S2S_cmeps/tests +++ cd /work/noaa/marine/dworthen/S2S_cmeps/tests/.. ++ pwd -+ PATHTR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1 -+ echo 'PATHTR is /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1' -PATHTR is /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1 -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS ++ PATHTR=/work/noaa/marine/dworthen/S2S_cmeps ++ echo 'PATHTR is /work/noaa/marine/dworthen/S2S_cmeps' +PATHTR is /work/noaa/marine/dworthen/S2S_cmeps ++ cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS + [[ coupledFV3_CCPP_MOM6_CICE_WW3 =~ _debug ]] + S2S_DEBUG_MODULE=false + export S2S_DEBUG_MODULE + [[ YES == YES ]] + make app=coupledFV3_CCPP_MOM6_CICE_WW3 distclean -Convert /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder -...into /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk -Include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk -echo 'CCPP FMS FV3 MOM6 CICE WW3' > "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/components.mk" +Convert /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder +...into /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk +Include /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE WW3' > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" ; \ -rm -rf "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build" -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build +cd "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build" ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build set -xue ; \ -export PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1 ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ +export PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ cd $PATH_CCPP ; \ -rm -rf "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib" ; \ -rm -rf "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include" ; \ -rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk -+ export PATH_CCPP=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ PATH_CCPP=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1 -+ /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib" ; \ +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include" ; \ +rm -f /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk ++ export PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ cd /work/noaa/marine/dworthen/S2S_cmeps ++ /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Performing clean .... INFO: CCPP prebuild clean completed successfully, exiting. -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib -+ rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -+ rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk -cat /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs/makefile.temp.clean -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs ; \ - exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" -f makefile.temp.clean clean -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs' ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include ++ rm -f /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk +cat /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile.temp.clean +cd /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs ; \ + exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -5849,137 +5849,137 @@ 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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs' -rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/configure.fv3 -cat /dev/null > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/modules.fv3 -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 ; exec make \ +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' makefile:269: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' makefile:87: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' -rm -rf nems_dir FV3_INSTALL /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/configure.fv3 \ - /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/modules.fv3 -rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +rm -rf nems_dir FV3_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 \ + /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk set -e ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6 ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/src/MOM6/config_src/nems_cap/mom5.mk.install -rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ +rm -f /work/noaa/marine/dworthen/S2S_cmeps/MOM6/src/MOM6/config_src/nems_cap/mom5.mk.install +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +rm -f /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ exec make -f makefile.nuopc clean -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice_cap' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' rm -f -f libcice.a *.f90 *.o *.mod *.lst depend -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice_cap' -set -e ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_CAP ; set +e ; \ +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; set +e ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ -rm -rf cice.mk.install /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -set -e ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE ; set +e ; \ +rm -rf cice.mk.install /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE ; set +e ; \ rm -rf history compile restart *.a ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f -rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/esmf ; \ -export COMP_SRCDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model" COMP_BINDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/WW3_INSTALL" WW3_COMP="orion" ; \ +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/esmf ; \ +export COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/WW3/model" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL" WW3_COMP="orion" ; \ export ESMFMKFILE=/dev/null ; \ exec make distclean @@ -5995,53 +5995,53 @@ Currently Loaded Modules: -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/esmf' -\rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/exe/ww3_multi_esmf *.o *.mod -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/w3_clean -c +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/esmf' +\rm -f /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/exe/ww3_multi_esmf *.o *.mod +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_clean -c ***************************** *** WAVEWATCH III clean *** ***************************** - Clean up /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/tmp - Clean up /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin - Clean up /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn - Clean up /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/aux - Clean up /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin - Clean up /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/../regtests -\rm -fr /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/tmp -\rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/wwatch3.env -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/esmf' -cd "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model" ; \ + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/aux + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/../regtests +\rm -fr /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp +\rm -f /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/wwatch3.env +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/esmf' +cd "/work/noaa/marine/dworthen/S2S_cmeps/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 /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/WW3_INSTALL /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/WW3_INSTALL/nuopc.mk -if ! test -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC ; \ +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL/nuopc.mk +if ! test -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE WW3" \ +cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE WW3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: WW3 CICE MOM6 FV3 FMS CCPP WW3: include -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' GNUmakefile:70: : component WW3 makefile fragment is missing -CICE: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing -MOM6: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing -FV3: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing +CICE: include /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing +MOM6: include /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing +FV3: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" @@ -6052,56 +6052,56 @@ CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src' -rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/exe/NEMS.x /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC -rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/externals.nems /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ESMFVersionDefine.h /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems.sh /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems.csh /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/test-results.mk -rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/components.mk -rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/test_results.mk +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/externals.nems /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ESMFVersionDefine.h /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.sh /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.csh /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test_results.mk + make app=coupledFV3_CCPP_MOM6_CICE_WW3 build -Convert /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder -...into /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk -Include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk -echo 'CCPP FMS FV3 MOM6 CICE WW3' > "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/components.mk" +Convert /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder +...into /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk +Include /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE WW3' > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. -cp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/conf/configure.fv3_coupled.orion.intel /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems -cat /dev/null > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/externals.nems -cp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/modulefiles/orion.intel/fv3_coupled /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems -cp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ESMFVersionDefine.h -( echo '. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems.sh" -( echo 'source /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems.csh" -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/incmake/configure_rules.mk:3: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/test-results.mk: No such file or directory -make -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS' +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +cp /work/noaa/marine/dworthen/S2S_cmeps/conf/configure.fv3_coupled.orion.intel /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/externals.nems +cp /work/noaa/marine/dworthen/S2S_cmeps/modulefiles/orion.intel/fv3_coupled /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems +cp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ESMFVersionDefine.h +( echo '. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.sh" +( echo 'source /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.csh" +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/configure_rules.mk:3: /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk: No such file or directory +make -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS' if [ -f "/modules.nems" ] ; then \ - . /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=8192 ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=8192 ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/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 ; \ -) > "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS' -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS' +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -xue ; \ -export PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1 ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ +export PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ cd $PATH_CCPP ; \ -./build_ccpp.sh orion.intel "$PATH_CCPP" /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk \ - "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp"" NO NO ; \ -test -d "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp"/include ; \ -test -d "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp"/lib +./build_ccpp.sh orion.intel "$PATH_CCPP" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk \ + "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp"" NO NO ; \ +test -d "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp"/include ; \ +test -d "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp"/lib Currently Loaded Modules: 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 @@ -6115,10 +6115,10 @@ Currently Loaded Modules: -+ export PATH_CCPP=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ PATH_CCPP=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1 -+ /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ++ export PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ cd /work/noaa/marine/dworthen/S2S_cmeps ++ /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Parsing suite definition files ... @@ -7585,7 +7585,7 @@ INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_ INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer 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 save_q of variable tracer_concentration_save from new to old metadata -INFO: Metadata table for model FV3 written to /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Metadata table for model FV3 written to /work/noaa/marine/dworthen/S2S_cmeps/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 sfc_ocean @@ -8069,27 +8069,27 @@ 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 /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Metadata table for model FV3 written to /work/noaa/marine/dworthen/S2S_cmeps/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 after returning from 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 after returning from 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 after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run INFO: Generating list of Fortran modules containing CCPP type definitions ... INFO: Generating typedefs makefile/cmakefile snippet ... -INFO: Added 10 typedefs to /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_TYPEDEFS.sh +INFO: Added 10 typedefs to /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.sh INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 215 schemes to /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_SCHEMES.mk, /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Added 215 schemes to /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.mk, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.sh INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics ... +INFO: Generating static API ccpp_static_api.F90 in /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics ... INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 16 auto-generated caps to /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_CAPS.mk and /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_CAPS.cmake, /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_CAPS.sh +INFO: Added 16 auto-generated caps to /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.mk and /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.cmake, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.sh INFO: CCPP prebuild step completed successfully. -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ ./build_ccpp.sh orion.intel /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp' NO NO ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ ./build_ccpp.sh orion.intel /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp' NO NO MACHINE_ID=orion.intel is valid. Compilers set for orion.intel. Obtained ESMF_LIB=/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib from /apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib/esmf.mk -Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -DNETCDF_DIR=/apps/contrib/NCEPLIBS/lib//netcdfp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=OFF' ... +Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp -DNETCDF_DIR=/apps/contrib/NCEPLIBS/lib//netcdfp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=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 @@ -8130,8 +8130,8 @@ Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/work/noaa/nems/junwang/ufs-w -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -- Got CCPP TYPEDEFS from cmakefile include file: gfs_typedefs.mod;mo_cloud_optics.mod;mo_optical_props.mod;ccpp_typedefs.mod;mo_gas_concentrations.mod;machine.mod;mo_source_functions.mod;module_radlw_parameters.mod;module_radsw_parameters.mod;mo_gas_optics_rrtmgp.mod --- Got CCPP SCHEMES from cmakefile include file: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/aer_cloud.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/aerclm_def.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/aerinterp.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/calpreciptype.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cldwat2m_micro.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cldmacro.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/date_def.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/funcphys.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gcycle.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/h2o_def.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/h2ointerp.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/iccn_def.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/iccninterp.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/iounitdef.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/machine.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mersenne_twister.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfpbl.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/micro_mg_utils.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/micro_mg2_0.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/micro_mg3_0.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/multi_gases.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_nst_model.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_nst_parameters.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_mp_radar.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_mp_thompson.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_bl_mynn.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_mynn.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_orowam2017.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/namelist_soilveg.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfpblt.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfpbltq.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfscu.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfscuq.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/noahmp_tables.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/num_parthds.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozne_def.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozinterp.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/physcons.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/physparam.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radcons.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_aerosols.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_astronomy.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_clouds.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_gases.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_surface.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radlw_datatb.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radsw_datatb.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/samfaerosols.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfcsub.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sflx.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/set_soilveg.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/surface_perturbation.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_deep.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_sh.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/tridi.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/wv_saturation.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_soil_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rayleigh_damp.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_ocean.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ysuvdif.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_diag_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_fer_hires.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_debug.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/precpd.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cs_conv.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/moninedmf_hafs.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_sice.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_diff.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radlw_main.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/dcyc2.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gwdc.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gwdps.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/moninshoc.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_cice.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_diag.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/satmedmfvdifq.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/m_micro.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_drv.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sascnvn.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_thompson_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_nst.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/shalcnv.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/get_prs_fv3.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/drag_suite.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gcm_shoc.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gscond.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozphys.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozphys_2015.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cnvc90.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radsw_main.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/samfshalcnv.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/satmedmfvdif.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_stochastics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/shinhongvdif.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/h2ophys.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/moninedmf.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_aux.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_driver.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/samfdeepcnv.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_thompson.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rascnv.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 --- Got CCPP CAPS from cmakefile include file: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 +-- Got CCPP SCHEMES from cmakefile include file: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aer_cloud.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerclm_def.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerinterp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/calpreciptype.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldwat2m_micro.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldmacro.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/date_def.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/funcphys.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcycle.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2o_def.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ointerp.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccn_def.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccninterp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iounitdef.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/machine.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mersenne_twister.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbl.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg_utils.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg2_0.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg3_0.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/multi_gases.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_model.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_parameters.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_radar.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bl_mynn.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_mynn.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_orowam2017.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpblt.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbltq.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscu.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscuq.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/noahmp_tables.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/num_parthds.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozne_def.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozinterp.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physcons.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physparam.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radcons.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_aerosols.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_astronomy.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_clouds.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_gases.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_surface.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_datatb.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_datatb.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfaerosols.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfcsub.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sflx.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/surface_perturbation.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_deep.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_sh.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/tridi.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/wv_saturation.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_soil_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rayleigh_damp.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_ocean.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ysuvdif.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_fer_hires.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_debug.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/precpd.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf_hafs.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_sice.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diff.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_main.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/dcyc2.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdc.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdps.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninshoc.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_cice.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdifq.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sascnvn.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_nst.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shalcnv.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/get_prs_fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/drag_suite.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcm_shoc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gscond.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys_2015.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cnvc90.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_main.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfshalcnv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdif.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_stochastics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shinhongvdif.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ophys.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_aux.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfdeepcnv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rascnv.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 +-- Got CCPP CAPS from cmakefile include file: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -- Configuring done -- Generating done CMake Warning: @@ -8140,53 +8140,53 @@ CMake Warning: LEGACY_INTEL --- Build files have been written to: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -/apps/cmake-3.15.4/bin/cmake -S/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -B/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/CMakeFiles /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/CMakeFiles/progress.marks +-- Build files have been written to: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -S/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp -B/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/src /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -Dependee "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". -Dependee "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". Scanning dependencies of target ccpp -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' [ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_types.mod framework/src/CMakeFiles/ccpp.dir/ccpp_types.mod.stamp Intel [ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_api.mod framework/src/CMakeFiles/ccpp.dir/ccpp_api.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build [ 1%] Linking Fortran static library libccpp.a -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 /bin/ar qc libccpp.a CMakeFiles/ccpp.dir/ccpp_types.F90.o CMakeFiles/ccpp.dir/ccpp_api.F90.o /bin/ranlib libccpp.a -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' [ 1%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -Dependee "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". -Dependee "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". Scanning dependencies of target ccppphys -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' [ 1%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/machine.mod physics/CMakeFiles/ccppphys.dir/machine.mod.stamp Intel [ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/physcons.mod physics/CMakeFiles/ccppphys.dir/physcons.mod.stamp Intel [ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_common.mod physics/CMakeFiles/ccppphys.dir/ugwp_common.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_conv_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_conv_init.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_fjet_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_fjet_init.mod.stamp Intel @@ -8195,109 +8195,109 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_oro_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_oro_init.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_wmsdis_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_wmsdis_init.mod.stamp Intel [ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_module.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_module.mod.stamp Intel [ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdps.mod physics/CMakeFiles/ccppphys.dir/gwdps.mod.stamp Intel [ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp.mod.stamp Intel [ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_post.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_post.mod.stamp Intel [ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cnvc90.mod physics/CMakeFiles/ccppphys.dir/cnvc90.mod.stamp Intel [ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/dcyc2t3.mod physics/CMakeFiles/ccppphys.dir/dcyc2t3.mod.stamp Intel [ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/get_phi_fv3.mod physics/CMakeFiles/ccppphys.dir/get_phi_fv3.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/get_prs_fv3.mod physics/CMakeFiles/ccppphys.dir/get_prs_fv3.mod.stamp Intel [ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_pre.mod.stamp Intel [ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_pre.mod.stamp Intel [ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_pre.mod.stamp Intel [ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_pre.mod.stamp Intel [ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_pre.mod.stamp Intel [ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mersenne_twister.mod physics/CMakeFiles/ccppphys.dir/mersenne_twister.mod.stamp Intel [ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_kind.mod physics/CMakeFiles/ccppphys.dir/mo_rte_kind.mod.stamp Intel [ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props_kernels.mod.stamp Intel [ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_util_array.mod physics/CMakeFiles/ccppphys.dir/mo_rte_util_array.mod.stamp Intel [ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props.mod.stamp Intel [ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_cloud_optics.mod.stamp Intel [ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_string.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_string.mod.stamp Intel [ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_concentrations.mod physics/CMakeFiles/ccppphys.dir/mo_gas_concentrations.mod.stamp Intel [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_source_functions.mod physics/CMakeFiles/ccppphys.dir/mo_source_functions.mod.stamp Intel [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics.mod.stamp Intel [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_kernels.mod.stamp Intel [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_constants.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_constants.mod.stamp Intel [ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder_kernels.mod.stamp Intel [ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder.mod.stamp Intel [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_rrtmgp.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_rrtmgp.mod.stamp Intel [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/physparam.mod physics/CMakeFiles/ccppphys.dir/physparam.mod.stamp Intel [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radlw_parameters.mod.stamp Intel [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radsw_parameters.mod.stamp Intel [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/parse_tracers.mod physics/CMakeFiles/ccppphys.dir/parse_tracers.mod.stamp Intel -[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_typedefs.mod physics/CMakeFiles/ccppphys.dir/gfs_typedefs.mod.stamp Intel [ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_1.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_1.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_2.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_2.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_3.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_3.mod.stamp Intel @@ -8306,117 +8306,117 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_reset.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_update.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_update.mod.stamp Intel [ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_inter.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_inter.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_pre.mod.stamp Intel [ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/surface_perturbation.mod physics/CMakeFiles/ccppphys.dir/surface_perturbation.mod.stamp Intel [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_pre.mod.stamp Intel [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part1.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part1.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part2.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part2.mod.stamp Intel [ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/funcphys.mod physics/CMakeFiles/ccppphys.dir/funcphys.mod.stamp Intel [ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/hedmf.mod physics/CMakeFiles/ccppphys.dir/hedmf.mod.stamp Intel [ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg.mod physics/CMakeFiles/ccppphys.dir/namelist_soilveg.mod.stamp Intel [ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_mod.mod physics/CMakeFiles/ccppphys.dir/set_soilveg_mod.mod.stamp Intel [ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_noah.mod physics/CMakeFiles/ccppphys.dir/lsm_noah.mod.stamp Intel [ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/maximum_hourly_diagnostics.mod physics/CMakeFiles/ccppphys.dir/maximum_hourly_diagnostics.mod.stamp Intel [ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozphys.mod physics/CMakeFiles/ccppphys.dir/ozphys.mod.stamp Intel [ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rayleigh_damp.mod physics/CMakeFiles/ccppphys.dir/rayleigh_damp.mod.stamp Intel [ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/samfcnv_aerosols.mod physics/CMakeFiles/ccppphys.dir/samfcnv_aerosols.mod.stamp Intel [ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/samfdeepcnv.mod physics/CMakeFiles/ccppphys.dir/samfdeepcnv.mod.stamp Intel [ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/samfshalcnv.mod physics/CMakeFiles/ccppphys.dir/samfshalcnv.mod.stamp Intel [ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_cice.mod physics/CMakeFiles/ccppphys.dir/sfc_cice.mod.stamp Intel [ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag.mod physics/CMakeFiles/ccppphys.dir/sfc_diag.mod.stamp Intel [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag_post.mod physics/CMakeFiles/ccppphys.dir/sfc_diag_post.mod.stamp Intel [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_diff.mod physics/CMakeFiles/ccppphys.dir/sfc_diff.mod.stamp Intel [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_ocean.mod physics/CMakeFiles/ccppphys.dir/sfc_ocean.mod.stamp Intel [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_sice.mod physics/CMakeFiles/ccppphys.dir/sfc_sice.mod.stamp Intel [ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_gscond.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_gscond.mod.stamp Intel [ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_precpd.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_precpd.mod.stamp Intel [ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_physics_cap.mod.stamp Intel [ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def.mod physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel [ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef.mod physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel [ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX-I -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX-I -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols.mod physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel [ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel [ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_astronomy.mod physics/CMakeFiles/ccppphys.dir/module_radiation_astronomy.mod.stamp Intel [ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_microphysics.mod physics/CMakeFiles/ccppphys.dir/module_microphysics.mod.stamp Intel [ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_clouds.mod physics/CMakeFiles/ccppphys.dir/module_radiation_clouds.mod.stamp Intel [ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozne_def.mod physics/CMakeFiles/ccppphys.dir/ozne_def.mod.stamp Intel [ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_gases.mod physics/CMakeFiles/ccppphys.dir/module_radiation_gases.mod.stamp Intel [ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/radcons.mod physics/CMakeFiles/ccppphys.dir/radcons.mod.stamp Intel [ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_rad_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_rad_reset.mod.stamp Intel [ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_avplank.mod physics/CMakeFiles/ccppphys.dir/module_radlw_avplank.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_cldprlw.mod physics/CMakeFiles/ccppphys.dir/module_radlw_cldprlw.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb01.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb01.mod.stamp Intel @@ -8437,19 +8437,19 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb16.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radlw_ref.mod.stamp Intel [ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw.mod.stamp Intel [ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_post.mod.stamp Intel [ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_surface.mod physics/CMakeFiles/ccppphys.dir/module_radiation_surface.mod.stamp Intel [ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_pre.mod.stamp Intel [ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_cldprtb.mod physics/CMakeFiles/ccppphys.dir/module_radsw_cldprtb.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb16.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb17.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb17.mod.stamp Intel @@ -8468,58 +8468,58 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radsw_ref.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_sflux.mod physics/CMakeFiles/ccppphys.dir/module_radsw_sflux.mod.stamp Intel [ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw.mod.stamp Intel [ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_post.mod.stamp Intel [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_pre.mod.stamp Intel [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod.stamp Intel [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_stochastics.mod physics/CMakeFiles/ccppphys.dir/gfs_stochastics.mod.stamp Intel [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod.stamp Intel [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/aerinterp.mod physics/CMakeFiles/ccppphys.dir/aerinterp.mod.stamp Intel [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/h2o_def.mod physics/CMakeFiles/ccppphys.dir/h2o_def.mod.stamp Intel [ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/h2ointerp.mod physics/CMakeFiles/ccppphys.dir/h2ointerp.mod.stamp Intel [ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/iccn_def.mod physics/CMakeFiles/ccppphys.dir/iccn_def.mod.stamp Intel [ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/iccninterp.mod physics/CMakeFiles/ccppphys.dir/iccninterp.mod.stamp Intel [ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozinterp.mod physics/CMakeFiles/ccppphys.dir/ozinterp.mod.stamp Intel [ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_phys_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_phys_time_vary.mod.stamp Intel [ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rad_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_rad_time_vary.mod.stamp Intel [ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_setup.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_setup.mod.stamp Intel [ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_time_vary_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_time_vary_pre.mod.stamp Intel [ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod.stamp Intel [ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_cap.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build @@ -8527,66 +8527,66 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build [ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdif.mod physics/CMakeFiles/ccppphys.dir/satmedmfvdif.mod.stamp Intel [ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod.stamp Intel [ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod.stamp Intel [ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod.stamp Intel [ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod.stamp Intel [ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build -[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_typedefs.mod physics/CMakeFiles/ccppphys.dir/ccpp_typedefs.mod.stamp Intel [ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar.mod physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel [ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys_mod.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys_mod.mod.stamp Intel [ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/fv_sat_adj.mod physics/CMakeFiles/ccppphys.dir/fv_sat_adj.mod.stamp Intel [ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod.stamp Intel [ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys.mod.stamp Intel [ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/h2ophys.mod physics/CMakeFiles/ccppphys.dir/h2ophys.mod.stamp Intel [ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozphys_2015.mod physics/CMakeFiles/ccppphys.dir/ozphys_2015.mod.stamp Intel [ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod.stamp Intel [ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod.stamp Intel [ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod.stamp Intel [ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod.stamp Intel [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_cap.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build @@ -8602,7 +8602,7 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_debug.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_debug.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_abort.mod physics/CMakeFiles/ccppphys.dir/gfs_abort.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_checkland.mod physics/CMakeFiles/ccppphys.dir/gfs_checkland.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_diagtoscreen.mod physics/CMakeFiles/ccppphys.dir/gfs_diagtoscreen.mod.stamp Intel @@ -8614,49 +8614,49 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_broadband_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_broadband_kernels.mod.stamp Intel [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes.mod.stamp Intel [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband_kernels.mod.stamp Intel [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband.mod.stamp Intel [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_heating_rates.mod physics/CMakeFiles/ccppphys.dir/mo_heating_rates.mod.stamp Intel [ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_aux.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_aux.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_aux.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_aux.mod.stamp Intel [ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_lw_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_lw_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o.provides.build [ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_lw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmg_lw_cloud_optics.mod.stamp Intel [ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o.provides.build [ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_setup.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_setup.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o.provides.build [ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o.provides.build [ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build [ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_ini_fini_test.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_ini_fini_test.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_5.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_5.mod.stamp Intel @@ -8666,7 +8666,7 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build [ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/aer_cloud.F -o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aer_cloud.F -o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/aer_cloud.mod physics/CMakeFiles/ccppphys.dir/aer_cloud.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build @@ -8676,86 +8676,86 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build [ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/wv_saturation.F -o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/wv_saturation.F -o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/wv_saturation.mod physics/CMakeFiles/ccppphys.dir/wv_saturation.mod.stamp Intel [ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cldmacro.F -o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldmacro.F -o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cldmacro.mod physics/CMakeFiles/ccppphys.dir/cldmacro.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build [ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cldwat2m_micro.F -o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldwat2m_micro.F -o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cldwat2m_micro.mod physics/CMakeFiles/ccppphys.dir/cldwat2m_micro.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build [ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cs_conv.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv.mod physics/CMakeFiles/ccppphys.dir/cs_conv.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_post.mod physics/CMakeFiles/ccppphys.dir/cs_conv_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_pre.mod physics/CMakeFiles/ccppphys.dir/cs_conv_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o.provides.build [ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_aw_adj.mod physics/CMakeFiles/ccppphys.dir/cs_conv_aw_adj.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o.provides.build [ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_deep.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_deep.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_deep.mod physics/CMakeFiles/ccppphys.dir/cu_gf_deep.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build [ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_sh.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_sh.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_sh.mod physics/CMakeFiles/ccppphys.dir/cu_gf_sh.mod.stamp Intel [ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson_make_number_concentrations.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson_make_number_concentrations.mod.stamp Intel [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_driver.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver.mod physics/CMakeFiles/ccppphys.dir/cu_gf_driver.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o.provides.build [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_driver_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_post.mod physics/CMakeFiles/ccppphys.dir/cu_gf_driver_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o.provides.build [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_pre.mod physics/CMakeFiles/ccppphys.dir/cu_gf_driver_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_ntiedtke.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke.mod physics/CMakeFiles/ccppphys.dir/cu_ntiedtke.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o.provides.build [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_post.mod physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o.provides.build [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_pre.mod physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o.provides.build [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/date_def.f -o CMakeFiles/ccppphys.dir/physics/date_def.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/date_def.f -o CMakeFiles/ccppphys.dir/physics/date_def.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/date_def.mod physics/CMakeFiles/ccppphys.dir/date_def.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/drag_suite.F90 -o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/drag_suite.F90 -o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/drag_suite.mod physics/CMakeFiles/ccppphys.dir/drag_suite.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gcm_shoc.F90 -o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcm_shoc.F90 -o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/shoc.mod physics/CMakeFiles/ccppphys.dir/shoc.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F -o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F -o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_phy_tracer_config.mod physics/CMakeFiles/ccppphys.dir/gfs_phy_tracer_config.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build [ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gwdc.f -o CMakeFiles/ccppphys.dir/physics/gwdc.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdc.f -o CMakeFiles/ccppphys.dir/physics/gwdc.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdc.mod physics/CMakeFiles/ccppphys.dir/gwdc.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdc_post.mod physics/CMakeFiles/ccppphys.dir/gwdc_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdc_pre.mod physics/CMakeFiles/ccppphys.dir/gwdc_pre.mod.stamp Intel @@ -8768,25 +8768,25 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build [ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_post.mod physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_pre.mod physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o.provides.build [ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/micro_mg_utils.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg_utils.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/micro_mg_utils.mod physics/CMakeFiles/ccppphys.dir/micro_mg_utils.mod.stamp Intel [ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/micro_mg2_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg2_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/micro_mg2_0.mod physics/CMakeFiles/ccppphys.dir/micro_mg2_0.mod.stamp Intel [ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/micro_mg3_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg3_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/micro_mg3_0.mod physics/CMakeFiles/ccppphys.dir/micro_mg3_0.mod.stamp Intel [ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/m_micro.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/m_micro.mod physics/CMakeFiles/ccppphys.dir/m_micro.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o.provides.build [ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/m_micro_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/m_micro_post.mod physics/CMakeFiles/ccppphys.dir/m_micro_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/m_micro_pre.mod physics/CMakeFiles/ccppphys.dir/m_micro_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o.provides.build @@ -8797,44 +8797,44 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build [ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90 -o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90 -o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_bl_myjpbl.mod physics/CMakeFiles/ccppphys.dir/module_bl_myjpbl.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90 -o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90 -o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_fer_hires.mod physics/CMakeFiles/ccppphys.dir/module_mp_fer_hires.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/myjpbl_wrapper.mod physics/CMakeFiles/ccppphys.dir/myjpbl_wrapper.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o.provides.build [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_SF_JSFC.F90 -o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_SF_JSFC.F90 -o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_jsfc.mod physics/CMakeFiles/ccppphys.dir/module_sf_jsfc.mod.stamp Intel [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/myjsfc_wrapper.mod physics/CMakeFiles/ccppphys.dir/myjsfc_wrapper.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o.provides.build [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_bl_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bl_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_bl_mynn.mod physics/CMakeFiles/ccppphys.dir/module_bl_mynn.mod.stamp Intel [ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnedmf_wrapper.mod physics/CMakeFiles/ccppphys.dir/mynnedmf_wrapper.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o.provides.build [ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_mynn.mod physics/CMakeFiles/ccppphys.dir/module_sf_mynn.mod.stamp Intel [ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnsfc_wrapper.mod physics/CMakeFiles/ccppphys.dir/mynnsfc_wrapper.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o.provides.build [ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNrad_post.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_post.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_post.mod physics/CMakeFiles/ccppphys.dir/mynnrad_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o.provides.build [ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_pre.mod physics/CMakeFiles/ccppphys.dir/mynnrad_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build @@ -8843,77 +8843,77 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build [ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_nst_parameters.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_parameters.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_nst_parameters.mod physics/CMakeFiles/ccppphys.dir/module_nst_parameters.mod.stamp Intel [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_nst_water_prop.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_water_prop.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_nst_water_prop.mod physics/CMakeFiles/ccppphys.dir/module_nst_water_prop.mod.stamp Intel [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_nst_model.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_model.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/nst_module.mod physics/CMakeFiles/ccppphys.dir/nst_module.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build [ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmp_glacier.mod physics/CMakeFiles/ccppphys.dir/module_sf_noahmp_glacier.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_globals.mod physics/CMakeFiles/ccppphys.dir/noahmp_glacier_globals.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_routines.mod physics/CMakeFiles/ccppphys.dir/noahmp_glacier_routines.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build [ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmplsm.mod physics/CMakeFiles/ccppphys.dir/module_sf_noahmplsm.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg_ruc.mod physics/CMakeFiles/ccppphys.dir/namelist_soilveg_ruc.mod.stamp Intel [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_ruclsm.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_ruclsm.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_ruclsm.mod physics/CMakeFiles/ccppphys.dir/module_sf_ruclsm.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build [ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_soil_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_soil_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_soil_pre.mod physics/CMakeFiles/ccppphys.dir/module_soil_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build [ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/moninedmf_hafs.f -o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf_hafs.f -o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/hedmf_hafs.mod physics/CMakeFiles/ccppphys.dir/hedmf_hafs.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o.provides.build [ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/moninshoc.f -o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninshoc.f -o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/moninshoc.mod physics/CMakeFiles/ccppphys.dir/moninshoc.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o.provides.build [ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_fer_hires.F90 -o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_fer_hires.F90 -o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_fer_hires.mod physics/CMakeFiles/ccppphys.dir/mp_fer_hires.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o.provides.build [ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson.mod physics/CMakeFiles/ccppphys.dir/mp_thompson.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o.provides.build [ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_thompson_post.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_post.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_post.mod physics/CMakeFiles/ccppphys.dir/mp_thompson_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o.provides.build [ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_thompson_pre.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_pre.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_pre.mod physics/CMakeFiles/ccppphys.dir/mp_thompson_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o.provides.build [ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_multi_gases_mod.mod physics/CMakeFiles/ccppphys.dir/ccpp_multi_gases_mod.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build [ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/noahmp_tables.f90 -o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/noahmp_tables.f90 -o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmp_tables.mod physics/CMakeFiles/ccppphys.dir/noahmp_tables.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build @@ -8936,7 +8936,7 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build [ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rascnv.F90 -o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rascnv.F90 -o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rascnv.mod physics/CMakeFiles/ccppphys.dir/rascnv.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build @@ -8944,69 +8944,69 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build [ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_sw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmg_sw_cloud_optics.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build [ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_aerosol_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_aerosol_optics.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o.provides.build [ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_optics.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o.provides.build [ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_sampling.mod physics/CMakeFiles/ccppphys.dir/mo_cloud_sampling.mod.stamp Intel [ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_sampling.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_sampling.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o.provides.build [ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_solver_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_rte_solver_kernels.mod.stamp Intel [ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_lw.mod physics/CMakeFiles/ccppphys.dir/mo_rte_lw.mod.stamp Intel [ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_sw.mod physics/CMakeFiles/ccppphys.dir/mo_rte_sw.mod.stamp Intel [ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_compute_bc.mod physics/CMakeFiles/ccppphys.dir/mo_compute_bc.mod.stamp Intel [ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_gas_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_gas_optics.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o.provides.build [ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o.provides.build [ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_rte.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_rte.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o.provides.build [ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_aerosol_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_aerosol_optics.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o.provides.build [ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_optics.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o.provides.build [ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_sampling.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_sampling.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o.provides.build [ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_gas_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_gas_optics.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o.provides.build [ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_rte.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_rte.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build @@ -9015,12 +9015,12 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build [ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_bygpoint.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_bygpoint.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build [ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_clr_all_sky.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_clr_all_sky.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build @@ -9045,17 +9045,17 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build [ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sascnvn.F -o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sascnvn.F -o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sascnvn.mod physics/CMakeFiles/ccppphys.dir/sascnvn.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/satmedmfvdifq.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdifq.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdifq.mod physics/CMakeFiles/ccppphys.dir/satmedmfvdifq.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/set_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_ruc_mod.mod physics/CMakeFiles/ccppphys.dir/set_soilveg_ruc_mod.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build @@ -9064,15 +9064,15 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_drv_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc.mod physics/CMakeFiles/ccppphys.dir/lsm_ruc.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_noahmp_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_noahmp_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmpdrv.mod physics/CMakeFiles/ccppphys.dir/noahmpdrv.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_nst.f -o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_nst.f -o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst.mod physics/CMakeFiles/ccppphys.dir/sfc_nst.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_post.mod physics/CMakeFiles/ccppphys.dir/sfc_nst_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_pre.mod physics/CMakeFiles/ccppphys.dir/sfc_nst_pre.mod.stamp Intel @@ -9080,146 +9080,146 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build [ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfccyc_module.mod physics/CMakeFiles/ccppphys.dir/sfccyc_module.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/shalcnv.F -o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shalcnv.F -o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/shalcnv.mod physics/CMakeFiles/ccppphys.dir/shalcnv.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/shinhongvdif.F90 -o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shinhongvdif.F90 -o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/shinhongvdif.mod physics/CMakeFiles/ccppphys.dir/shinhongvdif.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sso_coorde.mod physics/CMakeFiles/ccppphys.dir/sso_coorde.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ysuvdif.F90 -o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ysuvdif.F90 -o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ysuvdif.mod physics/CMakeFiles/ccppphys.dir/ysuvdif.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o.provides.build -/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build -/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build [ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o [ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o [ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f -o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f -o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o [ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o [ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o [ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o [ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o [ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o [ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o [ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o [ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o [ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o [ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfpbltq.f -o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbltq.f -o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o [ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o [ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfscuq.f -o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscuq.f -o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o [100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/num_parthds.F -o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/num_parthds.F -o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o [100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o [100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o [100%] Linking Fortran static library libccppphys.a -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 -/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o CMakeFiles/ccppphys.dir/physics/date_def.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/gwdc.f.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 +/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o CMakeFiles/ccppphys.dir/physics/date_def.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/gwdc.f.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /bin/ranlib libccppphys.a -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/CMakeFiles 0 -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -/apps/cmake-3.15.4/bin/cmake -S/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -B/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/CMakeFiles /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/CMakeFiles/progress.marks +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles 0 +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -S/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp -B/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/src /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make[3]: Nothing to be done for `framework/src/CMakeFiles/ccpp.dir/build'. -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' [ 1%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make[3]: Nothing to be done for `physics/CMakeFiles/ccppphys.dir/build'. -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/CMakeFiles 0 +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make[2]: Nothing to be done for `preinstall'. -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' Install the project... /apps/cmake-3.15.4/bin/cmake -P cmake_install.cmake -- Install configuration: "Release" --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib/libccpp.a --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib/cmake/ccpp-config.cmake --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib/cmake/ccpp-config-release.cmake --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_types.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_api.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib/libccppphys.a --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib/cmake/ccppphys-config.cmake --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/gfs_typedefs.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/mo_cloud_optics.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/mo_optical_props.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_typedefs.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/mo_gas_concentrations.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/machine.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/mo_source_functions.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/module_radlw_parameters.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/module_radsw_parameters.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -+ test -d /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -+ test -d /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs ; \ -exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" all +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/libccpp.a +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccpp-config.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccpp-config-release.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_types.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_api.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/libccppphys.a +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccppphys-config.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/gfs_typedefs.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_cloud_optics.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_optical_props.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_typedefs.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_gas_concentrations.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/machine.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_source_functions.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/module_radlw_parameters.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/module_radsw_parameters.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' ++ test -d /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include ++ test -d /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs ; \ +exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" all Currently Loaded Modules: 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 @@ -9233,213 +9233,213 @@ Currently Loaded Modules: -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' Building dependencies ... -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs' -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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. 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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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. 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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -c ../mosaic/interp.c -o ../mosaic/interp.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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/interp.c -o ../mosaic/interp.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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mpp/threadloc.c -o ../mpp/threadloc.o ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o ar: creating libfms.a a - ../oda_tools/xbt_drop_rate_adjust.o @@ -9527,18 +9527,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL" -mv fms.mk "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs' -test -d /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" into /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL on orion -cp -fp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems \ - "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3"/conf/configure.fv3 -cp -fp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems \ - "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3"/conf/modules.fv3 -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 COMP_BINDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL MACHINE_ID=orion FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" nemsinstall +mkdir -p "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" +mv fms.mk "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +test -d /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL +Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" into /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL on orion +cp -fp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems \ + "/work/noaa/marine/dworthen/S2S_cmeps/FV3"/conf/configure.fv3 +cp -fp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems \ + "/work/noaa/marine/dworthen/S2S_cmeps/FV3"/conf/modules.fv3 +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3 COMP_BINDIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL MACHINE_ID=orion FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" nemsinstall Currently Loaded Modules: 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 @@ -9552,54 +9552,54 @@ Currently Loaded Modules: -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' Building dependencies ... -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' -make -C cpl FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +make -C cpl FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL Build standalone FV3 io ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' Build standalone FV3 io ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -c module_cap_cpl.F90 +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl' -make -C gfsphysics FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' +make -C gfsphysics FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' makefile:269: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/mersenne_twister.o physics/namelist_soilveg.o physics/physparam.o physics/set_soilveg.o physics/noahmp_tables.o physics/GFDL_parse_tracers.o physics/physcons.o CCPP_layer/CCPP_data.o ../ccpp/physics/ccpp_static_api.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_restart.o ar: creating libgfsphys.a a - physics/mersenne_twister.o @@ -9615,67 +9615,67 @@ a - GFS_layer/GFS_abstraction_layer.o a - GFS_layer/GFS_diagnostics.o a - GFS_layer/GFS_driver.o a - GFS_layer/GFS_restart.o -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' -make -C ccpp/driver FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +make -C ccpp/driver FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build CCPP layer ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' 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 -DCCPP CCPP_driver.F90 > CCPP_driver.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o ar rv libccppdriver.a CCPP_driver.o ar: creating libccppdriver.a a - CCPP_driver.o -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' -make -C ipd FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' +make -C ipd FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' -make -C io FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +make -C io FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include] -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include] -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/include/ncep_post_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/include/ncep_post_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/orion/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -c module_write_netcdf_parallel.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -c module_wrt_grid_comp.F90 +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/include/ncep_post_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/include/ncep_post_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/orion/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -c module_write_netcdf_parallel.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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -9688,65 +9688,65 @@ a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -9792,50 +9792,50 @@ 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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' makefile:87: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c glats_stochy.f -o glats_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c glats_stochy.f -o glats_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.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 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 cellular_automata_global.o cellular_automata_sgs.o update_ca.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -9869,14 +9869,14 @@ a - initialize_spectral_mod.o a - cellular_automata_global.o a - cellular_automata_sgs.o a - update_ca.o -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' -make libfv3cap.a FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -c fv3_cap.F90 +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +make libfv3cap.a FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 @@ -9884,24 +9884,24 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' -make esmf_make_fragment FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +make esmf_make_fragment FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /work/noaa/marine/dworthen/S2S_cmeps/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' -Installation into "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL" complete! +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +Installation into "/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL" complete! -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' -test -d /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -rm -fr /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/exec -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6" COMP_BINDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL" FMS_BINDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="orion" ; \ +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +test -d /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL +rm -fr /work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" FMS_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="orion" ; \ set -e ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6 ; \ -./compile.sh --platform orion --fms-dir "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL" +cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ +./compile.sh --platform orion --fms-dir "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" Currently Loaded Modules: 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 @@ -9915,9 +9915,9 @@ Currently Loaded Modules: -Will use FMS from: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL +Will use FMS from: /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL ++ pwd -+ BASEDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6 ++ BASEDIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6 + MACHINE_ID=orion + COMPILE_OPTION=orion-intel.mk + DEBUG= @@ -9932,7 +9932,7 @@ MOM6 compile.sh ... DEBUG=, REPRO=1 + [[ 1 == 1 ]] + echo 'compile MOM6 library ...' compile MOM6 library ... -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6 ++ cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 + mkdir -p build/intel/MOM6_LIB/repro + cd build/intel/MOM6_LIB/repro + [[ -f path_names ]] @@ -9943,270 +9943,270 @@ generating file_paths ... A list of the files you checked out is in the file path_names. + echo 'generating makefile ...' generating makefile ... -+ ../../../../src/mkmf/bin/mkmf -t ../../../../src/mkmf/templates/orion-intel.mk -p lib_ocean.a -o -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL path_names ++ ../../../../src/mkmf/bin/mkmf -t ../../../../src/mkmf/templates/orion-intel.mk -p lib_ocean.a -o -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL path_names .................................................................................................................................................................................................................................................................... Makefile is ready. + echo 'compiling MOM6 library...' compiling MOM6 library... + make NETCDF=4 REPRO=1 DEBUG= lib_ocean.a -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/build/intel/MOM6_LIB/repro' -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_error_handler.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_cpu_clock.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_time_manager.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_string_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/polynomial_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PLM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_safe_alloc.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_vkernels.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PCM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_zlike.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_sigma.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_manager_wrapper.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_math.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_pt_from_t__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_sr_from_sp__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_intrinsic_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_gibbs_ice__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_specvol_second_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_chem_potential_water_t_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_pt0_from_t__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_ct_freezing_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_ct_from_t__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_specvol_first_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_t_freezing_poly__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_entropy_part_zerop__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_constants.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_rho__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_t_deriv_chem_potential_water_t_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_pt_from_ct__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_t_freezing_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_rho_second_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_t_from_ct__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_ct_freezing_poly__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_gibbs_pt0_pt0__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_ct_from_pt__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_rho_first_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_entropy_part__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_gibbs__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_specvol__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_sp_from_sr__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_coms.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_document.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_solvers.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_consts.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_TFreeze.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_values.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_slopes.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_file_parser.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PPM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PQM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P1M_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P3M_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_background.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_remapping.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_interp.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_domains.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_unit_scaling.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_params.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_verticalGrid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_hor_index.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_linear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_grid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_checksums.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_dyn_horgrid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_io.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_spatial_means.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/baroclinic_zone_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/user_shelf_init.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_transcribe_grid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_debugging.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_get_input.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_restart.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_grid_initialize.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_shared_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_Z_init.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_write_cputime.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_hycom.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_rho.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_slight.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/initialization/midas_vertmap.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_variables.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/coord_adapt.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_horizontal_regridding.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_interface_heights.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_checksum_packages.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_isopycnal_slopes.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/soliton_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/adjustment_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Rossby_front_2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_regridding.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_remap.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_diag_mediator.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_registry.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_sponge.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_opacity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_speed.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_Montgomery.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_PointAccel.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_structure.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_change_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_open_boundary.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/lock_exchange_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/external_gwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_forcing_type.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/benchmark_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Neverland_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/sloshing_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/seamount_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Phillips_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/circle_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/RGC_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/ISOMIP_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dense_water_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_diabatic.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_wave_interface.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_aux.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_marine_ice.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/SCM_CVMix_tests.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_controlled_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Idealized_Hurricane.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ISOMIP_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/DOME_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_ALE.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity_PPM.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/supercritical_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_CoriolisAdv.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/tidal_bay_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Kelvin_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/shelfwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_channel_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_barotropic.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_advect.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/tracer_example.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/RGC_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ideal_age_example.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dye_example.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/oil_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/advection_test_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dyed_obc_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/pseudo_salt_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/boundary_impulse_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_coord_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_boundary_update.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_fixed_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_blocked_AFV.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_state_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_generic_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_flow_control.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_sum_output.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_revise_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_split_RK2.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_main.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_neutral_diffusion.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_hor_diff.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_unit_tests.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6/build/intel/MOM6_LIB/repro' +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_error_handler.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_cpu_clock.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_time_manager.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_string_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/polynomial_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PLM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_safe_alloc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_vkernels.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PCM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_zlike.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_sigma.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_manager_wrapper.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_math.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_pt_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_sr_from_sp__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_intrinsic_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_gibbs_ice__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_specvol_second_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_chem_potential_water_t_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_pt0_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_freezing_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_specvol_first_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_freezing_poly__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_entropy_part_zerop__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_constants.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_rho__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_deriv_chem_potential_water_t_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_pt_from_ct__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_freezing_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_rho_second_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_from_ct__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_freezing_poly__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_gibbs_pt0_pt0__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_from_pt__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_rho_first_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_entropy_part__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_gibbs__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_specvol__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_sp_from_sr__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_coms.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_document.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_solvers.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_consts.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_TFreeze.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_values.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_file_parser.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PPM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PQM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P1M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P3M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_background.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_interp.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_remapping.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_domains.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_unit_scaling.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_params.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_verticalGrid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_hor_index.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_linear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_checksums.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_dyn_horgrid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_io.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_spatial_means.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/baroclinic_zone_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/user_shelf_init.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_transcribe_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_debugging.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_get_input.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_restart.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_grid_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_shared_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_Z_init.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_write_cputime.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_hycom.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_rho.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_slight.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/initialization/midas_vertmap.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_variables.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/coord_adapt.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_horizontal_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_interface_heights.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_checksum_packages.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_isopycnal_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/soliton_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/adjustment_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Rossby_front_2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_remap.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_diag_mediator.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_registry.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_opacity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_speed.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_Montgomery.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_PointAccel.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_structure.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_change_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_open_boundary.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/lock_exchange_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/external_gwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_forcing_type.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/benchmark_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Neverland_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/sloshing_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/seamount_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Phillips_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/circle_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/ISOMIP_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dense_water_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/RGC_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_diabatic.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_wave_interface.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_marine_ice.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/SCM_CVMix_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_controlled_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Idealized_Hurricane.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ISOMIP_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/DOME_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_ALE.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity_PPM.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/supercritical_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_CoriolisAdv.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/tidal_bay_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Kelvin_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/shelfwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_channel_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_barotropic.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_advect.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/tracer_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/RGC_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ideal_age_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dye_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/oil_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/advection_test_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dyed_obc_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/pseudo_salt_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/boundary_impulse_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_coord_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_boundary_update.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_fixed_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_blocked_AFV.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_state_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_generic_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_flow_control.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_sum_output.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_revise_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_split_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_main.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_neutral_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_hor_diff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_unit_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_cpu_clock.o MOM_checksums.o user_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o ocean_da_types.o baroclinic_zone_initialization.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_open_boundary.o MOM_set_viscosity.o cvmix_shear.o MOM_regularize_layers.o MOM_string_functions.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o PLM_functions.o gsw_pt_from_t__genmod.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_safe_alloc.o gsw_sr_from_sp__genmod.o MOM_intrinsic_functions.o MOM_continuity.o MOM_obsolete_params.o MOM_checksum_packages.o dumbbell_initialization.o MOM_dyn_horgrid.o gsw_gibbs_ice__genmod.o MOM_unit_scaling.o gsw_specvol_second_derivatives__genmod.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o supercritical_initialization.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_error_handler.o MOM_PointAccel.o gsw_gibbs_pt0_pt0.o gsw_pt_from_ct.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_wave_speed.o ISOMIP_initialization.o gsw_chem_potential_water_t_exact__genmod.o polynomial_functions.o gsw_pt0_from_t__genmod.o user_shelf_init.o gsw_rho_first_derivatives.o MOM_neutral_diffusion.o write_ocean_obs.o MOM_EOS_UNESCO.o gsw_ct_freezing_exact__genmod.o seamount_initialization.o MOM_dynamics_unsplit.o gsw_ct_from_t__genmod.o MOM_diagnostics.o gsw_mod_specvol_coefficients.o gsw_specvol_first_derivatives__genmod.o MOM_barotropic.o soliton_initialization.o Kelvin_initialization.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_generic_tracer.o MOM_lateral_boundary_diffusion.o MOM_bkgnd_mixing.o circle_obcs_initialization.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o P1M_functions.o MOM_ALE.o gsw_t_freezing_poly__genmod.o boundary_impulse_tracer.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o MOM_diag_remap.o MOM_domains.o Neverland_initialization.o MOM_tidal_mixing.o gsw_entropy_part_zerop__genmod.o gsw_pt_from_t.o dense_water_initialization.o MOM_entrain_diffusive.o Phillips_initialization.o MOM_internal_tide_input.o MOM_marine_ice.o MOM_debugging.o kdtree.o MOM_document.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o gsw_rho__genmod.o MOM_tracer_flow_control.o MOM_coms.o cvmix_background.o MOM_diabatic_driver.o MOM_horizontal_regridding.o gsw_ct_from_pt.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_spatial_means.o RGC_tracer.o MOM_ice_shelf.o cvmix_ddiff.o gsw_specvol_second_derivatives.o gsw_t_deriv_chem_potential_water_t_exact__genmod.o gsw_ct_freezing_poly.o gsw_pt_from_ct__genmod.o MOM_PressureForce_Montgomery.o MOM_sum_output.o MOM_isopycnal_slopes.o gsw_mod_gibbs_ice_coefficients.o cvmix_math.o dumbbell_surface_forcing.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o MOM_ice_shelf_dynamics.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_tracer_hor_diff.o MOM_full_convection.o mom_ocean_model_nuopc.o gsw_chem_potential_water_t_exact.o MOM_EOS.o coord_rho.o MOM_state_initialization.o gsw_t_freezing_exact__genmod.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_restart.o MOM_coord_initialization.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o gsw_ct_freezing_exact.o MOM_OCMIP2_CFC.o MOM_diag_manager_wrapper.o MOM_time_manager.o regrid_interp.o MOM_EOS_NEMO.o gsw_mod_freezing_poly_coefficients.o MOM_CVMix_conv.o MOM_wave_structure.o gsw_pt0_from_t.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o tidal_bay_initialization.o user_change_diffusivity.o MOM_tracer_registry.o gsw_rho_second_derivatives__genmod.o coord_zlike.o gsw_gibbs_ice.o gsw_t_from_ct__genmod.o gsw_ct_freezing_poly__genmod.o gsw_gibbs_pt0_pt0__genmod.o MOM_MEKE_types.o MOM_CVMix_ddiff.o dyed_channel_initialization.o midas_vertmap.o gsw_rho_second_derivatives.o MOM_thickness_diffuse.o MOM_file_parser.o MOM_unit_tests.o ideal_age_example.o MOM_offline_main.o gsw_specvol_first_derivatives.o MOM_set_diffusivity.o DOME_initialization.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o coord_sigma.o BFB_surface_forcing.o advection_test_tracer.o pseudo_salt_tracer.o dyed_obcs_initialization.o MOM_PressureForce.o gsw_mod_toolbox.o MOM_verticalGrid.o MOM_regridding.o MOM_boundary_update.o MOM_forcing_type.o coord_adapt.o MOM_tracer_Z_init.o MOM_bulk_mixed_layer.o MOM_controlled_forcing.o gsw_sr_from_sp.o MOM_shared_initialization.o MOM_kappa_shear.o MOM_ALE_sponge.o gsw_entropy_part.o regrid_edge_slopes.o MOM_ice_shelf_state.o gsw_mod_teos10_constants.o MOM_PressureForce_analytic_FV.o MOM_lateral_mixing_coeffs.o Idealized_Hurricane.o MOM_write_cputime.o gsw_mod_kinds.o MOM_sponge.o gsw_ct_from_pt__genmod.o MOM_continuity_PPM.o oil_tracer.o MOM.o MOM_EOS_linear.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o gsw_rho_first_derivatives__genmod.o gsw_rho.o gsw_entropy_part__genmod.o gsw_gibbs__genmod.o dyed_obc_tracer.o MOM_PressureForce_blocked_AFV.o gsw_specvol__genmod.o gsw_sp_from_sr__genmod.o adjustment_initialization.o MOM_constants.o shelfwave_initialization.o MOM_remapping.o MOM_io.o dye_example.o benchmark_initialization.o lock_exchange_initialization.o mom_surface_forcing_nuopc.o cvmix_tidal.o MOM_obsolete_diagnostics.o gsw_t_deriv_chem_potential_water_t_exact.o ar: creating lib_ocean.a a - cvmix_utils.o @@ -10467,25 +10467,25 @@ a - mom_surface_forcing_nuopc.o a - cvmix_tidal.o a - MOM_obsolete_diagnostics.o a - gsw_t_deriv_chem_potential_water_t_exact.o -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/build/intel/MOM6_LIB/repro' +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6/build/intel/MOM6_LIB/repro' + echo 'compiling MOM6 library successful' compiling MOM6 library successful + echo 'compiling MOM6 library done' compiling MOM6 library done -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6 ++ cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 + mkdir -p exec/orion/ -+ ln -s /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/build/intel/MOM6_LIB/repro exec/orion/lib_ocean ++ ln -s /work/noaa/marine/dworthen/S2S_cmeps/MOM6/build/intel/MOM6_LIB/repro exec/orion/lib_ocean + [[ 0 == 1 ]] + echo ================================================== ================================================== + [[ 0 == 1 ]] + echo 'Next recommended step is to rejoice out of happiness from a successful compile.' Next recommended step is to rejoice out of happiness from a successful compile. -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6 ; \ - exec make -f makefile.nuopc COMP_SRCDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6" COMP_BINDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL" FMS_BINDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="orion" \ - "FMSDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL" \ - "NEMSMOMDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/exec/orion" \ - "INSTALLDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL" install +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ + exec make -f makefile.nuopc COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" FMS_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="orion" \ + "FMSDIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" \ + "NEMSMOMDIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion" \ + "INSTALLDIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" install Currently Loaded Modules: 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 @@ -10499,11 +10499,11 @@ Currently Loaded Modules: -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6' -mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/time_utils.F90 -mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap_methods.F90 -mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap_time.F90 -mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap.F90 +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6' +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/time_utils.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap_methods.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap_time.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap.F90 ar rv libmom.a mom_cap.o time_utils.o mom_cap_methods.o mom_cap_time.o ar: creating libmom.a a - mom_cap.o @@ -10511,17 +10511,17 @@ a - time_utils.o a - mom_cap_methods.o a - mom_cap_time.o rm -f mom6.mk.install -mkdir -p /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -cp -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/exec/orion/lib_ocean/lib_ocean.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -cp -f libmom.a mom_cap_mod.mod /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -cp -f mom6.mk.install /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6' -test -d "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL" -test -s "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk" -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +mkdir -p /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +cp -f /work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean/lib_ocean.a /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +cp -f libmom.a mom_cap_mod.mod /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +cp -f mom6.mk.install /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6' +test -d "/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" +test -s "/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk" +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE COMP_BINDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL SITE="NEMS.orion" SYSTEM_USERDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE" SRCDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE" EXEDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE ; \ +export COMP_SRCDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE COMP_BINDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL SITE="NEMS.orion" SYSTEM_USERDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" EXEDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/CICE ; \ ./comp_ice.backend Currently Loaded Modules: @@ -10540,7 +10540,7 @@ NEMS_GRID = T126_mx025 tcx comp_ice.backend res grid mx025 1440x1080 ARCH is Linux.NEMS.orion CICE comp_ice.backend ... DEBUG=N -gmake[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice/compile' +gmake[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' Building dependency for shr_orb_mod.d Building dependency for ice_zbgc_shared.d Building dependency for ice_zbgc.d @@ -10609,687 +10609,687 @@ Building dependency for CICE_RunMod.d Building dependency for CICE_InitMod.d Building dependency for CICE_FinalMod.d Building dependency for CICE.d -gmake[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice/compile' -gmake[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice/compile' -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_kinds_mod.F90 > ice_kinds_mod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_kinds_mod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice/ice_constants.F90 > ice_constants.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_constants.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_fileunits.F90 > ice_fileunits.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_fileunits.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_restart_shared.F90 > ice_restart_shared.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi/ice_communicate.F90 > ice_communicate.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_communicate.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi/ice_exit.F90 > ice_exit.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_exit.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_domain_size.F90 > ice_domain_size.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_domain_size.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_blocks.F90 > ice_blocks.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_blocks.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_spacecurve.F90 > ice_spacecurve.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_spacecurve.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_distribution.F90 > ice_distribution.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_distribution.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi/ice_global_reductions.F90 > ice_global_reductions.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_global_reductions.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi/ice_boundary.F90 > ice_boundary.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_boundary.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi/ice_broadcast.F90 > ice_broadcast.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_broadcast.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_domain.F90 > ice_domain.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_domain.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_state.F90 > ice_state.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_state.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_atmo.F90 > ice_atmo.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_atmo.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_atmo.F90(330): remark #5140: Unrecognized directive +gmake[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' +gmake[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_kinds_mod.F90 > ice_kinds_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_kinds_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/ice_constants.F90 > ice_constants.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_constants.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_fileunits.F90 > ice_fileunits.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_fileunits.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restart_shared.F90 > ice_restart_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_communicate.F90 > ice_communicate.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_communicate.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_exit.F90 > ice_exit.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_exit.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_domain_size.F90 > ice_domain_size.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_domain_size.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_blocks.F90 > ice_blocks.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_blocks.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_spacecurve.F90 > ice_spacecurve.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_spacecurve.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_distribution.F90 > ice_distribution.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_distribution.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_global_reductions.F90 > ice_global_reductions.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_global_reductions.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_boundary.F90 > ice_boundary.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_boundary.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_broadcast.F90 > ice_broadcast.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_broadcast.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_domain.F90 > ice_domain.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_domain.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_state.F90 > ice_state.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_state.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90 > ice_atmo.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_atmo.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(330): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_atmo.F90(353): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(353): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_atmo.F90(476): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(476): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_atmo.F90(506): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(506): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_atmo.F90(694): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(694): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_shared.F90 > ice_therm_shared.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_zbgc_shared.F90 > ice_zbgc_shared.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_zbgc_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_flux.F90 > ice_flux.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_flux.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_flux.F90(769): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_shared.F90 > ice_therm_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc_shared.F90 > ice_zbgc_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_zbgc_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90 > ice_flux.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_flux.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90(769): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_flux.F90(903): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90(903): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_flux.F90(965): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90(965): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_calendar.F90 > ice_calendar.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_calendar.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi/ice_gather_scatter.F90 > ice_gather_scatter.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_gather_scatter.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_read_write.F90 > ice_read_write.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_read_write.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi/ice_timers.F90 > ice_timers.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_timers.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_grid.F90 > ice_grid.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_grid.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_diagnostics.F90 > ice_diagnostics.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_diagnostics.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_diagnostics.F90(1079): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_calendar.F90 > ice_calendar.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_calendar.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_gather_scatter.F90 > ice_gather_scatter.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_gather_scatter.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_read_write.F90 > ice_read_write.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_read_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_timers.F90 > ice_timers.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_timers.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_grid.F90 > ice_grid.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_grid.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90 > ice_diagnostics.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_diagnostics.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90(1079): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_diagnostics.F90(1092): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90(1092): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_diagnostics.F90(1165): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90(1165): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_ocean.F90 > ice_ocean.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_ocean.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_ocean.F90(172): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_ocean.F90 > ice_ocean.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_ocean.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_ocean.F90(172): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_forcing.F90 > ice_forcing.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_forcing.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share/shr_orb_mod.F90 > shr_orb_mod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include shr_orb_mod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_orbital.F90 > ice_orbital.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_orbital.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_orbital.F90(109): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_forcing.F90 > ice_forcing.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_forcing.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share/shr_orb_mod.F90 > shr_orb_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include shr_orb_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_orbital.F90 > ice_orbital.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_orbital.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_orbital.F90(109): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_dyn_shared.F90 > ice_dyn_shared.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf/ice_restart.F90 > ice_restart.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_meltpond_lvl.F90 > ice_meltpond_lvl.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_lvl.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_meltpond_cesm.F90 > ice_meltpond_cesm.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_cesm.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_meltpond_topo.F90 > ice_meltpond_topo.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_topo.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90 > ice_shortwave.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_shortwave.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(647): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_shared.F90 > ice_dyn_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf/ice_restart.F90 > ice_restart.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_meltpond_lvl.F90 > ice_meltpond_lvl.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_meltpond_cesm.F90 > ice_meltpond_cesm.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_cesm.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_meltpond_topo.F90 > ice_meltpond_topo.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_topo.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90 > ice_shortwave.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_shortwave.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(647): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(800): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(800): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1016): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1016): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1042): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1042): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1065): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1065): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1655): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1655): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1679): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1679): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1720): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1720): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1736): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1736): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1774): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1774): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1790): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1790): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1830): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1830): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(3108): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3108): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(3129): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3129): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(3140): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3140): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(3163): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3163): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(3770): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3770): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(3865): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3865): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(3422): warning #7532: The number of arguments is incompatible with intrinsic procedure, assume 'external'. [GAMMA] +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3422): warning #7532: The number of arguments is incompatible with intrinsic procedure, assume 'external'. [GAMMA] gamma(w,uu,gg,e) = p5*w*((c1 + c3*gg*(c1-w)*uu*uu) & ------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_aerosol.F90 > ice_aerosol.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_aerosol.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90 > ice_algae.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_algae.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90(284): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_aerosol.F90 > ice_aerosol.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_aerosol.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90 > ice_algae.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_algae.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(284): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90(300): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(300): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90(344): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(344): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90(366): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(366): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90(403): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(403): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90(442): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(442): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90(692): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(692): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90 > ice_itd.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_itd.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(333): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90 > ice_itd.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_itd.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(333): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(346): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(346): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(357): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(357): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(369): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(369): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(381): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(381): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(394): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(394): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(407): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(407): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(420): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(420): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(1139): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1139): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(1170): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1170): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(1903): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1903): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(1916): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1916): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(1935): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1935): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(1954): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1954): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2048): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2048): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2062): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2062): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2084): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2084): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2104): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2104): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2123): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2123): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2152): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2152): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2220): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2220): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2239): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2239): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2255): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2255): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(1784): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [FLUX_BIO] +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1784): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [FLUX_BIO] flux_bio, l_stop, & ----------------------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90 > ice_mechred.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_mechred.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(800): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90 > ice_mechred.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_mechred.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(800): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1037): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1037): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1051): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1051): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1071): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1071): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1123): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1123): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1247): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1247): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1260): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1260): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1272): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1272): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1519): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1519): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1549): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1549): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1572): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1572): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1638): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1638): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1733): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1733): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1751): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1751): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1763): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1763): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1775): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1775): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1787): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1787): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1800): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1800): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1813): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1813): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1828): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1828): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1939): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1939): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1967): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1967): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1980): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1980): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1992): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1992): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(2003): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2003): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(2201): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2201): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(2221): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2221): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(2241): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2241): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_dyn_eap.F90 > ice_dyn_eap.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_eap.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_dyn_eap.F90(1179): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_eap.F90 > ice_dyn_eap.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_eap.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_eap.F90(1179): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_history_shared.F90 > ice_history_shared.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_history_mechred.F90 > ice_history_mechred.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_mechred.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_history_pond.F90 > ice_history_pond.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_pond.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_history_bgc.F90 > ice_history_bgc.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_bgc.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_history_drag.F90 > ice_history_drag.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_drag.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf/ice_history_write.F90 > ice_history_write.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_write.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_mushy.F90 > ice_therm_mushy.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_mushy.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_history.F90 > ice_history.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_age.F90 > ice_age.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_age.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_firstyear.F90 > ice_firstyear.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_firstyear.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_lvl.F90 > ice_lvl.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_lvl.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90 > ice_transport_remap.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_transport_remap.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(1235): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_shared.F90 > ice_history_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_mechred.F90 > ice_history_mechred.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_mechred.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_pond.F90 > ice_history_pond.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_pond.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_bgc.F90 > ice_history_bgc.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_bgc.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_drag.F90 > ice_history_drag.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_drag.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf/ice_history_write.F90 > ice_history_write.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_mushy.F90 > ice_therm_mushy.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_mushy.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history.F90 > ice_history.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_age.F90 > ice_age.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_age.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_firstyear.F90 > ice_firstyear.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_firstyear.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_lvl.F90 > ice_lvl.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90 > ice_transport_remap.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_transport_remap.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(1235): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3117): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3117): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3148): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3148): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3290): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3290): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3318): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3318): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3365): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3365): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3425): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3425): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3456): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3456): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3478): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3478): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3680): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3680): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3700): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3700): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_driver.F90 > ice_transport_driver.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_transport_driver.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90 > ice_therm_bl99.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_bl99.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(444): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_driver.F90 > ice_transport_driver.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_transport_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90 > ice_therm_bl99.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_bl99.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(444): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(569): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(569): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(646): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(646): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(685): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(685): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(756): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(756): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(905): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(905): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(990): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(990): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(1001): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1001): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(1125): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1125): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(1797): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1797): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(1806): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1806): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(1818): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1818): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_0layer.F90 > ice_therm_0layer.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_0layer.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_0layer.F90(236): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90 > ice_therm_0layer.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_0layer.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(236): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_0layer.F90(297): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(297): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_0layer.F90(350): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(350): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_0layer.F90(450): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(450): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90 > ice_therm_vertical.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_vertical.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(742): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90 > ice_therm_vertical.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_vertical.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(742): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(754): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(754): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(765): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(765): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(781): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(781): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(914): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(914): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(941): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(941): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1046): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1046): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1065): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1065): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1199): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1199): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1227): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1227): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1438): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1438): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1452): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1452): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1573): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1573): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1624): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1624): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1667): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1667): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1696): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1696): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1730): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1730): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1768): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1768): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1777): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1777): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1844): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1844): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1897): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1897): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1951): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1951): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1960): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1960): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(2086): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2086): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(2108): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2108): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(2207): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2207): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(2305): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2305): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(2431): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2431): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_restoring.F90 > ice_restoring.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restoring.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_restoring.F90(456): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restoring.F90 > ice_restoring.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restoring.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restoring.F90(456): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_init.F90 > ice_init.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_init.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_init.F90(1381): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_init.F90 > ice_init.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_init.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_init.F90(1381): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90 > ice_brine.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_brine.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(175): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90 > ice_brine.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_brine.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(175): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(302): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(302): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(315): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(315): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(343): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(343): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(356): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(356): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(452): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(452): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(469): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(469): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(492): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(492): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(518): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(518): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_zbgc.F90 > ice_zbgc.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_zbgc.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_zbgc.F90(692): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90 > ice_zbgc.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_zbgc.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(692): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_zbgc.F90(825): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(825): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_zbgc.F90(996): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(996): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_zbgc.F90(1046): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(1046): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_restart_driver.F90 > ice_restart_driver.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart_driver.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice/CICE_InitMod.F90 > CICE_InitMod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_InitMod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90 > ice_therm_itd.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_itd.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(341): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restart_driver.F90 > ice_restart_driver.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE_InitMod.F90 > CICE_InitMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_InitMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90 > ice_therm_itd.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_itd.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(341): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(443): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(443): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(499): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(499): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(580): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(580): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(698): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(698): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1129): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1129): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1165): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1165): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1181): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1181): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1198): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1198): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1457): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1457): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1473): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1473): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1490): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1490): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1596): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1596): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1634): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1634): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1655): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1655): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1688): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1688): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1749): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1749): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_dyn_evp.F90 > ice_dyn_evp.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_evp.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_dyn_evp.F90(517): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_evp.F90 > ice_dyn_evp.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_evp.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_evp.F90(517): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_step_mod.F90 > ice_step_mod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_step_mod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice/CICE_RunMod.F90 > CICE_RunMod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_RunMod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice/CICE_FinalMod.F90 > CICE_FinalMod.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_FinalMod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice/CICE.F90 > CICE.f90 -mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE.f90 -mpiifort -o /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/cice CICE.o CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o ice_aerosol.o ice_age.o ice_algae.o ice_atmo.o ice_blocks.o ice_boundary.o ice_brine.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_constants.o ice_diagnostics.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_firstyear.o ice_flux.o ice_forcing.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_init.o ice_itd.o ice_kinds_mod.o ice_lvl.o ice_mechred.o ice_meltpond_cesm.o ice_meltpond_lvl.o ice_meltpond_topo.o ice_ocean.o ice_orbital.o ice_read_write.o ice_restart.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_shortwave.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_therm_0layer.o ice_therm_bl99.o ice_therm_itd.o ice_therm_mushy.o ice_therm_shared.o ice_therm_vertical.o ice_timers.o ice_transport_driver.o ice_transport_remap.o ice_zbgc.o ice_zbgc_shared.o shr_orb_mod.o -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdf -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdf -lnetcdff -gmake[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice/compile' -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_step_mod.F90 > ice_step_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_step_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE_RunMod.F90 > CICE_RunMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_RunMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE_FinalMod.F90 > CICE_FinalMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_FinalMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE.F90 > CICE.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE.f90 +mpiifort -o /work/noaa/marine/dworthen/S2S_cmeps/CICE/cice CICE.o CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o ice_aerosol.o ice_age.o ice_algae.o ice_atmo.o ice_blocks.o ice_boundary.o ice_brine.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_constants.o ice_diagnostics.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_firstyear.o ice_flux.o ice_forcing.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_init.o ice_itd.o ice_kinds_mod.o ice_lvl.o ice_mechred.o ice_meltpond_cesm.o ice_meltpond_lvl.o ice_meltpond_topo.o ice_ocean.o ice_orbital.o ice_read_write.o ice_restart.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_shortwave.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_therm_0layer.o ice_therm_bl99.o ice_therm_itd.o ice_therm_mushy.o ice_therm_shared.o ice_therm_vertical.o ice_timers.o ice_transport_driver.o ice_transport_remap.o ice_zbgc.o ice_zbgc_shared.o shr_orb_mod.o -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdf -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdf -lnetcdff +gmake[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' +/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice NTASK = 48 global N, block_size x 1440, 60 @@ -11303,10 +11303,10 @@ max_blocks = 1 0 = TRBRI, brine height tracer 7 = NBGCLYR, number of bio grid layers 0 = TRBGCS, number of BGC tracers -ar: creating /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/liblanl_cice.a -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_CAP ; exec make -f makefile.nuopc \ - COMP_SRCDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE COMP_BINDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL SITE="NEMS.orion" SYSTEM_USERDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE" SRCDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE" EXEDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" \ - "LANLCICEDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE" "INSTALLDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL" install +ar: creating /work/noaa/marine/dworthen/S2S_cmeps/CICE/liblanl_cice.a +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; exec make -f makefile.nuopc \ + COMP_SRCDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE COMP_BINDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL SITE="NEMS.orion" SYSTEM_USERDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" EXEDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" \ + "LANLCICEDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE" "INSTALLDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL" install Currently Loaded Modules: 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 @@ -11320,20 +11320,20 @@ Currently Loaded Modules: -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice_cap' -mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/compile -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf cice_cap.F90 +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/compile -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf cice_cap.F90 ar rv libcice.a cice_cap.o ar: creating libcice.a a - cice_cap.o rm -f cice.mk.install -mkdir -p /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -cp -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/liblanl_cice.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -cp -f libcice.a cice_cap_mod.mod /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -cp -f cice.mk.install /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice_cap' -test -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/esmf ; \ -export COMP_SRCDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model" COMP_BINDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/WW3_INSTALL" WW3_COMP="orion" ; \ +mkdir -p /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +cp -f /work/noaa/marine/dworthen/S2S_cmeps/CICE/liblanl_cice.a /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +cp -f libcice.a cice_cap_mod.mod /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +cp -f cice.mk.install /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +test -f /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/esmf ; \ +export COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/WW3/model" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL" WW3_COMP="orion" ; \ exec make -j 1 WW3_COMP="orion" ww3_nems Currently Loaded Modules: @@ -11348,26 +11348,26 @@ Currently Loaded Modules: -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/esmf -+ export COMP_SRCDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model COMP_BINDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/WW3_INSTALL WW3_COMP=orion -+ COMP_SRCDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model -+ COMP_BINDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/WW3_INSTALL ++ cd /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/esmf ++ export COMP_SRCDIR=/work/noaa/marine/dworthen/S2S_cmeps/WW3/model COMP_BINDIR=/work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL WW3_COMP=orion ++ COMP_SRCDIR=/work/noaa/marine/dworthen/S2S_cmeps/WW3/model ++ COMP_BINDIR=/work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL + WW3_COMP=orion + exec make -j 1 WW3_COMP=orion ww3_nems -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/esmf' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/esmf' ***************************** *** WAVEWATCH III setup *** ***************************** -[INFO] local env file wwatch3.env found in /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/wwatch3.env - Setup file /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/wwatch3.env found +[INFO] local env file wwatch3.env found in /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/wwatch3.env + Setup file /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/wwatch3.env found Printer (listings) : auxiliary FORTRAN compiler : gfortran auxiliary C compiler : gcc - Source directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model - Scratch directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/tmp + Source directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model + Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp Save source code : yes Save listings : yes @@ -11375,31 +11375,31 @@ make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest Compile auxiliary programs -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/aux' -gfortran -o /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/w3adc w3adc.f -gfortran -o /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/w3list w3list.f -gfortran -o /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/w3prnt w3prnt.f -gfortran -o /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/w3split w3split.f -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/aux' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/aux' +gfortran -o /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3adc w3adc.f +gfortran -o /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3list w3list.f +gfortran -o /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3prnt w3prnt.f +gfortran -o /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3split w3split.f +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/aux' Setup comp & link files - sed /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/comp.tmpl => /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/comp - sed /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/link.tmpl => /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/link + sed /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/comp.tmpl => /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/comp + sed /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/link.tmpl => /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/link Create required model subdirectories Finished setting up WAVEWATCH III -\rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/tempswitch -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/w3_make ww3_grid +\rm -f /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/tempswitch +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make ww3_grid ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model -Scratch directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/tmp +Main directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model +Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -11411,23 +11411,23 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/switch +switch = /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/switch Checking all subroutines for modules (this may take a while) ... Processing ww3_grid --------------------- -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' ad3 : processing constants ad3 : processing w3servmd -ad3 : processing w3gsrumd ad3 : processing w3arrymd +ad3 : processing w3gsrumd ad3 : processing w3gdatmd -ad3 : processing w3idatmd ad3 : processing w3odatmd +ad3 : processing w3idatmd ad3 : processing w3dispmd ad3 : processing w3adatmd -ad3 : processing w3timemd ad3 : processing w3nmlgridmd +ad3 : processing w3timemd ad3 : processing wmmdatmd ad3 : processing w3src4md ad3 : processing w3snl1md @@ -11437,21 +11437,21 @@ ad3 : processing w3wdatmd ad3 : processing w3iogrmd ad3 : processing ww3_grid Linking ww3_grid -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/w3_make ww3_outf +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make ww3_outf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model -Scratch directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/tmp +Main directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model +Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -11460,27 +11460,27 @@ Shared Object : No Processing ww3_outf --------------------- -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' +ad3 : processing w3sdb1md ad3 : processing w3sbt1md ad3 : processing w3iogomd -ad3 : processing w3sdb1md ad3 : processing ww3_outf Linking ww3_outf -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/w3_make ww3_outp +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make ww3_outp ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model -Scratch directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/tmp +Main directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model +Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -11489,28 +11489,28 @@ Shared Object : No Processing ww3_outp --------------------- -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/w3_make ww3_prep +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make ww3_prep ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model -Scratch directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/tmp +Main directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model +Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -11519,25 +11519,25 @@ Shared Object : No Processing ww3_prep --------------------- -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' ad3 : processing w3fldsmd ad3 : processing ww3_prep Linking ww3_prep -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/w3_make ww3_gint +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make ww3_gint ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model -Scratch directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/tmp +Main directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model +Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -11546,111 +11546,111 @@ Shared Object : No Processing ww3_gint --------------------- -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' ad3 : processing ww3_gint Linking ww3_gint -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/w3_make ww3_prnc +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make ww3_prnc ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model -Scratch directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/tmp +Main directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model +Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_prnc -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/w3_make: line 392: [: 480-development: integer expression expected +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make: line 392: [: 480-development: integer expression expected Processing ww3_prnc --------------------- -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' ad3 : processing w3nmlprncmd ad3 : processing ww3_prnc Linking ww3_prnc -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/w3_make ww3_ounf +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make ww3_ounf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model -Scratch directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/tmp +Main directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model +Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_ounf -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/w3_make: line 392: [: 480-development: integer expression expected +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make: line 392: [: 480-development: integer expression expected Processing ww3_ounf --------------------- -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' ad3 : processing w3iorsmd ad3 : processing w3nmlounfmd ad3 : processing w3initmd ad3 : processing ww3_ounf Linking ww3_ounf -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/w3_make ww3_ounp +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make ww3_ounp ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model -Scratch directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/tmp +Main directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model +Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_ounp -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/w3_make: line 392: [: 480-development: integer expression expected +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make: line 392: [: 480-development: integer expression expected Processing ww3_ounp --------------------- -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' ad3 : processing w3nmlounpmd ad3 : processing ww3_ounp Linking ww3_ounp -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' ********************** *** end of compilation *** ********************** -\rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/tempswitch -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/w3_make ww3_grib +\rm -f /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/tempswitch +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make ww3_grib ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model -Scratch directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/tmp +Main directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model +Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -11662,53 +11662,53 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/switch +switch = /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/switch new GRIB package Checking all subroutines for modules (this may take a while) ... Processing ww3_grib --------------------- -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' ad3 : processing ww3_grib Linking ww3_grib -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' ********************** *** end of compilation *** ********************** -\rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/exec -\mkdir -p /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/exec -\cp -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/exe/ww3_* /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/exec -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/w3_make ww3_multi_esmf +\rm -rf /work/noaa/marine/dworthen/S2S_cmeps/WW3/exec +\mkdir -p /work/noaa/marine/dworthen/S2S_cmeps/WW3/exec +\cp -f /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/exe/ww3_* /work/noaa/marine/dworthen/S2S_cmeps/WW3/exec +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make ww3_multi_esmf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model -Scratch directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/tmp +Main directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model +Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_multi_esmf -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/w3_make: line 392: [: 480-development: integer expression expected +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make: line 392: [: 480-development: integer expression expected Making makefile ... ***************************** *** WAVEWATCH III makefile *** ***************************** -switch = /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/switch +switch = /work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' ad3 : processing constants ad3 : processing scrip_kindsmod [no w3adc] ad3 : processing w3uqckmd @@ -11719,20 +11719,20 @@ ad3 : processing w3servmd ad3 : processing scrip_errormod [no w3adc] ad3 : processing scrip_netcdfmod [no w3adc] ad3 : processing scrip_grids [no w3adc] -ad3 : processing w3gsrumd ad3 : processing w3arrymd ad3 : processing w3cspcmd +ad3 : processing w3gsrumd ad3 : processing wmunitmd ad3 : processing scrip_remap_vars [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_remap_conservative [no w3adc] ad3 : processing scrip_interface ad3 : processing w3gdatmd -ad3 : processing w3odatmd -ad3 : processing w3idatmd -ad3 : processing wmscrpmd ad3 : processing w3sbt1md +ad3 : processing wmscrpmd +ad3 : processing w3idatmd +ad3 : processing w3odatmd ad3 : processing w3timemd ad3 : processing w3dispmd ad3 : processing wmmdatmd @@ -11751,8 +11751,8 @@ ad3 : processing w3snl1md ad3 : processing w3parall ad3 : processing w3wdatmd ad3 : processing w3iogrmd -ad3 : processing wmupdtmd ad3 : processing w3iogomd +ad3 : processing wmupdtmd ad3 : processing w3iosfmd ad3 : processing w3iotrmd ad3 : processing w3pro3md @@ -11834,61 +11834,61 @@ a - wmscrpmd.o a - scrip_netcdfmod.o a - scrip_remap_write.o a - scrip_remap_read.o -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/w3_make ww3_multi +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make ww3_multi ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model -Scratch directory : /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/tmp +Main directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model +Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_multi -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/w3_make: line 392: [: 480-development: integer expression expected +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make: line 392: [: 480-development: integer expression expected Processing ww3_multi --------------------- -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' ad3 : processing ww3_multi Linking ww3_multi -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' ********************** *** end of compilation *** ********************** -\cp -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/exe/ww3_multi /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/exec -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/esmf' -mkdir -p /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/WW3_INSTALL -cp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/nuopc.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/WW3_INSTALL/. -test -d "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/WW3_INSTALL" +\cp -f /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/exe/ww3_multi /work/noaa/marine/dworthen/S2S_cmeps/WW3/exec +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/esmf' +mkdir -p /work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL +cp /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/nuopc.mk /work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL/. +test -d "/work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL" ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ccpp_mk="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk" ; echo fms_mk="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk" ; echo cice_mk="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk" ; echo ww3_mk="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/WW3_INSTALL/nuopc.mk" ; ) > "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC" -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ccpp_mk="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk" ; echo fms_mk="/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk" ; echo cice_mk="/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk" ; echo ww3_mk="/work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL/nuopc.mk" ; ) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC" +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/WW3_INSTALL/nuopc.mk ; do \ +for m in /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk /work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL/nuopc.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/WW3_INSTALL/nuopc.mk ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src ; \ +echo build NEMS after /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk /work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL/nuopc.mk ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src ; \ make nems \ COMPONENTS="CCPP FMS FV3 MOM6 CICE WW3" \ - CCPP_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL FV3_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL MOM6_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL CICE_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL WW3_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/WW3_INSTALL TARGET="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/exe/NEMS.x" ; \ -test -x /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/exe/NEMS.x + CCPP_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL FV3_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL MOM6_DIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL CICE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL WW3_DIR=/work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL TARGET="/work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x" ; \ +test -x /work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x Currently Loaded Modules: 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 @@ -11902,14 +11902,14 @@ Currently Loaded Modules: -build NEMS after /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/WW3_INSTALL/nuopc.mk +build NEMS after /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk /work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL/nuopc.mk Components in linker order: WW3 CICE MOM6 FV3 FMS CCPP -WW3: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/WW3_INSTALL/nuopc.mk -CICE: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk -MOM6: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk -FV3: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk -FMS: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk -CCPP: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk +WW3: include /work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL/nuopc.mk +CICE: include /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +MOM6: include /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk +FMS: include /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk +CCPP: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" @@ -11918,187 +11918,187 @@ CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' cd ENS_Cpl && make stub -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' mpiicc -E -DFV3_CPLD -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ENS_Cpl' -mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 21:28:18 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/mod_HYB -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_NEMS_UTILS.tmp.f90 +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:39:25 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_HYB -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 21:28:18 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/mod_HYB -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:39:25 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_HYB -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 21:28:18 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/mod_HYB -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:39:25 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_HYB -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o 'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' -mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 21:28:18 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/mod_HYB -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:39:25 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_HYB -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 21:28:18 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/mod_HYB -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:39:25 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_HYB -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 21:28:18 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/mod_HYB -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:39:25 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_HYB -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 21:28:18 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/mod_HYB -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:39:25 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_HYB -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 21:28:18 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/mod_HYB -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:39:25 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_HYB -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 21:28:18 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/mod_HYB -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:39:25 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_HYB -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 21:28:18 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/mod_HYB -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c MAIN_NEMS.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:39:25 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_HYB -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/l.0110.2020/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf extlibs is /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/l.0110.2020/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -mpiifort -o /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/obj_HYB/libww3_multi_esmf.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/libcice.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/liblanl_cice.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/libmom.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/lib_ocean.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libfv3cap.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libccppdriver.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libfv3core.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libfv3io.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libipd.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libgfsphys.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libfv3cpl.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libstochastic_physics.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/libfms.a -L/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/l.0110.2020/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf +mpiifort -o /work/noaa/marine/dworthen/S2S_cmeps/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 /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/obj_HYB/libww3_multi_esmf.a /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/libcice.a /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/liblanl_cice.a /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/libmom.a /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/lib_ocean.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3cap.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libccppdriver.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3core.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3io.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libipd.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libgfsphys.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3cpl.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libstochastic_physics.a /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/libfms.a -L/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/l.0110.2020/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /apps/contrib/NCEPLIBS/orion/NCEPLIBS-umbrella/lib/src/jasper_v1.900.1/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src' +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' + [[ YES == YES ]] + make app=coupledFV3_CCPP_MOM6_CICE_WW3 clean -Convert /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder -...into /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk -Include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk -echo 'CCPP FMS FV3 MOM6 CICE WW3' > "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/components.mk" +Convert /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder +...into /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk +Include /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_WW3.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE WW3' > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" ; \ -rm -rf "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build" -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build -cat /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs/makefile.temp.clean -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs ; \ - exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" -f makefile.temp.clean clean -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs' +cd "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build" ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build +cat /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile.temp.clean +cd /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs ; \ + exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs' -cat /dev/null > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/configure.fv3 -cat /dev/null > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/modules.fv3 -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 ; exec make \ +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' -rm -rf nems_dir FV3_INSTALL /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/configure.fv3 \ - /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/modules.fv3 +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +rm -rf nems_dir FV3_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 \ + /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 set -e ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6 ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ exec make -f makefile.nuopc clean -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice_cap' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' rm -f -f libcice.a *.f90 *.o *.mod *.lst depend -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice_cap' -set -e ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_CAP ; set +e ; \ +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; set +e ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ -rm -rf cice.mk.install /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -set -e ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE ; set +e ; \ +rm -rf cice.mk.install /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE ; set +e ; \ rm -rf history compile restart *.a ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/esmf ; \ -export COMP_SRCDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model" COMP_BINDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/WW3_INSTALL" WW3_COMP="orion" ; \ +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/esmf ; \ +export COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/WW3/model" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL" WW3_COMP="orion" ; \ export ESMFMKFILE=/dev/null ; \ exec make distclean @@ -12114,57 +12114,57 @@ Currently Loaded Modules: -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/esmf' -\rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/exe/ww3_multi_esmf *.o *.mod -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/w3_clean -c +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/esmf' +\rm -f /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/exe/ww3_multi_esmf *.o *.mod +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_clean -c ***************************** *** WAVEWATCH III clean *** ***************************** - Clean up /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/tmp - Clean up /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin - Clean up /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/ftn - Clean up /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/aux - Remove /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/mod - Remove /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/mod_HYB - Remove /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/mod_SEQ - Remove /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/obj - Remove /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/obj_HYB - Remove /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/obj_SEQ - Remove /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/tmp - Clean up /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin - Remove /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/exe - Clean up /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/../regtests -\rm -fr /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/tmp -\rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/bin/wwatch3.env -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model/esmf' -cd "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/model" ; \ + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/aux + Remove /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod + Remove /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_HYB + Remove /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_SEQ + Remove /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/obj + Remove /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/obj_HYB + Remove /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/obj_SEQ + Remove /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin + Remove /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/exe + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/../regtests +\rm -fr /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp +\rm -f /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/wwatch3.env +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/esmf' +cd "/work/noaa/marine/dworthen/S2S_cmeps/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 -if ! test -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC ; \ +if ! test -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE WW3" \ +cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE WW3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: WW3 CICE MOM6 FV3 FMS CCPP -WW3: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/WW3/WW3_INSTALL/nuopc.mk -CICE: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src' -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing -MOM6: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk -FV3: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk +WW3: include /work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL/nuopc.mk +CICE: include /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing +MOM6: include /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" @@ -12175,15 +12175,15 @@ CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src' -+ cp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/exe/NEMS.x /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/tests/fv3_mom6_cice_2.exe -+ cp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/tests/modules.fv3_mom6_cice_2 -+ elapsed=1787 -+ echo 'Elapsed time 1787 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_WW3 finished' -Elapsed time 1787 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_WW3 finished +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' ++ cp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x /work/noaa/marine/dworthen/S2S_cmeps/tests/fv3_mom6_cice_2.exe ++ cp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems /work/noaa/marine/dworthen/S2S_cmeps/tests/modules.fv3_mom6_cice_2 ++ elapsed=1702 ++ echo 'Elapsed time 1702 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_WW3 finished' +Elapsed time 1702 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_WW3 finished + SECONDS=0 + [[ 2 -lt 1 ]] + readonly app_name=coupledFV3_CCPP_MOM6_CICE_debug @@ -12196,93 +12196,93 @@ Elapsed time 1787 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_WW3 finished + clean_after=YES + hostname Orion-login-1.HPC.MsState.Edu -+++ dirname /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/tests/compile.sh -++ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/tests ++++ dirname /work/noaa/marine/dworthen/S2S_cmeps/tests/compile.sh +++ cd /work/noaa/marine/dworthen/S2S_cmeps/tests ++ pwd -P -+ readonly compile_root_dir=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/tests -+ compile_root_dir=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/tests -++ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/tests/.. ++ readonly compile_root_dir=/work/noaa/marine/dworthen/S2S_cmeps/tests ++ compile_root_dir=/work/noaa/marine/dworthen/S2S_cmeps/tests +++ cd /work/noaa/marine/dworthen/S2S_cmeps/tests/.. ++ pwd -+ PATHTR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1 -+ echo 'PATHTR is /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1' -PATHTR is /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1 -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS ++ PATHTR=/work/noaa/marine/dworthen/S2S_cmeps ++ echo 'PATHTR is /work/noaa/marine/dworthen/S2S_cmeps' +PATHTR is /work/noaa/marine/dworthen/S2S_cmeps ++ cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS + [[ coupledFV3_CCPP_MOM6_CICE_debug =~ _debug ]] + S2S_DEBUG_MODULE=true + export S2S_DEBUG_MODULE + [[ YES == YES ]] + make app=coupledFV3_CCPP_MOM6_CICE_debug distclean -Convert /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder -...into /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk -Include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk +Convert /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder +...into /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk +Include /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk MOM6%DEBUG=Y => MOM6_MAKEOPT += DEBUG=Y CICE%DEBUG=Y => CICE_MAKEOPT += DEBUG=Y -echo 'CCPP FMS FV3 MOM6 CICE' > "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE' > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS DEBUG=Y Adding FV3 makeopts to FMS makeopts -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" ; \ -rm -rf "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build" -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build +cd "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build" ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build set -xue ; \ -export PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1 ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ +export PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ cd $PATH_CCPP ; \ -rm -rf "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib" ; \ -rm -rf "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include" ; \ -rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk -+ export PATH_CCPP=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ PATH_CCPP=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1 -+ /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib" ; \ +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include" ; \ +rm -f /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk ++ export PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ cd /work/noaa/marine/dworthen/S2S_cmeps ++ /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean INFO: Logging level set to DEBUG INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Performing clean .... -DEBUG: Executing "rm -vf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_SCHEMES.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_SCHEMES.cmake /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_SCHEMES.sh /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_CAPS.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_CAPS.cmake /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_CAPS.sh /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_*_cap.F90 /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_static_api.F90 /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_STATIC_API.sh" -DEBUG: Execution of "rm -vf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_SCHEMES.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_SCHEMES.cmake /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_SCHEMES.sh /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_CAPS.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_CAPS.cmake /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_CAPS.sh /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_*_cap.F90 /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_static_api.F90 /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_STATIC_API.sh" returned with exit code 0 - stdout: "removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_TYPEDEFS.mk' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_TYPEDEFS.sh' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_SCHEMES.mk' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_SCHEMES.cmake' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_SCHEMES.sh' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_CAPS.mk' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_CAPS.cmake' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_CAPS.sh' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_static_api.F90' -removed '/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_STATIC_API.sh'" +DEBUG: Executing "rm -vf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.cmake /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.sh /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.cmake /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.sh /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_*_cap.F90 /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_static_api.F90 /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_STATIC_API.sh" +DEBUG: Execution of "rm -vf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.cmake /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.sh /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.cmake /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.sh /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_*_cap.F90 /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_static_api.F90 /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_STATIC_API.sh" returned with exit code 0 + stdout: "removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.mk' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.sh' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.mk' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.cmake' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.sh' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.mk' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.cmake' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.sh' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_static_api.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_STATIC_API.sh'" stderr: "" INFO: CCPP prebuild clean completed successfully, exiting. -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib -+ rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -+ rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk -cat /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs/makefile.temp.clean -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs ; \ - exec make CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" -f makefile.temp.clean clean -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs' ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include ++ rm -f /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk +cat /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile.temp.clean +cd /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs ; \ + exec make CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -12293,156 +12293,156 @@ 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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs' -rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/configure.fv3 -cat /dev/null > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/modules.fv3 -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 ; exec make \ +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' makefile:269: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' makefile:87: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' -rm -rf nems_dir FV3_INSTALL /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/configure.fv3 \ - /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/modules.fv3 -rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +rm -rf nems_dir FV3_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 \ + /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk set -e ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6 ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/src/MOM6/config_src/nems_cap/mom5.mk.install -rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ +rm -f /work/noaa/marine/dworthen/S2S_cmeps/MOM6/src/MOM6/config_src/nems_cap/mom5.mk.install +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +rm -f /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ exec make -f makefile.nuopc clean -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice_cap' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' rm -f -f libcice.a *.f90 *.o *.mod *.lst depend -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice_cap' -set -e ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_CAP ; set +e ; \ +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; set +e ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ -rm -rf cice.mk.install /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -set -e ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE ; set +e ; \ +rm -rf cice.mk.install /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE ; set +e ; \ rm -rf history compile restart *.a ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f -rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk -if ! test -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC ; \ +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +if ! test -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE" \ +cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CICE MOM6 FV3 FMS CCPP -CICE: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src' -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing -MOM6: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing -FV3: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing +CICE: include /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing +MOM6: include /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing +FV3: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" @@ -12453,58 +12453,58 @@ CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src' -rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/exe/NEMS.x /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC -rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/externals.nems /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ESMFVersionDefine.h /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems.sh /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems.csh /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/test-results.mk -rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/components.mk -rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/test_results.mk +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/externals.nems /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ESMFVersionDefine.h /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.sh /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.csh /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test_results.mk + make app=coupledFV3_CCPP_MOM6_CICE_debug build -Convert /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder -...into /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk -Include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk +Convert /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder +...into /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk +Include /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk MOM6%DEBUG=Y => MOM6_MAKEOPT += DEBUG=Y CICE%DEBUG=Y => CICE_MAKEOPT += DEBUG=Y -echo 'CCPP FMS FV3 MOM6 CICE' > "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE' > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS DEBUG=Y Adding FV3 makeopts to FMS makeopts -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. -cp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/conf/configure.fv3_coupled.orion.intel /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems -cat /dev/null > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/externals.nems -cp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/modulefiles/orion.intel/fv3_coupled_debug /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems -cp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ESMFVersionDefine.h -( echo '. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems.sh" -( echo 'source /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems.csh" -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/incmake/configure_rules.mk:3: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/test-results.mk: No such file or directory -make -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS' +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +cp /work/noaa/marine/dworthen/S2S_cmeps/conf/configure.fv3_coupled.orion.intel /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/externals.nems +cp /work/noaa/marine/dworthen/S2S_cmeps/modulefiles/orion.intel/fv3_coupled_debug /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems +cp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ESMFVersionDefine.h +( echo '. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.sh" +( echo 'source /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.csh" +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/configure_rules.mk:3: /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk: No such file or directory +make -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS' if [ -f "/modules.nems" ] ; then \ - . /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=8192 ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=8192 ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/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 ; \ -) > "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS' -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS' +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -xue ; \ -export PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1 ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ +export PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ cd $PATH_CCPP ; \ -./build_ccpp.sh orion.intel "$PATH_CCPP" /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk \ - "CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp"" NO NO ; \ -test -d "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp"/include ; \ -test -d "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp"/lib +./build_ccpp.sh orion.intel "$PATH_CCPP" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk \ + "CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp"" NO NO ; \ +test -d "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp"/include ; \ +test -d "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp"/lib Currently Loaded Modules: 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 @@ -12518,10 +12518,10 @@ Currently Loaded Modules: -+ export PATH_CCPP=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ PATH_CCPP=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1 -+ /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ++ export PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ cd /work/noaa/marine/dworthen/S2S_cmeps ++ /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled INFO: Logging level set to DEBUG INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Parsing suite definition files ... @@ -15508,7 +15508,7 @@ INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from n DEBUG: Updating local name of variable soil_upward_latent_heat_flux from evbs to GFS_Interstitial(cdata%thrd_no)%evbs INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata DEBUG: Updating local name of variable tracer_concentration_save from save_q to GFS_Interstitial(cdata%thrd_no)%save_q -INFO: Metadata table for model FV3 written to /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Metadata table for model FV3 written to /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html INFO: Parsing metadata tables in physics scheme files ... DEBUG: Parsing file rayleigh_damp.f with registry OrderedDict([('rayleigh_damp', {'rayleigh_damp': {'rayleigh_damp_finalize': [118, 119], 'rayleigh_damp_init': [8, 9], 'rayleigh_damp_run': [22, 114]}})]) DEBUG: Skipping blank table rayleigh_damp_finalize @@ -16743,7 +16743,7 @@ DEBUG: Optional argument mean_effective_radius_for_snow_flake to subroutine rrtm DEBUG: Optional argument rime_factor to subroutine mp_fer_hires_init in module mp_fer_hires is required, keep in list DEBUG: Optional argument tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list DEBUG: Optional argument tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list -INFO: Metadata table for model FV3 written to /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Metadata table for model FV3 written to /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex INFO: Comparing metadata for requested and provided variables ... DEBUG: Requested variable GFS_cldprop_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Cldprop in module GFS_typedefs DEBUG: Requested variable GFS_cldprop_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Cldprop in module GFS_typedefs @@ -21171,23 +21171,23 @@ DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_ DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%xmu in module GFS_typedefs INFO: Generating list of Fortran modules containing CCPP type definitions ... INFO: Generating typedefs makefile/cmakefile snippet ... -INFO: Added 10 typedefs to /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_TYPEDEFS.sh +INFO: Added 10 typedefs to /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.sh INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 215 schemes to /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_SCHEMES.mk, /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Added 215 schemes to /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.mk, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.sh INFO: Generating suite and group caps ... DEBUG: Generating suite and group caps for suite FV3_GFS_2017_coupled... DEBUG: Generating suite and group caps for suite FV3_GFS_2017_satmedmf_coupled... DEBUG: Generating suite and group caps for suite FV3_GFS_v15p2_coupled... -INFO: Generating static API ccpp_static_api.F90 in /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics ... +INFO: Generating static API ccpp_static_api.F90 in /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics ... INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 16 auto-generated caps to /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_CAPS.mk and /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_CAPS.cmake, /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/CCPP_CAPS.sh +INFO: Added 16 auto-generated caps to /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.mk and /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.cmake, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.sh INFO: CCPP prebuild step completed successfully. -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ ./build_ccpp.sh orion.intel /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk 'CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp' NO NO ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ ./build_ccpp.sh orion.intel /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk 'CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp' NO NO MACHINE_ID=orion.intel is valid. Compilers set for orion.intel. Obtained ESMF_LIB=/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/lib from /apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/lib/esmf.mk -Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -DNETCDF_DIR=/apps/contrib/NCEPLIBS/lib//netcdfp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=OFF' ... +Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp -DNETCDF_DIR=/apps/contrib/NCEPLIBS/lib//netcdfp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=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 @@ -21228,8 +21228,8 @@ Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/work/noaa/nems/junwang/ufs-w -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -- Got CCPP TYPEDEFS from cmakefile include file: gfs_typedefs.mod;mo_cloud_optics.mod;mo_optical_props.mod;ccpp_typedefs.mod;mo_gas_concentrations.mod;machine.mod;mo_source_functions.mod;module_radlw_parameters.mod;module_radsw_parameters.mod;mo_gas_optics_rrtmgp.mod --- Got CCPP SCHEMES from cmakefile include file: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/aer_cloud.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/aerclm_def.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/aerinterp.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/calpreciptype.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cldwat2m_micro.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cldmacro.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/date_def.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/funcphys.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gcycle.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/h2o_def.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/h2ointerp.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/iccn_def.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/iccninterp.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/iounitdef.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/machine.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mersenne_twister.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfpbl.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/micro_mg_utils.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/micro_mg2_0.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/micro_mg3_0.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/multi_gases.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_nst_model.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_nst_parameters.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_mp_radar.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_mp_thompson.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_bl_mynn.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_mynn.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_orowam2017.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/namelist_soilveg.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfpblt.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfpbltq.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfscu.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfscuq.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/noahmp_tables.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/num_parthds.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozne_def.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozinterp.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/physcons.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/physparam.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radcons.f90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_aerosols.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_astronomy.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_clouds.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_gases.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_surface.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radlw_datatb.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radsw_datatb.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/samfaerosols.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfcsub.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sflx.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/set_soilveg.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/surface_perturbation.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_deep.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_sh.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/tridi.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/wv_saturation.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_soil_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rayleigh_damp.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_ocean.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ysuvdif.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_diag_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_fer_hires.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_debug.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/precpd.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cs_conv.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/moninedmf_hafs.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_sice.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_diff.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radlw_main.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/dcyc2.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gwdc.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gwdps.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/moninshoc.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_cice.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_diag.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/satmedmfvdifq.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/m_micro.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_drv.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sascnvn.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_thompson_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_nst.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/shalcnv.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/get_prs_fv3.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/drag_suite.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gcm_shoc.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gscond.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozphys.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozphys_2015.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cnvc90.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radsw_main.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/samfshalcnv.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/satmedmfvdif.F;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_stochastics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/shinhongvdif.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/h2ophys.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/moninedmf.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_aux.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_driver.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/samfdeepcnv.f;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_thompson.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rascnv.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 --- Got CCPP CAPS from cmakefile include file: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 +-- Got CCPP SCHEMES from cmakefile include file: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aer_cloud.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerclm_def.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerinterp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/calpreciptype.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldwat2m_micro.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldmacro.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/date_def.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/funcphys.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcycle.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2o_def.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ointerp.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccn_def.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccninterp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iounitdef.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/machine.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mersenne_twister.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbl.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg_utils.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg2_0.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg3_0.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/multi_gases.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_model.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_parameters.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_radar.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bl_mynn.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_mynn.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_orowam2017.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpblt.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbltq.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscu.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscuq.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/noahmp_tables.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/num_parthds.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozne_def.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozinterp.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physcons.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physparam.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radcons.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_aerosols.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_astronomy.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_clouds.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_gases.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_surface.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_datatb.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_datatb.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfaerosols.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfcsub.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sflx.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/surface_perturbation.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_deep.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_sh.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/tridi.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/wv_saturation.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_soil_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rayleigh_damp.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_ocean.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ysuvdif.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_fer_hires.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_debug.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/precpd.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf_hafs.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_sice.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diff.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_main.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/dcyc2.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdc.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdps.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninshoc.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_cice.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdifq.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sascnvn.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_nst.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shalcnv.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/get_prs_fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/drag_suite.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcm_shoc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gscond.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys_2015.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cnvc90.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_main.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfshalcnv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdif.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_stochastics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shinhongvdif.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ophys.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_aux.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfdeepcnv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rascnv.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 +-- Got CCPP CAPS from cmakefile include file: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -- Configuring done -- Generating done CMake Warning: @@ -21238,53 +21238,53 @@ CMake Warning: LEGACY_INTEL --- Build files have been written to: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -/apps/cmake-3.15.4/bin/cmake -S/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -B/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/CMakeFiles /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/CMakeFiles/progress.marks +-- Build files have been written to: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -S/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp -B/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/src /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -Dependee "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". -Dependee "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". Scanning dependencies of target ccpp -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' [ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_types.mod framework/src/CMakeFiles/ccpp.dir/ccpp_types.mod.stamp Intel [ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_api.mod framework/src/CMakeFiles/ccpp.dir/ccpp_api.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build [ 1%] Linking Fortran static library libccpp.a -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 /bin/ar qc libccpp.a CMakeFiles/ccpp.dir/ccpp_types.F90.o CMakeFiles/ccpp.dir/ccpp_api.F90.o /bin/ranlib libccpp.a -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' [ 1%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -Dependee "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". -Dependee "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". Scanning dependencies of target ccppphys -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' [ 1%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/machine.mod physics/CMakeFiles/ccppphys.dir/machine.mod.stamp Intel [ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/physcons.mod physics/CMakeFiles/ccppphys.dir/physcons.mod.stamp Intel [ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_common.mod physics/CMakeFiles/ccppphys.dir/ugwp_common.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_conv_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_conv_init.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_fjet_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_fjet_init.mod.stamp Intel @@ -21293,109 +21293,109 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_oro_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_oro_init.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_wmsdis_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_wmsdis_init.mod.stamp Intel [ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_module.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_module.mod.stamp Intel [ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdps.mod physics/CMakeFiles/ccppphys.dir/gwdps.mod.stamp Intel [ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp.mod.stamp Intel [ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_post.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_post.mod.stamp Intel [ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cnvc90.mod physics/CMakeFiles/ccppphys.dir/cnvc90.mod.stamp Intel [ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/dcyc2t3.mod physics/CMakeFiles/ccppphys.dir/dcyc2t3.mod.stamp Intel [ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/get_phi_fv3.mod physics/CMakeFiles/ccppphys.dir/get_phi_fv3.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/get_prs_fv3.mod physics/CMakeFiles/ccppphys.dir/get_prs_fv3.mod.stamp Intel [ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_pre.mod.stamp Intel [ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_pre.mod.stamp Intel [ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_pre.mod.stamp Intel [ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_pre.mod.stamp Intel [ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_pre.mod.stamp Intel [ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mersenne_twister.mod physics/CMakeFiles/ccppphys.dir/mersenne_twister.mod.stamp Intel [ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_kind.mod physics/CMakeFiles/ccppphys.dir/mo_rte_kind.mod.stamp Intel [ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props_kernels.mod.stamp Intel [ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_util_array.mod physics/CMakeFiles/ccppphys.dir/mo_rte_util_array.mod.stamp Intel [ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props.mod.stamp Intel [ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_cloud_optics.mod.stamp Intel [ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_string.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_string.mod.stamp Intel [ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_concentrations.mod physics/CMakeFiles/ccppphys.dir/mo_gas_concentrations.mod.stamp Intel [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_source_functions.mod physics/CMakeFiles/ccppphys.dir/mo_source_functions.mod.stamp Intel [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics.mod.stamp Intel [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_kernels.mod.stamp Intel [ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_constants.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_constants.mod.stamp Intel [ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder_kernels.mod.stamp Intel [ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder.mod.stamp Intel [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_rrtmgp.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_rrtmgp.mod.stamp Intel [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/physparam.mod physics/CMakeFiles/ccppphys.dir/physparam.mod.stamp Intel [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radlw_parameters.mod.stamp Intel [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radsw_parameters.mod.stamp Intel [ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/parse_tracers.mod physics/CMakeFiles/ccppphys.dir/parse_tracers.mod.stamp Intel -[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_typedefs.mod physics/CMakeFiles/ccppphys.dir/gfs_typedefs.mod.stamp Intel [ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_1.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_1.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_2.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_2.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_3.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_3.mod.stamp Intel @@ -21404,117 +21404,117 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_reset.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_update.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_update.mod.stamp Intel [ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_inter.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_inter.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_pre.mod.stamp Intel [ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/surface_perturbation.mod physics/CMakeFiles/ccppphys.dir/surface_perturbation.mod.stamp Intel [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_pre.mod.stamp Intel [ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part1.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part1.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part2.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part2.mod.stamp Intel [ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/funcphys.mod physics/CMakeFiles/ccppphys.dir/funcphys.mod.stamp Intel [ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/hedmf.mod physics/CMakeFiles/ccppphys.dir/hedmf.mod.stamp Intel [ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg.mod physics/CMakeFiles/ccppphys.dir/namelist_soilveg.mod.stamp Intel [ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_mod.mod physics/CMakeFiles/ccppphys.dir/set_soilveg_mod.mod.stamp Intel [ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_noah.mod physics/CMakeFiles/ccppphys.dir/lsm_noah.mod.stamp Intel [ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/maximum_hourly_diagnostics.mod physics/CMakeFiles/ccppphys.dir/maximum_hourly_diagnostics.mod.stamp Intel [ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozphys.mod physics/CMakeFiles/ccppphys.dir/ozphys.mod.stamp Intel [ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rayleigh_damp.mod physics/CMakeFiles/ccppphys.dir/rayleigh_damp.mod.stamp Intel [ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/samfcnv_aerosols.mod physics/CMakeFiles/ccppphys.dir/samfcnv_aerosols.mod.stamp Intel [ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/samfdeepcnv.mod physics/CMakeFiles/ccppphys.dir/samfdeepcnv.mod.stamp Intel [ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/samfshalcnv.mod physics/CMakeFiles/ccppphys.dir/samfshalcnv.mod.stamp Intel [ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_cice.mod physics/CMakeFiles/ccppphys.dir/sfc_cice.mod.stamp Intel [ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag.mod physics/CMakeFiles/ccppphys.dir/sfc_diag.mod.stamp Intel [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag_post.mod physics/CMakeFiles/ccppphys.dir/sfc_diag_post.mod.stamp Intel [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_diff.mod physics/CMakeFiles/ccppphys.dir/sfc_diff.mod.stamp Intel [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_ocean.mod physics/CMakeFiles/ccppphys.dir/sfc_ocean.mod.stamp Intel [ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_sice.mod physics/CMakeFiles/ccppphys.dir/sfc_sice.mod.stamp Intel [ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_gscond.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_gscond.mod.stamp Intel [ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_precpd.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_precpd.mod.stamp Intel [ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_physics_cap.mod.stamp Intel [ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def.mod physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel [ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef.mod physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel [ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols.mod physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel [ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel [ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_astronomy.mod physics/CMakeFiles/ccppphys.dir/module_radiation_astronomy.mod.stamp Intel [ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_microphysics.mod physics/CMakeFiles/ccppphys.dir/module_microphysics.mod.stamp Intel [ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_clouds.mod physics/CMakeFiles/ccppphys.dir/module_radiation_clouds.mod.stamp Intel [ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozne_def.mod physics/CMakeFiles/ccppphys.dir/ozne_def.mod.stamp Intel [ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_gases.mod physics/CMakeFiles/ccppphys.dir/module_radiation_gases.mod.stamp Intel [ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/radcons.mod physics/CMakeFiles/ccppphys.dir/radcons.mod.stamp Intel [ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_rad_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_rad_reset.mod.stamp Intel [ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_avplank.mod physics/CMakeFiles/ccppphys.dir/module_radlw_avplank.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_cldprlw.mod physics/CMakeFiles/ccppphys.dir/module_radlw_cldprlw.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb01.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb01.mod.stamp Intel @@ -21535,19 +21535,19 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb16.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radlw_ref.mod.stamp Intel [ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw.mod.stamp Intel [ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_post.mod.stamp Intel [ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_surface.mod physics/CMakeFiles/ccppphys.dir/module_radiation_surface.mod.stamp Intel [ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_pre.mod.stamp Intel [ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_cldprtb.mod physics/CMakeFiles/ccppphys.dir/module_radsw_cldprtb.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb16.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb17.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb17.mod.stamp Intel @@ -21566,58 +21566,58 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radsw_ref.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_sflux.mod physics/CMakeFiles/ccppphys.dir/module_radsw_sflux.mod.stamp Intel [ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw.mod.stamp Intel [ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_post.mod.stamp Intel [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_pre.mod.stamp Intel [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod.stamp Intel [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_stochastics.mod physics/CMakeFiles/ccppphys.dir/gfs_stochastics.mod.stamp Intel [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod.stamp Intel [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/aerinterp.mod physics/CMakeFiles/ccppphys.dir/aerinterp.mod.stamp Intel [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/h2o_def.mod physics/CMakeFiles/ccppphys.dir/h2o_def.mod.stamp Intel [ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/h2ointerp.mod physics/CMakeFiles/ccppphys.dir/h2ointerp.mod.stamp Intel [ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/iccn_def.mod physics/CMakeFiles/ccppphys.dir/iccn_def.mod.stamp Intel [ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/iccninterp.mod physics/CMakeFiles/ccppphys.dir/iccninterp.mod.stamp Intel [ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozinterp.mod physics/CMakeFiles/ccppphys.dir/ozinterp.mod.stamp Intel [ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_phys_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_phys_time_vary.mod.stamp Intel [ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rad_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_rad_time_vary.mod.stamp Intel [ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_setup.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_setup.mod.stamp Intel [ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_time_vary_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_time_vary_pre.mod.stamp Intel [ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod.stamp Intel [ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_cap.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build @@ -21625,66 +21625,66 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build [ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdif.mod physics/CMakeFiles/ccppphys.dir/satmedmfvdif.mod.stamp Intel [ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod.stamp Intel [ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod.stamp Intel [ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod.stamp Intel [ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod.stamp Intel [ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build -[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_typedefs.mod physics/CMakeFiles/ccppphys.dir/ccpp_typedefs.mod.stamp Intel [ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar.mod physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel [ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys_mod.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys_mod.mod.stamp Intel [ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/fv_sat_adj.mod physics/CMakeFiles/ccppphys.dir/fv_sat_adj.mod.stamp Intel [ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod.stamp Intel [ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys.mod.stamp Intel [ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/h2ophys.mod physics/CMakeFiles/ccppphys.dir/h2ophys.mod.stamp Intel [ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozphys_2015.mod physics/CMakeFiles/ccppphys.dir/ozphys_2015.mod.stamp Intel [ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod.stamp Intel [ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod.stamp Intel [ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod.stamp Intel [ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod.stamp Intel [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_cap.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build @@ -21700,7 +21700,7 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_debug.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_debug.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_abort.mod physics/CMakeFiles/ccppphys.dir/gfs_abort.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_checkland.mod physics/CMakeFiles/ccppphys.dir/gfs_checkland.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_diagtoscreen.mod physics/CMakeFiles/ccppphys.dir/gfs_diagtoscreen.mod.stamp Intel @@ -21712,49 +21712,49 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_broadband_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_broadband_kernels.mod.stamp Intel [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes.mod.stamp Intel [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband_kernels.mod.stamp Intel [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband.mod.stamp Intel [ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_heating_rates.mod physics/CMakeFiles/ccppphys.dir/mo_heating_rates.mod.stamp Intel [ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_aux.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_aux.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_aux.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_aux.mod.stamp Intel [ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_lw_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_lw_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o.provides.build [ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_lw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmg_lw_cloud_optics.mod.stamp Intel [ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o.provides.build [ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_setup.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_setup.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o.provides.build [ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o.provides.build [ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build [ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_ini_fini_test.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_ini_fini_test.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_5.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_5.mod.stamp Intel @@ -21764,7 +21764,7 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build [ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/aer_cloud.F -o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aer_cloud.F -o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/aer_cloud.mod physics/CMakeFiles/ccppphys.dir/aer_cloud.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build @@ -21774,86 +21774,86 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build [ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/wv_saturation.F -o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/wv_saturation.F -o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/wv_saturation.mod physics/CMakeFiles/ccppphys.dir/wv_saturation.mod.stamp Intel [ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cldmacro.F -o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldmacro.F -o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cldmacro.mod physics/CMakeFiles/ccppphys.dir/cldmacro.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build [ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cldwat2m_micro.F -o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldwat2m_micro.F -o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cldwat2m_micro.mod physics/CMakeFiles/ccppphys.dir/cldwat2m_micro.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build [ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cs_conv.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv.mod physics/CMakeFiles/ccppphys.dir/cs_conv.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_post.mod physics/CMakeFiles/ccppphys.dir/cs_conv_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_pre.mod physics/CMakeFiles/ccppphys.dir/cs_conv_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o.provides.build [ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_aw_adj.mod physics/CMakeFiles/ccppphys.dir/cs_conv_aw_adj.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o.provides.build [ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_deep.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_deep.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_deep.mod physics/CMakeFiles/ccppphys.dir/cu_gf_deep.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build [ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_sh.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_sh.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_sh.mod physics/CMakeFiles/ccppphys.dir/cu_gf_sh.mod.stamp Intel [ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson_make_number_concentrations.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson_make_number_concentrations.mod.stamp Intel [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_driver.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver.mod physics/CMakeFiles/ccppphys.dir/cu_gf_driver.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o.provides.build [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_driver_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_post.mod physics/CMakeFiles/ccppphys.dir/cu_gf_driver_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o.provides.build [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_pre.mod physics/CMakeFiles/ccppphys.dir/cu_gf_driver_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_ntiedtke.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke.mod physics/CMakeFiles/ccppphys.dir/cu_ntiedtke.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o.provides.build [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_post.mod physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o.provides.build [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_pre.mod physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o.provides.build [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/date_def.f -o CMakeFiles/ccppphys.dir/physics/date_def.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/date_def.f -o CMakeFiles/ccppphys.dir/physics/date_def.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/date_def.mod physics/CMakeFiles/ccppphys.dir/date_def.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/drag_suite.F90 -o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/drag_suite.F90 -o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/drag_suite.mod physics/CMakeFiles/ccppphys.dir/drag_suite.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gcm_shoc.F90 -o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcm_shoc.F90 -o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/shoc.mod physics/CMakeFiles/ccppphys.dir/shoc.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F -o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F -o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_phy_tracer_config.mod physics/CMakeFiles/ccppphys.dir/gfs_phy_tracer_config.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build [ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gwdc.f -o CMakeFiles/ccppphys.dir/physics/gwdc.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdc.f -o CMakeFiles/ccppphys.dir/physics/gwdc.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdc.mod physics/CMakeFiles/ccppphys.dir/gwdc.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdc_post.mod physics/CMakeFiles/ccppphys.dir/gwdc_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdc_pre.mod physics/CMakeFiles/ccppphys.dir/gwdc_pre.mod.stamp Intel @@ -21866,25 +21866,25 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build [ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_post.mod physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_pre.mod physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o.provides.build [ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/micro_mg_utils.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg_utils.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/micro_mg_utils.mod physics/CMakeFiles/ccppphys.dir/micro_mg_utils.mod.stamp Intel [ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/micro_mg2_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg2_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/micro_mg2_0.mod physics/CMakeFiles/ccppphys.dir/micro_mg2_0.mod.stamp Intel [ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/micro_mg3_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg3_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/micro_mg3_0.mod physics/CMakeFiles/ccppphys.dir/micro_mg3_0.mod.stamp Intel [ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/m_micro.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/m_micro.mod physics/CMakeFiles/ccppphys.dir/m_micro.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o.provides.build [ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/m_micro_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/m_micro_post.mod physics/CMakeFiles/ccppphys.dir/m_micro_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/m_micro_pre.mod physics/CMakeFiles/ccppphys.dir/m_micro_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o.provides.build @@ -21895,44 +21895,44 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build [ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90 -o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90 -o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_bl_myjpbl.mod physics/CMakeFiles/ccppphys.dir/module_bl_myjpbl.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90 -o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90 -o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_fer_hires.mod physics/CMakeFiles/ccppphys.dir/module_mp_fer_hires.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/myjpbl_wrapper.mod physics/CMakeFiles/ccppphys.dir/myjpbl_wrapper.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o.provides.build [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_SF_JSFC.F90 -o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_SF_JSFC.F90 -o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_jsfc.mod physics/CMakeFiles/ccppphys.dir/module_sf_jsfc.mod.stamp Intel [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/myjsfc_wrapper.mod physics/CMakeFiles/ccppphys.dir/myjsfc_wrapper.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o.provides.build [ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_bl_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bl_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_bl_mynn.mod physics/CMakeFiles/ccppphys.dir/module_bl_mynn.mod.stamp Intel [ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnedmf_wrapper.mod physics/CMakeFiles/ccppphys.dir/mynnedmf_wrapper.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o.provides.build [ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_mynn.mod physics/CMakeFiles/ccppphys.dir/module_sf_mynn.mod.stamp Intel [ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnsfc_wrapper.mod physics/CMakeFiles/ccppphys.dir/mynnsfc_wrapper.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o.provides.build [ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNrad_post.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_post.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_post.mod physics/CMakeFiles/ccppphys.dir/mynnrad_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o.provides.build [ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_pre.mod physics/CMakeFiles/ccppphys.dir/mynnrad_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build @@ -21941,77 +21941,77 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build [ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_nst_parameters.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_parameters.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_nst_parameters.mod physics/CMakeFiles/ccppphys.dir/module_nst_parameters.mod.stamp Intel [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_nst_water_prop.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_water_prop.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_nst_water_prop.mod physics/CMakeFiles/ccppphys.dir/module_nst_water_prop.mod.stamp Intel [ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_nst_model.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_model.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/nst_module.mod physics/CMakeFiles/ccppphys.dir/nst_module.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build [ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmp_glacier.mod physics/CMakeFiles/ccppphys.dir/module_sf_noahmp_glacier.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_globals.mod physics/CMakeFiles/ccppphys.dir/noahmp_glacier_globals.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_routines.mod physics/CMakeFiles/ccppphys.dir/noahmp_glacier_routines.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build [ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmplsm.mod physics/CMakeFiles/ccppphys.dir/module_sf_noahmplsm.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg_ruc.mod physics/CMakeFiles/ccppphys.dir/namelist_soilveg_ruc.mod.stamp Intel [ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_sf_ruclsm.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_ruclsm.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_ruclsm.mod physics/CMakeFiles/ccppphys.dir/module_sf_ruclsm.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build [ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/module_soil_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_soil_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_soil_pre.mod physics/CMakeFiles/ccppphys.dir/module_soil_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build [ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/moninedmf_hafs.f -o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf_hafs.f -o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/hedmf_hafs.mod physics/CMakeFiles/ccppphys.dir/hedmf_hafs.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o.provides.build [ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/moninshoc.f -o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninshoc.f -o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/moninshoc.mod physics/CMakeFiles/ccppphys.dir/moninshoc.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o.provides.build [ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_fer_hires.F90 -o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_fer_hires.F90 -o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_fer_hires.mod physics/CMakeFiles/ccppphys.dir/mp_fer_hires.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o.provides.build [ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson.mod physics/CMakeFiles/ccppphys.dir/mp_thompson.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o.provides.build [ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_thompson_post.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_post.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_post.mod physics/CMakeFiles/ccppphys.dir/mp_thompson_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o.provides.build [ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mp_thompson_pre.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_pre.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_pre.mod physics/CMakeFiles/ccppphys.dir/mp_thompson_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o.provides.build [ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_multi_gases_mod.mod physics/CMakeFiles/ccppphys.dir/ccpp_multi_gases_mod.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build [ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/noahmp_tables.f90 -o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/noahmp_tables.f90 -o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmp_tables.mod physics/CMakeFiles/ccppphys.dir/noahmp_tables.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build @@ -22034,7 +22034,7 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build [ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rascnv.F90 -o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rascnv.F90 -o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rascnv.mod physics/CMakeFiles/ccppphys.dir/rascnv.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build @@ -22042,69 +22042,69 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build [ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_sw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmg_sw_cloud_optics.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build [ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_aerosol_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_aerosol_optics.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o.provides.build [ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_optics.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o.provides.build [ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_sampling.mod physics/CMakeFiles/ccppphys.dir/mo_cloud_sampling.mod.stamp Intel [ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_sampling.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_sampling.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o.provides.build [ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_solver_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_rte_solver_kernels.mod.stamp Intel [ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_lw.mod physics/CMakeFiles/ccppphys.dir/mo_rte_lw.mod.stamp Intel [ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_sw.mod physics/CMakeFiles/ccppphys.dir/mo_rte_sw.mod.stamp Intel [ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_compute_bc.mod physics/CMakeFiles/ccppphys.dir/mo_compute_bc.mod.stamp Intel [ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_gas_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_gas_optics.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o.provides.build [ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_pre.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o.provides.build [ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_rte.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_rte.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o.provides.build [ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_aerosol_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_aerosol_optics.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o.provides.build [ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_optics.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o.provides.build [ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_sampling.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_sampling.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o.provides.build [ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_gas_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_gas_optics.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o.provides.build [ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_rte.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_rte.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build @@ -22113,12 +22113,12 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build [ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_bygpoint.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_bygpoint.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build [ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_clr_all_sky.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_clr_all_sky.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build @@ -22143,17 +22143,17 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build [ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sascnvn.F -o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sascnvn.F -o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sascnvn.mod physics/CMakeFiles/ccppphys.dir/sascnvn.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/satmedmfvdifq.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdifq.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdifq.mod physics/CMakeFiles/ccppphys.dir/satmedmfvdifq.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/set_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_ruc_mod.mod physics/CMakeFiles/ccppphys.dir/set_soilveg_ruc_mod.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build @@ -22162,15 +22162,15 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_drv_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc.mod physics/CMakeFiles/ccppphys.dir/lsm_ruc.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_noahmp_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_noahmp_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmpdrv.mod physics/CMakeFiles/ccppphys.dir/noahmpdrv.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o.provides.build [ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfc_nst.f -o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_nst.f -o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst.mod physics/CMakeFiles/ccppphys.dir/sfc_nst.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_post.mod physics/CMakeFiles/ccppphys.dir/sfc_nst_post.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_pre.mod physics/CMakeFiles/ccppphys.dir/sfc_nst_pre.mod.stamp Intel @@ -22178,146 +22178,146 @@ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/b /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build [ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfccyc_module.mod physics/CMakeFiles/ccppphys.dir/sfccyc_module.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/shalcnv.F -o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shalcnv.F -o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/shalcnv.mod physics/CMakeFiles/ccppphys.dir/shalcnv.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/shinhongvdif.F90 -o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shinhongvdif.F90 -o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/shinhongvdif.mod physics/CMakeFiles/ccppphys.dir/shinhongvdif.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sso_coorde.mod physics/CMakeFiles/ccppphys.dir/sso_coorde.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o.provides.build /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/ysuvdif.F90 -o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ysuvdif.F90 -o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o /apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ysuvdif.mod physics/CMakeFiles/ccppphys.dir/ysuvdif.mod.stamp Intel /apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o.provides.build -/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build -/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build [ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o [ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o [ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f -o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f -o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o [ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o [ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o [ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o [ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o [ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o [ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o [ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o [ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o [ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o [ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfpbltq.f -o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbltq.f -o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o [ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o [ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/mfscuq.f -o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscuq.f -o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o [100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/num_parthds.F -o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/num_parthds.F -o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o [100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o [100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o [100%] Linking Fortran static library libccppphys.a -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 -/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o CMakeFiles/ccppphys.dir/physics/date_def.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/gwdc.f.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 +/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o CMakeFiles/ccppphys.dir/physics/date_def.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/gwdc.f.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /bin/ranlib libccppphys.a -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/CMakeFiles 0 -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -/apps/cmake-3.15.4/bin/cmake -S/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -B/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/CMakeFiles /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/CMakeFiles/progress.marks +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles 0 +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -S/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp -B/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/framework/src /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make[3]: Nothing to be done for `framework/src/CMakeFiles/ccpp.dir/build'. -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' [ 1%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/physics /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make[3]: Nothing to be done for `physics/CMakeFiles/ccppphys.dir/build'. -make[3]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/CMakeFiles 0 +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' make[2]: Nothing to be done for `preinstall'. -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' Install the project... /apps/cmake-3.15.4/bin/cmake -P cmake_install.cmake -- Install configuration: "Debug" --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib/libccpp.a --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib/cmake/ccpp-config.cmake --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib/cmake/ccpp-config-debug.cmake --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_types.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_api.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib/libccppphys.a --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib/cmake/ccppphys-config.cmake --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib/cmake/ccppphys-config-debug.cmake --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/gfs_typedefs.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/mo_cloud_optics.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/mo_optical_props.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_typedefs.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/mo_gas_concentrations.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/machine.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/mo_source_functions.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/module_radlw_parameters.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/module_radsw_parameters.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod --- Installing: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build' -+ test -d /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -+ test -d /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs ; \ -exec make CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" all +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/libccpp.a +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccpp-config.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccpp-config-debug.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_types.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_api.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/libccppphys.a +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccppphys-config.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccppphys-config-debug.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/gfs_typedefs.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_cloud_optics.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_optical_props.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_typedefs.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_gas_concentrations.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/machine.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_source_functions.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/module_radlw_parameters.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/module_radsw_parameters.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' ++ test -d /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include ++ test -d /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs ; \ +exec make CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" all Currently Loaded Modules: 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 @@ -22331,213 +22331,213 @@ Currently Loaded Modules: -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' Building dependencies ... -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs' -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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. 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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.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. -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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. 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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.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 -DDEBUG -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.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 -DDEBUG -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -c ../mosaic/interp.c -o ../mosaic/interp.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 -DDEBUG -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.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 -DDEBUG -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.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 -DDEBUG -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.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 -DDEBUG -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.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 -DDEBUG -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/interp.c -o ../mosaic/interp.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 -DDEBUG -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.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 -DDEBUG -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.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 -DDEBUG -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mpp/threadloc.c -o ../mpp/threadloc.o ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o ar: creating libfms.a a - ../oda_tools/xbt_drop_rate_adjust.o @@ -22625,18 +22625,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL" -mv fms.mk "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs' -test -d /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" into /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL on orion -cp -fp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems \ - "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3"/conf/configure.fv3 -cp -fp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems \ - "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3"/conf/modules.fv3 -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 COMP_BINDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL MACHINE_ID=orion FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" nemsinstall +mkdir -p "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" +mv fms.mk "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +test -d /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL +Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" into /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL on orion +cp -fp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems \ + "/work/noaa/marine/dworthen/S2S_cmeps/FV3"/conf/configure.fv3 +cp -fp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems \ + "/work/noaa/marine/dworthen/S2S_cmeps/FV3"/conf/modules.fv3 +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3 COMP_BINDIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL MACHINE_ID=orion FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" nemsinstall Currently Loaded Modules: 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 @@ -22650,54 +22650,54 @@ Currently Loaded Modules: -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' Building dependencies ... -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' -make -C cpl FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +make -C cpl FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL Build standalone FV3 io ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' Build standalone FV3 io ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -c module_cap_cpl.F90 +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl' -make -C gfsphysics FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' +make -C gfsphysics FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' makefile:269: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -Duse_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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -Duse_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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o -mpiifort -Duse_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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -Duse_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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -Duse_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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o +mpiifort -Duse_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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/mersenne_twister.o physics/namelist_soilveg.o physics/physparam.o physics/set_soilveg.o physics/noahmp_tables.o physics/GFDL_parse_tracers.o physics/physcons.o CCPP_layer/CCPP_data.o ../ccpp/physics/ccpp_static_api.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_restart.o ar: creating libgfsphys.a a - physics/mersenne_twister.o @@ -22713,67 +22713,67 @@ a - GFS_layer/GFS_abstraction_layer.o a - GFS_layer/GFS_diagnostics.o a - GFS_layer/GFS_driver.o a - GFS_layer/GFS_restart.o -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' -make -C ccpp/driver FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +make -C ccpp/driver FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build CCPP layer ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' 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 -DCCPP CCPP_driver.F90 > CCPP_driver.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o ar rv libccppdriver.a CCPP_driver.o ar: creating libccppdriver.a a - CCPP_driver.o -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' -make -C ipd FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' +make -C ipd FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' -make -C io FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +make -C io FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include] -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include] -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/include/ncep_post_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/include/ncep_post_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/orion/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -c module_write_netcdf_parallel.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -c module_wrt_grid_comp.F90 +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/include/ncep_post_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/include/ncep_post_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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/orion/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -c module_write_netcdf_parallel.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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -22786,65 +22786,65 @@ a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 `/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -22890,50 +22890,50 @@ 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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' makefile:87: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c glats_stochy.f -o glats_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o -mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c glats_stochy.f -o glats_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o +mpiifort -Duse_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 -DCCPP -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.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 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 cellular_automata_global.o cellular_automata_sgs.o update_ca.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -22967,14 +22967,14 @@ a - initialize_spectral_mod.o a - cellular_automata_global.o a - cellular_automata_sgs.o a - update_ca.o -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' -make libfv3cap.a FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 -DDEBUG -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -c fv3_cap.F90 +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +make libfv3cap.a FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 @@ -22982,24 +22982,24 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' -make esmf_make_fragment FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +make esmf_make_fragment FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /work/noaa/marine/dworthen/S2S_cmeps/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' -Installation into "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL" complete! +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +Installation into "/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL" complete! -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' -test -d /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -rm -fr /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/exec -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6" COMP_BINDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL" FMS_BINDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="orion" DEBUG=Y ; \ +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +test -d /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL +rm -fr /work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" FMS_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="orion" DEBUG=Y ; \ set -e ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6 ; \ -./compile.sh --platform orion --fms-dir "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL" +cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ +./compile.sh --platform orion --fms-dir "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" Currently Loaded Modules: 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 @@ -23013,9 +23013,9 @@ Currently Loaded Modules: -Will use FMS from: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL +Will use FMS from: /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL ++ pwd -+ BASEDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6 ++ BASEDIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6 + MACHINE_ID=orion + COMPILE_OPTION=orion-intel.mk + DEBUG=Y @@ -23030,7 +23030,7 @@ MOM6 compile.sh ... DEBUG=1, REPRO= + [[ 1 == 1 ]] + echo 'compile MOM6 library ...' compile MOM6 library ... -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6 ++ cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 + mkdir -p build/intel/MOM6_LIB/repro + cd build/intel/MOM6_LIB/repro + [[ -f path_names ]] @@ -23041,270 +23041,270 @@ generating file_paths ... A list of the files you checked out is in the file path_names. + echo 'generating makefile ...' generating makefile ... -+ ../../../../src/mkmf/bin/mkmf -t ../../../../src/mkmf/templates/orion-intel.mk -p lib_ocean.a -o -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL path_names ++ ../../../../src/mkmf/bin/mkmf -t ../../../../src/mkmf/templates/orion-intel.mk -p lib_ocean.a -o -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL path_names .................................................................................................................................................................................................................................................................... Makefile is ready. + echo 'compiling MOM6 library...' compiling MOM6 library... + make NETCDF=4 REPRO= DEBUG=1 lib_ocean.a -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/build/intel/MOM6_LIB/repro' -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_error_handler.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_cpu_clock.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_time_manager.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_string_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/polynomial_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PLM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_safe_alloc.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_vkernels.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PCM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_zlike.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_sigma.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_manager_wrapper.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_math.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_pt_from_t__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_sr_from_sp__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_intrinsic_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_gibbs_ice__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_specvol_second_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_chem_potential_water_t_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_pt0_from_t__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_ct_freezing_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_ct_from_t__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_specvol_first_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_t_freezing_poly__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_entropy_part_zerop__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_constants.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_rho__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_t_deriv_chem_potential_water_t_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_pt_from_ct__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_t_freezing_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_rho_second_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_t_from_ct__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_ct_freezing_poly__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_gibbs_pt0_pt0__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_ct_from_pt__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_rho_first_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_entropy_part__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_gibbs__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_specvol__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ./gsw_sp_from_sr__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_coms.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_document.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_solvers.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_consts.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_file_parser.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_TFreeze.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_values.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_slopes.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_background.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PPM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PQM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P1M_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P3M_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_params.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_domains.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_unit_scaling.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_remapping.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_interp.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_verticalGrid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_hor_index.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_linear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_grid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_checksums.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_dyn_horgrid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_io.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_spatial_means.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/baroclinic_zone_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/user_shelf_init.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_transcribe_grid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_debugging.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_get_input.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_restart.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_grid_initialize.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_shared_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_Z_init.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_write_cputime.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_hycom.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_rho.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_slight.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/initialization/midas_vertmap.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_variables.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/coord_adapt.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_horizontal_regridding.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_interface_heights.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_checksum_packages.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_isopycnal_slopes.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/soliton_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/adjustment_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Rossby_front_2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_regridding.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_remap.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_diag_mediator.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_registry.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_sponge.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_opacity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_speed.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_Montgomery.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_PointAccel.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_structure.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_change_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_open_boundary.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/lock_exchange_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/external_gwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/benchmark_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Neverland_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/sloshing_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/seamount_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Phillips_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/circle_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_forcing_type.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/RGC_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/ISOMIP_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dense_water_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_diabatic.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_wave_interface.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_aux.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_marine_ice.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/SCM_CVMix_tests.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_controlled_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Idealized_Hurricane.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ISOMIP_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/DOME_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_ALE.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity_PPM.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/supercritical_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_CoriolisAdv.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/tidal_bay_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Kelvin_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/shelfwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_channel_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_barotropic.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_advect.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/tracer_example.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/RGC_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ideal_age_example.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dye_example.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/oil_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/advection_test_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dyed_obc_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/pseudo_salt_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/boundary_impulse_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_coord_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_boundary_update.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_fixed_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_blocked_AFV.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_state_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_generic_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_flow_control.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_sum_output.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_revise_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_split_RK2.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_main.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_neutral_diffusion.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_hor_diff.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_unit_tests.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6/build/intel/MOM6_LIB/repro' +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_error_handler.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_cpu_clock.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_time_manager.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_string_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/polynomial_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PLM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_safe_alloc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_vkernels.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PCM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_zlike.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_sigma.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_manager_wrapper.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_math.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_pt_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_sr_from_sp__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_intrinsic_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_gibbs_ice__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_specvol_second_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_chem_potential_water_t_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_pt0_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_freezing_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_specvol_first_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_freezing_poly__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_entropy_part_zerop__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_constants.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_rho__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_deriv_chem_potential_water_t_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_pt_from_ct__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_freezing_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_rho_second_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_from_ct__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_freezing_poly__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_gibbs_pt0_pt0__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_from_pt__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_rho_first_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_entropy_part__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_gibbs__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_specvol__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_sp_from_sr__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_coms.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_document.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_solvers.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_consts.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_values.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_file_parser.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_TFreeze.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PPM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PQM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P1M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P3M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_background.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_remapping.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_domains.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_unit_scaling.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_interp.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_params.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_verticalGrid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_hor_index.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_linear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_checksums.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_dyn_horgrid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_io.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_debugging.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_spatial_means.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/baroclinic_zone_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/user_shelf_init.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_transcribe_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_get_input.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_restart.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_grid_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_shared_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_Z_init.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_write_cputime.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/initialization/midas_vertmap.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_hycom.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_variables.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_rho.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_slight.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/coord_adapt.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_horizontal_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_interface_heights.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_checksum_packages.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_isopycnal_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/soliton_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/adjustment_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Rossby_front_2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_remap.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_diag_mediator.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_registry.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_opacity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_speed.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_Montgomery.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_PointAccel.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_structure.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_change_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/lock_exchange_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/external_gwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_open_boundary.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_forcing_type.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/benchmark_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Neverland_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/sloshing_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/seamount_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Phillips_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dense_water_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/circle_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/RGC_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/ISOMIP_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_diabatic.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_wave_interface.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_marine_ice.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/SCM_CVMix_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_controlled_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Idealized_Hurricane.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ISOMIP_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/DOME_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_ALE.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity_PPM.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/supercritical_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_CoriolisAdv.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/tidal_bay_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Kelvin_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/shelfwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_channel_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_barotropic.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_advect.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/tracer_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/RGC_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ideal_age_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dye_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/oil_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/advection_test_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dyed_obc_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/pseudo_salt_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/boundary_impulse_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_coord_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_boundary_update.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_blocked_AFV.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_fixed_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_state_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_generic_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_flow_control.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_sum_output.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_revise_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_main.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_split_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_neutral_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_hor_diff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_unit_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_cpu_clock.o MOM_checksums.o user_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o ocean_da_types.o baroclinic_zone_initialization.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_open_boundary.o MOM_set_viscosity.o cvmix_shear.o MOM_regularize_layers.o MOM_string_functions.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o PLM_functions.o gsw_pt_from_t__genmod.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_safe_alloc.o gsw_sr_from_sp__genmod.o MOM_intrinsic_functions.o MOM_continuity.o MOM_obsolete_params.o MOM_checksum_packages.o dumbbell_initialization.o MOM_dyn_horgrid.o gsw_gibbs_ice__genmod.o MOM_unit_scaling.o gsw_specvol_second_derivatives__genmod.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o supercritical_initialization.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_error_handler.o MOM_PointAccel.o gsw_gibbs_pt0_pt0.o gsw_pt_from_ct.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_wave_speed.o ISOMIP_initialization.o gsw_chem_potential_water_t_exact__genmod.o polynomial_functions.o gsw_pt0_from_t__genmod.o user_shelf_init.o gsw_rho_first_derivatives.o MOM_neutral_diffusion.o write_ocean_obs.o MOM_EOS_UNESCO.o gsw_ct_freezing_exact__genmod.o seamount_initialization.o MOM_dynamics_unsplit.o gsw_ct_from_t__genmod.o MOM_diagnostics.o gsw_mod_specvol_coefficients.o gsw_specvol_first_derivatives__genmod.o MOM_barotropic.o soliton_initialization.o Kelvin_initialization.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_generic_tracer.o MOM_lateral_boundary_diffusion.o MOM_bkgnd_mixing.o circle_obcs_initialization.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o P1M_functions.o MOM_ALE.o gsw_t_freezing_poly__genmod.o boundary_impulse_tracer.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o MOM_diag_remap.o MOM_domains.o Neverland_initialization.o MOM_tidal_mixing.o gsw_entropy_part_zerop__genmod.o gsw_pt_from_t.o dense_water_initialization.o MOM_entrain_diffusive.o Phillips_initialization.o MOM_internal_tide_input.o MOM_marine_ice.o MOM_debugging.o kdtree.o MOM_document.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o gsw_rho__genmod.o MOM_tracer_flow_control.o MOM_coms.o cvmix_background.o MOM_diabatic_driver.o MOM_horizontal_regridding.o gsw_ct_from_pt.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_spatial_means.o RGC_tracer.o MOM_ice_shelf.o cvmix_ddiff.o gsw_specvol_second_derivatives.o gsw_t_deriv_chem_potential_water_t_exact__genmod.o gsw_ct_freezing_poly.o gsw_pt_from_ct__genmod.o MOM_PressureForce_Montgomery.o MOM_sum_output.o MOM_isopycnal_slopes.o gsw_mod_gibbs_ice_coefficients.o cvmix_math.o dumbbell_surface_forcing.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o MOM_ice_shelf_dynamics.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_tracer_hor_diff.o MOM_full_convection.o mom_ocean_model_nuopc.o gsw_chem_potential_water_t_exact.o MOM_EOS.o coord_rho.o MOM_state_initialization.o gsw_t_freezing_exact__genmod.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_restart.o MOM_coord_initialization.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o gsw_ct_freezing_exact.o MOM_OCMIP2_CFC.o MOM_diag_manager_wrapper.o MOM_time_manager.o regrid_interp.o MOM_EOS_NEMO.o gsw_mod_freezing_poly_coefficients.o MOM_CVMix_conv.o MOM_wave_structure.o gsw_pt0_from_t.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o tidal_bay_initialization.o user_change_diffusivity.o MOM_tracer_registry.o gsw_rho_second_derivatives__genmod.o coord_zlike.o gsw_gibbs_ice.o gsw_t_from_ct__genmod.o gsw_ct_freezing_poly__genmod.o gsw_gibbs_pt0_pt0__genmod.o MOM_MEKE_types.o MOM_CVMix_ddiff.o dyed_channel_initialization.o midas_vertmap.o gsw_rho_second_derivatives.o MOM_thickness_diffuse.o MOM_file_parser.o MOM_unit_tests.o ideal_age_example.o MOM_offline_main.o gsw_specvol_first_derivatives.o MOM_set_diffusivity.o DOME_initialization.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o coord_sigma.o BFB_surface_forcing.o advection_test_tracer.o pseudo_salt_tracer.o dyed_obcs_initialization.o MOM_PressureForce.o gsw_mod_toolbox.o MOM_verticalGrid.o MOM_regridding.o MOM_boundary_update.o MOM_forcing_type.o coord_adapt.o MOM_tracer_Z_init.o MOM_bulk_mixed_layer.o MOM_controlled_forcing.o gsw_sr_from_sp.o MOM_shared_initialization.o MOM_kappa_shear.o MOM_ALE_sponge.o gsw_entropy_part.o regrid_edge_slopes.o MOM_ice_shelf_state.o gsw_mod_teos10_constants.o MOM_PressureForce_analytic_FV.o MOM_lateral_mixing_coeffs.o Idealized_Hurricane.o MOM_write_cputime.o gsw_mod_kinds.o MOM_sponge.o gsw_ct_from_pt__genmod.o MOM_continuity_PPM.o oil_tracer.o MOM.o MOM_EOS_linear.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o gsw_rho_first_derivatives__genmod.o gsw_rho.o gsw_entropy_part__genmod.o gsw_gibbs__genmod.o dyed_obc_tracer.o MOM_PressureForce_blocked_AFV.o gsw_specvol__genmod.o gsw_sp_from_sr__genmod.o adjustment_initialization.o MOM_constants.o shelfwave_initialization.o MOM_remapping.o MOM_io.o dye_example.o benchmark_initialization.o lock_exchange_initialization.o mom_surface_forcing_nuopc.o cvmix_tidal.o MOM_obsolete_diagnostics.o gsw_t_deriv_chem_potential_water_t_exact.o ar: creating lib_ocean.a a - cvmix_utils.o @@ -23565,25 +23565,25 @@ a - mom_surface_forcing_nuopc.o a - cvmix_tidal.o a - MOM_obsolete_diagnostics.o a - gsw_t_deriv_chem_potential_water_t_exact.o -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/build/intel/MOM6_LIB/repro' +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6/build/intel/MOM6_LIB/repro' + echo 'compiling MOM6 library successful' compiling MOM6 library successful + echo 'compiling MOM6 library done' compiling MOM6 library done -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6 ++ cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 + mkdir -p exec/orion/ -+ ln -s /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/build/intel/MOM6_LIB/repro exec/orion/lib_ocean ++ ln -s /work/noaa/marine/dworthen/S2S_cmeps/MOM6/build/intel/MOM6_LIB/repro exec/orion/lib_ocean + [[ 0 == 1 ]] + echo ================================================== ================================================== + [[ 0 == 1 ]] + echo 'Next recommended step is to rejoice out of happiness from a successful compile.' Next recommended step is to rejoice out of happiness from a successful compile. -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6 ; \ - exec make -f makefile.nuopc COMP_SRCDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6" COMP_BINDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL" FMS_BINDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="orion" \ - "FMSDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL" \ - "NEMSMOMDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/exec/orion" \ - "INSTALLDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL" install +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ + exec make -f makefile.nuopc COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" FMS_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" CPPCMEPS="" MACHINE_ID="orion" \ + "FMSDIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" \ + "NEMSMOMDIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion" \ + "INSTALLDIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" install Currently Loaded Modules: 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 @@ -23597,11 +23597,11 @@ Currently Loaded Modules: -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6' -mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/time_utils.F90 -mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap_methods.F90 -mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap_time.F90 -mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap.F90 +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6' +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/time_utils.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap_methods.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap_time.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap.F90 ar rv libmom.a mom_cap.o time_utils.o mom_cap_methods.o mom_cap_time.o ar: creating libmom.a a - mom_cap.o @@ -23609,17 +23609,17 @@ a - time_utils.o a - mom_cap_methods.o a - mom_cap_time.o rm -f mom6.mk.install -mkdir -p /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -cp -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/exec/orion/lib_ocean/lib_ocean.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -cp -f libmom.a mom_cap_mod.mod /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -cp -f mom6.mk.install /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6' -test -d "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL" -test -s "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk" -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +mkdir -p /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +cp -f /work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean/lib_ocean.a /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +cp -f libmom.a mom_cap_mod.mod /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +cp -f mom6.mk.install /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6' +test -d "/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" +test -s "/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk" +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE COMP_BINDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL SITE="NEMS.orion" SYSTEM_USERDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE" SRCDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE" EXEDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" DEBUG=Y ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE ; \ +export COMP_SRCDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE COMP_BINDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL SITE="NEMS.orion" SYSTEM_USERDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" EXEDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" DEBUG=Y ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/CICE ; \ ./comp_ice.backend Currently Loaded Modules: @@ -23638,7 +23638,7 @@ NEMS_GRID = T126_mx025 tcx comp_ice.backend res grid mx025 1440x1080 ARCH is Linux.NEMS.orion CICE comp_ice.backend ... DEBUG=Y -gmake[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice/compile' +gmake[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' Building dependency for shr_orb_mod.d Building dependency for ice_zbgc_shared.d Building dependency for ice_zbgc.d @@ -23707,687 +23707,687 @@ Building dependency for CICE_RunMod.d Building dependency for CICE_InitMod.d Building dependency for CICE_FinalMod.d Building dependency for CICE.d -gmake[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice/compile' -gmake[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice/compile' -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_kinds_mod.F90 > ice_kinds_mod.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_kinds_mod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice/ice_constants.F90 > ice_constants.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_constants.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_fileunits.F90 > ice_fileunits.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_fileunits.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_restart_shared.F90 > ice_restart_shared.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi/ice_communicate.F90 > ice_communicate.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_communicate.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi/ice_exit.F90 > ice_exit.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_exit.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_domain_size.F90 > ice_domain_size.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_domain_size.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_blocks.F90 > ice_blocks.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_blocks.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_spacecurve.F90 > ice_spacecurve.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_spacecurve.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_distribution.F90 > ice_distribution.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_distribution.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi/ice_global_reductions.F90 > ice_global_reductions.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_global_reductions.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi/ice_boundary.F90 > ice_boundary.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_boundary.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi/ice_broadcast.F90 > ice_broadcast.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_broadcast.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_domain.F90 > ice_domain.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_domain.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_state.F90 > ice_state.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_state.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_atmo.F90 > ice_atmo.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_atmo.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_atmo.F90(330): remark #5140: Unrecognized directive +gmake[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' +gmake[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_kinds_mod.F90 > ice_kinds_mod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_kinds_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/ice_constants.F90 > ice_constants.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_constants.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_fileunits.F90 > ice_fileunits.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_fileunits.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restart_shared.F90 > ice_restart_shared.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_communicate.F90 > ice_communicate.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_communicate.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_exit.F90 > ice_exit.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_exit.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_domain_size.F90 > ice_domain_size.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_domain_size.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_blocks.F90 > ice_blocks.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_blocks.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_spacecurve.F90 > ice_spacecurve.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_spacecurve.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_distribution.F90 > ice_distribution.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_distribution.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_global_reductions.F90 > ice_global_reductions.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_global_reductions.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_boundary.F90 > ice_boundary.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_boundary.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_broadcast.F90 > ice_broadcast.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_broadcast.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_domain.F90 > ice_domain.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_domain.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_state.F90 > ice_state.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_state.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90 > ice_atmo.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_atmo.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(330): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_atmo.F90(353): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(353): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_atmo.F90(476): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(476): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_atmo.F90(506): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(506): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_atmo.F90(694): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(694): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_shared.F90 > ice_therm_shared.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_zbgc_shared.F90 > ice_zbgc_shared.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_zbgc_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_flux.F90 > ice_flux.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_flux.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_flux.F90(769): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_shared.F90 > ice_therm_shared.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc_shared.F90 > ice_zbgc_shared.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_zbgc_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90 > ice_flux.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_flux.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90(769): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_flux.F90(903): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90(903): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_flux.F90(965): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90(965): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_calendar.F90 > ice_calendar.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_calendar.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi/ice_gather_scatter.F90 > ice_gather_scatter.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_gather_scatter.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_read_write.F90 > ice_read_write.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_read_write.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi/ice_timers.F90 > ice_timers.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_timers.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_grid.F90 > ice_grid.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_grid.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_diagnostics.F90 > ice_diagnostics.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_diagnostics.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_diagnostics.F90(1079): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_calendar.F90 > ice_calendar.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_calendar.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_gather_scatter.F90 > ice_gather_scatter.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_gather_scatter.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_read_write.F90 > ice_read_write.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_read_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_timers.F90 > ice_timers.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_timers.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_grid.F90 > ice_grid.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_grid.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90 > ice_diagnostics.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_diagnostics.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90(1079): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_diagnostics.F90(1092): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90(1092): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_diagnostics.F90(1165): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90(1165): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_ocean.F90 > ice_ocean.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_ocean.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_ocean.F90(172): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_ocean.F90 > ice_ocean.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_ocean.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_ocean.F90(172): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_forcing.F90 > ice_forcing.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_forcing.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share/shr_orb_mod.F90 > shr_orb_mod.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include shr_orb_mod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_orbital.F90 > ice_orbital.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_orbital.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_orbital.F90(109): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_forcing.F90 > ice_forcing.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_forcing.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share/shr_orb_mod.F90 > shr_orb_mod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include shr_orb_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_orbital.F90 > ice_orbital.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_orbital.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_orbital.F90(109): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_dyn_shared.F90 > ice_dyn_shared.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf/ice_restart.F90 > ice_restart.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_meltpond_lvl.F90 > ice_meltpond_lvl.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_lvl.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_meltpond_cesm.F90 > ice_meltpond_cesm.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_cesm.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_meltpond_topo.F90 > ice_meltpond_topo.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_topo.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90 > ice_shortwave.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_shortwave.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(647): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_shared.F90 > ice_dyn_shared.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf/ice_restart.F90 > ice_restart.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_meltpond_lvl.F90 > ice_meltpond_lvl.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_meltpond_cesm.F90 > ice_meltpond_cesm.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_cesm.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_meltpond_topo.F90 > ice_meltpond_topo.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_topo.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90 > ice_shortwave.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_shortwave.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(647): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(800): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(800): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1016): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1016): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1042): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1042): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1065): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1065): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1655): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1655): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1679): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1679): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1720): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1720): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1736): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1736): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1774): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1774): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1790): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1790): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(1830): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1830): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(3108): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3108): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(3129): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3129): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(3140): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3140): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(3163): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3163): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(3770): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3770): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(3865): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3865): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_shortwave.F90(3422): warning #7532: The number of arguments is incompatible with intrinsic procedure, assume 'external'. [GAMMA] +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3422): warning #7532: The number of arguments is incompatible with intrinsic procedure, assume 'external'. [GAMMA] gamma(w,uu,gg,e) = p5*w*((c1 + c3*gg*(c1-w)*uu*uu) & ------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_aerosol.F90 > ice_aerosol.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_aerosol.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90 > ice_algae.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_algae.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90(284): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_aerosol.F90 > ice_aerosol.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_aerosol.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90 > ice_algae.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_algae.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(284): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90(300): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(300): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90(344): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(344): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90(366): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(366): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90(403): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(403): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90(442): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(442): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_algae.F90(692): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(692): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90 > ice_itd.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_itd.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(333): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90 > ice_itd.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_itd.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(333): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(346): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(346): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(357): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(357): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(369): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(369): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(381): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(381): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(394): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(394): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(407): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(407): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(420): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(420): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(1139): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1139): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(1170): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1170): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(1903): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1903): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(1916): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1916): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(1935): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1935): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(1954): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1954): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2048): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2048): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2062): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2062): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2084): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2084): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2104): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2104): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2123): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2123): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2152): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2152): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2220): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2220): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2239): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2239): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(2255): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2255): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_itd.F90(1784): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [FLUX_BIO] +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1784): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [FLUX_BIO] flux_bio, l_stop, & ----------------------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90 > ice_mechred.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_mechred.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(800): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90 > ice_mechred.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_mechred.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(800): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1037): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1037): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1051): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1051): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1071): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1071): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1123): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1123): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1247): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1247): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1260): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1260): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1272): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1272): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1519): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1519): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1549): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1549): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1572): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1572): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1638): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1638): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1733): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1733): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1751): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1751): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1763): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1763): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1775): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1775): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1787): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1787): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1800): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1800): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1813): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1813): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1828): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1828): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1939): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1939): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1967): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1967): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1980): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1980): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(1992): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1992): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(2003): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2003): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(2201): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2201): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(2221): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2221): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_mechred.F90(2241): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2241): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_dyn_eap.F90 > ice_dyn_eap.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_eap.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_dyn_eap.F90(1179): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_eap.F90 > ice_dyn_eap.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_eap.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_eap.F90(1179): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_history_shared.F90 > ice_history_shared.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_shared.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_history_mechred.F90 > ice_history_mechred.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_mechred.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_history_pond.F90 > ice_history_pond.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_pond.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_history_bgc.F90 > ice_history_bgc.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_bgc.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_history_drag.F90 > ice_history_drag.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_drag.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf/ice_history_write.F90 > ice_history_write.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_write.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_mushy.F90 > ice_therm_mushy.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_mushy.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_history.F90 > ice_history.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_age.F90 > ice_age.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_age.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_firstyear.F90 > ice_firstyear.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_firstyear.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_lvl.F90 > ice_lvl.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_lvl.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90 > ice_transport_remap.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_transport_remap.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(1235): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_shared.F90 > ice_history_shared.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_mechred.F90 > ice_history_mechred.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_mechred.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_pond.F90 > ice_history_pond.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_pond.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_bgc.F90 > ice_history_bgc.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_bgc.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_drag.F90 > ice_history_drag.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_drag.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf/ice_history_write.F90 > ice_history_write.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_mushy.F90 > ice_therm_mushy.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_mushy.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history.F90 > ice_history.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_age.F90 > ice_age.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_age.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_firstyear.F90 > ice_firstyear.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_firstyear.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_lvl.F90 > ice_lvl.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90 > ice_transport_remap.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_transport_remap.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(1235): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3117): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3117): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3148): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3148): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3290): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3290): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3318): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3318): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3365): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3365): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3425): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3425): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3456): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3456): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3478): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3478): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3680): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3680): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_remap.F90(3700): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3700): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_transport_driver.F90 > ice_transport_driver.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_transport_driver.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90 > ice_therm_bl99.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_bl99.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(444): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_driver.F90 > ice_transport_driver.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_transport_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90 > ice_therm_bl99.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_bl99.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(444): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(569): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(569): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(646): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(646): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(685): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(685): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(756): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(756): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(905): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(905): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(990): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(990): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(1001): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1001): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(1125): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1125): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(1797): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1797): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(1806): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1806): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_bl99.F90(1818): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1818): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_0layer.F90 > ice_therm_0layer.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_0layer.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_0layer.F90(236): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90 > ice_therm_0layer.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_0layer.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(236): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_0layer.F90(297): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(297): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_0layer.F90(350): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(350): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_0layer.F90(450): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(450): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90 > ice_therm_vertical.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_vertical.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(742): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90 > ice_therm_vertical.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_vertical.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(742): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(754): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(754): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(765): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(765): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(781): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(781): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(914): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(914): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(941): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(941): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1046): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1046): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1065): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1065): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1199): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1199): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1227): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1227): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1438): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1438): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1452): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1452): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1573): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1573): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1624): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1624): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1667): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1667): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1696): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1696): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1730): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1730): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1768): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1768): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1777): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1777): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1844): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1844): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1897): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1897): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1951): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1951): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(1960): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1960): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(2086): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2086): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(2108): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2108): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(2207): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2207): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(2305): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2305): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_vertical.F90(2431): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2431): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_restoring.F90 > ice_restoring.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restoring.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_restoring.F90(456): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restoring.F90 > ice_restoring.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restoring.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restoring.F90(456): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_init.F90 > ice_init.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_init.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_init.F90(1381): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_init.F90 > ice_init.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_init.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_init.F90(1381): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90 > ice_brine.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_brine.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(175): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90 > ice_brine.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_brine.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(175): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(302): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(302): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(315): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(315): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(343): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(343): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(356): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(356): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(452): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(452): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(469): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(469): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(492): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(492): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_brine.F90(518): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(518): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_zbgc.F90 > ice_zbgc.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_zbgc.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_zbgc.F90(692): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90 > ice_zbgc.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_zbgc.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(692): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_zbgc.F90(825): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(825): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_zbgc.F90(996): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(996): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_zbgc.F90(1046): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(1046): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_restart_driver.F90 > ice_restart_driver.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart_driver.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice/CICE_InitMod.F90 > CICE_InitMod.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_InitMod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90 > ice_therm_itd.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_itd.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(341): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restart_driver.F90 > ice_restart_driver.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE_InitMod.F90 > CICE_InitMod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_InitMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90 > ice_therm_itd.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_itd.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(341): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(443): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(443): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(499): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(499): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(580): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(580): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(698): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(698): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1129): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1129): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1165): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1165): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1181): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1181): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1198): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1198): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1457): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1457): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1473): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1473): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1490): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1490): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1596): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1596): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1634): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1634): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1655): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1655): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1688): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1688): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_therm_itd.F90(1749): remark #5140: Unrecognized directive +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1749): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_dyn_evp.F90 > ice_dyn_evp.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_evp.f90 -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_dyn_evp.F90(517): remark #5140: Unrecognized directive +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_evp.F90 > ice_dyn_evp.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_evp.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_evp.F90(517): remark #5140: Unrecognized directive !DIR$ CONCURRENT !Cray ----------------------^ -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source/ice_step_mod.F90 > ice_step_mod.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_step_mod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice/CICE_RunMod.F90 > CICE_RunMod.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_RunMod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice/CICE_FinalMod.F90 > CICE_FinalMod.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_FinalMod.f90 -fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice/CICE.F90 > CICE.f90 -mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/drivers/cice -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/source -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/mpi -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/io_netcdf -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE.f90 -mpiifort -o /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/cice CICE.o CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o ice_aerosol.o ice_age.o ice_algae.o ice_atmo.o ice_blocks.o ice_boundary.o ice_brine.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_constants.o ice_diagnostics.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_firstyear.o ice_flux.o ice_forcing.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_init.o ice_itd.o ice_kinds_mod.o ice_lvl.o ice_mechred.o ice_meltpond_cesm.o ice_meltpond_lvl.o ice_meltpond_topo.o ice_ocean.o ice_orbital.o ice_read_write.o ice_restart.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_shortwave.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_therm_0layer.o ice_therm_bl99.o ice_therm_itd.o ice_therm_mushy.o ice_therm_shared.o ice_therm_vertical.o ice_timers.o ice_transport_driver.o ice_transport_remap.o ice_zbgc.o ice_zbgc_shared.o shr_orb_mod.o -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdf -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdf -lnetcdff -gmake[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice/compile' -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_step_mod.F90 > ice_step_mod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_step_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE_RunMod.F90 > CICE_RunMod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_RunMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE_FinalMod.F90 > CICE_FinalMod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_FinalMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE.F90 > CICE.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE.f90 +mpiifort -o /work/noaa/marine/dworthen/S2S_cmeps/CICE/cice CICE.o CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o ice_aerosol.o ice_age.o ice_algae.o ice_atmo.o ice_blocks.o ice_boundary.o ice_brine.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_constants.o ice_diagnostics.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_firstyear.o ice_flux.o ice_forcing.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_init.o ice_itd.o ice_kinds_mod.o ice_lvl.o ice_mechred.o ice_meltpond_cesm.o ice_meltpond_lvl.o ice_meltpond_topo.o ice_ocean.o ice_orbital.o ice_read_write.o ice_restart.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_shortwave.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_therm_0layer.o ice_therm_bl99.o ice_therm_itd.o ice_therm_mushy.o ice_therm_shared.o ice_therm_vertical.o ice_timers.o ice_transport_driver.o ice_transport_remap.o ice_zbgc.o ice_zbgc_shared.o shr_orb_mod.o -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdf -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdf -lnetcdff +gmake[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' +/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice NTASK = 48 global N, block_size x 1440, 60 @@ -24401,10 +24401,10 @@ max_blocks = 1 0 = TRBRI, brine height tracer 7 = NBGCLYR, number of bio grid layers 0 = TRBGCS, number of BGC tracers -ar: creating /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/liblanl_cice.a -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_CAP ; exec make -f makefile.nuopc \ - COMP_SRCDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE COMP_BINDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL SITE="NEMS.orion" SYSTEM_USERDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE" SRCDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE" EXEDIR="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" \ - "LANLCICEDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE" "INSTALLDIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL" install +ar: creating /work/noaa/marine/dworthen/S2S_cmeps/CICE/liblanl_cice.a +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; exec make -f makefile.nuopc \ + COMP_SRCDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE COMP_BINDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL SITE="NEMS.orion" SYSTEM_USERDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" EXEDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" CPPCMEPS="" NEMS_GRID="T126_mx5" \ + "LANLCICEDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE" "INSTALLDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL" install Currently Loaded Modules: 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 @@ -24418,34 +24418,34 @@ Currently Loaded Modules: -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice_cap' -mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/compile -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf cice_cap.F90 +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/compile -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf cice_cap.F90 ar rv libcice.a cice_cap.o ar: creating libcice.a a - cice_cap.o rm -f cice.mk.install -mkdir -p /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -cp -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/liblanl_cice.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -cp -f libcice.a cice_cap_mod.mod /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -cp -f cice.mk.install /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice_cap' -test -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk +mkdir -p /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +cp -f /work/noaa/marine/dworthen/S2S_cmeps/CICE/liblanl_cice.a /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +cp -f libcice.a cice_cap_mod.mod /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +cp -f cice.mk.install /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +test -f /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ccpp_mk="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk" ; echo fms_mk="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk" ; echo cice_mk="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk" ; ) > "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC" -. /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ccpp_mk="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk" ; echo fms_mk="/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk" ; echo cice_mk="/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk" ; ) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC" +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk ; do \ +for m in /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src ; \ +echo build NEMS after /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src ; \ make nems DEBUG=Y \ COMPONENTS="CCPP FMS FV3 MOM6 CICE" \ - CCPP_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp FMS_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL FV3_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL MOM6_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL CICE_DIR=/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL TARGET="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/exe/NEMS.x" ; \ -test -x /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/exe/NEMS.x + CCPP_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL FV3_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL MOM6_DIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL CICE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL TARGET="/work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x" ; \ +test -x /work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x Currently Loaded Modules: 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 @@ -24459,13 +24459,13 @@ Currently Loaded Modules: -build NEMS after /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk +build NEMS after /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk Components in linker order: CICE MOM6 FV3 FMS CCPP -CICE: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk -MOM6: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk -FV3: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk -FMS: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk -CCPP: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk +CICE: include /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +MOM6: include /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk +FMS: include /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk +CCPP: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" @@ -24474,206 +24474,26227 @@ CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' cd ENS_Cpl && make stub -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' mpiicc -E -DFV3_CPLD -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ENS_Cpl' -mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 21:35:42 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_NEMS_UTILS.tmp.f90 +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:46:39 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 21:35:42 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:46:39 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 21:35:42 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:46:39 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o 'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' -mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 21:35:42 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:46:39 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 21:35:42 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:46:39 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 21:35:42 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:46:39 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 21:35:42 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:46:39 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 21:35:42 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:46:39 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 21:35:42 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:46:39 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(junwang) Fri May 29 21:35:42 GMT 2020 re88fd931a0b9 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=150' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/../stochastic_physics -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/include -I/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build/physics -c MAIN_NEMS.tmp.f90 +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -D'SVN_INFO="(dworthen) Tue Jun 2 20:46:39 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf extlibs is /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -mpiifort -o /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/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 /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/libcice.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/liblanl_cice.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/libmom.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/lib_ocean.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libfv3cap.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libccppdriver.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libfv3core.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libfv3io.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libipd.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libgfsphys.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libfv3cpl.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/libstochastic_physics.a /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/libfms.a -L/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf +mpiifort -o /work/noaa/marine/dworthen/S2S_cmeps/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 /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/libcice.a /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/liblanl_cice.a /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/libmom.a /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/lib_ocean.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3cap.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libccppdriver.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3core.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3io.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libipd.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libgfsphys.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3cpl.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libstochastic_physics.a /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/libfms.a -L/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /apps/contrib/NCEPLIBS/orion/NCEPLIBS-umbrella/lib/src/jasper_v1.900.1/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src' +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' + [[ YES == YES ]] + make app=coupledFV3_CCPP_MOM6_CICE_debug clean -Convert /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder -...into /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk -Include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk +Convert /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder +...into /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk +Include /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_debug.appBuilder.mk MOM6%DEBUG=Y => MOM6_MAKEOPT += DEBUG=Y CICE%DEBUG=Y => CICE_MAKEOPT += DEBUG=Y -echo 'CCPP FMS FV3 MOM6 CICE' > "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE' > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS DEBUG=Y Adding FV3 makeopts to FMS makeopts -/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" ; \ -rm -rf "/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build" -+ cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp -+ rm -rf /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/build -cat /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs/makefile.temp.clean -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs ; \ - exec make CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp" -f makefile.temp.clean clean -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs' +cd "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build" ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build +cat /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile.temp.clean +cd /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs ; \ + exec make CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/fv3gfs' -cat /dev/null > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/configure.fv3 -cat /dev/null > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/modules.fv3 -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3 ; exec make \ +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/gfsphysics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/driver' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ipd' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/stochastic_physics' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/io' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/cpl' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3' -rm -rf nems_dir FV3_INSTALL /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/configure.fv3 \ - /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/conf/modules.fv3 +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +rm -rf nems_dir FV3_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 \ + /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 set -e ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6 ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ exec make -f makefile.nuopc clean -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice_cap' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' rm -f -f libcice.a *.f90 *.o *.mod *.lst depend -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_SRC/lanl_cice_cap' -set -e ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE_CAP ; set +e ; \ +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; set +e ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ -rm -rf cice.mk.install /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL -set -e ; cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE ; set +e ; \ +rm -rf cice.mk.install /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE ; set +e ; \ rm -rf history compile restart *.a ; \ find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f -if ! test -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC ; \ +if ! test -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE" \ +cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CICE MOM6 FV3 FMS CCPP -CICE: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk -make[1]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src' -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing -MOM6: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/MOM6/MOM6_INSTALL/mom6.mk -FV3: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/FV3/ccpp/ccpp.mk +CICE: include /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing +MOM6: include /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk +CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" +CPPFLAGS += ESMF_VERSION_MAJOR="8" +CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" +CPPFLAGS += ESMF_VERSION_MINOR="1" +CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" +CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" +CPPFLAGS += ESMF_VERSION_REVISION="0" +CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" +rm -f -f *.tmp.f90 *.lst *.o *.mod lm map +cd ENS_Cpl ; make clean +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' ++ cp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x /work/noaa/marine/dworthen/S2S_cmeps/tests/fv3_mom6_cice_3.exe ++ cp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems /work/noaa/marine/dworthen/S2S_cmeps/tests/modules.fv3_mom6_cice_3 ++ elapsed=428 ++ echo 'Elapsed time 428 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_debug finished' +Elapsed time 428 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_debug finished ++ SECONDS=0 ++ [[ 2 -lt 1 ]] ++ readonly app_name=coupledFV3_CCPP_MOM6_CICE_CMEPS ++ app_name=coupledFV3_CCPP_MOM6_CICE_CMEPS ++ readonly build_name=fv3_mom6_cice_4 ++ build_name=fv3_mom6_cice_4 ++ readonly clean_before=YES ++ clean_before=YES ++ readonly clean_after=YES ++ clean_after=YES ++ hostname +Orion-login-1.HPC.MsState.Edu ++++ dirname /work/noaa/marine/dworthen/S2S_cmeps/tests/compile.sh +++ cd /work/noaa/marine/dworthen/S2S_cmeps/tests +++ pwd -P ++ readonly compile_root_dir=/work/noaa/marine/dworthen/S2S_cmeps/tests ++ compile_root_dir=/work/noaa/marine/dworthen/S2S_cmeps/tests +++ cd /work/noaa/marine/dworthen/S2S_cmeps/tests/.. +++ pwd ++ PATHTR=/work/noaa/marine/dworthen/S2S_cmeps ++ echo 'PATHTR is /work/noaa/marine/dworthen/S2S_cmeps' +PATHTR is /work/noaa/marine/dworthen/S2S_cmeps ++ cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS ++ [[ coupledFV3_CCPP_MOM6_CICE_CMEPS =~ _debug ]] ++ S2S_DEBUG_MODULE=false ++ export S2S_DEBUG_MODULE ++ [[ YES == YES ]] ++ make app=coupledFV3_CCPP_MOM6_CICE_CMEPS distclean +Convert /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_CMEPS.appBuilder +...into /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_CMEPS.appBuilder.mk +Include /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_CMEPS.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE CMEPS' > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk" +NEMS_BUILDOPT IS +Adding FV3 makeopts to FMS makeopts +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +set -x ; \ +cd "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build" ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build +set -xue ; \ +export PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ +cd $PATH_CCPP ; \ +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib" ; \ +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include" ; \ +rm -f /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk ++ export PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ cd /work/noaa/marine/dworthen/S2S_cmeps ++ /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean +INFO: Logging level set to INFO +INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format +INFO: Performing clean .... +INFO: CCPP prebuild clean completed successfully, exiting. ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include ++ rm -f /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk +cat /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile.temp.clean +cd /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs ; \ + exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3 ; exec make \ + -k cleanall FMS_DIR=/dev/null +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +Cleaning ... + +(cd gfsphysics && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +makefile:269: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +Cleaning gfsphysics ... + +rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +(cd ccpp/driver && make clean) + +Build CCPP layer ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' +makefile:67: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' + +Build CCPP layer ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' +(cd ipd && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +makefile:54: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +Cleaning ipd ... + +rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +(cd ../stochastic_physics && make clean) + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +makefile:87: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +Cleaning stochastic_physics ... + +rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +(cd io && make clean) + +Build standalone FV3 io ... + +$ESMF_INC is [] +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' +Cleaning io ... + +rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' +(cd atmos_cubed_sphere && make clean) + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' +Cleaning fv3core ... + +rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' +(cd cpl && make clean) + +Build standalone FV3 io ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' +Cleaning io ... + +rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +rm -rf nems_dir FV3_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 \ + /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk +set -e ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ +set +e ; \ +rm -rf exec src/path_names_shared ; \ +find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f +rm -f /work/noaa/marine/dworthen/S2S_cmeps/MOM6/src/MOM6/config_src/nems_cap/mom5.mk.install +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +rm -f /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ + exec make -f makefile.nuopc clean +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +rm -f -f libcice.a *.f90 *.o *.mod *.lst depend +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; set +e ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ +rm -rf cice.mk.install /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE ; set +e ; \ +rm -rf history compile restart *.a ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +cp -n /work/noaa/marine/dworthen/S2S_cmeps/modulefiles/orion.intel/fv3_coupled /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems ; \ + . /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +set -e ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS ; \ +exec make clean + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8_0_0.g + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS' +cd mediator; \ +exec make clean PIO_INCLUDE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/mediator' +rm -f -f libcmeps.a *.i90 *.o *.mod +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/mediator' +cd nems/util; \ +exec make clean PIO_INCLUDE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/util' +rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod +rm -f -f med_constants_mod.* +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/util' +cd nems/lib; \ +exec make clean PIO_INSTALL_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib' +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build" +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib' +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS' +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL +rm -f /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk +if ! test -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ + delete_nuopc=yes ; \ +fi ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE CMEPS" \ + INCLUDES_ARE_OPTIONAL=YES clean ; \ +if [ "$delete_nuopc" = yes ] ; then \ + rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ +fi +Components in linker order: CMEPS CICE MOM6 FV3 FMS CCPP +CMEPS: include +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' +GNUmakefile:70: : component CMEPS makefile fragment is missing +CICE: include /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing +MOM6: include /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing +FV3: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing +CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" +CPPFLAGS += ESMF_VERSION_MAJOR="8" +CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" +CPPFLAGS += ESMF_VERSION_MINOR="1" +CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" +CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" +CPPFLAGS += ESMF_VERSION_REVISION="0" +CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" +rm -f -f *.tmp.f90 *.lst *.o *.mod lm map +cd ENS_Cpl ; make clean +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/externals.nems /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ESMFVersionDefine.h /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.sh /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.csh /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test_results.mk ++ make app=coupledFV3_CCPP_MOM6_CICE_CMEPS build +Convert /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_CMEPS.appBuilder +...into /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_CMEPS.appBuilder.mk +Include /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_CMEPS.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE CMEPS' > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk" +NEMS_BUILDOPT IS +Adding FV3 makeopts to FMS makeopts +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +cp /work/noaa/marine/dworthen/S2S_cmeps/conf/configure.fv3_coupled.orion.intel /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/externals.nems +cp /work/noaa/marine/dworthen/S2S_cmeps/modulefiles/orion.intel/fv3_coupled /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems +cp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ESMFVersionDefine.h +( echo '. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.sh" +( echo 'source /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.csh" +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/configure_rules.mk:3: /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk: No such file or directory +make -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS' +if [ -f "/modules.nems" ] ; then \ + . /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=8192 ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/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 ; \ +) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS' +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +set -xue ; \ +export PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ +cd $PATH_CCPP ; \ +./build_ccpp.sh orion.intel "$PATH_CCPP" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk \ + "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp"" NO NO ; \ +test -d "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp"/include ; \ +test -d "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp"/lib + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + ++ export PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ cd /work/noaa/marine/dworthen/S2S_cmeps ++ /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled +INFO: Logging level set to INFO +INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15p2_coupled.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 mo_gas_optics_rrtmgp +INFO: Parsed variable definition tables in module mo_gas_concentrations +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_arry +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_1scl +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_2str +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_nstr +INFO: Parsed variable definition tables in module mo_optical_props +INFO: Parsed variable definition tables in module mo_cloud_optics +INFO: Parsed variable definition tables in module mo_source_functions +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 rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount 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 ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name facsf of variable fractional_coverage_with_strong_cosz_dependency 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 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 cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name gas_concentrations of variable Gas_concentrations_for_RRTMGP_suite from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux 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 totsnw of variable accumulated_lwe_thickness_of_snow_amount 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 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_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one 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 gv0 of variable y_wind_updated_by_physics 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 sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean 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 npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index 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 tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean 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 zogw of variable height_of_launch_level_of_orographic_gravity_wave 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 do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name toa_src_sw of variable toa_incident_sw_flux_by_spectral_point 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 levsm1 of variable vertical_dimension_minus_one 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 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 cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air 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 clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface 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 c1_shal of variable detrainment_conversion_parameter_shallow_convection 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 semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name condition of variable physics_field_for_coupling from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name hlwb of variable RRTMGP_lw_heating_rate_spectral 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 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 nmtvr of variable number_of_statistical_measures_of_subgrid_orography 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 cld_swp of variable RRTMGP_cloud_snow_water_path 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 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 tsfco of variable sea_surface_temperature 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 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 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 flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length 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 do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rrtmgp_nGptsLW of variable number_of_lw_spectral_points_rrtmgp 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 aerosolslw of variable RRTMGP_aerosol_optical_properties_for_longwave_bands_01_16 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 Coupling of variable GFS_coupling_type_instance 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 tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag 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 qsq of variable q_prime_squared 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 refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name flxprf_sw of variable RRTMGP_sw_fluxes 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 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 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 u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling 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_time_step 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 pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction 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 te0 of variable atmosphere_energy_content_at_Lagrangian_surface 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 cgwf of variable multiplication_factors_for_convective_gravity_wave_drag 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 gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 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 ty_cloud_optics of variable ty_cloud_optics 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 gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics 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 gflx_ice of variable upward_heat_flux_in_soil_over_ice 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 dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name ty_optical_props_2str of variable ty_optical_props_2str 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 tracers_water of variable number_of_water_tracers 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 kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name lw_optical_props_cloudsByBand of variable longwave_optical_properties_for_cloudy_atmosphere_by_band 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 zm of variable ocean_mixed_layer_thickness 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 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 do_sppt of variable flag_for_stochastic_surface_physics_perturbations 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 c0s_deep of variable rain_conversion_parameter_deep_convection 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 gwd_opt of variable gwd_opt 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 qs_r of variable cloud_snow_mixing_ratio 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 nswsfci of variable surface_net_downwelling_shortwave_flux 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 lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model 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 cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface 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 dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling 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 sigmatot of variable convective_updraft_area_fraction_at_model_interfaces 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 sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step 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 ty_optical_props_nstr of variable ty_optical_props_nstr 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 phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step 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 ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land 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 f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name icseed_lw of variable seed_random_numbers_lw_for_RRTMGP 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 tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep 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 cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name fluxlwUP_clrsky of variable RRTMGP_lw_flux_profile_upward_clrsky 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 do_qa of variable flag_for_inline_cloud_fraction_calculation 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 tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name fluxlwDOWN_allsky of variable RRTMGP_lw_flux_profile_downward_allsky 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 CLDFRA_BL of variable subgrid_cloud_fraction_pbl 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 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 spfhmax of variable maximum_specific_humidity_at_2m 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 ca_sgs of variable flag_for_sgs_cellular_automata 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 dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd 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 alnwf of variable mean_nir_albedo_with_weak_cosz_dependency 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 lslwr of variable flag_to_calc_lw 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 hprime of variable statistical_measures_of_subgrid_orography 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 gw_kdis of variable eddy_mixing_due_to_ugwp 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 qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor 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 fice of variable sea_ice_concentration 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 ffhh of variable Monin_Obukhov_similarity_function_for_heat 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 cld_reliq of variable RRTMGP_mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel 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 CCPP_interstitial_type of variable CCPP_interstitial_type 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 dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling 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 nbdlw of variable number_of_aerosol_bands_for_longwave_radiation 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 aerosolssw(:,:,:,2) of variable RRTMGP_aerosol_single_scattering_albedo_for_shortwave_bands_01_16 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 clam_shal of variable entrainment_rate_coefficient_shallow_convection 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 imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme 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 rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling 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 cf_upi of variable convective_cloud_fraction_for_microphysics 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 cdata of variable ccpp_t_instance 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 icseed_sw of variable seed_random_numbers_sw_for_RRTMGP 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 forcet of variable temperature_tendency_due_to_dynamics 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 qwv_surf of variable water_vapor_mixing_ratio_at_surface 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 spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval 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 du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL 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 aerosolssw of variable RRTMGP_aerosol_optical_properties_for_shortwave_bands_01_16 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 kmp of variable top_layer_index_for_fast_physics 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 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 dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column 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 nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d 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 shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_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: 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 dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch 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 faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 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 icloud_bl of variable couple_sgs_clouds_to_radiation_flag 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 nseffr of variable index_for_snow_effective_radius 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 sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct 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 qi_r of variable cloud_ice_mixing_ratio 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 ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling 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 cplchm of variable flag_for_chemistry_coupling 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 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 snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep 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 nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered 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 mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio 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 htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels 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 Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name ipsdlw0 of variable initial_permutation_seed_lw 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 ifd of variable index_of_dtlm_start 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 do_myjpbl of variable do_myjpbl 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 tdoms of variable dominant_snow_type 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 tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag 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 con_ttp of variable triple_point_temperature_of_water 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 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 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 v1 of variable y_wind_at_lowest_model_layer_for_diag 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 canopy of variable canopy_water_amount 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 tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist 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 oceanfrac of variable sea_area_fraction 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 landfrac of variable land_area_fraction 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 num_p2d of variable array_dimension_of_2d_arrays_for_microphysics 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 tsurf_land of variable surface_skin_temperature_after_iteration_over_land 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 rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice 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 bl_mynn_tkeadvect of variable tke_advect 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 phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes 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 ntinc of variable index_for_ice_cloud_number_concentration 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 dkt of variable atmosphere_heat_diffusivity 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 indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics 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 drydep of variable instantaneous_dry_deposition 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 aerosolslw(:,:,:,1) of variable RRTMGP_aerosol_optical_depth_for_longwave_bands_01_16 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 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 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 hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing 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 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 con_rd of variable gas_constant_dry_air 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 dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection 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 cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice 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 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 smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil 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 ntot3d of variable number_of_fields_in_phyf3d 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 vvl of variable omega 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 evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name restart of variable flag_for_restart 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 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 nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step 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 ty_gas_concs of variable ty_gas_concs 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 snicexy of variable snow_layer_ice 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 xkzm_m of variable atmosphere_momentum_diffusivity_background 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 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 con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one 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 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 dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag 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 gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name sfc_alb_nir_dif of variable surface_albedo_nearIR_diffuse 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 ozpl of variable ozone_forcing 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 canliqxy of variable canopy_intercepted_liquid_water 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 imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name hlwc of variable RRTMGP_lw_heating_rate_all_sky 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 cld_rerain of variable RRTMGP_mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name idxday of variable daytime_points 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 stc of variable soil_temperature 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 lssav of variable flag_diagnostics 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 adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature 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 visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step 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 dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL 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 kdt of variable index_of_time_step 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 qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio 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 cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks 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 con_csol of variable specific_heat_of_ice_at_constant_pressure 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 vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration 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 hprime(:,1) of variable standard_deviation_of_subgrid_orography 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 phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name rrtmgp_nGptsSW of variable number_of_sw_spectral_points_rrtmgp from new to old metadata +INFO: Converting local name sw_gas_props of variable coefficients_for_sw_gas_optics 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 xlon of variable longitude from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid 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 dlqf of variable condensate_fraction_detrained_in_updraft_layers 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 rrtmgp_nBandsLW of variable number_of_lw_bands_rrtmgp 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 sneqvoxy of variable snow_mass_at_previous_time_step 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 lprnt of variable flag_print 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 tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave 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 ncnvcld3d of variable number_of_convective_3d_cloud_fields 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 fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice 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 evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection 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 active_gases of variable active_gases_used_by_RRTMGP 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 flhc of variable surface_exchange_coefficient_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 gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name ca_trigger of variable flag_for_global_cellular_automata_trigger 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 qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface 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 oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels 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 bk of variable b_parameter_of_the_hybrid_coordinate 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 tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag 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 prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors 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 jed of variable ending_y_direction_index_domain 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 cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean 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 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 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 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 gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics 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 ak of variable a_parameter_of_the_hybrid_coordinate 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 cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name fluxlwDOWN_clrsky of variable RRTMGP_lw_flux_profile_downward_clrsky 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 snoalb of variable upper_bound_on_max_albedo_over_deep_snow 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 ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness 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 snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name t_lay of variable air_temperature_at_layer_for_RRTMGP 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 c1_deep of variable detrainment_conversion_parameter_deep_convection 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 dlwsfci of variable surface_downwelling_longwave_flux 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 rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean 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 blksz of variable horizontal_block_size 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 gflx_ocean of variable upward_heat_flux_in_soil_over_ocean 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 diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers 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 phy_myj_z0base of variable baseline_surface_roughness_length 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 zlwb of variable height_of_low_level_wave_breaking 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 swhc 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 slopetype of variable surface_slope_classification 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 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 w_upi of variable vertical_velocity_for_updraft 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 lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name hlw0 of variable RRTMGP_lw_heating_rate_clear_sky 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 GFS_Data of variable GFS_data_type_instance_all_blocks 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 sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused 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 qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy 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 tgrs(:,1) of variable air_temperature_at_lowest_model_layer 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 dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep 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 smoiseq of variable equilibrium_soil_water_content 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 xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature 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 conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name alnsf of variable mean_nir_albedo_with_strong_cosz_dependency from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name tv_lay of variable virtual_temperature 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 nGases of variable number_of_active_gases_used_by_RRTMGP 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 dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection 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 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 ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean 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 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 save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save 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 ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name ty_optical_props_1scl of variable ty_optical_props_1scl 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 slope of variable surface_slope_classification_real 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 dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep 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 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 rhofr of variable density_of_frozen_precipitation 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 cnv_mfd of variable detrained_mass_flux 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 gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name hflxq of variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness 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 dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag 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 tmpmin of variable minimum_temperature_at_2m 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 do_sb_physics of variable mg_flag_for_sb2001_autoconversion 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 sw_cloud_props of variable coefficients_for_sw_cloud_optics 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 sncovr of variable surface_snow_area_fraction_over_land 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 trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion 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 blksz(ccpp_block_number) of variable horizontal_loop_extent 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 levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one 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 diceprv of variable ice_precipitation_rate_from_previous_timestep 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 gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 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 isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation 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 gasvmr(:,:,5) of variable volume_mixing_ratio_co 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 xlat_d of variable latitude_degree 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 fluxswDOWN_allsky of variable RRTMGP_sw_flux_profile_downward_allsky 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 ca_closure of variable flag_for_global_cellular_automata_closure 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 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 tlyr of variable air_temperature_at_layer_for_radiation 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 islmsk of variable sea_land_ice_mask 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 rrtmgp_root of variable directory_for_rte_rrtmgp_source_code 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 nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step 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 rrtmgp_nGauss_ang of variable number_of_angles_used_in_gaussian_quadrature 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 dt_cool of variable sub_layer_cooling_amount 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 flipv of variable flag_flip 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 bl_mynn_edmf of variable edmf_flag 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 z01d of variable perturbation_of_momentum_roughness_length 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 bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme 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 xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes 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 lw_optical_props_clrsky of variable longwave_optical_properties_for_clear_sky 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 nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name ca_entr of variable flag_for_global_cellular_automata_entr 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 hsw0 of variable RRTMGP_sw_heating_rate_clear_sky 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 dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag 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 pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_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 cld_rwp of variable RRTMGP_cloud_rain_water_path 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 dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name lw_optical_props_aerosol of variable longwave_optical_properties_for_aerosols 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 visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step 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 snowxy of variable number_of_snow_layers 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 isot of variable soil_type_dataset_choice 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 dusfci of variable instantaneous_surface_x_momentum_flux_for_diag 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 do_GPsw_Glw of variable scheme_flag 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_and_radiation_levels 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 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 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 ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography 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 gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name cld_iwp of variable RRTMGP_cloud_ice_water_path 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 gt0 of variable air_temperature_updated_by_physics 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 ied of variable ending_x_direction_index_domain 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 qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration 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 runoff of variable total_runoff 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 ty_source_func_lw of variable ty_source_func_lw 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 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 smc of variable volume_fraction_of_soil_moisture 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 lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model 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 nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation 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 dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name hswc of variable RRTMGP_sw_heating_rate_all_sky 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 ugrs(:,1) of variable x_wind_at_lowest_model_layer 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 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 t_lev of variable air_temperature_at_interface_for_RRTMGP 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 blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name p_lay of variable air_pressure_at_layer_for_RRTMGP_in_hPa 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 rho_h2o of variable density_of_fresh_water 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 gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 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 imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass 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 jcap of variable number_of_spectral_wave_trancation_for_sas 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 lfmassxy of variable leaf_mass 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 mg3_as_mg2 of variable flag_mg3_as_mg2 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 scmpsw of variable components_of_surface_downward_shortwave_fluxes 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 mg_do_hail of variable mg_flag_for_hail 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 wind10mmax of variable maximum_wind_at_10m 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 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 uswsfci of variable surface_upwelling_shortwave_flux 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 ntrac of variable number_of_tracers 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 do_gwd of variable flag_for_gravity_wave_drag 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 htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels 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 dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky 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 srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels 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 imap of variable map_of_block_column_number_to_global_i_index 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 ncpl of variable local_condesed_water_number_concentration 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 sfc_alb_nir_dir of variable surface_albedo_nearIR_direct from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf 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 tsnoxy of variable snow_temperature 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 zlvl of variable height_above_ground_at_lowest_model_layer 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 loop_cnt of variable ccpp_loop_counter 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 hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name aerosolslw(:,:,:,3) of variable RRTMGP_aerosol_asymmetry_parameter_for_longwave_bands_01_16 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 cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment 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 iopt_inf of variable flag_for_frozen_soil_permeability_option 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 huge of variable netcdf_float_fillvalue 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 h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels 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 qss_ocean of variable surface_specific_humidity_over_ocean 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 ncnd of variable number_of_cloud_condensate_types 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 u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux 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 drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling 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 mg_alf of variable mg_tuning_factor_for_alphas 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 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 betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection 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 clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud 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 sup of variable ice_supersaturation_threshold 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 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 tf of variable frozen_cloud_threshold_temperature 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 levsp1 of variable vertical_dimension_plus_one 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 faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras 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 stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime 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 smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point 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 lh of variable surface_latent_heat 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 phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics 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 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 ffmm of variable Monin_Obukhov_similarity_function_for_momentum 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 zmtb of variable height_of_mountain_blocking 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 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 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 mtopa of variable model_layer_number_at_cloud_top 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 pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name dx of variable cell_size 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 rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land 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 tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message 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 weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice 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 ccpp_t of variable ccpp_t 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 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 nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index 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 zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name ca1 of variable cellular_automata_global_pattern 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 sw_optical_props_cloudsByBand of variable shortwave_optical_properties_for_cloudy_atmosphere_by_band 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 ktop of variable vertical_index_at_cloud_top 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 cnvc of variable convective_cloud_cover 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 fluxswUP_clrsky of variable RRTMGP_sw_flux_profile_upward_clrsky 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 satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL 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 prauras of variable coefficient_from_cloud_water_to_rain_ras 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 aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles 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 facwf of variable fractional_coverage_with_weak_cosz_dependency 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 faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 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 num_p3d of variable array_dimension_of_3d_arrays_for_microphysics 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 asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name alvsf of variable mean_vis_albedo_with_strong_cosz_dependency 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 evpco of variable coefficient_for_evaporation_of_rainfall 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 phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top 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 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 sw_file_gas of variable rrtmgp_kdistribution_sw 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 kt of variable vertical_index_difference_between_layer_and_upper_bound 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 mg_dcs of variable mg_autoconversion_size_threshold_ice_snow 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 topflw_type of variable topflw_type 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 cscnv of variable flag_for_Chikira_Sugiyama_deep_convection 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 rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep 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 rann of variable random_number_array 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 tracer of variable chemical_tracers 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 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 sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name sfc_emiss_byband of variable surface_emissivity_in_each_RRTMGP_LW_band 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 sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc 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 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 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 pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name rrtmgp_nrghice of variable number_of_rrtmgp_ice_roughness 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 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 tsq of variable t_prime_squared 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 nqrimef of variable index_for_mass_weighted_rime_factor 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 sinlat of variable sine_of_latitude 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 evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep 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 ntrcaer of variable number_of_aerosol_tracers_MG 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 rlapse of variable air_temperature_lapse_rate_constant 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 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 snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep 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 nday of variable daytime_points_dimension 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 dusfcin_cpl of variable surface_x_momentum_flux_for_coupling 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 debug of variable flag_debug 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 cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean 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 dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics 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 el_pbl of variable mixing_length 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 cplwav2atm of variable flag_for_wave_coupling_to_atm 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 ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation 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 GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name cld_lwp of variable RRTMGP_cloud_liquid_water_path 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 sed_supersat of variable mg_allow_supersat_after_sed 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 gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp 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 dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name trans of variable transpiration_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 dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation 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 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 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 tile_num of variable number_of_tile 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 me of variable mpi_rank 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 dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction 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 last_step of variable flag_for_the_last_step_of_k_split_remapping 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 solhr of variable forecast_hour_of_the_day 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 prautco of variable coefficient_from_cloud_water_to_rain 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 toa_src_lw of variable toa_incident_lw_flux_by_spectral_point 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 clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height 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 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 yearlen of variable number_of_days_in_year 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 relhum of variable relative_humidity 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 do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff 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 mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf 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 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 hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean 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 forceq of variable moisture_tendency_due_to_dynamics 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 oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass 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 con_pi of variable pi 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 ngeffr of variable index_for_graupel_effective_radius 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 phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top 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 tcr of variable cloud_phase_transition_threshold_temperature 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 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 dudt of variable tendency_of_x_wind_due_to_model_physics 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 con_epsq of variable minimum_value_of_specific_humidity 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 flag_iter of variable flag_for_iteration 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 lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name mol of variable theta_star 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 sw_optical_props_clouds of variable shortwave_optical_properties_for_cloudy_atmosphere 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 clam_deep of variable entrainment_rate_coefficient_deep_convection 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 con_cp of variable specific_heat_of_dry_air_at_constant_pressure 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 mg_ngcons of variable mg_flag_graupel_concentration_constant 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 lradar of variable flag_for_radar_reflectivity 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 work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement 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 imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme 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 hffac of variable surface_upward_sensible_heat_flux_reduction_factor 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 phy_fctd of variable cloud_base_mass_flux 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 edmf_ent of variable emdf_updraft_entrainment_rate 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 old_monin of variable flag_for_old_PBL_scheme 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 sfc_alb_uvvis_dif of variable surface_albedo_uvvis_dif 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 sfc_alb_uvvis_dir of variable surface_albedo_uvvis_dir 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 waxy of variable water_storage_in_aquifer 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 clouds(:,:,6) of variable cloud_rain_water_path 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 nsswr of variable number_of_timesteps_between_shortwave_radiation_calls 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 dusfc1 of variable instantaneous_surface_x_momentum_flux 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 kcnv of variable flag_deep_convection 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 dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling 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 cndm_surf of variable surface_condensation_mass 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 do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL 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 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 aerosolssw(:,:,:,3) of variable RRTMGP_aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name levs of variable vertical_dimension 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 rrtmgp_cld_optics of variable rrtmgp_cloud_optics_flag 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 cldtaulw of variable RRTMGP_cloud_optical_depth_layers_at_10mu_band 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 prnum of variable prandtl_number 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 chs2 of variable surface_exchange_coefficient_for_heat_at_2m 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 htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step 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 tsfg of variable surface_ground_temperature_for_radiation 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 active_gases_array of variable list_of_active_gases_used_by_RRTMGP 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 master of variable mpi_root 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 latidxprnt of variable latitude_index_in_debug_printouts 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 alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration 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 mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name flxprf_lw of variable RRTMGP_lw_fluxes 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 communicator of variable mpi_comm 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 smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table 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 dtsfci of variable instantaneous_surface_upward_sensible_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 nncl of variable number_of_tracers_for_cloud_condensate 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 d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name cld_frac of variable RRTMGP_total_cloud_fraction 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 frland of variable land_area_fraction_for_microphysics 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 dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling 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 dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation 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 ncps of variable local_snow_number_concentration 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 sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth 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 cnvw of variable convective_cloud_water_mixing_ratio 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 fluxswUP_allsky of variable RRTMGP_sw_flux_profile_upward_allsky 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 cld_resnow of variable RRTMGP_mean_effective_radius_for_snow_flake 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 tice of variable sea_ice_temperature_interstitial 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 save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save 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 evapq of variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness 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 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 gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name tgrs of variable air_temperature 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 sw_optical_props_aerosol of variable shortwave_optical_properties_for_aerosols from new to old metadata +INFO: Converting local name e0fac of variable latent_heat_flux_fraction_factor_relative_to_sensible_heat_flux 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 snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name do_RRTMGP of variable flag_for_rrtmgp_radiation_scheme 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 nupdraft of variable number_of_plumes 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 GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name lw_file_clouds of variable rrtmgp_coeff_lw_cloud_optics 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 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 gflx of variable upward_heat_flux_in_soil 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 mg_qcvar of variable mg_cloud_water_variance 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 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 totgrp of variable accumulated_lwe_thickness_of_graupel_amount 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 lw_file_gas of variable rrtmgp_kdistribution_lw 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 je of variable ending_y_direction_index 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 hefac of variable surface_upward_latent_heat_flux_reduction_factor 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 GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name p_lev of variable air_pressure_at_interface_for_RRTMGP_in_hPa 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 pertalb of variable magnitude_of_surface_albedo_perturbation 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 rhc of variable critical_relative_humidity 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 nspinup of variable number_of_iterations_to_spin_up_cellular_automata 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 dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface 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 dlength of variable characteristic_grid_length_scale 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 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 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 pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name sec_diff_byband of variable secant_of_diffusivity_angle_each_RRTMGP_LW_band 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 zorlo of variable surface_roughness_length_over_ocean 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 v10m of variable y_wind_at_10m 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 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 flag_cice of variable flag_for_cice 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 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 qgl of variable local_graupel_mixing_ratio 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 GFS_Data(ccpp_block_number) of variable GFS_data_type_instance 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 tsfa of variable surface_air_temperature_for_radiation 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 skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind 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 lsoil of variable soil_vertical_dimension 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 z0fac of variable surface_roughness_fraction_factor 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 jmap of variable map_of_block_column_number_to_global_j_index 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 c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name xlat of variable latitude 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 zorl_land of variable surface_roughness_length_over_land_interstitial 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 dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature 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 rhowater of variable liquid_water_density 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 ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine 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 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 grav_settling of variable grav_settling 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 fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux 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 imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme 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 js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name sources of variable longwave_source_function 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 iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation 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 dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag 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 prevsq of variable moisture_from_previous_timestep 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 stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress 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 npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface 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 fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean 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 crtrh(1) of variable critical_relative_humidity_at_surface 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 ndust of variable number_of_dust_bins_for_diagnostics 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 dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag 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 dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep 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 eahxy of variable canopy_air_vapor_pressure 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 vfact_ca of variable vertical_weight_for_ca 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 microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name cld_reice of variable RRTMGP_mean_effective_radius_for_ice_cloud 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 gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 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 crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag 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 gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep 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 input_nml_file of variable namelist_filename_for_internal_file_reads 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 tdomr of variable dominant_rain_type 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 GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name ipsdsw0 of variable initial_permutation_seed_sw 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 fn_nml of variable namelist_filename 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 snowd of variable surface_snow_thickness_water_equivalent 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 nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name lw_cloud_props of variable coefficients_for_lw_cloud_optics 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 woodxy of variable wood_mass 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 dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux 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 hswb of variable RRTMGP_sw_heating_rate_spectral 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 nctp of variable number_of_cloud_types_CS 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 xcosz of variable instantaneous_cosine_of_zenith_angle 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 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 upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification 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 gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name lw_gas_props of variable coefficients_for_lw_gas_optics 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 ty_gas_optics_rrtmgp of variable ty_gas_optics_rrtmgp 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 aerosolslw(:,:,:,2) of variable RRTMGP_aerosol_single_scattering_albedo_for_longwave_bands_01_16 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 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 abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification 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 vgrs of variable y_wind 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 snowfallac of variable total_accumulated_snowfall 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 sfcflw_type of variable sfcflw_type 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 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 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 dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name fluxlwUP_allsky of variable RRTMGP_lw_flux_profile_upward_allsky 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 dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL 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 wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function 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 fluxswDOWN_clrsky of variable RRTMGP_sw_flux_profile_downward_clrsky 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 ustm of variable surface_friction_velocity_drag 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 w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name aerosolssw(:,:,:,1) of variable RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16 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 do_cldice of variable mg_flag_for_cloud_ice_processes 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 radar_reset of variable flag_for_resetting_radar_reflectivity_calculation 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 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 ntchmdiag of variable number_of_chemical_tracers_for_diagnostics 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 save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save 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 wtxy of variable water_storage_in_aquifer_and_saturated_soil 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 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 nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling 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 delz of variable thickness_at_Lagrangian_surface 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 islmsk_cice of variable sea_land_ice_mask_cice 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 oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name rrtmgp_nBandsSW of variable number_of_sw_bands_rrtmgp 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 fhour of variable forecast_time 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 iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option 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 visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step 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 sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped 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 proflw_type of variable proflw_type from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity 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 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 dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag 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 npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface 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 dvsfc1 of variable instantaneous_surface_y_momentum_flux 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 uustar_ocean of variable surface_friction_velocity_over_ocean 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 rilist of variable gas_constants_for_multi_gases_physics 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 weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name lw_optical_props_clouds of variable longwave_optical_properties_for_cloudy_atmosphere from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc 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 clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature 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 betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection 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 semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction 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 qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name coszdg of variable daytime_mean_cosz_over_rad_call_period from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing 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 snowmt of variable surface_snow_melt 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 redrag of variable flag_for_reduced_drag_coefficient_over_sea 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 edmf_a of variable emdf_updraft_area 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 sw_file_clouds of variable rrtmgp_coeff_sw_cloud_optics 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 dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd 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 keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model 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 bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name sw_optical_props_clrsky of variable shortwave_optical_properties_for_clear_sky 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 lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cldtausw of variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band from new to old metadata +INFO: Converting local name iaerclm of variable flag_for_aerosol_input_MG_radiation 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 ca_global of variable flag_for_global_cellular_automata 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 nthresh of variable threshold_for_perturbed_vertical_velocity 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 dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics 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 delp of variable pressure_thickness_at_Lagrangian_surface 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 xu of variable diurnal_thermocline_layer_x_current 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 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 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 qsnw of variable local_snow_water_mixing_ratio 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 cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp 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 xz of variable diurnal_thermocline_layer_thickness 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 shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term 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 semis of variable surface_longwave_emissivity 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 dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics 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 tmpmax of variable maximum_temperature_at_2m 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 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 tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean 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 wcbmax of variable maximum_updraft_velocity_at_cloud_base 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 skip_macro of variable flag_skip_macro 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 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 gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics 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 qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration 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 kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity 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(:,:,9) of variable mean_effective_radius_for_snow_flake 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 evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Metadata table for model FV3 written to /work/noaa/marine/dworthen/S2S_cmeps/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 sfc_ocean +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme rrtmgp_sw_cloud_optics +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +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 zhaocarr_precpd +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 hedmf_hafs +INFO: Parsed tables in scheme GFS_rrtmgp_sw_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme GFS_rrtmgp_lw_post +INFO: Parsed tables in scheme sfc_diff +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 rrtmg_lw +INFO: Parsed tables in scheme rrtmgp_lw_rte +INFO: Parsed tables in scheme dcyc2t3 +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 cires_ugwp_post +INFO: Parsed tables in scheme rrtmgp_lw_cloud_optics +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme moninshoc +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme rrtmgp_lw_cloud_sampling +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sascnvn +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 GFS_suite_interstitial_5 +INFO: Parsed tables in scheme mp_thompson_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 shalcnv +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 myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme drag_suite +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 mynnrad_post +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmgp_pre +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 GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme ozphys_2015 +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 +INFO: Parsed tables in scheme rrtmgp_sw_rte +INFO: Parsed tables in scheme rrtmgp_lw_pre +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_rrtmgp_sw_post +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme rrtmgp_sw_aerosol_optics +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 rrtmgp_lw_aerosol_optics +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme rrtmgp_sw_gas_optics +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 satmedmfvdif +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme rrtmgp_sw_cloud_sampling +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme rrtmgp_lw_gas_optics +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme GFS_rrtmgp_setup +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable Gas_concentrations_for_RRTMGP_suite +INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band +INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_10mu_band +INFO: filtering out variable RRTMGP_lw_flux_profile_downward_allsky +INFO: filtering out variable RRTMGP_lw_flux_profile_downward_clrsky +INFO: filtering out variable RRTMGP_lw_flux_profile_upward_allsky +INFO: filtering out variable RRTMGP_lw_flux_profile_upward_clrsky +INFO: filtering out variable RRTMGP_lw_fluxes +INFO: filtering out variable RRTMGP_lw_heating_rate_spectral +INFO: filtering out variable RRTMGP_sw_flux_profile_downward_allsky +INFO: filtering out variable RRTMGP_sw_flux_profile_downward_clrsky +INFO: filtering out variable RRTMGP_sw_flux_profile_upward_allsky +INFO: filtering out variable RRTMGP_sw_flux_profile_upward_clrsky +INFO: filtering out variable RRTMGP_sw_fluxes +INFO: filtering out variable RRTMGP_sw_heating_rate_spectral +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_pressure_at_interface_for_RRTMGP_in_hPa +INFO: filtering out variable air_pressure_at_layer_for_RRTMGP_in_hPa +INFO: filtering out variable air_temperature_at_interface_for_RRTMGP +INFO: filtering out variable air_temperature_at_layer_for_RRTMGP +INFO: filtering out variable air_temperature_lapse_rate_constant +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 chemical_tracers +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_ice_conversion_threshold_ras +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_c_0 +INFO: filtering out variable coefficient_c_d +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable coefficient_w_0 +INFO: filtering out variable coefficient_w_d +INFO: filtering out variable coefficients_for_lw_cloud_optics +INFO: filtering out variable coefficients_for_lw_gas_optics +INFO: filtering out variable coefficients_for_sw_cloud_optics +INFO: filtering out variable coefficients_for_sw_gas_optics +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +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 dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable directory_for_rte_rrtmgp_source_code +INFO: filtering out variable diurnal_thermocline_layer_heat_content +INFO: filtering out variable diurnal_thermocline_layer_thickness +INFO: filtering out variable diurnal_thermocline_layer_x_current +INFO: filtering out variable diurnal_thermocline_layer_y_current +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_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_resetting_radar_reflectivity_calculation +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_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 free_convection_layer_thickness +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 index_of_dtlm_start +INFO: filtering out variable initial_permutation_seed_lw +INFO: filtering out variable initial_permutation_seed_sw +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 joules_per_calorie_constant +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 list_of_active_gases_used_by_RRTMGP +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 longwave_optical_properties_for_aerosols +INFO: filtering out variable longwave_optical_properties_for_clear_sky +INFO: filtering out variable longwave_optical_properties_for_cloudy_atmosphere +INFO: filtering out variable longwave_optical_properties_for_cloudy_atmosphere_by_band +INFO: filtering out variable longwave_source_function +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_change_over_depth_in_sea_water_temperature +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 multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_active_gases_used_by_RRTMGP +INFO: filtering out variable number_of_aerosol_tracers_MG +INFO: filtering out variable number_of_angles_used_in_gaussian_quadrature +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_rrtmgp_ice_roughness +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 ocean_mixed_layer_thickness +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 relative_humidity +INFO: filtering out variable rrtmgp_cloud_optics_flag +INFO: filtering out variable rrtmgp_coeff_lw_cloud_optics +INFO: filtering out variable rrtmgp_coeff_sw_cloud_optics +INFO: filtering out variable rrtmgp_kdistribution_lw +INFO: filtering out variable rrtmgp_kdistribution_sw +INFO: filtering out variable sea_surface_reference_temperature +INFO: filtering out variable sea_water_reference_density +INFO: filtering out variable sea_water_salinity +INFO: filtering out variable secant_of_diffusivity_angle_each_RRTMGP_LW_band +INFO: filtering out variable sensible_heat_flux_due_to_rainfall +INFO: filtering out variable sensitivity_of_dtl_heat_content_to_surface_temperature +INFO: filtering out variable sensitivity_of_dtl_thickness_to_surface_temperature +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 shortwave_optical_properties_for_aerosols +INFO: filtering out variable shortwave_optical_properties_for_clear_sky +INFO: filtering out variable shortwave_optical_properties_for_cloudy_atmosphere +INFO: filtering out variable shortwave_optical_properties_for_cloudy_atmosphere_by_band +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_of_ice_at_constant_pressure +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 sub_layer_cooling_amount +INFO: filtering out variable sub_layer_cooling_thickness +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_albedo_nearIR_diffuse +INFO: filtering out variable surface_albedo_nearIR_direct +INFO: filtering out variable surface_albedo_uvvis_dif +INFO: filtering out variable surface_albedo_uvvis_dir +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_emissivity_in_each_RRTMGP_LW_band +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_skin_temperature_for_nsst +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 toa_incident_sw_flux_by_spectral_point +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_temperature_average_range_lower_bound +INFO: filtering out variable vertical_temperature_average_range_upper_bound +INFO: filtering out variable virtual_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 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 /work/noaa/marine/dworthen/S2S_cmeps/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 after returning from 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 after returning from 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 after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating list of Fortran modules containing CCPP type definitions ... +INFO: Generating typedefs makefile/cmakefile snippet ... +INFO: Added 10 typedefs to /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.sh +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 215 schemes to /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.mk, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 16 auto-generated caps to /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.mk and /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.cmake, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.sh +INFO: CCPP prebuild step completed successfully. ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ ./build_ccpp.sh orion.intel /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp' NO NO +MACHINE_ID=orion.intel is valid. +Compilers set for orion.intel. +Obtained ESMF_LIB=/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib from /apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib/esmf.mk +Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp -DNETCDF_DIR=/apps/contrib/NCEPLIBS/lib//netcdfp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=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-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/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-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/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-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- 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 Doxygen: /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 +-- Got CCPP TYPEDEFS from cmakefile include file: gfs_typedefs.mod;mo_cloud_optics.mod;mo_optical_props.mod;ccpp_typedefs.mod;mo_gas_concentrations.mod;machine.mod;mo_source_functions.mod;module_radlw_parameters.mod;module_radsw_parameters.mod;mo_gas_optics_rrtmgp.mod +-- Got CCPP SCHEMES from cmakefile include file: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aer_cloud.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerclm_def.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerinterp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/calpreciptype.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldwat2m_micro.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldmacro.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/date_def.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/funcphys.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcycle.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2o_def.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ointerp.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccn_def.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccninterp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iounitdef.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/machine.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mersenne_twister.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbl.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg_utils.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg2_0.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg3_0.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/multi_gases.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_model.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_parameters.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_radar.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bl_mynn.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_mynn.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_orowam2017.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpblt.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbltq.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscu.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscuq.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/noahmp_tables.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/num_parthds.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozne_def.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozinterp.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physcons.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physparam.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radcons.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_aerosols.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_astronomy.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_clouds.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_gases.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_surface.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_datatb.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_datatb.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfaerosols.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfcsub.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sflx.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/surface_perturbation.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_deep.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_sh.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/tridi.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/wv_saturation.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_soil_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rayleigh_damp.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_ocean.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ysuvdif.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_fer_hires.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_debug.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/precpd.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf_hafs.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_sice.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diff.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_main.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/dcyc2.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdc.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdps.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninshoc.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_cice.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdifq.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sascnvn.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_nst.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shalcnv.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/get_prs_fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/drag_suite.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcm_shoc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gscond.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys_2015.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cnvc90.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_main.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfshalcnv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdif.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_stochastics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shinhongvdif.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ophys.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_aux.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfdeepcnv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rascnv.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 +-- Got CCPP CAPS from cmakefile include file: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 +-- Configuring done +-- Generating done +CMake Warning: + Manually-specified variables were not used by the project: + + LEGACY_INTEL + + +-- Build files have been written to: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -S/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp -B/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles/progress.marks +make -f CMakeFiles/Makefile2 all +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Scanning dependencies of target ccpp +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +[ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_types.mod framework/src/CMakeFiles/ccpp.dir/ccpp_types.mod.stamp Intel +[ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_api.mod framework/src/CMakeFiles/ccpp.dir/ccpp_api.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build +[ 1%] Linking Fortran static library libccpp.a +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 +/bin/ar qc libccpp.a CMakeFiles/ccpp.dir/ccpp_types.F90.o CMakeFiles/ccpp.dir/ccpp_api.F90.o +/bin/ranlib libccpp.a +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +[ 1%] Built target ccpp +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Scanning dependencies of target ccppphys +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +[ 1%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/machine.mod physics/CMakeFiles/ccppphys.dir/machine.mod.stamp Intel +[ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/physcons.mod physics/CMakeFiles/ccppphys.dir/physcons.mod.stamp Intel +[ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_common.mod physics/CMakeFiles/ccppphys.dir/ugwp_common.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_conv_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_conv_init.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_fjet_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_fjet_init.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_lsatdis_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_lsatdis_init.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_okw_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_okw_init.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_oro_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_oro_init.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_wmsdis_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_wmsdis_init.mod.stamp Intel +[ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_module.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_module.mod.stamp Intel +[ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdps.mod physics/CMakeFiles/ccppphys.dir/gwdps.mod.stamp Intel +[ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp.mod.stamp Intel +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_post.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_post.mod.stamp Intel +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cnvc90.mod physics/CMakeFiles/ccppphys.dir/cnvc90.mod.stamp Intel +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/dcyc2t3.mod physics/CMakeFiles/ccppphys.dir/dcyc2t3.mod.stamp Intel +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/get_phi_fv3.mod physics/CMakeFiles/ccppphys.dir/get_phi_fv3.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/get_prs_fv3.mod physics/CMakeFiles/ccppphys.dir/get_prs_fv3.mod.stamp Intel +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_pre.mod.stamp Intel +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_pre.mod.stamp Intel +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_pre.mod.stamp Intel +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_pre.mod.stamp Intel +[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_pre.mod.stamp Intel +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mersenne_twister.mod physics/CMakeFiles/ccppphys.dir/mersenne_twister.mod.stamp Intel +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_kind.mod physics/CMakeFiles/ccppphys.dir/mo_rte_kind.mod.stamp Intel +[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props_kernels.mod.stamp Intel +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_util_array.mod physics/CMakeFiles/ccppphys.dir/mo_rte_util_array.mod.stamp Intel +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props.mod.stamp Intel +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_cloud_optics.mod.stamp Intel +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_string.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_string.mod.stamp Intel +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_concentrations.mod physics/CMakeFiles/ccppphys.dir/mo_gas_concentrations.mod.stamp Intel +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_source_functions.mod physics/CMakeFiles/ccppphys.dir/mo_source_functions.mod.stamp Intel +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics.mod.stamp Intel +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_kernels.mod.stamp Intel +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_constants.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_constants.mod.stamp Intel +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder_kernels.mod.stamp Intel +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder.mod.stamp Intel +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_rrtmgp.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_rrtmgp.mod.stamp Intel +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/physparam.mod physics/CMakeFiles/ccppphys.dir/physparam.mod.stamp Intel +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radlw_parameters.mod.stamp Intel +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radsw_parameters.mod.stamp Intel +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/parse_tracers.mod physics/CMakeFiles/ccppphys.dir/parse_tracers.mod.stamp Intel +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_typedefs.mod physics/CMakeFiles/ccppphys.dir/gfs_typedefs.mod.stamp Intel +[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_1.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_1.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_2.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_2.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_3.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_3.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_4.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_4.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_phys_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_phys_reset.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_reset.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_update.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_update.mod.stamp Intel +[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_inter.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_inter.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_pre.mod.stamp Intel +[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/surface_perturbation.mod physics/CMakeFiles/ccppphys.dir/surface_perturbation.mod.stamp Intel +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_pre.mod.stamp Intel +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part1.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part1.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part2.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part2.mod.stamp Intel +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/funcphys.mod physics/CMakeFiles/ccppphys.dir/funcphys.mod.stamp Intel +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/hedmf.mod physics/CMakeFiles/ccppphys.dir/hedmf.mod.stamp Intel +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg.mod physics/CMakeFiles/ccppphys.dir/namelist_soilveg.mod.stamp Intel +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_mod.mod physics/CMakeFiles/ccppphys.dir/set_soilveg_mod.mod.stamp Intel +[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_noah.mod physics/CMakeFiles/ccppphys.dir/lsm_noah.mod.stamp Intel +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/maximum_hourly_diagnostics.mod physics/CMakeFiles/ccppphys.dir/maximum_hourly_diagnostics.mod.stamp Intel +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozphys.mod physics/CMakeFiles/ccppphys.dir/ozphys.mod.stamp Intel +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rayleigh_damp.mod physics/CMakeFiles/ccppphys.dir/rayleigh_damp.mod.stamp Intel +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/samfcnv_aerosols.mod physics/CMakeFiles/ccppphys.dir/samfcnv_aerosols.mod.stamp Intel +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/samfdeepcnv.mod physics/CMakeFiles/ccppphys.dir/samfdeepcnv.mod.stamp Intel +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/samfshalcnv.mod physics/CMakeFiles/ccppphys.dir/samfshalcnv.mod.stamp Intel +[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_cice.mod physics/CMakeFiles/ccppphys.dir/sfc_cice.mod.stamp Intel +[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag.mod physics/CMakeFiles/ccppphys.dir/sfc_diag.mod.stamp Intel +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag_post.mod physics/CMakeFiles/ccppphys.dir/sfc_diag_post.mod.stamp Intel +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_diff.mod physics/CMakeFiles/ccppphys.dir/sfc_diff.mod.stamp Intel +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_ocean.mod physics/CMakeFiles/ccppphys.dir/sfc_ocean.mod.stamp Intel +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_sice.mod physics/CMakeFiles/ccppphys.dir/sfc_sice.mod.stamp Intel +[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_gscond.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_gscond.mod.stamp Intel +[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_precpd.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_precpd.mod.stamp Intel +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_physics_cap.mod.stamp Intel +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def.mod physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef.mod physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel +[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX-I -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols.mod physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_astronomy.mod physics/CMakeFiles/ccppphys.dir/module_radiation_astronomy.mod.stamp Intel +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_microphysics.mod physics/CMakeFiles/ccppphys.dir/module_microphysics.mod.stamp Intel +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_clouds.mod physics/CMakeFiles/ccppphys.dir/module_radiation_clouds.mod.stamp Intel +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozne_def.mod physics/CMakeFiles/ccppphys.dir/ozne_def.mod.stamp Intel +[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_gases.mod physics/CMakeFiles/ccppphys.dir/module_radiation_gases.mod.stamp Intel +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/radcons.mod physics/CMakeFiles/ccppphys.dir/radcons.mod.stamp Intel +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_rad_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_rad_reset.mod.stamp Intel +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_avplank.mod physics/CMakeFiles/ccppphys.dir/module_radlw_avplank.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_cldprlw.mod physics/CMakeFiles/ccppphys.dir/module_radlw_cldprlw.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb01.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb01.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb02.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb02.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb03.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb03.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb04.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb04.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb05.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb05.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb06.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb06.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb07.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb07.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb08.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb08.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb09.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb09.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb10.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb10.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb11.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb11.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb12.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb12.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb13.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb13.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb14.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb14.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb15.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb15.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb16.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radlw_ref.mod.stamp Intel +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw.mod.stamp Intel +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_post.mod.stamp Intel +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_surface.mod physics/CMakeFiles/ccppphys.dir/module_radiation_surface.mod.stamp Intel +[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_pre.mod.stamp Intel +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_cldprtb.mod physics/CMakeFiles/ccppphys.dir/module_radsw_cldprtb.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb16.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb17.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb17.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb18.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb18.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb19.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb19.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb20.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb20.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb21.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb21.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb22.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb22.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb23.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb23.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb24.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb24.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb25.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb25.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb26.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb26.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb27.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb27.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb28.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb28.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb29.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb29.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radsw_ref.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_sflux.mod physics/CMakeFiles/ccppphys.dir/module_radsw_sflux.mod.stamp Intel +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw.mod.stamp Intel +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_post.mod.stamp Intel +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_pre.mod.stamp Intel +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod.stamp Intel +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_stochastics.mod physics/CMakeFiles/ccppphys.dir/gfs_stochastics.mod.stamp Intel +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod.stamp Intel +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/aerinterp.mod physics/CMakeFiles/ccppphys.dir/aerinterp.mod.stamp Intel +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/h2o_def.mod physics/CMakeFiles/ccppphys.dir/h2o_def.mod.stamp Intel +[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/h2ointerp.mod physics/CMakeFiles/ccppphys.dir/h2ointerp.mod.stamp Intel +[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/iccn_def.mod physics/CMakeFiles/ccppphys.dir/iccn_def.mod.stamp Intel +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/iccninterp.mod physics/CMakeFiles/ccppphys.dir/iccninterp.mod.stamp Intel +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozinterp.mod physics/CMakeFiles/ccppphys.dir/ozinterp.mod.stamp Intel +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_phys_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_phys_time_vary.mod.stamp Intel +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rad_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_rad_time_vary.mod.stamp Intel +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_setup.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_setup.mod.stamp Intel +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_time_vary_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_time_vary_pre.mod.stamp Intel +[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod.stamp Intel +[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_cap.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build +[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdif.mod physics/CMakeFiles/ccppphys.dir/satmedmfvdif.mod.stamp Intel +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod.stamp Intel +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod.stamp Intel +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod.stamp Intel +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod.stamp Intel +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_typedefs.mod physics/CMakeFiles/ccppphys.dir/ccpp_typedefs.mod.stamp Intel +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar.mod physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys_mod.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys_mod.mod.stamp Intel +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/fv_sat_adj.mod physics/CMakeFiles/ccppphys.dir/fv_sat_adj.mod.stamp Intel +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod.stamp Intel +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys.mod.stamp Intel +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/h2ophys.mod physics/CMakeFiles/ccppphys.dir/h2ophys.mod.stamp Intel +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozphys_2015.mod physics/CMakeFiles/ccppphys.dir/ozphys_2015.mod.stamp Intel +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod.stamp Intel +[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod.stamp Intel +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod.stamp Intel +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod.stamp Intel +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_cap.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_common.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_common.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_debug.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_abort.mod physics/CMakeFiles/ccppphys.dir/gfs_abort.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_checkland.mod physics/CMakeFiles/ccppphys.dir/gfs_checkland.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_diagtoscreen.mod physics/CMakeFiles/ccppphys.dir/gfs_diagtoscreen.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_interstitialtoscreen.mod physics/CMakeFiles/ccppphys.dir/gfs_interstitialtoscreen.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_broadband_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_broadband_kernels.mod.stamp Intel +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes.mod.stamp Intel +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband_kernels.mod.stamp Intel +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband.mod.stamp Intel +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_heating_rates.mod physics/CMakeFiles/ccppphys.dir/mo_heating_rates.mod.stamp Intel +[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_aux.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_aux.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_aux.mod.stamp Intel +[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_lw_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_lw_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o.provides.build +[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_lw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmg_lw_cloud_optics.mod.stamp Intel +[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o.provides.build +[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_setup.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_setup.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o.provides.build +[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o.provides.build +[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build +[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_ini_fini_test.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_ini_fini_test.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_5.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_5.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build +[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aer_cloud.F -o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/aer_cloud.mod physics/CMakeFiles/ccppphys.dir/aer_cloud.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build +[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/wv_saturation.F -o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/wv_saturation.mod physics/CMakeFiles/ccppphys.dir/wv_saturation.mod.stamp Intel +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldmacro.F -o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cldmacro.mod physics/CMakeFiles/ccppphys.dir/cldmacro.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldwat2m_micro.F -o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cldwat2m_micro.mod physics/CMakeFiles/ccppphys.dir/cldwat2m_micro.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv.mod physics/CMakeFiles/ccppphys.dir/cs_conv.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_post.mod physics/CMakeFiles/ccppphys.dir/cs_conv_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_pre.mod physics/CMakeFiles/ccppphys.dir/cs_conv_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o.provides.build +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_aw_adj.mod physics/CMakeFiles/ccppphys.dir/cs_conv_aw_adj.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o.provides.build +[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_deep.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_deep.mod physics/CMakeFiles/ccppphys.dir/cu_gf_deep.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build +[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_sh.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_sh.mod physics/CMakeFiles/ccppphys.dir/cu_gf_sh.mod.stamp Intel +[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson_make_number_concentrations.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson_make_number_concentrations.mod.stamp Intel +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver.mod physics/CMakeFiles/ccppphys.dir/cu_gf_driver.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o.provides.build +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_post.mod physics/CMakeFiles/ccppphys.dir/cu_gf_driver_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o.provides.build +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_pre.mod physics/CMakeFiles/ccppphys.dir/cu_gf_driver_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke.mod physics/CMakeFiles/ccppphys.dir/cu_ntiedtke.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o.provides.build +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_post.mod physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o.provides.build +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_pre.mod physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o.provides.build +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/date_def.f -o CMakeFiles/ccppphys.dir/physics/date_def.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/date_def.mod physics/CMakeFiles/ccppphys.dir/date_def.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/drag_suite.F90 -o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/drag_suite.mod physics/CMakeFiles/ccppphys.dir/drag_suite.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcm_shoc.F90 -o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/shoc.mod physics/CMakeFiles/ccppphys.dir/shoc.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F -o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_phy_tracer_config.mod physics/CMakeFiles/ccppphys.dir/gfs_phy_tracer_config.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdc.f -o CMakeFiles/ccppphys.dir/physics/gwdc.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdc.mod physics/CMakeFiles/ccppphys.dir/gwdc.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdc_post.mod physics/CMakeFiles/ccppphys.dir/gwdc_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdc_pre.mod physics/CMakeFiles/ccppphys.dir/gwdc_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_post.mod physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_pre.mod physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o.provides.build +[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg_utils.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/micro_mg_utils.mod physics/CMakeFiles/ccppphys.dir/micro_mg_utils.mod.stamp Intel +[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg2_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/micro_mg2_0.mod physics/CMakeFiles/ccppphys.dir/micro_mg2_0.mod.stamp Intel +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg3_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/micro_mg3_0.mod physics/CMakeFiles/ccppphys.dir/micro_mg3_0.mod.stamp Intel +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/m_micro.mod physics/CMakeFiles/ccppphys.dir/m_micro.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o.provides.build +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/m_micro_post.mod physics/CMakeFiles/ccppphys.dir/m_micro_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/m_micro_pre.mod physics/CMakeFiles/ccppphys.dir/m_micro_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90 -o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_bl_myjpbl.mod physics/CMakeFiles/ccppphys.dir/module_bl_myjpbl.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90 -o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_fer_hires.mod physics/CMakeFiles/ccppphys.dir/module_mp_fer_hires.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/myjpbl_wrapper.mod physics/CMakeFiles/ccppphys.dir/myjpbl_wrapper.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o.provides.build +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_SF_JSFC.F90 -o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_jsfc.mod physics/CMakeFiles/ccppphys.dir/module_sf_jsfc.mod.stamp Intel +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/myjsfc_wrapper.mod physics/CMakeFiles/ccppphys.dir/myjsfc_wrapper.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o.provides.build +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bl_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_bl_mynn.mod physics/CMakeFiles/ccppphys.dir/module_bl_mynn.mod.stamp Intel +[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnedmf_wrapper.mod physics/CMakeFiles/ccppphys.dir/mynnedmf_wrapper.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o.provides.build +[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_mynn.mod physics/CMakeFiles/ccppphys.dir/module_sf_mynn.mod.stamp Intel +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnsfc_wrapper.mod physics/CMakeFiles/ccppphys.dir/mynnsfc_wrapper.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o.provides.build +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_post.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_post.mod physics/CMakeFiles/ccppphys.dir/mynnrad_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o.provides.build +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_pre.mod physics/CMakeFiles/ccppphys.dir/mynnrad_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build +[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_parameters.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_nst_parameters.mod physics/CMakeFiles/ccppphys.dir/module_nst_parameters.mod.stamp Intel +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_water_prop.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_nst_water_prop.mod physics/CMakeFiles/ccppphys.dir/module_nst_water_prop.mod.stamp Intel +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_model.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/nst_module.mod physics/CMakeFiles/ccppphys.dir/nst_module.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmp_glacier.mod physics/CMakeFiles/ccppphys.dir/module_sf_noahmp_glacier.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_globals.mod physics/CMakeFiles/ccppphys.dir/noahmp_glacier_globals.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_routines.mod physics/CMakeFiles/ccppphys.dir/noahmp_glacier_routines.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmplsm.mod physics/CMakeFiles/ccppphys.dir/module_sf_noahmplsm.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg_ruc.mod physics/CMakeFiles/ccppphys.dir/namelist_soilveg_ruc.mod.stamp Intel +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_ruclsm.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_ruclsm.mod physics/CMakeFiles/ccppphys.dir/module_sf_ruclsm.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_soil_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_soil_pre.mod physics/CMakeFiles/ccppphys.dir/module_soil_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf_hafs.f -o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/hedmf_hafs.mod physics/CMakeFiles/ccppphys.dir/hedmf_hafs.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o.provides.build +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninshoc.f -o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/moninshoc.mod physics/CMakeFiles/ccppphys.dir/moninshoc.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o.provides.build +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_fer_hires.F90 -o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_fer_hires.mod physics/CMakeFiles/ccppphys.dir/mp_fer_hires.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o.provides.build +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson.mod physics/CMakeFiles/ccppphys.dir/mp_thompson.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o.provides.build +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_post.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_post.mod physics/CMakeFiles/ccppphys.dir/mp_thompson_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o.provides.build +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_pre.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_pre.mod physics/CMakeFiles/ccppphys.dir/mp_thompson_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o.provides.build +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_multi_gases_mod.mod physics/CMakeFiles/ccppphys.dir/ccpp_multi_gases_mod.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/noahmp_tables.f90 -o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmp_tables.mod physics/CMakeFiles/ccppphys.dir/noahmp_tables.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rascnv.F90 -o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rascnv.mod physics/CMakeFiles/ccppphys.dir/rascnv.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_sw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmg_sw_cloud_optics.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_aerosol_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_aerosol_optics.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o.provides.build +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_optics.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o.provides.build +[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_sampling.mod physics/CMakeFiles/ccppphys.dir/mo_cloud_sampling.mod.stamp Intel +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_sampling.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_sampling.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o.provides.build +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_solver_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_rte_solver_kernels.mod.stamp Intel +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_lw.mod physics/CMakeFiles/ccppphys.dir/mo_rte_lw.mod.stamp Intel +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_sw.mod physics/CMakeFiles/ccppphys.dir/mo_rte_sw.mod.stamp Intel +[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_compute_bc.mod physics/CMakeFiles/ccppphys.dir/mo_compute_bc.mod.stamp Intel +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_gas_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_gas_optics.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o.provides.build +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o.provides.build +[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_rte.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_rte.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o.provides.build +[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_aerosol_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_aerosol_optics.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o.provides.build +[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_optics.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o.provides.build +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_sampling.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_sampling.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o.provides.build +[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_gas_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_gas_optics.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o.provides.build +[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_rte.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_rte.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build +[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_bygpoint.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_bygpoint.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build +[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_clr_all_sky.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_clr_all_sky.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build +[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sascnvn.F -o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sascnvn.mod physics/CMakeFiles/ccppphys.dir/sascnvn.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdifq.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdifq.mod physics/CMakeFiles/ccppphys.dir/satmedmfvdifq.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_ruc_mod.mod physics/CMakeFiles/ccppphys.dir/set_soilveg_ruc_mod.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc.mod physics/CMakeFiles/ccppphys.dir/lsm_ruc.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_noahmp_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmpdrv.mod physics/CMakeFiles/ccppphys.dir/noahmpdrv.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_nst.f -o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst.mod physics/CMakeFiles/ccppphys.dir/sfc_nst.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_post.mod physics/CMakeFiles/ccppphys.dir/sfc_nst_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_pre.mod physics/CMakeFiles/ccppphys.dir/sfc_nst_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build +[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfccyc_module.mod physics/CMakeFiles/ccppphys.dir/sfccyc_module.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shalcnv.F -o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/shalcnv.mod physics/CMakeFiles/ccppphys.dir/shalcnv.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shinhongvdif.F90 -o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/shinhongvdif.mod physics/CMakeFiles/ccppphys.dir/shinhongvdif.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sso_coorde.mod physics/CMakeFiles/ccppphys.dir/sso_coorde.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ysuvdif.F90 -o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ysuvdif.mod physics/CMakeFiles/ccppphys.dir/ysuvdif.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f -o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbltq.f -o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscuq.f -o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/num_parthds.F -o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o +[100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +[100%] Linking Fortran static library libccppphys.a +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 +/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o CMakeFiles/ccppphys.dir/physics/date_def.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/gwdc.f.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +/bin/ranlib libccppphys.a +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +[100%] Built target ccppphys +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles 0 +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -S/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp -B/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles/progress.marks +make -f CMakeFiles/Makefile2 all +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make[3]: Nothing to be done for `framework/src/CMakeFiles/ccpp.dir/build'. +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +[ 1%] Built target ccpp +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make[3]: Nothing to be done for `physics/CMakeFiles/ccppphys.dir/build'. +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +[100%] Built target ccppphys +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles 0 +make -f CMakeFiles/Makefile2 preinstall +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make[2]: Nothing to be done for `preinstall'. +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +Install the project... +/apps/cmake-3.15.4/bin/cmake -P cmake_install.cmake +-- Install configuration: "Release" +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/libccpp.a +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccpp-config.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccpp-config-release.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_types.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_api.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/libccppphys.a +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccppphys-config.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/gfs_typedefs.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_cloud_optics.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_optical_props.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_typedefs.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_gas_concentrations.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/machine.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_source_functions.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/module_radlw_parameters.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/module_radsw_parameters.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' ++ test -d /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include ++ test -d /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs ; \ +exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" all + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +Building dependencies ... +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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. +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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.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. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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. +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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.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 -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.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 -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/interp.c -o ../mosaic/interp.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 -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.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 -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.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 -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mpp/threadloc.c -o ../mpp/threadloc.o +ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o +ar: creating libfms.a +a - ../oda_tools/xbt_drop_rate_adjust.o +a - ../affinity/fms_affinity.o +a - ../amip_interp/amip_interp.o +a - ../astronomy/astronomy.o +a - ../axis_utils/axis_utils.o +a - ../block_control/block_control.o +a - ../column_diagnostics/column_diagnostics.o +a - ../constants/constants.o +a - ../coupler/atmos_ocean_fluxes.o +a - ../coupler/coupler_types.o +a - ../coupler/ensemble_manager.o +a - ../data_override/data_override.o +a - ../diag_integral/diag_integral.o +a - ../diag_manager/diag_axis.o +a - ../diag_manager/diag_data.o +a - ../diag_manager/diag_grid.o +a - ../diag_manager/diag_manifest.o +a - ../diag_manager/diag_manager.o +a - ../diag_manager/diag_output.o +a - ../diag_manager/diag_table.o +a - ../diag_manager/diag_util.o +a - ../drifters/cloud_interpolator.o +a - ../drifters/drifters.o +a - ../drifters/drifters_comm.o +a - ../drifters/drifters_core.o +a - ../drifters/drifters_input.o +a - ../drifters/drifters_io.o +a - ../drifters/quicksort.o +a - ../exchange/stock_constants.o +a - ../exchange/xgrid.o +a - ../fft/fft.o +a - ../fft/fft99.o +a - ../field_manager/field_manager.o +a - ../field_manager/fm_util.o +a - ../fms/fms.o +a - ../fms/fms_io.o +a - ../horiz_interp/horiz_interp.o +a - ../horiz_interp/horiz_interp_bicubic.o +a - ../horiz_interp/horiz_interp_bilinear.o +a - ../horiz_interp/horiz_interp_conserve.o +a - ../horiz_interp/horiz_interp_spherical.o +a - ../horiz_interp/horiz_interp_type.o +a - ../interpolator/interpolator.o +a - ../memutils/memutils.o +a - ../monin_obukhov/monin_obukhov.o +a - ../monin_obukhov/monin_obukhov_kernel.o +a - ../mosaic/gradient.o +a - ../mosaic/grid.o +a - ../mosaic/mosaic.o +a - ../mpp/mpp.o +a - ../mpp/mpp_data.o +a - ../mpp/mpp_domains.o +a - ../mpp/mpp_efp.o +a - ../mpp/mpp_io.o +a - ../mpp/mpp_memutils.o +a - ../mpp/mpp_parameter.o +a - ../mpp/mpp_pset.o +a - ../mpp/mpp_utilities.o +a - ../oda_tools/oda_core.o +a - ../oda_tools/oda_core_ecda.o +a - ../oda_tools/oda_types.o +a - ../oda_tools/write_ocean_data.o +a - ../platform/platform.o +a - ../random_numbers/MersenneTwister.o +a - ../random_numbers/random_numbers.o +a - ../sat_vapor_pres/sat_vapor_pres.o +a - ../sat_vapor_pres/sat_vapor_pres_k.o +a - ../station_data/station_data.o +a - ../time_interp/time_interp.o +a - ../time_interp/time_interp_external.o +a - ../time_manager/get_cal_time.o +a - ../time_manager/time_manager.o +a - ../topography/gaussian_topog.o +a - ../topography/topography.o +a - ../tracer_manager/tracer_manager.o +a - ../tridiagonal/tridiagonal.o +a - ../affinity/affinity.o +a - ../memutils/memuse.o +a - ../mosaic/create_xgrid.o +a - ../mosaic/gradient_c2l.o +a - ../mosaic/interp.o +a - ../mosaic/mosaic_util.o +a - ../mosaic/read_mosaic.o +a - ../mpp/nsclock.o +a - ../mpp/threadloc.o +mkdir -p "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" +mv fms.mk "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +test -d /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL +Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" into /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL on orion +cp -fp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems \ + "/work/noaa/marine/dworthen/S2S_cmeps/FV3"/conf/configure.fv3 +cp -fp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems \ + "/work/noaa/marine/dworthen/S2S_cmeps/FV3"/conf/modules.fv3 +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3 COMP_BINDIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL MACHINE_ID=orion FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" nemsinstall + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +Building dependencies ... +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +make -C cpl FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL + +Build standalone FV3 io ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' + +Build standalone FV3 io ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' +make -C gfsphysics FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +makefile:269: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +ar rv libgfsphys.a physics/mersenne_twister.o physics/namelist_soilveg.o physics/physparam.o physics/set_soilveg.o physics/noahmp_tables.o physics/GFDL_parse_tracers.o physics/physcons.o CCPP_layer/CCPP_data.o ../ccpp/physics/ccpp_static_api.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_restart.o +ar: creating libgfsphys.a +a - physics/mersenne_twister.o +a - physics/namelist_soilveg.o +a - physics/physparam.o +a - physics/set_soilveg.o +a - physics/noahmp_tables.o +a - physics/GFDL_parse_tracers.o +a - physics/physcons.o +a - CCPP_layer/CCPP_data.o +a - ../ccpp/physics/ccpp_static_api.o +a - GFS_layer/GFS_abstraction_layer.o +a - GFS_layer/GFS_diagnostics.o +a - GFS_layer/GFS_driver.o +a - GFS_layer/GFS_restart.o +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +make -C ccpp/driver FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics + +Build CCPP layer ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' +makefile:67: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' + +Build CCPP layer ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' +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 -DCCPP -DCMEPS CCPP_driver.F90 > CCPP_driver.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o +ar rv libccppdriver.a CCPP_driver.o +ar: creating libccppdriver.a +a - CCPP_driver.o +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' +make -C ipd FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +makefile:54: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +make -C io FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL + +Build standalone FV3 io ... + +$ESMF_INC is [-I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include] +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' + +Build standalone FV3 io ... + +$ESMF_INC is [-I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include] +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/include/ncep_post_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/include/ncep_post_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/orion/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -c module_write_netcdf_parallel.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o +ar: creating libfv3io.a +a - ffsync.o +a - FV3GFS_io.o +a - post_gfs.o +a - post_nems_routines.o +a - module_write_nemsio.o +a - module_write_netcdf.o +a - module_write_netcdf_parallel.o +a - module_fv3_io_def.o +a - module_write_internal_state.o +a - module_wrt_grid_comp.o +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +ar rv libfv3core.a model/a2b_edge.o model/multi_gases.o model/boundary.o model/dyn_core.o model/fv_arrays.o model/fv_control.o model/fv_dynamics.o model/fv_fill.o model/fv_grid_utils.o model/fv_mapz.o model/fv_nesting.o model/fv_regional_bc.o model/fv_sg.o model/fv_tracer2d.o model/fv_update_phys.o model/sw_core.o model/tp_core.o model/nh_core.o model/nh_utils.o tools/external_ic.o tools/external_sst.o tools/fv_diagnostics.o tools/fv_eta.o tools/fv_grid_tools.o tools/fv_io.o tools/fv_mp_mod.o tools/fv_nudge.o tools/fv_treat_da_inc.o tools/fv_iau_mod.o tools/fv_restart.o tools/fv_surf_map.o tools/fv_timing.o tools/init_hydro.o tools/sim_nc_mod.o tools/sorted_index.o tools/test_cases.o driver/fvGFS/DYCORE_typedefs.o driver/fvGFS/fv_nggps_diag.o driver/fvGFS/atmosphere.o +ar: creating libfv3core.a +a - model/a2b_edge.o +a - model/multi_gases.o +a - model/boundary.o +a - model/dyn_core.o +a - model/fv_arrays.o +a - model/fv_control.o +a - model/fv_dynamics.o +a - model/fv_fill.o +a - model/fv_grid_utils.o +a - model/fv_mapz.o +a - model/fv_nesting.o +a - model/fv_regional_bc.o +a - model/fv_sg.o +a - model/fv_tracer2d.o +a - model/fv_update_phys.o +a - model/sw_core.o +a - model/tp_core.o +a - model/nh_core.o +a - model/nh_utils.o +a - tools/external_ic.o +a - tools/external_sst.o +a - tools/fv_diagnostics.o +a - tools/fv_eta.o +a - tools/fv_grid_tools.o +a - tools/fv_io.o +a - tools/fv_mp_mod.o +a - tools/fv_nudge.o +a - tools/fv_treat_da_inc.o +a - tools/fv_iau_mod.o +a - tools/fv_restart.o +a - tools/fv_surf_map.o +a - tools/fv_timing.o +a - tools/init_hydro.o +a - tools/sim_nc_mod.o +a - tools/sorted_index.o +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 `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +makefile:87: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c glats_stochy.f -o glats_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.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 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 cellular_automata_global.o cellular_automata_sgs.o update_ca.o +ar: creating libstochastic_physics.a +a - stochy_gg_def.o +a - stochy_resol_def.o +a - stochy_layout_lag.o +a - four_to_grid_stochy.o +a - glats_stochy.o +a - sumfln_stochy.o +a - gozrineo_stochy.o +a - num_parthds_stochy.o +a - get_ls_node_stochy.o +a - get_lats_node_a_stochy.o +a - setlats_a_stochy.o +a - setlats_lag_stochy.o +a - epslon_stochy.o +a - getcon_lag_stochy.o +a - pln2eo_stochy.o +a - dozeuv_stochy.o +a - dezouv_stochy.o +a - plumes.o +a - spectral_layout.o +a - getcon_spectral.o +a - stochy_namelist_def.o +a - compns_stochy.o +a - stochy_internal_state_mod.o +a - stochastic_physics.o +a - stochy_patterngenerator.o +a - stochy_data_mod.o +a - get_stochy_pattern.o +a - initialize_spectral_mod.o +a - cellular_automata_global.o +a - cellular_automata_sgs.o +a - update_ca.o +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +make libfv3cap.a FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 +a - module_fv3_config.o +a - module_fcst_grid_comp.o +a - time_utils.o +a - fv3_cap.o +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +make esmf_make_fragment FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +# additional include files needed for PGI +#@echo "ESMF_DEP_INCPATH = /work/noaa/marine/dworthen/S2S_cmeps/FV3/nems_dir" >> fv3.mk + +Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk + +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +Installation into "/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL" complete! + +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +test -d /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL +rm -fr /work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" FMS_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="orion" ; \ +set -e ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ +./compile.sh --platform orion --fms-dir "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +Will use FMS from: /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL +++ pwd ++ BASEDIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6 ++ MACHINE_ID=orion ++ COMPILE_OPTION=orion-intel.mk ++ DEBUG= ++ REPRO= ++ [[ '' == \Y ]] ++ REPRO=1 ++ echo 'MOM6 compile.sh ... DEBUG=, REPRO=1' +MOM6 compile.sh ... DEBUG=, REPRO=1 ++ compile_MOM6_LIB=1 ++ compile_ocean_only=0 ++ compile_MOM6_SIS2=0 ++ [[ 1 == 1 ]] ++ echo 'compile MOM6 library ...' +compile MOM6 library ... ++ cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ++ mkdir -p build/intel/MOM6_LIB/repro ++ cd build/intel/MOM6_LIB/repro ++ [[ -f path_names ]] ++ rm -f path_names ++ echo 'generating file_paths ...' +generating file_paths ... ++ ../../../../src/mkmf/bin/list_paths ../../../../src/MOM6/src/ALE/ ../../../../src/MOM6/src/core/ ../../../../src/MOM6/src/diagnostics/ ../../../../src/MOM6/src/equation_of_state/ ../../../../src/MOM6/src/framework/ ../../../../src/MOM6/src/ice_shelf/ ../../../../src/MOM6/src/initialization/ ../../../../src/MOM6/src/ocean_data_assim/ ../../../../src/MOM6/src/parameterizations/ ../../../../src/MOM6/src/tracer/ ../../../../src/MOM6/src/user/ ../../../../src/MOM6/src/equation_of_state/TEOS10/ ../../../../src/MOM6/src/ocean_data_assim/core/ ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/ ../../../../src/MOM6/src/parameterizations/CVmix/ ../../../../src/MOM6/src/parameterizations/lateral/ ../../../../src/MOM6/src/parameterizations/vertical/ ../../../../src/MOM6/config_src/dynamic/ ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +A list of the files you checked out is in the file path_names. ++ echo 'generating makefile ...' +generating makefile ... ++ ../../../../src/mkmf/bin/mkmf -t ../../../../src/mkmf/templates/orion-intel.mk -p lib_ocean.a -o -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL path_names +.................................................................................................................................................................................................................................................................... Makefile is ready. ++ echo 'compiling MOM6 library...' +compiling MOM6 library... ++ make NETCDF=4 REPRO=1 DEBUG= lib_ocean.a +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6/build/intel/MOM6_LIB/repro' +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_error_handler.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_cpu_clock.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_time_manager.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_string_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/polynomial_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PLM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_safe_alloc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_vkernels.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PCM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_zlike.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_sigma.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_manager_wrapper.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_math.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_pt_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_sr_from_sp__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_intrinsic_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_gibbs_ice__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_specvol_second_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_chem_potential_water_t_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_pt0_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_freezing_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_specvol_first_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_freezing_poly__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_entropy_part_zerop__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_constants.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_rho__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_deriv_chem_potential_water_t_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_pt_from_ct__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_freezing_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_rho_second_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_from_ct__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_freezing_poly__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_gibbs_pt0_pt0__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_from_pt__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_rho_first_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_entropy_part__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_gibbs__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_specvol__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_sp_from_sr__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_coms.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_document.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_solvers.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_consts.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_TFreeze.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_values.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_file_parser.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PPM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PQM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P1M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P3M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_remapping.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_interp.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_background.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_domains.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_unit_scaling.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_params.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_verticalGrid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_hor_index.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_linear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_checksums.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_dyn_horgrid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_io.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_debugging.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_spatial_means.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/baroclinic_zone_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/user_shelf_init.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_transcribe_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_get_input.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_restart.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_grid_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_shared_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_Z_init.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_write_cputime.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_hycom.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_variables.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_rho.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_slight.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/initialization/midas_vertmap.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/coord_adapt.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_horizontal_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_interface_heights.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_checksum_packages.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_isopycnal_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/soliton_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/adjustment_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Rossby_front_2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_remap.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_diag_mediator.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_registry.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_opacity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_speed.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_Montgomery.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_PointAccel.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_structure.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_change_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_open_boundary.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/lock_exchange_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/external_gwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_forcing_type.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/benchmark_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Neverland_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/sloshing_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/seamount_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Phillips_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/circle_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/RGC_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/ISOMIP_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dense_water_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_diabatic.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_wave_interface.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_marine_ice.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/SCM_CVMix_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_controlled_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Idealized_Hurricane.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ISOMIP_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/DOME_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_ALE.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity_PPM.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/supercritical_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_CoriolisAdv.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/tidal_bay_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Kelvin_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/shelfwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_channel_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_barotropic.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_advect.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/tracer_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/RGC_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ideal_age_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dye_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/oil_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/advection_test_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dyed_obc_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/pseudo_salt_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/boundary_impulse_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_coord_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_boundary_update.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_fixed_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_blocked_AFV.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_state_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_generic_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_flow_control.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_sum_output.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_revise_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_main.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_split_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_neutral_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_hor_diff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_unit_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 +ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_cpu_clock.o MOM_checksums.o user_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o ocean_da_types.o baroclinic_zone_initialization.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_open_boundary.o MOM_set_viscosity.o cvmix_shear.o MOM_regularize_layers.o MOM_string_functions.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o PLM_functions.o gsw_pt_from_t__genmod.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_safe_alloc.o gsw_sr_from_sp__genmod.o MOM_intrinsic_functions.o MOM_continuity.o MOM_obsolete_params.o MOM_checksum_packages.o dumbbell_initialization.o MOM_dyn_horgrid.o gsw_gibbs_ice__genmod.o MOM_unit_scaling.o gsw_specvol_second_derivatives__genmod.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o supercritical_initialization.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_error_handler.o MOM_PointAccel.o gsw_gibbs_pt0_pt0.o gsw_pt_from_ct.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_wave_speed.o ISOMIP_initialization.o gsw_chem_potential_water_t_exact__genmod.o polynomial_functions.o gsw_pt0_from_t__genmod.o user_shelf_init.o gsw_rho_first_derivatives.o MOM_neutral_diffusion.o write_ocean_obs.o MOM_EOS_UNESCO.o gsw_ct_freezing_exact__genmod.o seamount_initialization.o MOM_dynamics_unsplit.o gsw_ct_from_t__genmod.o MOM_diagnostics.o gsw_mod_specvol_coefficients.o gsw_specvol_first_derivatives__genmod.o MOM_barotropic.o soliton_initialization.o Kelvin_initialization.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_generic_tracer.o MOM_lateral_boundary_diffusion.o MOM_bkgnd_mixing.o circle_obcs_initialization.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o P1M_functions.o MOM_ALE.o gsw_t_freezing_poly__genmod.o boundary_impulse_tracer.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o MOM_diag_remap.o MOM_domains.o Neverland_initialization.o MOM_tidal_mixing.o gsw_entropy_part_zerop__genmod.o gsw_pt_from_t.o dense_water_initialization.o MOM_entrain_diffusive.o Phillips_initialization.o MOM_internal_tide_input.o MOM_marine_ice.o MOM_debugging.o kdtree.o MOM_document.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o gsw_rho__genmod.o MOM_tracer_flow_control.o MOM_coms.o cvmix_background.o MOM_diabatic_driver.o MOM_horizontal_regridding.o gsw_ct_from_pt.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_spatial_means.o RGC_tracer.o MOM_ice_shelf.o cvmix_ddiff.o gsw_specvol_second_derivatives.o gsw_t_deriv_chem_potential_water_t_exact__genmod.o gsw_ct_freezing_poly.o gsw_pt_from_ct__genmod.o MOM_PressureForce_Montgomery.o MOM_sum_output.o MOM_isopycnal_slopes.o gsw_mod_gibbs_ice_coefficients.o cvmix_math.o dumbbell_surface_forcing.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o MOM_ice_shelf_dynamics.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_tracer_hor_diff.o MOM_full_convection.o mom_ocean_model_nuopc.o gsw_chem_potential_water_t_exact.o MOM_EOS.o coord_rho.o MOM_state_initialization.o gsw_t_freezing_exact__genmod.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_restart.o MOM_coord_initialization.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o gsw_ct_freezing_exact.o MOM_OCMIP2_CFC.o MOM_diag_manager_wrapper.o MOM_time_manager.o regrid_interp.o MOM_EOS_NEMO.o gsw_mod_freezing_poly_coefficients.o MOM_CVMix_conv.o MOM_wave_structure.o gsw_pt0_from_t.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o tidal_bay_initialization.o user_change_diffusivity.o MOM_tracer_registry.o gsw_rho_second_derivatives__genmod.o coord_zlike.o gsw_gibbs_ice.o gsw_t_from_ct__genmod.o gsw_ct_freezing_poly__genmod.o gsw_gibbs_pt0_pt0__genmod.o MOM_MEKE_types.o MOM_CVMix_ddiff.o dyed_channel_initialization.o midas_vertmap.o gsw_rho_second_derivatives.o MOM_thickness_diffuse.o MOM_file_parser.o MOM_unit_tests.o ideal_age_example.o MOM_offline_main.o gsw_specvol_first_derivatives.o MOM_set_diffusivity.o DOME_initialization.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o coord_sigma.o BFB_surface_forcing.o advection_test_tracer.o pseudo_salt_tracer.o dyed_obcs_initialization.o MOM_PressureForce.o gsw_mod_toolbox.o MOM_verticalGrid.o MOM_regridding.o MOM_boundary_update.o MOM_forcing_type.o coord_adapt.o MOM_tracer_Z_init.o MOM_bulk_mixed_layer.o MOM_controlled_forcing.o gsw_sr_from_sp.o MOM_shared_initialization.o MOM_kappa_shear.o MOM_ALE_sponge.o gsw_entropy_part.o regrid_edge_slopes.o MOM_ice_shelf_state.o gsw_mod_teos10_constants.o MOM_PressureForce_analytic_FV.o MOM_lateral_mixing_coeffs.o Idealized_Hurricane.o MOM_write_cputime.o gsw_mod_kinds.o MOM_sponge.o gsw_ct_from_pt__genmod.o MOM_continuity_PPM.o oil_tracer.o MOM.o MOM_EOS_linear.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o gsw_rho_first_derivatives__genmod.o gsw_rho.o gsw_entropy_part__genmod.o gsw_gibbs__genmod.o dyed_obc_tracer.o MOM_PressureForce_blocked_AFV.o gsw_specvol__genmod.o gsw_sp_from_sr__genmod.o adjustment_initialization.o MOM_constants.o shelfwave_initialization.o MOM_remapping.o MOM_io.o dye_example.o benchmark_initialization.o lock_exchange_initialization.o mom_surface_forcing_nuopc.o cvmix_tidal.o MOM_obsolete_diagnostics.o gsw_t_deriv_chem_potential_water_t_exact.o +ar: creating lib_ocean.a +a - cvmix_utils.o +a - coord_hycom.o +a - MOM_cpu_clock.o +a - MOM_checksums.o +a - user_initialization.o +a - ISOMIP_tracer.o +a - PCM_functions.o +a - cvmix_kinds_and_types.o +a - ocean_da_types.o +a - baroclinic_zone_initialization.o +a - RGC_initialization.o +a - gsw_entropy_part_zerop.o +a - MOM_open_boundary.o +a - MOM_set_viscosity.o +a - cvmix_shear.o +a - MOM_regularize_layers.o +a - MOM_string_functions.o +a - MOM_wave_interface.o +a - MOM_grid.o +a - DOME_tracer.o +a - MOM_tidal_forcing.o +a - gsw_sp_from_sr.o +a - PLM_functions.o +a - gsw_pt_from_t__genmod.o +a - MOM_tracer_initialization_from_Z.o +a - MOM_MEKE.o +a - MOM_safe_alloc.o +a - gsw_sr_from_sp__genmod.o +a - MOM_intrinsic_functions.o +a - MOM_continuity.o +a - MOM_obsolete_params.o +a - MOM_checksum_packages.o +a - dumbbell_initialization.o +a - MOM_dyn_horgrid.o +a - gsw_gibbs_ice__genmod.o +a - MOM_unit_scaling.o +a - gsw_specvol_second_derivatives__genmod.o +a - MOM_EOS_Wright.o +a - gsw_gibbs.o +a - PPM_functions.o +a - supercritical_initialization.o +a - MOM_offline_aux.o +a - MOM_EOS_TEOS10.o +a - regrid_edge_values.o +a - MOM_energetic_PBL.o +a - MOM_CoriolisAdv.o +a - PQM_functions.o +a - MOM_dynamics_unsplit_RK2.o +a - MOM_error_handler.o +a - MOM_PointAccel.o +a - gsw_gibbs_pt0_pt0.o +a - gsw_pt_from_ct.o +a - MOM_fixed_initialization.o +a - gsw_t_freezing_poly.o +a - MOM_tracer_advect.o +a - gsw_t_freezing_exact.o +a - regrid_consts.o +a - MOM_diag_mediator.o +a - MOM_wave_speed.o +a - ISOMIP_initialization.o +a - gsw_chem_potential_water_t_exact__genmod.o +a - polynomial_functions.o +a - gsw_pt0_from_t__genmod.o +a - user_shelf_init.o +a - gsw_rho_first_derivatives.o +a - MOM_neutral_diffusion.o +a - write_ocean_obs.o +a - MOM_EOS_UNESCO.o +a - gsw_ct_freezing_exact__genmod.o +a - seamount_initialization.o +a - MOM_dynamics_unsplit.o +a - gsw_ct_from_t__genmod.o +a - MOM_diagnostics.o +a - gsw_mod_specvol_coefficients.o +a - gsw_specvol_first_derivatives__genmod.o +a - MOM_barotropic.o +a - soliton_initialization.o +a - Kelvin_initialization.o +a - MOM_hor_index.o +a - regrid_solvers.o +a - ocean_da_core.o +a - DOME2d_initialization.o +a - MOM_tracer_diabatic.o +a - MOM_vert_friction.o +a - MOM_generic_tracer.o +a - MOM_lateral_boundary_diffusion.o +a - MOM_bkgnd_mixing.o +a - circle_obcs_initialization.o +a - MOM_ice_shelf_initialize.o +a - MOM_CVMix_KPP.o +a - P1M_functions.o +a - MOM_ALE.o +a - gsw_t_freezing_poly__genmod.o +a - boundary_impulse_tracer.o +a - cvmix_put_get.o +a - MOM_oda_driver.o +a - cvmix_convection.o +a - MOM_diag_remap.o +a - MOM_domains.o +a - Neverland_initialization.o +a - MOM_tidal_mixing.o +a - gsw_entropy_part_zerop__genmod.o +a - gsw_pt_from_t.o +a - dense_water_initialization.o +a - MOM_entrain_diffusive.o +a - Phillips_initialization.o +a - MOM_internal_tide_input.o +a - MOM_marine_ice.o +a - MOM_debugging.o +a - kdtree.o +a - MOM_document.o +a - MOM_variables.o +a - P3M_functions.o +a - MOM_mixed_layer_restrat.o +a - MOM_diag_vkernels.o +a - gsw_rho__genmod.o +a - MOM_tracer_flow_control.o +a - MOM_coms.o +a - cvmix_background.o +a - MOM_diabatic_driver.o +a - MOM_horizontal_regridding.o +a - gsw_ct_from_pt.o +a - MOM_dynamics_split_RK2.o +a - sloshing_initialization.o +a - MOM_spatial_means.o +a - RGC_tracer.o +a - MOM_ice_shelf.o +a - cvmix_ddiff.o +a - gsw_specvol_second_derivatives.o +a - gsw_t_deriv_chem_potential_water_t_exact__genmod.o +a - gsw_ct_freezing_poly.o +a - gsw_pt_from_ct__genmod.o +a - MOM_PressureForce_Montgomery.o +a - MOM_sum_output.o +a - MOM_isopycnal_slopes.o +a - gsw_mod_gibbs_ice_coefficients.o +a - cvmix_math.o +a - dumbbell_surface_forcing.o +a - gsw_ct_from_t.o +a - MOM_TFreeze.o +a - MOM_grid_initialize.o +a - BFB_initialization.o +a - MOM_ice_shelf_dynamics.o +a - MOM_transcribe_grid.o +a - MOM_internal_tides.o +a - cvmix_kpp.o +a - MOM_tracer_hor_diff.o +a - MOM_full_convection.o +a - mom_ocean_model_nuopc.o +a - gsw_chem_potential_water_t_exact.o +a - MOM_EOS.o +a - coord_rho.o +a - MOM_state_initialization.o +a - gsw_t_freezing_exact__genmod.o +a - MOM_interface_heights.o +a - MOM_diabatic_aux.o +a - MOM_restart.o +a - MOM_coord_initialization.o +a - MOM_hor_visc.o +a - SCM_CVMix_tests.o +a - MOM_CVMix_shear.o +a - gsw_ct_freezing_exact.o +a - MOM_OCMIP2_CFC.o +a - MOM_diag_manager_wrapper.o +a - MOM_time_manager.o +a - regrid_interp.o +a - MOM_EOS_NEMO.o +a - gsw_mod_freezing_poly_coefficients.o +a - MOM_CVMix_conv.o +a - MOM_wave_structure.o +a - gsw_pt0_from_t.o +a - external_gwave_initialization.o +a - MOM_geothermal.o +a - gsw_specvol.o +a - MOM_get_input.o +a - tidal_bay_initialization.o +a - user_change_diffusivity.o +a - MOM_tracer_registry.o +a - gsw_rho_second_derivatives__genmod.o +a - coord_zlike.o +a - gsw_gibbs_ice.o +a - gsw_t_from_ct__genmod.o +a - gsw_ct_freezing_poly__genmod.o +a - gsw_gibbs_pt0_pt0__genmod.o +a - MOM_MEKE_types.o +a - MOM_CVMix_ddiff.o +a - dyed_channel_initialization.o +a - midas_vertmap.o +a - gsw_rho_second_derivatives.o +a - MOM_thickness_diffuse.o +a - MOM_file_parser.o +a - MOM_unit_tests.o +a - ideal_age_example.o +a - MOM_offline_main.o +a - gsw_specvol_first_derivatives.o +a - MOM_set_diffusivity.o +a - DOME_initialization.o +a - MOM_diapyc_energy_req.o +a - MOM_opacity.o +a - tracer_example.o +a - user_revise_forcing.o +a - coord_sigma.o +a - BFB_surface_forcing.o +a - advection_test_tracer.o +a - pseudo_salt_tracer.o +a - dyed_obcs_initialization.o +a - MOM_PressureForce.o +a - gsw_mod_toolbox.o +a - MOM_verticalGrid.o +a - MOM_regridding.o +a - MOM_boundary_update.o +a - MOM_forcing_type.o +a - coord_adapt.o +a - MOM_tracer_Z_init.o +a - MOM_bulk_mixed_layer.o +a - MOM_controlled_forcing.o +a - gsw_sr_from_sp.o +a - MOM_shared_initialization.o +a - MOM_kappa_shear.o +a - MOM_ALE_sponge.o +a - gsw_entropy_part.o +a - regrid_edge_slopes.o +a - MOM_ice_shelf_state.o +a - gsw_mod_teos10_constants.o +a - MOM_PressureForce_analytic_FV.o +a - MOM_lateral_mixing_coeffs.o +a - Idealized_Hurricane.o +a - MOM_write_cputime.o +a - gsw_mod_kinds.o +a - MOM_sponge.o +a - gsw_ct_from_pt__genmod.o +a - MOM_continuity_PPM.o +a - oil_tracer.o +a - MOM.o +a - MOM_EOS_linear.o +a - coord_slight.o +a - gsw_t_from_ct.o +a - Rossby_front_2d_initialization.o +a - gsw_rho_first_derivatives__genmod.o +a - gsw_rho.o +a - gsw_entropy_part__genmod.o +a - gsw_gibbs__genmod.o +a - dyed_obc_tracer.o +a - MOM_PressureForce_blocked_AFV.o +a - gsw_specvol__genmod.o +a - gsw_sp_from_sr__genmod.o +a - adjustment_initialization.o +a - MOM_constants.o +a - shelfwave_initialization.o +a - MOM_remapping.o +a - MOM_io.o +a - dye_example.o +a - benchmark_initialization.o +a - lock_exchange_initialization.o +a - mom_surface_forcing_nuopc.o +a - cvmix_tidal.o +a - MOM_obsolete_diagnostics.o +a - gsw_t_deriv_chem_potential_water_t_exact.o +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6/build/intel/MOM6_LIB/repro' ++ echo 'compiling MOM6 library successful' +compiling MOM6 library successful ++ echo 'compiling MOM6 library done' +compiling MOM6 library done ++ cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ++ mkdir -p exec/orion/ ++ ln -s /work/noaa/marine/dworthen/S2S_cmeps/MOM6/build/intel/MOM6_LIB/repro exec/orion/lib_ocean ++ [[ 0 == 1 ]] ++ echo ================================================== +================================================== ++ [[ 0 == 1 ]] ++ echo 'Next recommended step is to rejoice out of happiness from a successful compile.' +Next recommended step is to rejoice out of happiness from a successful compile. +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ + exec make -f makefile.nuopc COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" FMS_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="orion" \ + "FMSDIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" \ + "NEMSMOMDIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion" \ + "INSTALLDIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" install + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6' +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/time_utils.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap_methods.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap_time.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap.F90 +ar rv libmom.a mom_cap.o time_utils.o mom_cap_methods.o mom_cap_time.o +ar: creating libmom.a +a - mom_cap.o +a - time_utils.o +a - mom_cap_methods.o +a - mom_cap_time.o +rm -f mom6.mk.install +mkdir -p /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +cp -f /work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean/lib_ocean.a /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +cp -f libmom.a mom_cap_mod.mod /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +cp -f mom6.mk.install /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6' +test -d "/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" +test -s "/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk" +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +set -eu ; \ +export COMP_SRCDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE COMP_BINDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL SITE="NEMS.orion" SYSTEM_USERDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" EXEDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" CPPCMEPS="-DCMEPS" NEMS_GRID="T126_mx5" ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/CICE ; \ +./comp_ice.backend + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +NEMS_GRID = T126_mx025 +tcx comp_ice.backend res grid mx025 1440x1080 +ARCH is Linux.NEMS.orion +CICE comp_ice.backend ... DEBUG=N +gmake[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' +Building dependency for shr_orb_mod.d +Building dependency for ice_zbgc_shared.d +Building dependency for ice_zbgc.d +Building dependency for ice_transport_remap.d +Building dependency for ice_transport_driver.d +Building dependency for ice_timers.d +Building dependency for ice_therm_vertical.d +Building dependency for ice_therm_shared.d +Building dependency for ice_therm_mushy.d +Building dependency for ice_therm_itd.d +Building dependency for ice_therm_bl99.d +Building dependency for ice_therm_0layer.d +Building dependency for ice_step_mod.d +Building dependency for ice_state.d +Building dependency for ice_spacecurve.d +Building dependency for ice_shortwave.d +Building dependency for ice_restoring.d +Building dependency for ice_restart_shared.d +Building dependency for ice_restart_driver.d +Building dependency for ice_restart.d +Building dependency for ice_read_write.d +Building dependency for ice_orbital.d +Building dependency for ice_ocean.d +Building dependency for ice_meltpond_topo.d +Building dependency for ice_meltpond_lvl.d +Building dependency for ice_meltpond_cesm.d +Building dependency for ice_mechred.d +Building dependency for ice_lvl.d +Building dependency for ice_kinds_mod.d +Building dependency for ice_itd.d +Building dependency for ice_init.d +Building dependency for ice_history_write.d +Building dependency for ice_history_shared.d +Building dependency for ice_history_pond.d +Building dependency for ice_history_mechred.d +Building dependency for ice_history_drag.d +Building dependency for ice_history_bgc.d +Building dependency for ice_history.d +Building dependency for ice_grid.d +Building dependency for ice_global_reductions.d +Building dependency for ice_gather_scatter.d +Building dependency for ice_forcing.d +Building dependency for ice_flux.d +Building dependency for ice_firstyear.d +Building dependency for ice_fileunits.d +Building dependency for ice_exit.d +Building dependency for ice_dyn_shared.d +Building dependency for ice_dyn_evp.d +Building dependency for ice_dyn_eap.d +Building dependency for ice_domain_size.d +Building dependency for ice_domain.d +Building dependency for ice_distribution.d +Building dependency for ice_diagnostics.d +Building dependency for ice_constants.d +Building dependency for ice_communicate.d +Building dependency for ice_calendar.d +Building dependency for ice_broadcast.d +Building dependency for ice_brine.d +Building dependency for ice_boundary.d +Building dependency for ice_blocks.d +Building dependency for ice_atmo.d +Building dependency for ice_algae.d +Building dependency for ice_age.d +Building dependency for ice_aerosol.d +Building dependency for CICE_RunMod.d +Building dependency for CICE_InitMod.d +Building dependency for CICE_FinalMod.d +Building dependency for CICE.d +gmake[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' +gmake[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_kinds_mod.F90 > ice_kinds_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_kinds_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/ice_constants.F90 > ice_constants.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_constants.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_fileunits.F90 > ice_fileunits.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_fileunits.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restart_shared.F90 > ice_restart_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_communicate.F90 > ice_communicate.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_communicate.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_exit.F90 > ice_exit.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_exit.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_domain_size.F90 > ice_domain_size.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_domain_size.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_blocks.F90 > ice_blocks.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_blocks.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_spacecurve.F90 > ice_spacecurve.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_spacecurve.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_distribution.F90 > ice_distribution.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_distribution.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_global_reductions.F90 > ice_global_reductions.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_global_reductions.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_boundary.F90 > ice_boundary.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_boundary.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_broadcast.F90 > ice_broadcast.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_broadcast.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_domain.F90 > ice_domain.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_domain.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_state.F90 > ice_state.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_state.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90 > ice_atmo.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_atmo.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(330): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(353): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(476): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(506): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(694): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_shared.F90 > ice_therm_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc_shared.F90 > ice_zbgc_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_zbgc_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90 > ice_flux.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_flux.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90(769): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90(903): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90(965): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_calendar.F90 > ice_calendar.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_calendar.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_gather_scatter.F90 > ice_gather_scatter.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_gather_scatter.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_read_write.F90 > ice_read_write.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_read_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_timers.F90 > ice_timers.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_timers.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_grid.F90 > ice_grid.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_grid.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90 > ice_diagnostics.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_diagnostics.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90(1079): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90(1092): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90(1165): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_ocean.F90 > ice_ocean.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_ocean.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_ocean.F90(172): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_forcing.F90 > ice_forcing.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_forcing.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share/shr_orb_mod.F90 > shr_orb_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include shr_orb_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_orbital.F90 > ice_orbital.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_orbital.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_orbital.F90(109): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_shared.F90 > ice_dyn_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf/ice_restart.F90 > ice_restart.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_meltpond_lvl.F90 > ice_meltpond_lvl.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_meltpond_cesm.F90 > ice_meltpond_cesm.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_cesm.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_meltpond_topo.F90 > ice_meltpond_topo.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_topo.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90 > ice_shortwave.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_shortwave.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(647): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(800): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1016): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1042): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1065): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1655): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1679): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1720): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1736): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1774): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1790): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1830): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3108): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3129): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3140): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3163): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3770): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3865): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3422): warning #7532: The number of arguments is incompatible with intrinsic procedure, assume 'external'. [GAMMA] + gamma(w,uu,gg,e) = p5*w*((c1 + c3*gg*(c1-w)*uu*uu) & +------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_aerosol.F90 > ice_aerosol.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_aerosol.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90 > ice_algae.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_algae.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(284): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(300): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(344): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(366): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(403): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(442): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(692): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90 > ice_itd.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_itd.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(333): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(346): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(357): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(369): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(381): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(394): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(407): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(420): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1139): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1170): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1903): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1916): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1935): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1954): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2048): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2062): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2084): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2104): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2123): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2152): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2220): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2239): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2255): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1784): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [FLUX_BIO] + flux_bio, l_stop, & +----------------------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90 > ice_mechred.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_mechred.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(800): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1037): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1051): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1071): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1123): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1247): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1260): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1272): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1519): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1549): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1572): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1638): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1733): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1751): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1763): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1775): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1787): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1800): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1813): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1828): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1939): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1967): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1980): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1992): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2003): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2201): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2221): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2241): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_eap.F90 > ice_dyn_eap.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_eap.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_eap.F90(1179): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_shared.F90 > ice_history_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_mechred.F90 > ice_history_mechred.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_mechred.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_pond.F90 > ice_history_pond.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_pond.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_bgc.F90 > ice_history_bgc.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_bgc.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_drag.F90 > ice_history_drag.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_drag.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf/ice_history_write.F90 > ice_history_write.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_mushy.F90 > ice_therm_mushy.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_mushy.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history.F90 > ice_history.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_age.F90 > ice_age.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_age.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_firstyear.F90 > ice_firstyear.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_firstyear.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_lvl.F90 > ice_lvl.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90 > ice_transport_remap.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_transport_remap.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(1235): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3117): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3148): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3290): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3318): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3365): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3425): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3456): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3478): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3680): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3700): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_driver.F90 > ice_transport_driver.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_transport_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90 > ice_therm_bl99.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_bl99.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(444): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(569): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(646): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(685): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(756): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(905): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(990): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1001): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1125): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1797): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1806): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1818): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90 > ice_therm_0layer.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_0layer.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(236): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(297): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(350): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(450): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90 > ice_therm_vertical.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_vertical.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(742): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(754): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(765): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(781): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(914): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(941): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1046): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1065): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1199): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1227): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1438): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1452): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1573): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1624): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1667): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1696): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1730): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1768): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1777): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1844): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1897): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1951): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1960): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2086): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2108): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2207): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2305): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2431): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restoring.F90 > ice_restoring.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restoring.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restoring.F90(456): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_init.F90 > ice_init.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_init.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_init.F90(1381): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90 > ice_brine.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_brine.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(175): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(302): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(315): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(343): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(356): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(452): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(469): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(492): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(518): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90 > ice_zbgc.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_zbgc.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(692): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(825): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(996): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(1046): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restart_driver.F90 > ice_restart_driver.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE_InitMod.F90 > CICE_InitMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_InitMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90 > ice_therm_itd.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_itd.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(341): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(443): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(499): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(580): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(698): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1129): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1165): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1181): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1198): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1457): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1473): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1490): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1596): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1634): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1655): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1688): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1749): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_evp.F90 > ice_dyn_evp.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_evp.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_evp.F90(517): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_step_mod.F90 > ice_step_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_step_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE_RunMod.F90 > CICE_RunMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_RunMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE_FinalMod.F90 > CICE_FinalMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_FinalMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE.F90 > CICE.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE.f90 +mpiifort -o /work/noaa/marine/dworthen/S2S_cmeps/CICE/cice CICE.o CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o ice_aerosol.o ice_age.o ice_algae.o ice_atmo.o ice_blocks.o ice_boundary.o ice_brine.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_constants.o ice_diagnostics.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_firstyear.o ice_flux.o ice_forcing.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_init.o ice_itd.o ice_kinds_mod.o ice_lvl.o ice_mechred.o ice_meltpond_cesm.o ice_meltpond_lvl.o ice_meltpond_topo.o ice_ocean.o ice_orbital.o ice_read_write.o ice_restart.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_shortwave.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_therm_0layer.o ice_therm_bl99.o ice_therm_itd.o ice_therm_mushy.o ice_therm_shared.o ice_therm_vertical.o ice_timers.o ice_transport_driver.o ice_transport_remap.o ice_zbgc.o ice_zbgc_shared.o shr_orb_mod.o -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdf -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdf -lnetcdff +gmake[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' +/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice +NTASK = 48 +global N, block_size +x 1440, 60 +y 1080, 540 +max_blocks = 1 +1 = TRAGE, iage tracer +1 = TRFY, first-year ice tracer +1 = TRLVL, level-ice tracers +1 = TRPND, melt pond tracers +0 = NTRAERO, number of aerosol tracers +0 = TRBRI, brine height tracer +7 = NBGCLYR, number of bio grid layers +0 = TRBGCS, number of BGC tracers +ar: creating /work/noaa/marine/dworthen/S2S_cmeps/CICE/liblanl_cice.a +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; exec make -f makefile.nuopc \ + COMP_SRCDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE COMP_BINDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL SITE="NEMS.orion" SYSTEM_USERDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" EXEDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" CPPCMEPS="-DCMEPS" NEMS_GRID="T126_mx5" \ + "LANLCICEDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE" "INSTALLDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL" install + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +mpiifort -DCMEPS -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/compile -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf cice_cap.F90 +ar rv libcice.a cice_cap.o +ar: creating libcice.a +a - cice_cap.o +rm -f cice.mk.install +mkdir -p /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +cp -f /work/noaa/marine/dworthen/S2S_cmeps/CICE/liblanl_cice.a /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +cp -f libcice.a cice_cap_mod.mod /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +cp -f cice.mk.install /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +test -f /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +set -e ; \ + . /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS ; \ + exec make COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ + "INSTALLDIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL" install + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS' +cd nems/lib ;\ +exec make install FC="mpiifort" CC="mpiicc" CXX="mpiicpc" PIO_INSTALL_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib' +mkdir -p "/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build"; \ +cd "/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build"; \ +CC="mpiicc" CXX="mpiicpc" FC="mpiifort" cmake -D CMAKE_VERBOSE_MAKEFILE:BOOL=ON -D PIO_ENABLE_TESTS:BOOL=OFF -D PIO_ENABLE_TIMING:BOOL=OFF -D PIO_USE_MALLOC:BOOL=ON -D GENF90_PATH=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/genf90 -D USER_CMAKE_MODULE_PATH="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO"/cmake -D CMAKE_INSTALL_PREFIX=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install -D NetCDF_PATH:PATH=/apps/contrib/NCEPLIBS/lib//netcdfp -D WITH_PNETCDF=OFF ../ +-- The C 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-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/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 Fortran compiler: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc (found version "3.1") +-- Found MPI_Fortran: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort (found version "3.1") +-- Found MPI: TRUE (found version "3.1") +-- Looking for sys/types.h +-- Looking for sys/types.h - found +-- Looking for stdint.h +-- Looking for stdint.h - found +-- Looking for stddef.h +-- Looking for stddef.h - found +-- Check size of MPI_Offset +-- Check size of MPI_Offset - done +-- Check if the system is big endian +-- Searching 16 bit integer +-- Check size of unsigned short +-- Check size of unsigned short - done +-- Using unsigned short +-- Check if the system is big endian - little endian +-- Found NetCDF_C: /apps/contrib/NCEPLIBS/lib/netcdfp/lib/libnetcdf.so +-- Checking NetCDF version +-- Checking NetCDF version - 4.8.0.-developmen +-- Checking whether NetCDF has parallel support +-- Checking whether NetCDF has parallel support - yes +-- Looking for nc_set_log_level +-- Looking for nc_set_log_level - found +-- Check size of size_t +-- Check size of size_t - done +-- Check size of long long +-- Check size of long long - done +-- Checking whether Fortran compiler supports c_sizeof +-- Checking whether Fortran compiler supports c_sizeof - failed +-- MPIIO not detected and therefore disabled. +-- Checking whether MPI Fortran module is supported +-- Checking whether MPI Fortran module is supported - failed +-- MPI Fortran module failed verification and therefore disabled. +-- Found NetCDF_Fortran: /apps/contrib/NCEPLIBS/lib/netcdfp/lib/libnetcdff.so +-- Found Doxygen: /bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Configuring done +-- Generating done +-- Build files have been written to: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build +cd "/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build"; \ +exec make install +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +/apps/cmake-3.15.4/bin/cmake -S/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO -B/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/CMakeFiles /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/CMakeFiles/progress.marks +make -f CMakeFiles/Makefile2 all +make[4]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +make -f src/clib/CMakeFiles/pioc.dir/build.make src/clib/CMakeFiles/pioc.dir/depend +make[5]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib/CMakeFiles/pioc.dir/DependInfo.cmake --color= +Scanning dependencies of target pioc +make[5]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +make -f src/clib/CMakeFiles/pioc.dir/build.make src/clib/CMakeFiles/pioc.dir/build +make[5]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +[ 2%] Building C object src/clib/CMakeFiles/pioc.dir/topology.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/topology.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/topology.c +[ 5%] Building C object src/clib/CMakeFiles/pioc.dir/pio_file.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_file.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_file.c +[ 8%] Building C object src/clib/CMakeFiles/pioc.dir/pioc_support.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pioc_support.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pioc_support.c +[ 11%] Building C object src/clib/CMakeFiles/pioc.dir/pio_lists.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_lists.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_lists.c +[ 14%] Building C object src/clib/CMakeFiles/pioc.dir/pioc.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pioc.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pioc.c +[ 17%] Building C object src/clib/CMakeFiles/pioc.dir/pioc_sc.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pioc_sc.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pioc_sc.c +[ 20%] Building C object src/clib/CMakeFiles/pioc.dir/pio_spmd.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_spmd.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_spmd.c +[ 22%] Building C object src/clib/CMakeFiles/pioc.dir/pio_rearrange.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_rearrange.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_rearrange.c +[ 25%] Building C object src/clib/CMakeFiles/pioc.dir/pio_nc4.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_nc4.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_nc4.c +[ 28%] Building C object src/clib/CMakeFiles/pioc.dir/bget.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/bget.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/bget.c +[ 31%] Building C object src/clib/CMakeFiles/pioc.dir/pio_nc.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_nc.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_nc.c +[ 34%] Building C object src/clib/CMakeFiles/pioc.dir/pio_put_nc.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_put_nc.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_put_nc.c +[ 37%] Building C object src/clib/CMakeFiles/pioc.dir/pio_get_nc.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_get_nc.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_get_nc.c +[ 40%] Building C object src/clib/CMakeFiles/pioc.dir/pio_getput_int.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_getput_int.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_getput_int.c +[ 42%] Building C object src/clib/CMakeFiles/pioc.dir/pio_msg.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_msg.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_msg.c +[ 45%] Building C object src/clib/CMakeFiles/pioc.dir/pio_darray.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_darray.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_darray.c +[ 48%] Building C object src/clib/CMakeFiles/pioc.dir/pio_darray_int.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_darray_int.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_darray_int.c +[ 51%] Building C object src/clib/CMakeFiles/pioc.dir/pio_get_vard.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_get_vard.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_get_vard.c +[ 54%] Building C object src/clib/CMakeFiles/pioc.dir/pio_put_vard.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_put_vard.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_put_vard.c +[ 57%] Linking C static library libpioc.a +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/pioc.dir/cmake_clean_target.cmake +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/pioc.dir/link.txt --verbose=1 +/bin/ar qc libpioc.a CMakeFiles/pioc.dir/topology.c.o CMakeFiles/pioc.dir/pio_file.c.o CMakeFiles/pioc.dir/pioc_support.c.o CMakeFiles/pioc.dir/pio_lists.c.o CMakeFiles/pioc.dir/pioc.c.o CMakeFiles/pioc.dir/pioc_sc.c.o CMakeFiles/pioc.dir/pio_spmd.c.o CMakeFiles/pioc.dir/pio_rearrange.c.o CMakeFiles/pioc.dir/pio_nc4.c.o CMakeFiles/pioc.dir/bget.c.o CMakeFiles/pioc.dir/pio_nc.c.o CMakeFiles/pioc.dir/pio_put_nc.c.o CMakeFiles/pioc.dir/pio_get_nc.c.o CMakeFiles/pioc.dir/pio_getput_int.c.o CMakeFiles/pioc.dir/pio_msg.c.o CMakeFiles/pioc.dir/pio_darray.c.o CMakeFiles/pioc.dir/pio_darray_int.c.o CMakeFiles/pioc.dir/pio_get_vard.c.o CMakeFiles/pioc.dir/pio_put_vard.c.o +/bin/ranlib libpioc.a +make[5]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +[ 57%] Built target pioc +make -f src/flib/CMakeFiles/genf90.dir/build.make src/flib/CMakeFiles/genf90.dir/depend +make[5]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib/CMakeFiles/genf90.dir/DependInfo.cmake --color= +Scanning dependencies of target genf90 +make[5]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/genf90.dir/build.make src/flib/CMakeFiles/genf90.dir/build +make[5]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +make[5]: Nothing to be done for `src/flib/CMakeFiles/genf90.dir/build'. +make[5]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +[ 57%] Built target genf90 +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/depend +make[5]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +[ 60%] Generating piodarray.F90 +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/genf90/genf90.pl /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/piodarray.F90.in > piodarray.F90 +[ 62%] Generating pionfatt_mod.F90 +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/genf90/genf90.pl /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pionfatt_mod.F90.in > pionfatt_mod.F90 +[ 65%] Generating pionfput_mod.F90 +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/genf90/genf90.pl /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pionfput_mod.F90.in > pionfput_mod.F90 +[ 68%] Generating pionfget_mod.F90 +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/genf90/genf90.pl /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pionfget_mod.F90.in > pionfget_mod.F90 +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib/CMakeFiles/piof.dir/DependInfo.cmake --color= +Scanning dependencies of target piof +make[5]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/build +make[5]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +[ 71%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_kinds.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pio_kinds.F90 -o CMakeFiles/piof.dir/pio_kinds.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pio_kinds.mod src/flib/CMakeFiles/piof.dir/pio_kinds.mod.stamp Intel +[ 74%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_support.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pio_support.F90 -o CMakeFiles/piof.dir/pio_support.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pio_support.mod src/flib/CMakeFiles/piof.dir/pio_support.mod.stamp Intel +[ 77%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_types.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pio_types.F90 -o CMakeFiles/piof.dir/pio_types.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pio_types.mod src/flib/CMakeFiles/piof.dir/pio_types.mod.stamp Intel +[ 80%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_nf.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pio_nf.F90 -o CMakeFiles/piof.dir/pio_nf.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pio_nf.mod src/flib/CMakeFiles/piof.dir/pio_nf.mod.stamp Intel +[ 82%] Building Fortran object src/flib/CMakeFiles/piof.dir/piodarray.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib/piodarray.F90 -o CMakeFiles/piof.dir/piodarray.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/piodarray.mod src/flib/CMakeFiles/piof.dir/piodarray.mod.stamp Intel +[ 85%] Building Fortran object src/flib/CMakeFiles/piof.dir/piolib_mod.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/piolib_mod.F90 -o CMakeFiles/piof.dir/piolib_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/piolib_mod.mod src/flib/CMakeFiles/piof.dir/piolib_mod.mod.stamp Intel +[ 88%] Building Fortran object src/flib/CMakeFiles/piof.dir/pionfatt_mod.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib/pionfatt_mod.F90 -o CMakeFiles/piof.dir/pionfatt_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pionfatt_mod.mod src/flib/CMakeFiles/piof.dir/pionfatt_mod.mod.stamp Intel +[ 91%] Building Fortran object src/flib/CMakeFiles/piof.dir/pionfget_mod.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib/pionfget_mod.F90 -o CMakeFiles/piof.dir/pionfget_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pionfget_mod.mod src/flib/CMakeFiles/piof.dir/pionfget_mod.mod.stamp Intel +[ 94%] Building Fortran object src/flib/CMakeFiles/piof.dir/pionfput_mod.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib/pionfput_mod.F90 -o CMakeFiles/piof.dir/pionfput_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pionfput_mod.mod src/flib/CMakeFiles/piof.dir/pionfput_mod.mod.stamp Intel +[ 97%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pio.F90 -o CMakeFiles/piof.dir/pio.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pio.mod src/flib/CMakeFiles/piof.dir/pio.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_kinds.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_nf.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_support.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_types.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/piodarray.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/piolib_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pionfatt_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pionfget_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pionfput_mod.F90.o.provides.build +[100%] Linking Fortran static library libpiof.a +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/piof.dir/cmake_clean_target.cmake +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/piof.dir/link.txt --verbose=1 +/bin/ar qc libpiof.a CMakeFiles/piof.dir/pio_nf.F90.o CMakeFiles/piof.dir/pio.F90.o CMakeFiles/piof.dir/pio_kinds.F90.o CMakeFiles/piof.dir/pio_types.F90.o CMakeFiles/piof.dir/piolib_mod.F90.o CMakeFiles/piof.dir/pio_support.F90.o CMakeFiles/piof.dir/pionfatt_mod.F90.o CMakeFiles/piof.dir/pionfput_mod.F90.o CMakeFiles/piof.dir/pionfget_mod.F90.o CMakeFiles/piof.dir/piodarray.F90.o +/bin/ranlib libpiof.a +make[5]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +[100%] Built target piof +make[4]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/CMakeFiles 0 +make -f CMakeFiles/Makefile2 preinstall +make[4]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +make[4]: Nothing to be done for `preinstall'. +make[4]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +Install the project... +/apps/cmake-3.15.4/bin/cmake -P cmake_install.cmake +-- Install configuration: "" +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/lib/libpioc.a +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pio.h +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/lib/libpiof.a +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pio.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pio_nf.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pio_types.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/piolib_mod.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pionfget_mod.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pio_kinds.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pio_support.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/piodarray.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pionfatt_mod.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pionfput_mod.mod +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib' +cd nems/util ;\ +exec make PIO_INCLUDE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/util' +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_kind_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. perf_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_log_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_mpi_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_abort_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_const_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_sys_mod.F90 +shr_sys_mod.F90(105): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [RCODE] +SUBROUTINE shr_sys_chdir(path, rcode) +-------------------------------^ +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_flux_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_mem_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_pio_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. glc_elevclass_mod.F90 +glc_elevclass_mod.F90(43): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [GLC_ELEVCLASS] + subroutine glc_get_elevation_classes_with_bareland(glc_ice_covered, glc_topo, glc_elevclass, logunit) +--------------------------------------------------------------------------------^ +glc_elevclass_mod.F90(36): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [GLC_ELEVCLASS] + subroutine glc_get_elevation_classes_without_bareland(glc_topo, glc_elevclass, logunit) +------------------------------------------------------------------^ +glc_elevclass_mod.F90(58): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [GLC_ICEFRAC_EC] + subroutine glc_get_fractional_icecov(nec, glc_topo, glc_icefrac, glc_icefrac_ec, logunit) +-------------------------------------------------------------------^ +ar rv libcmeps_util.a perf_mod.o shr_abort_mod.o shr_const_mod.o shr_flux_mod.o shr_kind_mod.o shr_log_mod.o shr_mem_mod.o shr_mpi_mod.o shr_pio_mod.o shr_sys_mod.o glc_elevclass_mod.o +ar: creating libcmeps_util.a +a - perf_mod.o +a - shr_abort_mod.o +a - shr_const_mod.o +a - shr_flux_mod.o +a - shr_kind_mod.o +a - shr_log_mod.o +a - shr_mem_mod.o +a - shr_mpi_mod.o +a - shr_pio_mod.o +a - shr_sys_mod.o +a - glc_elevclass_mod.o +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/util' +cd mediator ;\ +exec make PIO_INCLUDE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include INTERNAL_PIO_INIT=1 +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/mediator' +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_kind_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_utils_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util esmFlds.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_internalstate_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_constants_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_methods_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_map_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_merge_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_wav_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_ice_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util esmFldsExchange_cesm_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_time_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_profile_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_ocn_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_rof_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_aofluxes_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_fraction_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_lnd_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_io_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_history_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_ocnalb_mod.F90 +med_phases_ocnalb_mod.F90(589): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [RC] + subroutine med_phases_ocnalb_orbital_update(clock, logunit, mastertask, eccen, obliqr, lambm0, mvelpp, rc) +----------------------------------------------------------------------------------------------------------^ +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_restart_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_atm_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util esmFldsExchange_nems_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_glc_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med.F90 +ar rv libcmeps.a med_phases_prep_wav_mod.o med_phases_prep_ice_mod.o esmFldsExchange_cesm_mod.o med_phases_profile_mod.o med_time_mod.o med_methods_mod.o med_constants_mod.o med_phases_prep_ocn_mod.o med.o med_fraction_mod.o med_phases_history_mod.o esmFlds.o med_io_mod.o med_phases_prep_lnd_mod.o med_kind_mod.o med_phases_restart_mod.o med_phases_prep_glc_mod.o med_internalstate_mod.o med_phases_prep_atm_mod.o esmFldsExchange_nems_mod.o med_utils_mod.o med_phases_aofluxes_mod.o med_phases_ocnalb_mod.o med_phases_prep_rof_mod.o med_merge_mod.o med_map_mod.o +ar: creating libcmeps.a +a - med_phases_prep_wav_mod.o +a - med_phases_prep_ice_mod.o +a - esmFldsExchange_cesm_mod.o +a - med_phases_profile_mod.o +a - med_time_mod.o +a - med_methods_mod.o +a - med_constants_mod.o +a - med_phases_prep_ocn_mod.o +a - med.o +a - med_fraction_mod.o +a - med_phases_history_mod.o +a - esmFlds.o +a - med_io_mod.o +a - med_phases_prep_lnd_mod.o +a - med_kind_mod.o +a - med_phases_restart_mod.o +a - med_phases_prep_glc_mod.o +a - med_internalstate_mod.o +a - med_phases_prep_atm_mod.o +a - esmFldsExchange_nems_mod.o +a - med_utils_mod.o +a - med_phases_aofluxes_mod.o +a - med_phases_ocnalb_mod.o +a - med_phases_prep_rof_mod.o +a - med_merge_mod.o +a - med_map_mod.o +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/mediator' +rm -f cmeps.mk.install +mkdir -p /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL +mkdir -p /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include +cp -f /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/lib/*.a /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL +cp -f /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/* /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include +cp -f /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/util/libcmeps_util.a /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL +cp -f /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/mediator/libcmeps.a /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL +cp -f mediator/*.mod /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include +cp -f nems/util/*.mod /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include +cp -f cmeps.mk.install /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS' +test -d "/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL" +test -s "/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk" +( \ +echo "# Do not edit this file. It is automatically generated." ; \ +echo "# Edit the component list or /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ccpp_mk="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk" ; echo fms_mk="/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk" ; echo cice_mk="/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk" ; echo cmeps_mk="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk" ; ) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC" +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +set -e ; \ +for m in /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk ; do \ + test -s $m ; \ +done ; \ +echo build NEMS after /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src ; \ +make nems \ + COMPONENTS="CCPP FMS FV3 MOM6 CICE CMEPS" \ + CCPP_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL FV3_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL MOM6_DIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL CICE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL CMEPS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL TARGET="/work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x" ; \ +test -x /work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +build NEMS after /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk +Components in linker order: CMEPS CICE MOM6 FV3 FMS CCPP +CMEPS: include /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk +CICE: include /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +MOM6: include /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk +FMS: include /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk +CCPP: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk +CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" +CPPFLAGS += ESMF_VERSION_MAJOR="8" +CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" +CPPFLAGS += ESMF_VERSION_MINOR="1" +CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" +CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" +CPPFLAGS += ESMF_VERSION_REVISION="0" +CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' +cd ENS_Cpl && make stub +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +mpiicc -E -DFV3_CPLD -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:09:41 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:09:41 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:09:41 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 +mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o +'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:09:41 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:09:41 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:09:41 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:09:41 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:09:41 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:09:41 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:09:41 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/l.0110.2020/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf +extlibs is /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/l.0110.2020/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf +mpiifort -o /work/noaa/marine/dworthen/S2S_cmeps/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 /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/libcmeps.a /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/libcmeps_util.a /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/libpiof.a /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/libpioc.a /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/libcice.a /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/liblanl_cice.a /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/libmom.a /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/lib_ocean.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3cap.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libccppdriver.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3core.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3io.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libipd.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libgfsphys.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3cpl.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libstochastic_physics.a /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/libfms.a -L/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/l.0110.2020/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf +/apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/apps/contrib/NCEPLIBS/orion/NCEPLIBS-umbrella/lib/src/jasper_v1.900.1/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' ++ [[ YES == YES ]] ++ make app=coupledFV3_CCPP_MOM6_CICE_CMEPS clean +Convert /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_CMEPS.appBuilder +...into /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_CMEPS.appBuilder.mk +Include /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_CMEPS.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE CMEPS' > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk" +NEMS_BUILDOPT IS +Adding FV3 makeopts to FMS makeopts +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +set -x ; \ +cd "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build" ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build +cat /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile.temp.clean +cd /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs ; \ + exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3 ; exec make \ + -k cleanall FMS_DIR=/dev/null +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +Cleaning ... + +(cd gfsphysics && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +Cleaning gfsphysics ... + +rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +(cd ccpp/driver && make clean) + +Build CCPP layer ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' +(cd ipd && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +Cleaning ipd ... + +rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +(cd ../stochastic_physics && make clean) + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +Cleaning stochastic_physics ... + +rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +(cd io && make clean) + +Build standalone FV3 io ... + +$ESMF_INC is [] +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' +Cleaning io ... + +rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' +(cd atmos_cubed_sphere && make clean) + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' +Cleaning fv3core ... + +rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' +(cd cpl && make clean) + +Build standalone FV3 io ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' +Cleaning io ... + +rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +rm -rf nems_dir FV3_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 \ + /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 +set -e ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ +set +e ; \ +rm -rf exec src/path_names_shared ; \ +find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f +cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ + exec make -f makefile.nuopc clean +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +rm -f -f libcice.a *.f90 *.o *.mod *.lst depend +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; set +e ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ +rm -rf cice.mk.install /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE ; set +e ; \ +rm -rf history compile restart *.a ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f +cp -n /work/noaa/marine/dworthen/S2S_cmeps/modulefiles/orion.intel/fv3_coupled /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems ; \ + . /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +set -e ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS ; \ +exec make clean + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS' +cd mediator; \ +exec make clean PIO_INCLUDE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/mediator' +rm -f -f libcmeps.a *.i90 *.o *.mod +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/mediator' +cd nems/util; \ +exec make clean PIO_INCLUDE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/util' +rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod +rm -f -f med_constants_mod.* +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/util' +cd nems/lib; \ +exec make clean PIO_INSTALL_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib' +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build" +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib' +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS' +if ! test -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ + delete_nuopc=yes ; \ +fi ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE CMEPS" \ + INCLUDES_ARE_OPTIONAL=YES clean ; \ +if [ "$delete_nuopc" = yes ] ; then \ + rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ +fi +Components in linker order: CMEPS CICE MOM6 FV3 FMS CCPP +CMEPS: include /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk +CICE: include /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing +MOM6: include /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk +CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" +CPPFLAGS += ESMF_VERSION_MAJOR="8" +CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" +CPPFLAGS += ESMF_VERSION_MINOR="1" +CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" +CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" +CPPFLAGS += ESMF_VERSION_REVISION="0" +CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" +rm -f -f *.tmp.f90 *.lst *.o *.mod lm map +cd ENS_Cpl ; make clean +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' ++ cp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x /work/noaa/marine/dworthen/S2S_cmeps/tests/fv3_mom6_cice_4.exe ++ cp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems /work/noaa/marine/dworthen/S2S_cmeps/tests/modules.fv3_mom6_cice_4 ++ elapsed=1390 ++ echo 'Elapsed time 1390 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_CMEPS finished' +Elapsed time 1390 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_CMEPS finished ++ SECONDS=0 ++ [[ 2 -lt 1 ]] ++ readonly app_name=coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS ++ app_name=coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS ++ readonly build_name=fv3_mom6_cice_5 ++ build_name=fv3_mom6_cice_5 ++ readonly clean_before=YES ++ clean_before=YES ++ readonly clean_after=YES ++ clean_after=YES ++ hostname +Orion-login-1.HPC.MsState.Edu ++++ dirname /work/noaa/marine/dworthen/S2S_cmeps/tests/compile.sh +++ cd /work/noaa/marine/dworthen/S2S_cmeps/tests +++ pwd -P ++ readonly compile_root_dir=/work/noaa/marine/dworthen/S2S_cmeps/tests ++ compile_root_dir=/work/noaa/marine/dworthen/S2S_cmeps/tests +++ cd /work/noaa/marine/dworthen/S2S_cmeps/tests/.. +++ pwd ++ PATHTR=/work/noaa/marine/dworthen/S2S_cmeps ++ echo 'PATHTR is /work/noaa/marine/dworthen/S2S_cmeps' +PATHTR is /work/noaa/marine/dworthen/S2S_cmeps ++ cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS ++ [[ coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS =~ _debug ]] ++ S2S_DEBUG_MODULE=false ++ export S2S_DEBUG_MODULE ++ [[ YES == YES ]] ++ make app=coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS distclean +Convert /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS.appBuilder +...into /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS.appBuilder.mk +Include /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE CMEPS WW3' > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk" +NEMS_BUILDOPT IS +Adding FV3 makeopts to FMS makeopts +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +set -x ; \ +cd "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build" ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build +set -xue ; \ +export PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ +cd $PATH_CCPP ; \ +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib" ; \ +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include" ; \ +rm -f /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk ++ export PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ cd /work/noaa/marine/dworthen/S2S_cmeps ++ /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean +INFO: Logging level set to INFO +INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format +INFO: Performing clean .... +INFO: CCPP prebuild clean completed successfully, exiting. ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include ++ rm -f /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk +cat /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile.temp.clean +cd /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs ; \ + exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3 ; exec make \ + -k cleanall FMS_DIR=/dev/null +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +Cleaning ... + +(cd gfsphysics && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +makefile:269: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +Cleaning gfsphysics ... + +rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +(cd ccpp/driver && make clean) + +Build CCPP layer ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' +makefile:67: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' + +Build CCPP layer ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' +(cd ipd && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +makefile:54: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +Cleaning ipd ... + +rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +(cd ../stochastic_physics && make clean) + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +makefile:87: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +Cleaning stochastic_physics ... + +rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +(cd io && make clean) + +Build standalone FV3 io ... + +$ESMF_INC is [] +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' +Cleaning io ... + +rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' +(cd atmos_cubed_sphere && make clean) + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' +Cleaning fv3core ... + +rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' +(cd cpl && make clean) + +Build standalone FV3 io ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' +Cleaning io ... + +rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +rm -rf nems_dir FV3_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 \ + /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk +set -e ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ +set +e ; \ +rm -rf exec src/path_names_shared ; \ +find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f +rm -f /work/noaa/marine/dworthen/S2S_cmeps/MOM6/src/MOM6/config_src/nems_cap/mom5.mk.install +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +rm -f /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ + exec make -f makefile.nuopc clean +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +rm -f -f libcice.a *.f90 *.o *.mod *.lst depend +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; set +e ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ +rm -rf cice.mk.install /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE ; set +e ; \ +rm -rf history compile restart *.a ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +cp -n /work/noaa/marine/dworthen/S2S_cmeps/modulefiles/orion.intel/fv3_coupled /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems ; \ + . /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +set -e ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS ; \ +exec make clean + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS' +cd mediator; \ +exec make clean PIO_INCLUDE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/mediator' +rm -f -f libcmeps.a *.i90 *.o *.mod +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/mediator' +cd nems/util; \ +exec make clean PIO_INCLUDE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/util' +rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod +rm -f -f med_constants_mod.* +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/util' +cd nems/lib; \ +exec make clean PIO_INSTALL_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib' +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build" +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib' +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS' +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL +rm -f /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/esmf ; \ +export COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/WW3/model" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL" WW3_COMP="orion" ; \ +export ESMFMKFILE=/dev/null ; \ +exec make distclean + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/esmf' +\rm -f /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/exe/ww3_multi_esmf *.o *.mod +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_clean -c + + ***************************** + *** WAVEWATCH III clean *** + ***************************** + + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/aux + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/../regtests +\rm -fr /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp +\rm -f /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/wwatch3.env +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/esmf' +cd "/work/noaa/marine/dworthen/S2S_cmeps/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 /work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL/nuopc.mk +if ! test -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ + delete_nuopc=yes ; \ +fi ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE CMEPS WW3" \ + INCLUDES_ARE_OPTIONAL=YES clean ; \ +if [ "$delete_nuopc" = yes ] ; then \ + rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ +fi +Components in linker order: WW3 CMEPS CICE MOM6 FV3 FMS CCPP +WW3: include +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' +GNUmakefile:70: : component WW3 makefile fragment is missing +CMEPS: include /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk: component CMEPS makefile fragment is missing +CICE: include /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing +MOM6: include /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing +FV3: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing +CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" +CPPFLAGS += ESMF_VERSION_MAJOR="8" +CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" +CPPFLAGS += ESMF_VERSION_MINOR="1" +CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" +CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" +CPPFLAGS += ESMF_VERSION_REVISION="0" +CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" +rm -f -f *.tmp.f90 *.lst *.o *.mod lm map +cd ENS_Cpl ; make clean +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/externals.nems /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ESMFVersionDefine.h /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.sh /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.csh /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test_results.mk ++ make app=coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS build +Convert /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS.appBuilder +...into /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS.appBuilder.mk +Include /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE CMEPS WW3' > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk" +NEMS_BUILDOPT IS +Adding FV3 makeopts to FMS makeopts +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +cp /work/noaa/marine/dworthen/S2S_cmeps/conf/configure.fv3_coupled.orion.intel /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/externals.nems +cp /work/noaa/marine/dworthen/S2S_cmeps/modulefiles/orion.intel/fv3_coupled /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems +cp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ESMFVersionDefine.h +( echo '. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.sh" +( echo 'source /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.csh" +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/configure_rules.mk:3: /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk: No such file or directory +make -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS' +if [ -f "/modules.nems" ] ; then \ + . /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=8192 ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/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 ; \ +) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS' +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +set -xue ; \ +export PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ +cd $PATH_CCPP ; \ +./build_ccpp.sh orion.intel "$PATH_CCPP" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk \ + "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp"" NO NO ; \ +test -d "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp"/include ; \ +test -d "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp"/lib + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + ++ export PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ cd /work/noaa/marine/dworthen/S2S_cmeps ++ /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled +INFO: Logging level set to INFO +INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15p2_coupled.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 mo_gas_optics_rrtmgp +INFO: Parsed variable definition tables in module mo_gas_concentrations +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_arry +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_1scl +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_2str +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_nstr +INFO: Parsed variable definition tables in module mo_optical_props +INFO: Parsed variable definition tables in module mo_cloud_optics +INFO: Parsed variable definition tables in module mo_source_functions +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 rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount 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 ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name facsf of variable fractional_coverage_with_strong_cosz_dependency 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 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 cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name gas_concentrations of variable Gas_concentrations_for_RRTMGP_suite from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux 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 totsnw of variable accumulated_lwe_thickness_of_snow_amount 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 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_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one 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 gv0 of variable y_wind_updated_by_physics 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 sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean 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 npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index 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 tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean 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 zogw of variable height_of_launch_level_of_orographic_gravity_wave 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 do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name toa_src_sw of variable toa_incident_sw_flux_by_spectral_point 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 levsm1 of variable vertical_dimension_minus_one 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 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 cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air 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 clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface 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 c1_shal of variable detrainment_conversion_parameter_shallow_convection 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 semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name condition of variable physics_field_for_coupling from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name hlwb of variable RRTMGP_lw_heating_rate_spectral 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 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 nmtvr of variable number_of_statistical_measures_of_subgrid_orography 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 cld_swp of variable RRTMGP_cloud_snow_water_path 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 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 tsfco of variable sea_surface_temperature 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 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 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 flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length 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 do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rrtmgp_nGptsLW of variable number_of_lw_spectral_points_rrtmgp 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 aerosolslw of variable RRTMGP_aerosol_optical_properties_for_longwave_bands_01_16 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 Coupling of variable GFS_coupling_type_instance 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 tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag 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 qsq of variable q_prime_squared 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 refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name flxprf_sw of variable RRTMGP_sw_fluxes 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 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 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 u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling 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_time_step 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 pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction 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 te0 of variable atmosphere_energy_content_at_Lagrangian_surface 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 cgwf of variable multiplication_factors_for_convective_gravity_wave_drag 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 gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 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 ty_cloud_optics of variable ty_cloud_optics 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 gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics 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 gflx_ice of variable upward_heat_flux_in_soil_over_ice 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 dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name ty_optical_props_2str of variable ty_optical_props_2str 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 tracers_water of variable number_of_water_tracers 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 kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name lw_optical_props_cloudsByBand of variable longwave_optical_properties_for_cloudy_atmosphere_by_band 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 zm of variable ocean_mixed_layer_thickness 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 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 do_sppt of variable flag_for_stochastic_surface_physics_perturbations 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 c0s_deep of variable rain_conversion_parameter_deep_convection 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 gwd_opt of variable gwd_opt 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 qs_r of variable cloud_snow_mixing_ratio 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 nswsfci of variable surface_net_downwelling_shortwave_flux 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 lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model 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 cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface 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 dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling 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 sigmatot of variable convective_updraft_area_fraction_at_model_interfaces 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 sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step 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 ty_optical_props_nstr of variable ty_optical_props_nstr 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 phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step 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 ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land 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 f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name icseed_lw of variable seed_random_numbers_lw_for_RRTMGP 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 tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep 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 cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name fluxlwUP_clrsky of variable RRTMGP_lw_flux_profile_upward_clrsky 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 do_qa of variable flag_for_inline_cloud_fraction_calculation 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 tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name fluxlwDOWN_allsky of variable RRTMGP_lw_flux_profile_downward_allsky 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 CLDFRA_BL of variable subgrid_cloud_fraction_pbl 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 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 spfhmax of variable maximum_specific_humidity_at_2m 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 ca_sgs of variable flag_for_sgs_cellular_automata 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 dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd 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 alnwf of variable mean_nir_albedo_with_weak_cosz_dependency 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 lslwr of variable flag_to_calc_lw 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 hprime of variable statistical_measures_of_subgrid_orography 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 gw_kdis of variable eddy_mixing_due_to_ugwp 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 qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor 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 fice of variable sea_ice_concentration 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 ffhh of variable Monin_Obukhov_similarity_function_for_heat 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 cld_reliq of variable RRTMGP_mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel 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 CCPP_interstitial_type of variable CCPP_interstitial_type 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 dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling 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 nbdlw of variable number_of_aerosol_bands_for_longwave_radiation 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 aerosolssw(:,:,:,2) of variable RRTMGP_aerosol_single_scattering_albedo_for_shortwave_bands_01_16 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 clam_shal of variable entrainment_rate_coefficient_shallow_convection 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 imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme 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 rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling 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 cf_upi of variable convective_cloud_fraction_for_microphysics 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 cdata of variable ccpp_t_instance 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 icseed_sw of variable seed_random_numbers_sw_for_RRTMGP 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 forcet of variable temperature_tendency_due_to_dynamics 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 qwv_surf of variable water_vapor_mixing_ratio_at_surface 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 spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval 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 du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL 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 aerosolssw of variable RRTMGP_aerosol_optical_properties_for_shortwave_bands_01_16 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 kmp of variable top_layer_index_for_fast_physics 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 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 dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column 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 nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d 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 shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_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: 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 dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch 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 faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 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 icloud_bl of variable couple_sgs_clouds_to_radiation_flag 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 nseffr of variable index_for_snow_effective_radius 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 sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct 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 qi_r of variable cloud_ice_mixing_ratio 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 ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling 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 cplchm of variable flag_for_chemistry_coupling 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 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 snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep 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 nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered 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 mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio 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 htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels 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 Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name ipsdlw0 of variable initial_permutation_seed_lw 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 ifd of variable index_of_dtlm_start 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 do_myjpbl of variable do_myjpbl 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 tdoms of variable dominant_snow_type 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 tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag 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 con_ttp of variable triple_point_temperature_of_water 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 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 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 v1 of variable y_wind_at_lowest_model_layer_for_diag 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 canopy of variable canopy_water_amount 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 tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist 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 oceanfrac of variable sea_area_fraction 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 landfrac of variable land_area_fraction 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 num_p2d of variable array_dimension_of_2d_arrays_for_microphysics 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 tsurf_land of variable surface_skin_temperature_after_iteration_over_land 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 rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice 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 bl_mynn_tkeadvect of variable tke_advect 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 phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes 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 ntinc of variable index_for_ice_cloud_number_concentration 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 dkt of variable atmosphere_heat_diffusivity 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 indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics 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 drydep of variable instantaneous_dry_deposition 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 aerosolslw(:,:,:,1) of variable RRTMGP_aerosol_optical_depth_for_longwave_bands_01_16 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 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 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 hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing 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 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 con_rd of variable gas_constant_dry_air 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 dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection 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 cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice 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 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 smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil 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 ntot3d of variable number_of_fields_in_phyf3d 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 vvl of variable omega 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 evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name restart of variable flag_for_restart 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 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 nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step 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 ty_gas_concs of variable ty_gas_concs 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 snicexy of variable snow_layer_ice 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 xkzm_m of variable atmosphere_momentum_diffusivity_background 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 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 con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one 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 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 dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag 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 gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name sfc_alb_nir_dif of variable surface_albedo_nearIR_diffuse 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 ozpl of variable ozone_forcing 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 canliqxy of variable canopy_intercepted_liquid_water 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 imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name hlwc of variable RRTMGP_lw_heating_rate_all_sky 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 cld_rerain of variable RRTMGP_mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name idxday of variable daytime_points 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 stc of variable soil_temperature 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 lssav of variable flag_diagnostics 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 adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature 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 visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step 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 dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL 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 kdt of variable index_of_time_step 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 qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio 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 cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks 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 con_csol of variable specific_heat_of_ice_at_constant_pressure 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 vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration 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 hprime(:,1) of variable standard_deviation_of_subgrid_orography 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 phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name rrtmgp_nGptsSW of variable number_of_sw_spectral_points_rrtmgp from new to old metadata +INFO: Converting local name sw_gas_props of variable coefficients_for_sw_gas_optics 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 xlon of variable longitude from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid 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 dlqf of variable condensate_fraction_detrained_in_updraft_layers 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 rrtmgp_nBandsLW of variable number_of_lw_bands_rrtmgp 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 sneqvoxy of variable snow_mass_at_previous_time_step 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 lprnt of variable flag_print 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 tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave 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 ncnvcld3d of variable number_of_convective_3d_cloud_fields 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 fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice 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 evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection 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 active_gases of variable active_gases_used_by_RRTMGP 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 flhc of variable surface_exchange_coefficient_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 gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name ca_trigger of variable flag_for_global_cellular_automata_trigger 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 qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface 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 oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels 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 bk of variable b_parameter_of_the_hybrid_coordinate 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 tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag 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 prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors 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 jed of variable ending_y_direction_index_domain 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 cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean 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 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 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 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 gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics 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 ak of variable a_parameter_of_the_hybrid_coordinate 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 cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name fluxlwDOWN_clrsky of variable RRTMGP_lw_flux_profile_downward_clrsky 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 snoalb of variable upper_bound_on_max_albedo_over_deep_snow 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 ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness 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 snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name t_lay of variable air_temperature_at_layer_for_RRTMGP 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 c1_deep of variable detrainment_conversion_parameter_deep_convection 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 dlwsfci of variable surface_downwelling_longwave_flux 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 rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean 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 blksz of variable horizontal_block_size 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 gflx_ocean of variable upward_heat_flux_in_soil_over_ocean 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 diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers 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 phy_myj_z0base of variable baseline_surface_roughness_length 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 zlwb of variable height_of_low_level_wave_breaking 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 swhc 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 slopetype of variable surface_slope_classification 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 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 w_upi of variable vertical_velocity_for_updraft 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 lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name hlw0 of variable RRTMGP_lw_heating_rate_clear_sky 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 GFS_Data of variable GFS_data_type_instance_all_blocks 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 sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused 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 qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy 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 tgrs(:,1) of variable air_temperature_at_lowest_model_layer 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 dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep 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 smoiseq of variable equilibrium_soil_water_content 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 xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature 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 conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name alnsf of variable mean_nir_albedo_with_strong_cosz_dependency from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name tv_lay of variable virtual_temperature 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 nGases of variable number_of_active_gases_used_by_RRTMGP 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 dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection 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 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 ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean 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 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 save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save 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 ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name ty_optical_props_1scl of variable ty_optical_props_1scl 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 slope of variable surface_slope_classification_real 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 dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep 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 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 rhofr of variable density_of_frozen_precipitation 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 cnv_mfd of variable detrained_mass_flux 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 gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name hflxq of variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness 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 dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag 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 tmpmin of variable minimum_temperature_at_2m 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 do_sb_physics of variable mg_flag_for_sb2001_autoconversion 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 sw_cloud_props of variable coefficients_for_sw_cloud_optics 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 sncovr of variable surface_snow_area_fraction_over_land 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 trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion 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 blksz(ccpp_block_number) of variable horizontal_loop_extent 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 levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one 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 diceprv of variable ice_precipitation_rate_from_previous_timestep 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 gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 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 isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation 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 gasvmr(:,:,5) of variable volume_mixing_ratio_co 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 xlat_d of variable latitude_degree 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 fluxswDOWN_allsky of variable RRTMGP_sw_flux_profile_downward_allsky 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 ca_closure of variable flag_for_global_cellular_automata_closure 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 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 tlyr of variable air_temperature_at_layer_for_radiation 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 islmsk of variable sea_land_ice_mask 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 rrtmgp_root of variable directory_for_rte_rrtmgp_source_code 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 nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step 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 rrtmgp_nGauss_ang of variable number_of_angles_used_in_gaussian_quadrature 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 dt_cool of variable sub_layer_cooling_amount 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 flipv of variable flag_flip 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 bl_mynn_edmf of variable edmf_flag 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 z01d of variable perturbation_of_momentum_roughness_length 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 bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme 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 xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes 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 lw_optical_props_clrsky of variable longwave_optical_properties_for_clear_sky 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 nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name ca_entr of variable flag_for_global_cellular_automata_entr 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 hsw0 of variable RRTMGP_sw_heating_rate_clear_sky 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 dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag 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 pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_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 cld_rwp of variable RRTMGP_cloud_rain_water_path 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 dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name lw_optical_props_aerosol of variable longwave_optical_properties_for_aerosols 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 visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step 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 snowxy of variable number_of_snow_layers 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 isot of variable soil_type_dataset_choice 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 dusfci of variable instantaneous_surface_x_momentum_flux_for_diag 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 do_GPsw_Glw of variable scheme_flag 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_and_radiation_levels 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 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 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 ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography 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 gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name cld_iwp of variable RRTMGP_cloud_ice_water_path 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 gt0 of variable air_temperature_updated_by_physics 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 ied of variable ending_x_direction_index_domain 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 qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration 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 runoff of variable total_runoff 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 ty_source_func_lw of variable ty_source_func_lw 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 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 smc of variable volume_fraction_of_soil_moisture 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 lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model 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 nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation 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 dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name hswc of variable RRTMGP_sw_heating_rate_all_sky 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 ugrs(:,1) of variable x_wind_at_lowest_model_layer 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 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 t_lev of variable air_temperature_at_interface_for_RRTMGP 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 blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name p_lay of variable air_pressure_at_layer_for_RRTMGP_in_hPa 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 rho_h2o of variable density_of_fresh_water 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 gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 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 imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass 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 jcap of variable number_of_spectral_wave_trancation_for_sas 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 lfmassxy of variable leaf_mass 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 mg3_as_mg2 of variable flag_mg3_as_mg2 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 scmpsw of variable components_of_surface_downward_shortwave_fluxes 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 mg_do_hail of variable mg_flag_for_hail 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 wind10mmax of variable maximum_wind_at_10m 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 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 uswsfci of variable surface_upwelling_shortwave_flux 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 ntrac of variable number_of_tracers 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 do_gwd of variable flag_for_gravity_wave_drag 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 htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels 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 dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky 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 srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels 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 imap of variable map_of_block_column_number_to_global_i_index 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 ncpl of variable local_condesed_water_number_concentration 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 sfc_alb_nir_dir of variable surface_albedo_nearIR_direct from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf 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 tsnoxy of variable snow_temperature 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 zlvl of variable height_above_ground_at_lowest_model_layer 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 loop_cnt of variable ccpp_loop_counter 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 hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name aerosolslw(:,:,:,3) of variable RRTMGP_aerosol_asymmetry_parameter_for_longwave_bands_01_16 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 cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment 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 iopt_inf of variable flag_for_frozen_soil_permeability_option 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 huge of variable netcdf_float_fillvalue 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 h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels 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 qss_ocean of variable surface_specific_humidity_over_ocean 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 ncnd of variable number_of_cloud_condensate_types 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 u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux 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 drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling 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 mg_alf of variable mg_tuning_factor_for_alphas 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 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 betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection 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 clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud 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 sup of variable ice_supersaturation_threshold 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 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 tf of variable frozen_cloud_threshold_temperature 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 levsp1 of variable vertical_dimension_plus_one 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 faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras 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 stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime 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 smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point 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 lh of variable surface_latent_heat 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 phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics 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 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 ffmm of variable Monin_Obukhov_similarity_function_for_momentum 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 zmtb of variable height_of_mountain_blocking 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 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 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 mtopa of variable model_layer_number_at_cloud_top 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 pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name dx of variable cell_size 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 rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land 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 tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message 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 weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice 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 ccpp_t of variable ccpp_t 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 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 nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index 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 zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name ca1 of variable cellular_automata_global_pattern 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 sw_optical_props_cloudsByBand of variable shortwave_optical_properties_for_cloudy_atmosphere_by_band 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 ktop of variable vertical_index_at_cloud_top 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 cnvc of variable convective_cloud_cover 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 fluxswUP_clrsky of variable RRTMGP_sw_flux_profile_upward_clrsky 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 satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL 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 prauras of variable coefficient_from_cloud_water_to_rain_ras 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 aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles 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 facwf of variable fractional_coverage_with_weak_cosz_dependency 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 faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 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 num_p3d of variable array_dimension_of_3d_arrays_for_microphysics 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 asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name alvsf of variable mean_vis_albedo_with_strong_cosz_dependency 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 evpco of variable coefficient_for_evaporation_of_rainfall 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 phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top 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 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 sw_file_gas of variable rrtmgp_kdistribution_sw 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 kt of variable vertical_index_difference_between_layer_and_upper_bound 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 mg_dcs of variable mg_autoconversion_size_threshold_ice_snow 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 topflw_type of variable topflw_type 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 cscnv of variable flag_for_Chikira_Sugiyama_deep_convection 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 rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep 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 rann of variable random_number_array 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 tracer of variable chemical_tracers 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 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 sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name sfc_emiss_byband of variable surface_emissivity_in_each_RRTMGP_LW_band 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 sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc 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 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 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 pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name rrtmgp_nrghice of variable number_of_rrtmgp_ice_roughness 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 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 tsq of variable t_prime_squared 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 nqrimef of variable index_for_mass_weighted_rime_factor 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 sinlat of variable sine_of_latitude 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 evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep 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 ntrcaer of variable number_of_aerosol_tracers_MG 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 rlapse of variable air_temperature_lapse_rate_constant 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 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 snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep 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 nday of variable daytime_points_dimension 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 dusfcin_cpl of variable surface_x_momentum_flux_for_coupling 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 debug of variable flag_debug 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 cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean 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 dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics 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 el_pbl of variable mixing_length 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 cplwav2atm of variable flag_for_wave_coupling_to_atm 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 ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation 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 GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name cld_lwp of variable RRTMGP_cloud_liquid_water_path 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 sed_supersat of variable mg_allow_supersat_after_sed 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 gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp 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 dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name trans of variable transpiration_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 dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation 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 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 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 tile_num of variable number_of_tile 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 me of variable mpi_rank 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 dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction 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 last_step of variable flag_for_the_last_step_of_k_split_remapping 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 solhr of variable forecast_hour_of_the_day 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 prautco of variable coefficient_from_cloud_water_to_rain 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 toa_src_lw of variable toa_incident_lw_flux_by_spectral_point 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 clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height 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 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 yearlen of variable number_of_days_in_year 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 relhum of variable relative_humidity 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 do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff 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 mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf 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 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 hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean 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 forceq of variable moisture_tendency_due_to_dynamics 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 oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass 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 con_pi of variable pi 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 ngeffr of variable index_for_graupel_effective_radius 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 phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top 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 tcr of variable cloud_phase_transition_threshold_temperature 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 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 dudt of variable tendency_of_x_wind_due_to_model_physics 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 con_epsq of variable minimum_value_of_specific_humidity 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 flag_iter of variable flag_for_iteration 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 lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name mol of variable theta_star 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 sw_optical_props_clouds of variable shortwave_optical_properties_for_cloudy_atmosphere 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 clam_deep of variable entrainment_rate_coefficient_deep_convection 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 con_cp of variable specific_heat_of_dry_air_at_constant_pressure 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 mg_ngcons of variable mg_flag_graupel_concentration_constant 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 lradar of variable flag_for_radar_reflectivity 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 work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement 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 imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme 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 hffac of variable surface_upward_sensible_heat_flux_reduction_factor 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 phy_fctd of variable cloud_base_mass_flux 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 edmf_ent of variable emdf_updraft_entrainment_rate 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 old_monin of variable flag_for_old_PBL_scheme 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 sfc_alb_uvvis_dif of variable surface_albedo_uvvis_dif 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 sfc_alb_uvvis_dir of variable surface_albedo_uvvis_dir 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 waxy of variable water_storage_in_aquifer 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 clouds(:,:,6) of variable cloud_rain_water_path 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 nsswr of variable number_of_timesteps_between_shortwave_radiation_calls 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 dusfc1 of variable instantaneous_surface_x_momentum_flux 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 kcnv of variable flag_deep_convection 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 dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling 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 cndm_surf of variable surface_condensation_mass 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 do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL 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 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 aerosolssw(:,:,:,3) of variable RRTMGP_aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name levs of variable vertical_dimension 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 rrtmgp_cld_optics of variable rrtmgp_cloud_optics_flag 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 cldtaulw of variable RRTMGP_cloud_optical_depth_layers_at_10mu_band 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 prnum of variable prandtl_number 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 chs2 of variable surface_exchange_coefficient_for_heat_at_2m 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 htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step 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 tsfg of variable surface_ground_temperature_for_radiation 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 active_gases_array of variable list_of_active_gases_used_by_RRTMGP 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 master of variable mpi_root 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 latidxprnt of variable latitude_index_in_debug_printouts 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 alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration 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 mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name flxprf_lw of variable RRTMGP_lw_fluxes 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 communicator of variable mpi_comm 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 smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table 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 dtsfci of variable instantaneous_surface_upward_sensible_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 nncl of variable number_of_tracers_for_cloud_condensate 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 d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name cld_frac of variable RRTMGP_total_cloud_fraction 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 frland of variable land_area_fraction_for_microphysics 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 dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling 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 dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation 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 ncps of variable local_snow_number_concentration 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 sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth 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 cnvw of variable convective_cloud_water_mixing_ratio 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 fluxswUP_allsky of variable RRTMGP_sw_flux_profile_upward_allsky 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 cld_resnow of variable RRTMGP_mean_effective_radius_for_snow_flake 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 tice of variable sea_ice_temperature_interstitial 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 save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save 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 evapq of variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness 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 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 gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name tgrs of variable air_temperature 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 sw_optical_props_aerosol of variable shortwave_optical_properties_for_aerosols from new to old metadata +INFO: Converting local name e0fac of variable latent_heat_flux_fraction_factor_relative_to_sensible_heat_flux 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 snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name do_RRTMGP of variable flag_for_rrtmgp_radiation_scheme 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 nupdraft of variable number_of_plumes 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 GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name lw_file_clouds of variable rrtmgp_coeff_lw_cloud_optics 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 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 gflx of variable upward_heat_flux_in_soil 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 mg_qcvar of variable mg_cloud_water_variance 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 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 totgrp of variable accumulated_lwe_thickness_of_graupel_amount 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 lw_file_gas of variable rrtmgp_kdistribution_lw 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 je of variable ending_y_direction_index 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 hefac of variable surface_upward_latent_heat_flux_reduction_factor 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 GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name p_lev of variable air_pressure_at_interface_for_RRTMGP_in_hPa 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 pertalb of variable magnitude_of_surface_albedo_perturbation 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 rhc of variable critical_relative_humidity 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 nspinup of variable number_of_iterations_to_spin_up_cellular_automata 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 dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface 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 dlength of variable characteristic_grid_length_scale 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 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 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 pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name sec_diff_byband of variable secant_of_diffusivity_angle_each_RRTMGP_LW_band 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 zorlo of variable surface_roughness_length_over_ocean 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 v10m of variable y_wind_at_10m 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 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 flag_cice of variable flag_for_cice 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 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 qgl of variable local_graupel_mixing_ratio 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 GFS_Data(ccpp_block_number) of variable GFS_data_type_instance 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 tsfa of variable surface_air_temperature_for_radiation 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 skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind 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 lsoil of variable soil_vertical_dimension 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 z0fac of variable surface_roughness_fraction_factor 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 jmap of variable map_of_block_column_number_to_global_j_index 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 c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name xlat of variable latitude 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 zorl_land of variable surface_roughness_length_over_land_interstitial 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 dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature 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 rhowater of variable liquid_water_density 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 ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine 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 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 grav_settling of variable grav_settling 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 fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux 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 imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme 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 js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name sources of variable longwave_source_function 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 iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation 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 dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag 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 prevsq of variable moisture_from_previous_timestep 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 stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress 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 npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface 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 fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean 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 crtrh(1) of variable critical_relative_humidity_at_surface 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 ndust of variable number_of_dust_bins_for_diagnostics 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 dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag 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 dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep 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 eahxy of variable canopy_air_vapor_pressure 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 vfact_ca of variable vertical_weight_for_ca 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 microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name cld_reice of variable RRTMGP_mean_effective_radius_for_ice_cloud 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 gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 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 crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag 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 gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep 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 input_nml_file of variable namelist_filename_for_internal_file_reads 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 tdomr of variable dominant_rain_type 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 GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name ipsdsw0 of variable initial_permutation_seed_sw 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 fn_nml of variable namelist_filename 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 snowd of variable surface_snow_thickness_water_equivalent 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 nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name lw_cloud_props of variable coefficients_for_lw_cloud_optics 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 woodxy of variable wood_mass 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 dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux 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 hswb of variable RRTMGP_sw_heating_rate_spectral 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 nctp of variable number_of_cloud_types_CS 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 xcosz of variable instantaneous_cosine_of_zenith_angle 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 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 upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification 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 gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name lw_gas_props of variable coefficients_for_lw_gas_optics 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 ty_gas_optics_rrtmgp of variable ty_gas_optics_rrtmgp 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 aerosolslw(:,:,:,2) of variable RRTMGP_aerosol_single_scattering_albedo_for_longwave_bands_01_16 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 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 abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification 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 vgrs of variable y_wind 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 snowfallac of variable total_accumulated_snowfall 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 sfcflw_type of variable sfcflw_type 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 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 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 dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name fluxlwUP_allsky of variable RRTMGP_lw_flux_profile_upward_allsky 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 dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL 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 wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function 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 fluxswDOWN_clrsky of variable RRTMGP_sw_flux_profile_downward_clrsky 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 ustm of variable surface_friction_velocity_drag 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 w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name aerosolssw(:,:,:,1) of variable RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16 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 do_cldice of variable mg_flag_for_cloud_ice_processes 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 radar_reset of variable flag_for_resetting_radar_reflectivity_calculation 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 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 ntchmdiag of variable number_of_chemical_tracers_for_diagnostics 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 save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save 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 wtxy of variable water_storage_in_aquifer_and_saturated_soil 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 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 nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling 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 delz of variable thickness_at_Lagrangian_surface 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 islmsk_cice of variable sea_land_ice_mask_cice 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 oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name rrtmgp_nBandsSW of variable number_of_sw_bands_rrtmgp 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 fhour of variable forecast_time 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 iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option 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 visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step 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 sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped 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 proflw_type of variable proflw_type from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity 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 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 dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag 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 npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface 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 dvsfc1 of variable instantaneous_surface_y_momentum_flux 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 uustar_ocean of variable surface_friction_velocity_over_ocean 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 rilist of variable gas_constants_for_multi_gases_physics 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 weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name lw_optical_props_clouds of variable longwave_optical_properties_for_cloudy_atmosphere from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc 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 clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature 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 betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection 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 semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction 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 qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name coszdg of variable daytime_mean_cosz_over_rad_call_period from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing 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 snowmt of variable surface_snow_melt 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 redrag of variable flag_for_reduced_drag_coefficient_over_sea 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 edmf_a of variable emdf_updraft_area 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 sw_file_clouds of variable rrtmgp_coeff_sw_cloud_optics 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 dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd 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 keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model 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 bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name sw_optical_props_clrsky of variable shortwave_optical_properties_for_clear_sky 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 lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cldtausw of variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band from new to old metadata +INFO: Converting local name iaerclm of variable flag_for_aerosol_input_MG_radiation 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 ca_global of variable flag_for_global_cellular_automata 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 nthresh of variable threshold_for_perturbed_vertical_velocity 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 dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics 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 delp of variable pressure_thickness_at_Lagrangian_surface 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 xu of variable diurnal_thermocline_layer_x_current 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 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 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 qsnw of variable local_snow_water_mixing_ratio 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 cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp 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 xz of variable diurnal_thermocline_layer_thickness 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 shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term 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 semis of variable surface_longwave_emissivity 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 dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics 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 tmpmax of variable maximum_temperature_at_2m 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 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 tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean 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 wcbmax of variable maximum_updraft_velocity_at_cloud_base 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 skip_macro of variable flag_skip_macro 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 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 gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics 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 qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration 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 kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity 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(:,:,9) of variable mean_effective_radius_for_snow_flake 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 evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Metadata table for model FV3 written to /work/noaa/marine/dworthen/S2S_cmeps/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 sfc_ocean +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme rrtmgp_sw_cloud_optics +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +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 zhaocarr_precpd +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 hedmf_hafs +INFO: Parsed tables in scheme GFS_rrtmgp_sw_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme GFS_rrtmgp_lw_post +INFO: Parsed tables in scheme sfc_diff +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 rrtmg_lw +INFO: Parsed tables in scheme rrtmgp_lw_rte +INFO: Parsed tables in scheme dcyc2t3 +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 cires_ugwp_post +INFO: Parsed tables in scheme rrtmgp_lw_cloud_optics +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme moninshoc +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme rrtmgp_lw_cloud_sampling +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sascnvn +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 GFS_suite_interstitial_5 +INFO: Parsed tables in scheme mp_thompson_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 shalcnv +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 myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme drag_suite +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 mynnrad_post +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmgp_pre +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 GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme ozphys_2015 +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 +INFO: Parsed tables in scheme rrtmgp_sw_rte +INFO: Parsed tables in scheme rrtmgp_lw_pre +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_rrtmgp_sw_post +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme rrtmgp_sw_aerosol_optics +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 rrtmgp_lw_aerosol_optics +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme rrtmgp_sw_gas_optics +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 satmedmfvdif +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme rrtmgp_sw_cloud_sampling +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme rrtmgp_lw_gas_optics +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme GFS_rrtmgp_setup +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable Gas_concentrations_for_RRTMGP_suite +INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band +INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_10mu_band +INFO: filtering out variable RRTMGP_lw_flux_profile_downward_allsky +INFO: filtering out variable RRTMGP_lw_flux_profile_downward_clrsky +INFO: filtering out variable RRTMGP_lw_flux_profile_upward_allsky +INFO: filtering out variable RRTMGP_lw_flux_profile_upward_clrsky +INFO: filtering out variable RRTMGP_lw_fluxes +INFO: filtering out variable RRTMGP_lw_heating_rate_spectral +INFO: filtering out variable RRTMGP_sw_flux_profile_downward_allsky +INFO: filtering out variable RRTMGP_sw_flux_profile_downward_clrsky +INFO: filtering out variable RRTMGP_sw_flux_profile_upward_allsky +INFO: filtering out variable RRTMGP_sw_flux_profile_upward_clrsky +INFO: filtering out variable RRTMGP_sw_fluxes +INFO: filtering out variable RRTMGP_sw_heating_rate_spectral +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_pressure_at_interface_for_RRTMGP_in_hPa +INFO: filtering out variable air_pressure_at_layer_for_RRTMGP_in_hPa +INFO: filtering out variable air_temperature_at_interface_for_RRTMGP +INFO: filtering out variable air_temperature_at_layer_for_RRTMGP +INFO: filtering out variable air_temperature_lapse_rate_constant +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 chemical_tracers +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_ice_conversion_threshold_ras +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_c_0 +INFO: filtering out variable coefficient_c_d +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable coefficient_w_0 +INFO: filtering out variable coefficient_w_d +INFO: filtering out variable coefficients_for_lw_cloud_optics +INFO: filtering out variable coefficients_for_lw_gas_optics +INFO: filtering out variable coefficients_for_sw_cloud_optics +INFO: filtering out variable coefficients_for_sw_gas_optics +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +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 dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable directory_for_rte_rrtmgp_source_code +INFO: filtering out variable diurnal_thermocline_layer_heat_content +INFO: filtering out variable diurnal_thermocline_layer_thickness +INFO: filtering out variable diurnal_thermocline_layer_x_current +INFO: filtering out variable diurnal_thermocline_layer_y_current +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_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_resetting_radar_reflectivity_calculation +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_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 free_convection_layer_thickness +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 index_of_dtlm_start +INFO: filtering out variable initial_permutation_seed_lw +INFO: filtering out variable initial_permutation_seed_sw +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 joules_per_calorie_constant +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 list_of_active_gases_used_by_RRTMGP +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 longwave_optical_properties_for_aerosols +INFO: filtering out variable longwave_optical_properties_for_clear_sky +INFO: filtering out variable longwave_optical_properties_for_cloudy_atmosphere +INFO: filtering out variable longwave_optical_properties_for_cloudy_atmosphere_by_band +INFO: filtering out variable longwave_source_function +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_change_over_depth_in_sea_water_temperature +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 multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_active_gases_used_by_RRTMGP +INFO: filtering out variable number_of_aerosol_tracers_MG +INFO: filtering out variable number_of_angles_used_in_gaussian_quadrature +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_rrtmgp_ice_roughness +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 ocean_mixed_layer_thickness +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 relative_humidity +INFO: filtering out variable rrtmgp_cloud_optics_flag +INFO: filtering out variable rrtmgp_coeff_lw_cloud_optics +INFO: filtering out variable rrtmgp_coeff_sw_cloud_optics +INFO: filtering out variable rrtmgp_kdistribution_lw +INFO: filtering out variable rrtmgp_kdistribution_sw +INFO: filtering out variable sea_surface_reference_temperature +INFO: filtering out variable sea_water_reference_density +INFO: filtering out variable sea_water_salinity +INFO: filtering out variable secant_of_diffusivity_angle_each_RRTMGP_LW_band +INFO: filtering out variable sensible_heat_flux_due_to_rainfall +INFO: filtering out variable sensitivity_of_dtl_heat_content_to_surface_temperature +INFO: filtering out variable sensitivity_of_dtl_thickness_to_surface_temperature +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 shortwave_optical_properties_for_aerosols +INFO: filtering out variable shortwave_optical_properties_for_clear_sky +INFO: filtering out variable shortwave_optical_properties_for_cloudy_atmosphere +INFO: filtering out variable shortwave_optical_properties_for_cloudy_atmosphere_by_band +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_of_ice_at_constant_pressure +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 sub_layer_cooling_amount +INFO: filtering out variable sub_layer_cooling_thickness +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_albedo_nearIR_diffuse +INFO: filtering out variable surface_albedo_nearIR_direct +INFO: filtering out variable surface_albedo_uvvis_dif +INFO: filtering out variable surface_albedo_uvvis_dir +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_emissivity_in_each_RRTMGP_LW_band +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_skin_temperature_for_nsst +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 toa_incident_sw_flux_by_spectral_point +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_temperature_average_range_lower_bound +INFO: filtering out variable vertical_temperature_average_range_upper_bound +INFO: filtering out variable virtual_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 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 /work/noaa/marine/dworthen/S2S_cmeps/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 after returning from 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 after returning from 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 after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating list of Fortran modules containing CCPP type definitions ... +INFO: Generating typedefs makefile/cmakefile snippet ... +INFO: Added 10 typedefs to /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.sh +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 215 schemes to /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.mk, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 16 auto-generated caps to /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.mk and /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.cmake, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.sh +INFO: CCPP prebuild step completed successfully. ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ ./build_ccpp.sh orion.intel /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp' NO NO +MACHINE_ID=orion.intel is valid. +Compilers set for orion.intel. +Obtained ESMF_LIB=/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib from /apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib/esmf.mk +Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp -DNETCDF_DIR=/apps/contrib/NCEPLIBS/lib//netcdfp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=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-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/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-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/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-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- 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 Doxygen: /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 +-- Got CCPP TYPEDEFS from cmakefile include file: gfs_typedefs.mod;mo_cloud_optics.mod;mo_optical_props.mod;ccpp_typedefs.mod;mo_gas_concentrations.mod;machine.mod;mo_source_functions.mod;module_radlw_parameters.mod;module_radsw_parameters.mod;mo_gas_optics_rrtmgp.mod +-- Got CCPP SCHEMES from cmakefile include file: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aer_cloud.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerclm_def.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerinterp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/calpreciptype.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldwat2m_micro.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldmacro.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/date_def.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/funcphys.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcycle.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2o_def.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ointerp.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccn_def.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccninterp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iounitdef.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/machine.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mersenne_twister.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbl.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg_utils.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg2_0.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg3_0.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/multi_gases.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_model.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_parameters.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_radar.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bl_mynn.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_mynn.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_orowam2017.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpblt.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbltq.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscu.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscuq.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/noahmp_tables.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/num_parthds.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozne_def.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozinterp.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physcons.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physparam.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radcons.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_aerosols.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_astronomy.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_clouds.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_gases.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_surface.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_datatb.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_datatb.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfaerosols.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfcsub.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sflx.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/surface_perturbation.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_deep.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_sh.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/tridi.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/wv_saturation.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_soil_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rayleigh_damp.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_ocean.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ysuvdif.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_fer_hires.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_debug.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/precpd.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf_hafs.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_sice.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diff.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_main.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/dcyc2.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdc.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdps.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninshoc.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_cice.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdifq.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sascnvn.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_nst.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shalcnv.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/get_prs_fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/drag_suite.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcm_shoc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gscond.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys_2015.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cnvc90.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_main.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfshalcnv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdif.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_stochastics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shinhongvdif.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ophys.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_aux.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfdeepcnv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rascnv.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 +-- Got CCPP CAPS from cmakefile include file: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 +-- Configuring done +-- Generating done +CMake Warning: + Manually-specified variables were not used by the project: + + LEGACY_INTEL + + +-- Build files have been written to: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -S/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp -B/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles/progress.marks +make -f CMakeFiles/Makefile2 all +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Scanning dependencies of target ccpp +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +[ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_types.mod framework/src/CMakeFiles/ccpp.dir/ccpp_types.mod.stamp Intel +[ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_api.mod framework/src/CMakeFiles/ccpp.dir/ccpp_api.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build +[ 1%] Linking Fortran static library libccpp.a +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 +/bin/ar qc libccpp.a CMakeFiles/ccpp.dir/ccpp_types.F90.o CMakeFiles/ccpp.dir/ccpp_api.F90.o +/bin/ranlib libccpp.a +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +[ 1%] Built target ccpp +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Scanning dependencies of target ccppphys +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +[ 1%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/machine.mod physics/CMakeFiles/ccppphys.dir/machine.mod.stamp Intel +[ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/physcons.mod physics/CMakeFiles/ccppphys.dir/physcons.mod.stamp Intel +[ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_common.mod physics/CMakeFiles/ccppphys.dir/ugwp_common.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_conv_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_conv_init.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_fjet_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_fjet_init.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_lsatdis_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_lsatdis_init.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_okw_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_okw_init.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_oro_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_oro_init.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_wmsdis_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_wmsdis_init.mod.stamp Intel +[ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_module.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_module.mod.stamp Intel +[ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdps.mod physics/CMakeFiles/ccppphys.dir/gwdps.mod.stamp Intel +[ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp.mod.stamp Intel +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_post.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_post.mod.stamp Intel +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cnvc90.mod physics/CMakeFiles/ccppphys.dir/cnvc90.mod.stamp Intel +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/dcyc2t3.mod physics/CMakeFiles/ccppphys.dir/dcyc2t3.mod.stamp Intel +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/get_phi_fv3.mod physics/CMakeFiles/ccppphys.dir/get_phi_fv3.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/get_prs_fv3.mod physics/CMakeFiles/ccppphys.dir/get_prs_fv3.mod.stamp Intel +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_pre.mod.stamp Intel +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_pre.mod.stamp Intel +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_pre.mod.stamp Intel +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_pre.mod.stamp Intel +[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_pre.mod.stamp Intel +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mersenne_twister.mod physics/CMakeFiles/ccppphys.dir/mersenne_twister.mod.stamp Intel +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_kind.mod physics/CMakeFiles/ccppphys.dir/mo_rte_kind.mod.stamp Intel +[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props_kernels.mod.stamp Intel +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_util_array.mod physics/CMakeFiles/ccppphys.dir/mo_rte_util_array.mod.stamp Intel +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props.mod.stamp Intel +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_cloud_optics.mod.stamp Intel +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_string.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_string.mod.stamp Intel +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_concentrations.mod physics/CMakeFiles/ccppphys.dir/mo_gas_concentrations.mod.stamp Intel +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_source_functions.mod physics/CMakeFiles/ccppphys.dir/mo_source_functions.mod.stamp Intel +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics.mod.stamp Intel +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_kernels.mod.stamp Intel +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_constants.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_constants.mod.stamp Intel +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder_kernels.mod.stamp Intel +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder.mod.stamp Intel +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_rrtmgp.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_rrtmgp.mod.stamp Intel +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/physparam.mod physics/CMakeFiles/ccppphys.dir/physparam.mod.stamp Intel +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radlw_parameters.mod.stamp Intel +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radsw_parameters.mod.stamp Intel +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/parse_tracers.mod physics/CMakeFiles/ccppphys.dir/parse_tracers.mod.stamp Intel +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_typedefs.mod physics/CMakeFiles/ccppphys.dir/gfs_typedefs.mod.stamp Intel +[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_1.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_1.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_2.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_2.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_3.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_3.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_4.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_4.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_phys_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_phys_reset.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_reset.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_update.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_update.mod.stamp Intel +[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_inter.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_inter.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_pre.mod.stamp Intel +[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/surface_perturbation.mod physics/CMakeFiles/ccppphys.dir/surface_perturbation.mod.stamp Intel +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_pre.mod.stamp Intel +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part1.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part1.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part2.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part2.mod.stamp Intel +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/funcphys.mod physics/CMakeFiles/ccppphys.dir/funcphys.mod.stamp Intel +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/hedmf.mod physics/CMakeFiles/ccppphys.dir/hedmf.mod.stamp Intel +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg.mod physics/CMakeFiles/ccppphys.dir/namelist_soilveg.mod.stamp Intel +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_mod.mod physics/CMakeFiles/ccppphys.dir/set_soilveg_mod.mod.stamp Intel +[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_noah.mod physics/CMakeFiles/ccppphys.dir/lsm_noah.mod.stamp Intel +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/maximum_hourly_diagnostics.mod physics/CMakeFiles/ccppphys.dir/maximum_hourly_diagnostics.mod.stamp Intel +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozphys.mod physics/CMakeFiles/ccppphys.dir/ozphys.mod.stamp Intel +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rayleigh_damp.mod physics/CMakeFiles/ccppphys.dir/rayleigh_damp.mod.stamp Intel +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/samfcnv_aerosols.mod physics/CMakeFiles/ccppphys.dir/samfcnv_aerosols.mod.stamp Intel +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/samfdeepcnv.mod physics/CMakeFiles/ccppphys.dir/samfdeepcnv.mod.stamp Intel +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/samfshalcnv.mod physics/CMakeFiles/ccppphys.dir/samfshalcnv.mod.stamp Intel +[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_cice.mod physics/CMakeFiles/ccppphys.dir/sfc_cice.mod.stamp Intel +[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag.mod physics/CMakeFiles/ccppphys.dir/sfc_diag.mod.stamp Intel +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag_post.mod physics/CMakeFiles/ccppphys.dir/sfc_diag_post.mod.stamp Intel +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_diff.mod physics/CMakeFiles/ccppphys.dir/sfc_diff.mod.stamp Intel +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_ocean.mod physics/CMakeFiles/ccppphys.dir/sfc_ocean.mod.stamp Intel +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_sice.mod physics/CMakeFiles/ccppphys.dir/sfc_sice.mod.stamp Intel +[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_gscond.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_gscond.mod.stamp Intel +[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_precpd.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_precpd.mod.stamp Intel +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_physics_cap.mod.stamp Intel +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def.mod physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef.mod physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel +[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX-I -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols.mod physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_astronomy.mod physics/CMakeFiles/ccppphys.dir/module_radiation_astronomy.mod.stamp Intel +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_microphysics.mod physics/CMakeFiles/ccppphys.dir/module_microphysics.mod.stamp Intel +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_clouds.mod physics/CMakeFiles/ccppphys.dir/module_radiation_clouds.mod.stamp Intel +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozne_def.mod physics/CMakeFiles/ccppphys.dir/ozne_def.mod.stamp Intel +[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_gases.mod physics/CMakeFiles/ccppphys.dir/module_radiation_gases.mod.stamp Intel +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/radcons.mod physics/CMakeFiles/ccppphys.dir/radcons.mod.stamp Intel +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_rad_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_rad_reset.mod.stamp Intel +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_avplank.mod physics/CMakeFiles/ccppphys.dir/module_radlw_avplank.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_cldprlw.mod physics/CMakeFiles/ccppphys.dir/module_radlw_cldprlw.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb01.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb01.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb02.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb02.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb03.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb03.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb04.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb04.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb05.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb05.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb06.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb06.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb07.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb07.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb08.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb08.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb09.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb09.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb10.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb10.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb11.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb11.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb12.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb12.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb13.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb13.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb14.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb14.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb15.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb15.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb16.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radlw_ref.mod.stamp Intel +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw.mod.stamp Intel +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_post.mod.stamp Intel +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_surface.mod physics/CMakeFiles/ccppphys.dir/module_radiation_surface.mod.stamp Intel +[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_pre.mod.stamp Intel +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_cldprtb.mod physics/CMakeFiles/ccppphys.dir/module_radsw_cldprtb.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb16.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb17.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb17.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb18.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb18.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb19.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb19.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb20.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb20.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb21.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb21.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb22.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb22.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb23.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb23.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb24.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb24.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb25.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb25.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb26.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb26.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb27.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb27.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb28.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb28.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb29.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb29.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radsw_ref.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_sflux.mod physics/CMakeFiles/ccppphys.dir/module_radsw_sflux.mod.stamp Intel +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw.mod.stamp Intel +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_post.mod.stamp Intel +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_pre.mod.stamp Intel +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod.stamp Intel +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_stochastics.mod physics/CMakeFiles/ccppphys.dir/gfs_stochastics.mod.stamp Intel +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod.stamp Intel +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/aerinterp.mod physics/CMakeFiles/ccppphys.dir/aerinterp.mod.stamp Intel +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/h2o_def.mod physics/CMakeFiles/ccppphys.dir/h2o_def.mod.stamp Intel +[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/h2ointerp.mod physics/CMakeFiles/ccppphys.dir/h2ointerp.mod.stamp Intel +[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/iccn_def.mod physics/CMakeFiles/ccppphys.dir/iccn_def.mod.stamp Intel +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/iccninterp.mod physics/CMakeFiles/ccppphys.dir/iccninterp.mod.stamp Intel +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozinterp.mod physics/CMakeFiles/ccppphys.dir/ozinterp.mod.stamp Intel +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_phys_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_phys_time_vary.mod.stamp Intel +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rad_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_rad_time_vary.mod.stamp Intel +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_setup.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_setup.mod.stamp Intel +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_time_vary_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_time_vary_pre.mod.stamp Intel +[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod.stamp Intel +[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_cap.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build +[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdif.mod physics/CMakeFiles/ccppphys.dir/satmedmfvdif.mod.stamp Intel +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod.stamp Intel +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod.stamp Intel +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod.stamp Intel +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod.stamp Intel +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_typedefs.mod physics/CMakeFiles/ccppphys.dir/ccpp_typedefs.mod.stamp Intel +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar.mod physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys_mod.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys_mod.mod.stamp Intel +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/fv_sat_adj.mod physics/CMakeFiles/ccppphys.dir/fv_sat_adj.mod.stamp Intel +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod.stamp Intel +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys.mod.stamp Intel +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/h2ophys.mod physics/CMakeFiles/ccppphys.dir/h2ophys.mod.stamp Intel +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozphys_2015.mod physics/CMakeFiles/ccppphys.dir/ozphys_2015.mod.stamp Intel +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod.stamp Intel +[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod.stamp Intel +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod.stamp Intel +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod.stamp Intel +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_cap.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_common.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_common.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_debug.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_abort.mod physics/CMakeFiles/ccppphys.dir/gfs_abort.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_checkland.mod physics/CMakeFiles/ccppphys.dir/gfs_checkland.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_diagtoscreen.mod physics/CMakeFiles/ccppphys.dir/gfs_diagtoscreen.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_interstitialtoscreen.mod physics/CMakeFiles/ccppphys.dir/gfs_interstitialtoscreen.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_broadband_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_broadband_kernels.mod.stamp Intel +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes.mod.stamp Intel +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband_kernels.mod.stamp Intel +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband.mod.stamp Intel +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_heating_rates.mod physics/CMakeFiles/ccppphys.dir/mo_heating_rates.mod.stamp Intel +[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_aux.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_aux.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_aux.mod.stamp Intel +[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_lw_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_lw_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o.provides.build +[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_lw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmg_lw_cloud_optics.mod.stamp Intel +[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o.provides.build +[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_setup.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_setup.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o.provides.build +[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o.provides.build +[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build +[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_ini_fini_test.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_ini_fini_test.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_5.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_5.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build +[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aer_cloud.F -o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/aer_cloud.mod physics/CMakeFiles/ccppphys.dir/aer_cloud.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build +[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/wv_saturation.F -o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/wv_saturation.mod physics/CMakeFiles/ccppphys.dir/wv_saturation.mod.stamp Intel +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldmacro.F -o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cldmacro.mod physics/CMakeFiles/ccppphys.dir/cldmacro.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldwat2m_micro.F -o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cldwat2m_micro.mod physics/CMakeFiles/ccppphys.dir/cldwat2m_micro.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv.mod physics/CMakeFiles/ccppphys.dir/cs_conv.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_post.mod physics/CMakeFiles/ccppphys.dir/cs_conv_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_pre.mod physics/CMakeFiles/ccppphys.dir/cs_conv_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o.provides.build +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_aw_adj.mod physics/CMakeFiles/ccppphys.dir/cs_conv_aw_adj.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o.provides.build +[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_deep.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_deep.mod physics/CMakeFiles/ccppphys.dir/cu_gf_deep.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build +[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_sh.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_sh.mod physics/CMakeFiles/ccppphys.dir/cu_gf_sh.mod.stamp Intel +[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson_make_number_concentrations.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson_make_number_concentrations.mod.stamp Intel +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver.mod physics/CMakeFiles/ccppphys.dir/cu_gf_driver.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o.provides.build +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_post.mod physics/CMakeFiles/ccppphys.dir/cu_gf_driver_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o.provides.build +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_pre.mod physics/CMakeFiles/ccppphys.dir/cu_gf_driver_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke.mod physics/CMakeFiles/ccppphys.dir/cu_ntiedtke.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o.provides.build +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_post.mod physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o.provides.build +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_pre.mod physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o.provides.build +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/date_def.f -o CMakeFiles/ccppphys.dir/physics/date_def.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/date_def.mod physics/CMakeFiles/ccppphys.dir/date_def.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/drag_suite.F90 -o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/drag_suite.mod physics/CMakeFiles/ccppphys.dir/drag_suite.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcm_shoc.F90 -o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/shoc.mod physics/CMakeFiles/ccppphys.dir/shoc.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F -o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_phy_tracer_config.mod physics/CMakeFiles/ccppphys.dir/gfs_phy_tracer_config.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdc.f -o CMakeFiles/ccppphys.dir/physics/gwdc.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdc.mod physics/CMakeFiles/ccppphys.dir/gwdc.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdc_post.mod physics/CMakeFiles/ccppphys.dir/gwdc_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdc_pre.mod physics/CMakeFiles/ccppphys.dir/gwdc_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_post.mod physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_pre.mod physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o.provides.build +[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg_utils.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/micro_mg_utils.mod physics/CMakeFiles/ccppphys.dir/micro_mg_utils.mod.stamp Intel +[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg2_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/micro_mg2_0.mod physics/CMakeFiles/ccppphys.dir/micro_mg2_0.mod.stamp Intel +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg3_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/micro_mg3_0.mod physics/CMakeFiles/ccppphys.dir/micro_mg3_0.mod.stamp Intel +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/m_micro.mod physics/CMakeFiles/ccppphys.dir/m_micro.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o.provides.build +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/m_micro_post.mod physics/CMakeFiles/ccppphys.dir/m_micro_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/m_micro_pre.mod physics/CMakeFiles/ccppphys.dir/m_micro_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90 -o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_bl_myjpbl.mod physics/CMakeFiles/ccppphys.dir/module_bl_myjpbl.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90 -o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_fer_hires.mod physics/CMakeFiles/ccppphys.dir/module_mp_fer_hires.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/myjpbl_wrapper.mod physics/CMakeFiles/ccppphys.dir/myjpbl_wrapper.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o.provides.build +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_SF_JSFC.F90 -o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_jsfc.mod physics/CMakeFiles/ccppphys.dir/module_sf_jsfc.mod.stamp Intel +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/myjsfc_wrapper.mod physics/CMakeFiles/ccppphys.dir/myjsfc_wrapper.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o.provides.build +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bl_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_bl_mynn.mod physics/CMakeFiles/ccppphys.dir/module_bl_mynn.mod.stamp Intel +[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnedmf_wrapper.mod physics/CMakeFiles/ccppphys.dir/mynnedmf_wrapper.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o.provides.build +[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_mynn.mod physics/CMakeFiles/ccppphys.dir/module_sf_mynn.mod.stamp Intel +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnsfc_wrapper.mod physics/CMakeFiles/ccppphys.dir/mynnsfc_wrapper.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o.provides.build +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_post.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_post.mod physics/CMakeFiles/ccppphys.dir/mynnrad_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o.provides.build +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_pre.mod physics/CMakeFiles/ccppphys.dir/mynnrad_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build +[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_parameters.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_nst_parameters.mod physics/CMakeFiles/ccppphys.dir/module_nst_parameters.mod.stamp Intel +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_water_prop.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_nst_water_prop.mod physics/CMakeFiles/ccppphys.dir/module_nst_water_prop.mod.stamp Intel +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_model.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/nst_module.mod physics/CMakeFiles/ccppphys.dir/nst_module.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmp_glacier.mod physics/CMakeFiles/ccppphys.dir/module_sf_noahmp_glacier.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_globals.mod physics/CMakeFiles/ccppphys.dir/noahmp_glacier_globals.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_routines.mod physics/CMakeFiles/ccppphys.dir/noahmp_glacier_routines.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmplsm.mod physics/CMakeFiles/ccppphys.dir/module_sf_noahmplsm.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg_ruc.mod physics/CMakeFiles/ccppphys.dir/namelist_soilveg_ruc.mod.stamp Intel +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_ruclsm.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_ruclsm.mod physics/CMakeFiles/ccppphys.dir/module_sf_ruclsm.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_soil_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_soil_pre.mod physics/CMakeFiles/ccppphys.dir/module_soil_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf_hafs.f -o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/hedmf_hafs.mod physics/CMakeFiles/ccppphys.dir/hedmf_hafs.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o.provides.build +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninshoc.f -o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/moninshoc.mod physics/CMakeFiles/ccppphys.dir/moninshoc.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o.provides.build +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_fer_hires.F90 -o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_fer_hires.mod physics/CMakeFiles/ccppphys.dir/mp_fer_hires.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o.provides.build +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson.mod physics/CMakeFiles/ccppphys.dir/mp_thompson.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o.provides.build +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_post.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_post.mod physics/CMakeFiles/ccppphys.dir/mp_thompson_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o.provides.build +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_pre.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_pre.mod physics/CMakeFiles/ccppphys.dir/mp_thompson_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o.provides.build +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_multi_gases_mod.mod physics/CMakeFiles/ccppphys.dir/ccpp_multi_gases_mod.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/noahmp_tables.f90 -o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmp_tables.mod physics/CMakeFiles/ccppphys.dir/noahmp_tables.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rascnv.F90 -o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rascnv.mod physics/CMakeFiles/ccppphys.dir/rascnv.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_sw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmg_sw_cloud_optics.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_aerosol_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_aerosol_optics.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o.provides.build +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_optics.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o.provides.build +[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_sampling.mod physics/CMakeFiles/ccppphys.dir/mo_cloud_sampling.mod.stamp Intel +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_sampling.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_sampling.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o.provides.build +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_solver_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_rte_solver_kernels.mod.stamp Intel +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_lw.mod physics/CMakeFiles/ccppphys.dir/mo_rte_lw.mod.stamp Intel +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_sw.mod physics/CMakeFiles/ccppphys.dir/mo_rte_sw.mod.stamp Intel +[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_compute_bc.mod physics/CMakeFiles/ccppphys.dir/mo_compute_bc.mod.stamp Intel +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_gas_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_gas_optics.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o.provides.build +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o.provides.build +[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_rte.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_rte.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o.provides.build +[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_aerosol_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_aerosol_optics.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o.provides.build +[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_optics.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o.provides.build +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_sampling.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_sampling.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o.provides.build +[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_gas_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_gas_optics.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o.provides.build +[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_rte.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_rte.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build +[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_bygpoint.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_bygpoint.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build +[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_clr_all_sky.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_clr_all_sky.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build +[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sascnvn.F -o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sascnvn.mod physics/CMakeFiles/ccppphys.dir/sascnvn.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdifq.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdifq.mod physics/CMakeFiles/ccppphys.dir/satmedmfvdifq.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_ruc_mod.mod physics/CMakeFiles/ccppphys.dir/set_soilveg_ruc_mod.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc.mod physics/CMakeFiles/ccppphys.dir/lsm_ruc.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_noahmp_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmpdrv.mod physics/CMakeFiles/ccppphys.dir/noahmpdrv.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_nst.f -o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst.mod physics/CMakeFiles/ccppphys.dir/sfc_nst.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_post.mod physics/CMakeFiles/ccppphys.dir/sfc_nst_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_pre.mod physics/CMakeFiles/ccppphys.dir/sfc_nst_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build +[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfccyc_module.mod physics/CMakeFiles/ccppphys.dir/sfccyc_module.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shalcnv.F -o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/shalcnv.mod physics/CMakeFiles/ccppphys.dir/shalcnv.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shinhongvdif.F90 -o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/shinhongvdif.mod physics/CMakeFiles/ccppphys.dir/shinhongvdif.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sso_coorde.mod physics/CMakeFiles/ccppphys.dir/sso_coorde.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ysuvdif.F90 -o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ysuvdif.mod physics/CMakeFiles/ccppphys.dir/ysuvdif.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f -o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbltq.f -o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscuq.f -o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/num_parthds.F -o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o +[100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +[100%] Linking Fortran static library libccppphys.a +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 +/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o CMakeFiles/ccppphys.dir/physics/date_def.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/gwdc.f.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +/bin/ranlib libccppphys.a +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +[100%] Built target ccppphys +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles 0 +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -S/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp -B/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles/progress.marks +make -f CMakeFiles/Makefile2 all +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make[3]: Nothing to be done for `framework/src/CMakeFiles/ccpp.dir/build'. +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +[ 1%] Built target ccpp +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make[3]: Nothing to be done for `physics/CMakeFiles/ccppphys.dir/build'. +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +[100%] Built target ccppphys +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles 0 +make -f CMakeFiles/Makefile2 preinstall +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make[2]: Nothing to be done for `preinstall'. +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +Install the project... +/apps/cmake-3.15.4/bin/cmake -P cmake_install.cmake +-- Install configuration: "Release" +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/libccpp.a +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccpp-config.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccpp-config-release.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_types.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_api.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/libccppphys.a +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccppphys-config.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/gfs_typedefs.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_cloud_optics.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_optical_props.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_typedefs.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_gas_concentrations.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/machine.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_source_functions.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/module_radlw_parameters.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/module_radsw_parameters.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' ++ test -d /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include ++ test -d /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs ; \ +exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" all + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +Building dependencies ... +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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. +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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.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. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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. +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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.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 -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.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 -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/interp.c -o ../mosaic/interp.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 -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.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 -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.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 -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mpp/threadloc.c -o ../mpp/threadloc.o +ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o +ar: creating libfms.a +a - ../oda_tools/xbt_drop_rate_adjust.o +a - ../affinity/fms_affinity.o +a - ../amip_interp/amip_interp.o +a - ../astronomy/astronomy.o +a - ../axis_utils/axis_utils.o +a - ../block_control/block_control.o +a - ../column_diagnostics/column_diagnostics.o +a - ../constants/constants.o +a - ../coupler/atmos_ocean_fluxes.o +a - ../coupler/coupler_types.o +a - ../coupler/ensemble_manager.o +a - ../data_override/data_override.o +a - ../diag_integral/diag_integral.o +a - ../diag_manager/diag_axis.o +a - ../diag_manager/diag_data.o +a - ../diag_manager/diag_grid.o +a - ../diag_manager/diag_manifest.o +a - ../diag_manager/diag_manager.o +a - ../diag_manager/diag_output.o +a - ../diag_manager/diag_table.o +a - ../diag_manager/diag_util.o +a - ../drifters/cloud_interpolator.o +a - ../drifters/drifters.o +a - ../drifters/drifters_comm.o +a - ../drifters/drifters_core.o +a - ../drifters/drifters_input.o +a - ../drifters/drifters_io.o +a - ../drifters/quicksort.o +a - ../exchange/stock_constants.o +a - ../exchange/xgrid.o +a - ../fft/fft.o +a - ../fft/fft99.o +a - ../field_manager/field_manager.o +a - ../field_manager/fm_util.o +a - ../fms/fms.o +a - ../fms/fms_io.o +a - ../horiz_interp/horiz_interp.o +a - ../horiz_interp/horiz_interp_bicubic.o +a - ../horiz_interp/horiz_interp_bilinear.o +a - ../horiz_interp/horiz_interp_conserve.o +a - ../horiz_interp/horiz_interp_spherical.o +a - ../horiz_interp/horiz_interp_type.o +a - ../interpolator/interpolator.o +a - ../memutils/memutils.o +a - ../monin_obukhov/monin_obukhov.o +a - ../monin_obukhov/monin_obukhov_kernel.o +a - ../mosaic/gradient.o +a - ../mosaic/grid.o +a - ../mosaic/mosaic.o +a - ../mpp/mpp.o +a - ../mpp/mpp_data.o +a - ../mpp/mpp_domains.o +a - ../mpp/mpp_efp.o +a - ../mpp/mpp_io.o +a - ../mpp/mpp_memutils.o +a - ../mpp/mpp_parameter.o +a - ../mpp/mpp_pset.o +a - ../mpp/mpp_utilities.o +a - ../oda_tools/oda_core.o +a - ../oda_tools/oda_core_ecda.o +a - ../oda_tools/oda_types.o +a - ../oda_tools/write_ocean_data.o +a - ../platform/platform.o +a - ../random_numbers/MersenneTwister.o +a - ../random_numbers/random_numbers.o +a - ../sat_vapor_pres/sat_vapor_pres.o +a - ../sat_vapor_pres/sat_vapor_pres_k.o +a - ../station_data/station_data.o +a - ../time_interp/time_interp.o +a - ../time_interp/time_interp_external.o +a - ../time_manager/get_cal_time.o +a - ../time_manager/time_manager.o +a - ../topography/gaussian_topog.o +a - ../topography/topography.o +a - ../tracer_manager/tracer_manager.o +a - ../tridiagonal/tridiagonal.o +a - ../affinity/affinity.o +a - ../memutils/memuse.o +a - ../mosaic/create_xgrid.o +a - ../mosaic/gradient_c2l.o +a - ../mosaic/interp.o +a - ../mosaic/mosaic_util.o +a - ../mosaic/read_mosaic.o +a - ../mpp/nsclock.o +a - ../mpp/threadloc.o +mkdir -p "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" +mv fms.mk "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +test -d /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL +Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" into /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL on orion +cp -fp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems \ + "/work/noaa/marine/dworthen/S2S_cmeps/FV3"/conf/configure.fv3 +cp -fp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems \ + "/work/noaa/marine/dworthen/S2S_cmeps/FV3"/conf/modules.fv3 +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3 COMP_BINDIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL MACHINE_ID=orion FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" nemsinstall + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +Building dependencies ... +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +make -C cpl FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL + +Build standalone FV3 io ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' + +Build standalone FV3 io ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' +make -C gfsphysics FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +makefile:269: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +ar rv libgfsphys.a physics/mersenne_twister.o physics/namelist_soilveg.o physics/physparam.o physics/set_soilveg.o physics/noahmp_tables.o physics/GFDL_parse_tracers.o physics/physcons.o CCPP_layer/CCPP_data.o ../ccpp/physics/ccpp_static_api.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_restart.o +ar: creating libgfsphys.a +a - physics/mersenne_twister.o +a - physics/namelist_soilveg.o +a - physics/physparam.o +a - physics/set_soilveg.o +a - physics/noahmp_tables.o +a - physics/GFDL_parse_tracers.o +a - physics/physcons.o +a - CCPP_layer/CCPP_data.o +a - ../ccpp/physics/ccpp_static_api.o +a - GFS_layer/GFS_abstraction_layer.o +a - GFS_layer/GFS_diagnostics.o +a - GFS_layer/GFS_driver.o +a - GFS_layer/GFS_restart.o +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +make -C ccpp/driver FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics + +Build CCPP layer ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' +makefile:67: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' + +Build CCPP layer ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' +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 -DCCPP -DCMEPS CCPP_driver.F90 > CCPP_driver.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o +ar rv libccppdriver.a CCPP_driver.o +ar: creating libccppdriver.a +a - CCPP_driver.o +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' +make -C ipd FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +makefile:54: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +make -C io FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL + +Build standalone FV3 io ... + +$ESMF_INC is [-I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include] +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' + +Build standalone FV3 io ... + +$ESMF_INC is [-I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include] +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/include/ncep_post_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/include/ncep_post_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/orion/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -c module_write_netcdf_parallel.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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o +ar: creating libfv3io.a +a - ffsync.o +a - FV3GFS_io.o +a - post_gfs.o +a - post_nems_routines.o +a - module_write_nemsio.o +a - module_write_netcdf.o +a - module_write_netcdf_parallel.o +a - module_fv3_io_def.o +a - module_write_internal_state.o +a - module_wrt_grid_comp.o +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +ar rv libfv3core.a model/a2b_edge.o model/multi_gases.o model/boundary.o model/dyn_core.o model/fv_arrays.o model/fv_control.o model/fv_dynamics.o model/fv_fill.o model/fv_grid_utils.o model/fv_mapz.o model/fv_nesting.o model/fv_regional_bc.o model/fv_sg.o model/fv_tracer2d.o model/fv_update_phys.o model/sw_core.o model/tp_core.o model/nh_core.o model/nh_utils.o tools/external_ic.o tools/external_sst.o tools/fv_diagnostics.o tools/fv_eta.o tools/fv_grid_tools.o tools/fv_io.o tools/fv_mp_mod.o tools/fv_nudge.o tools/fv_treat_da_inc.o tools/fv_iau_mod.o tools/fv_restart.o tools/fv_surf_map.o tools/fv_timing.o tools/init_hydro.o tools/sim_nc_mod.o tools/sorted_index.o tools/test_cases.o driver/fvGFS/DYCORE_typedefs.o driver/fvGFS/fv_nggps_diag.o driver/fvGFS/atmosphere.o +ar: creating libfv3core.a +a - model/a2b_edge.o +a - model/multi_gases.o +a - model/boundary.o +a - model/dyn_core.o +a - model/fv_arrays.o +a - model/fv_control.o +a - model/fv_dynamics.o +a - model/fv_fill.o +a - model/fv_grid_utils.o +a - model/fv_mapz.o +a - model/fv_nesting.o +a - model/fv_regional_bc.o +a - model/fv_sg.o +a - model/fv_tracer2d.o +a - model/fv_update_phys.o +a - model/sw_core.o +a - model/tp_core.o +a - model/nh_core.o +a - model/nh_utils.o +a - tools/external_ic.o +a - tools/external_sst.o +a - tools/fv_diagnostics.o +a - tools/fv_eta.o +a - tools/fv_grid_tools.o +a - tools/fv_io.o +a - tools/fv_mp_mod.o +a - tools/fv_nudge.o +a - tools/fv_treat_da_inc.o +a - tools/fv_iau_mod.o +a - tools/fv_restart.o +a - tools/fv_surf_map.o +a - tools/fv_timing.o +a - tools/init_hydro.o +a - tools/sim_nc_mod.o +a - tools/sorted_index.o +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 `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +makefile:87: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c glats_stochy.f -o glats_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.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 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 cellular_automata_global.o cellular_automata_sgs.o update_ca.o +ar: creating libstochastic_physics.a +a - stochy_gg_def.o +a - stochy_resol_def.o +a - stochy_layout_lag.o +a - four_to_grid_stochy.o +a - glats_stochy.o +a - sumfln_stochy.o +a - gozrineo_stochy.o +a - num_parthds_stochy.o +a - get_ls_node_stochy.o +a - get_lats_node_a_stochy.o +a - setlats_a_stochy.o +a - setlats_lag_stochy.o +a - epslon_stochy.o +a - getcon_lag_stochy.o +a - pln2eo_stochy.o +a - dozeuv_stochy.o +a - dezouv_stochy.o +a - plumes.o +a - spectral_layout.o +a - getcon_spectral.o +a - stochy_namelist_def.o +a - compns_stochy.o +a - stochy_internal_state_mod.o +a - stochastic_physics.o +a - stochy_patterngenerator.o +a - stochy_data_mod.o +a - get_stochy_pattern.o +a - initialize_spectral_mod.o +a - cellular_automata_global.o +a - cellular_automata_sgs.o +a - update_ca.o +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +make libfv3cap.a FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 +a - module_fv3_config.o +a - module_fcst_grid_comp.o +a - time_utils.o +a - fv3_cap.o +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +make esmf_make_fragment FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +# additional include files needed for PGI +#@echo "ESMF_DEP_INCPATH = /work/noaa/marine/dworthen/S2S_cmeps/FV3/nems_dir" >> fv3.mk + +Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk + +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +Installation into "/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL" complete! + +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +test -d /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL +rm -fr /work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" FMS_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="orion" ; \ +set -e ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ +./compile.sh --platform orion --fms-dir "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +Will use FMS from: /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL +++ pwd ++ BASEDIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6 ++ MACHINE_ID=orion ++ COMPILE_OPTION=orion-intel.mk ++ DEBUG= ++ REPRO= ++ [[ '' == \Y ]] ++ REPRO=1 ++ echo 'MOM6 compile.sh ... DEBUG=, REPRO=1' +MOM6 compile.sh ... DEBUG=, REPRO=1 ++ compile_MOM6_LIB=1 ++ compile_ocean_only=0 ++ compile_MOM6_SIS2=0 ++ [[ 1 == 1 ]] ++ echo 'compile MOM6 library ...' +compile MOM6 library ... ++ cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ++ mkdir -p build/intel/MOM6_LIB/repro ++ cd build/intel/MOM6_LIB/repro ++ [[ -f path_names ]] ++ rm -f path_names ++ echo 'generating file_paths ...' +generating file_paths ... ++ ../../../../src/mkmf/bin/list_paths ../../../../src/MOM6/src/ALE/ ../../../../src/MOM6/src/core/ ../../../../src/MOM6/src/diagnostics/ ../../../../src/MOM6/src/equation_of_state/ ../../../../src/MOM6/src/framework/ ../../../../src/MOM6/src/ice_shelf/ ../../../../src/MOM6/src/initialization/ ../../../../src/MOM6/src/ocean_data_assim/ ../../../../src/MOM6/src/parameterizations/ ../../../../src/MOM6/src/tracer/ ../../../../src/MOM6/src/user/ ../../../../src/MOM6/src/equation_of_state/TEOS10/ ../../../../src/MOM6/src/ocean_data_assim/core/ ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/ ../../../../src/MOM6/src/parameterizations/CVmix/ ../../../../src/MOM6/src/parameterizations/lateral/ ../../../../src/MOM6/src/parameterizations/vertical/ ../../../../src/MOM6/config_src/dynamic/ ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +A list of the files you checked out is in the file path_names. ++ echo 'generating makefile ...' +generating makefile ... ++ ../../../../src/mkmf/bin/mkmf -t ../../../../src/mkmf/templates/orion-intel.mk -p lib_ocean.a -o -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL path_names +.................................................................................................................................................................................................................................................................... Makefile is ready. ++ echo 'compiling MOM6 library...' +compiling MOM6 library... ++ make NETCDF=4 REPRO=1 DEBUG= lib_ocean.a +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6/build/intel/MOM6_LIB/repro' +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_error_handler.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_cpu_clock.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_time_manager.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_string_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/polynomial_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PLM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_safe_alloc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_vkernels.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PCM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_zlike.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_sigma.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_manager_wrapper.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_math.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_pt_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_sr_from_sp__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_intrinsic_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_gibbs_ice__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_specvol_second_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_chem_potential_water_t_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_pt0_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_freezing_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_specvol_first_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_freezing_poly__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_entropy_part_zerop__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_constants.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_rho__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_deriv_chem_potential_water_t_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_pt_from_ct__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_freezing_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_rho_second_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_from_ct__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_freezing_poly__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_gibbs_pt0_pt0__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_from_pt__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_rho_first_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_entropy_part__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_gibbs__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_specvol__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_sp_from_sr__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_coms.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_document.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_solvers.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_consts.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_TFreeze.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_values.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_file_parser.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PPM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PQM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P1M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P3M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_background.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_remapping.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_interp.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_params.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_domains.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_unit_scaling.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_verticalGrid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_hor_index.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_linear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_checksums.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_dyn_horgrid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_io.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_spatial_means.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/baroclinic_zone_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/user_shelf_init.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_transcribe_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_debugging.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_get_input.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_restart.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_grid_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_shared_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_Z_init.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_write_cputime.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_hycom.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_rho.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_slight.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/initialization/midas_vertmap.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_variables.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/coord_adapt.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_horizontal_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_interface_heights.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_checksum_packages.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_isopycnal_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/soliton_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/adjustment_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Rossby_front_2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_remap.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_diag_mediator.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_registry.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_opacity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_speed.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_Montgomery.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_PointAccel.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_structure.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_change_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_open_boundary.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/lock_exchange_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/external_gwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_forcing_type.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/benchmark_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Neverland_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/sloshing_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/seamount_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Phillips_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/circle_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/ISOMIP_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dense_water_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/RGC_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_diabatic.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_wave_interface.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_marine_ice.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/SCM_CVMix_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_controlled_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Idealized_Hurricane.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ISOMIP_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/DOME_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_ALE.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity_PPM.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/supercritical_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_CoriolisAdv.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/tidal_bay_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Kelvin_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/shelfwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_channel_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_barotropic.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_advect.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/tracer_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/RGC_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ideal_age_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dye_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/oil_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/advection_test_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dyed_obc_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/pseudo_salt_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/boundary_impulse_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_coord_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_boundary_update.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_fixed_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_blocked_AFV.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_state_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_generic_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_flow_control.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_sum_output.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_revise_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_split_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_main.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_neutral_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_hor_diff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_unit_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 +ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_cpu_clock.o MOM_checksums.o user_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o ocean_da_types.o baroclinic_zone_initialization.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_open_boundary.o MOM_set_viscosity.o cvmix_shear.o MOM_regularize_layers.o MOM_string_functions.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o PLM_functions.o gsw_pt_from_t__genmod.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_safe_alloc.o gsw_sr_from_sp__genmod.o MOM_intrinsic_functions.o MOM_continuity.o MOM_obsolete_params.o MOM_checksum_packages.o dumbbell_initialization.o MOM_dyn_horgrid.o gsw_gibbs_ice__genmod.o MOM_unit_scaling.o gsw_specvol_second_derivatives__genmod.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o supercritical_initialization.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_error_handler.o MOM_PointAccel.o gsw_gibbs_pt0_pt0.o gsw_pt_from_ct.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_wave_speed.o ISOMIP_initialization.o gsw_chem_potential_water_t_exact__genmod.o polynomial_functions.o gsw_pt0_from_t__genmod.o user_shelf_init.o gsw_rho_first_derivatives.o MOM_neutral_diffusion.o write_ocean_obs.o MOM_EOS_UNESCO.o gsw_ct_freezing_exact__genmod.o seamount_initialization.o MOM_dynamics_unsplit.o gsw_ct_from_t__genmod.o MOM_diagnostics.o gsw_mod_specvol_coefficients.o gsw_specvol_first_derivatives__genmod.o MOM_barotropic.o soliton_initialization.o Kelvin_initialization.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_generic_tracer.o MOM_lateral_boundary_diffusion.o MOM_bkgnd_mixing.o circle_obcs_initialization.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o P1M_functions.o MOM_ALE.o gsw_t_freezing_poly__genmod.o boundary_impulse_tracer.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o MOM_diag_remap.o MOM_domains.o Neverland_initialization.o MOM_tidal_mixing.o gsw_entropy_part_zerop__genmod.o gsw_pt_from_t.o dense_water_initialization.o MOM_entrain_diffusive.o Phillips_initialization.o MOM_internal_tide_input.o MOM_marine_ice.o MOM_debugging.o kdtree.o MOM_document.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o gsw_rho__genmod.o MOM_tracer_flow_control.o MOM_coms.o cvmix_background.o MOM_diabatic_driver.o MOM_horizontal_regridding.o gsw_ct_from_pt.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_spatial_means.o RGC_tracer.o MOM_ice_shelf.o cvmix_ddiff.o gsw_specvol_second_derivatives.o gsw_t_deriv_chem_potential_water_t_exact__genmod.o gsw_ct_freezing_poly.o gsw_pt_from_ct__genmod.o MOM_PressureForce_Montgomery.o MOM_sum_output.o MOM_isopycnal_slopes.o gsw_mod_gibbs_ice_coefficients.o cvmix_math.o dumbbell_surface_forcing.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o MOM_ice_shelf_dynamics.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_tracer_hor_diff.o MOM_full_convection.o mom_ocean_model_nuopc.o gsw_chem_potential_water_t_exact.o MOM_EOS.o coord_rho.o MOM_state_initialization.o gsw_t_freezing_exact__genmod.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_restart.o MOM_coord_initialization.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o gsw_ct_freezing_exact.o MOM_OCMIP2_CFC.o MOM_diag_manager_wrapper.o MOM_time_manager.o regrid_interp.o MOM_EOS_NEMO.o gsw_mod_freezing_poly_coefficients.o MOM_CVMix_conv.o MOM_wave_structure.o gsw_pt0_from_t.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o tidal_bay_initialization.o user_change_diffusivity.o MOM_tracer_registry.o gsw_rho_second_derivatives__genmod.o coord_zlike.o gsw_gibbs_ice.o gsw_t_from_ct__genmod.o gsw_ct_freezing_poly__genmod.o gsw_gibbs_pt0_pt0__genmod.o MOM_MEKE_types.o MOM_CVMix_ddiff.o dyed_channel_initialization.o midas_vertmap.o gsw_rho_second_derivatives.o MOM_thickness_diffuse.o MOM_file_parser.o MOM_unit_tests.o ideal_age_example.o MOM_offline_main.o gsw_specvol_first_derivatives.o MOM_set_diffusivity.o DOME_initialization.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o coord_sigma.o BFB_surface_forcing.o advection_test_tracer.o pseudo_salt_tracer.o dyed_obcs_initialization.o MOM_PressureForce.o gsw_mod_toolbox.o MOM_verticalGrid.o MOM_regridding.o MOM_boundary_update.o MOM_forcing_type.o coord_adapt.o MOM_tracer_Z_init.o MOM_bulk_mixed_layer.o MOM_controlled_forcing.o gsw_sr_from_sp.o MOM_shared_initialization.o MOM_kappa_shear.o MOM_ALE_sponge.o gsw_entropy_part.o regrid_edge_slopes.o MOM_ice_shelf_state.o gsw_mod_teos10_constants.o MOM_PressureForce_analytic_FV.o MOM_lateral_mixing_coeffs.o Idealized_Hurricane.o MOM_write_cputime.o gsw_mod_kinds.o MOM_sponge.o gsw_ct_from_pt__genmod.o MOM_continuity_PPM.o oil_tracer.o MOM.o MOM_EOS_linear.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o gsw_rho_first_derivatives__genmod.o gsw_rho.o gsw_entropy_part__genmod.o gsw_gibbs__genmod.o dyed_obc_tracer.o MOM_PressureForce_blocked_AFV.o gsw_specvol__genmod.o gsw_sp_from_sr__genmod.o adjustment_initialization.o MOM_constants.o shelfwave_initialization.o MOM_remapping.o MOM_io.o dye_example.o benchmark_initialization.o lock_exchange_initialization.o mom_surface_forcing_nuopc.o cvmix_tidal.o MOM_obsolete_diagnostics.o gsw_t_deriv_chem_potential_water_t_exact.o +ar: creating lib_ocean.a +a - cvmix_utils.o +a - coord_hycom.o +a - MOM_cpu_clock.o +a - MOM_checksums.o +a - user_initialization.o +a - ISOMIP_tracer.o +a - PCM_functions.o +a - cvmix_kinds_and_types.o +a - ocean_da_types.o +a - baroclinic_zone_initialization.o +a - RGC_initialization.o +a - gsw_entropy_part_zerop.o +a - MOM_open_boundary.o +a - MOM_set_viscosity.o +a - cvmix_shear.o +a - MOM_regularize_layers.o +a - MOM_string_functions.o +a - MOM_wave_interface.o +a - MOM_grid.o +a - DOME_tracer.o +a - MOM_tidal_forcing.o +a - gsw_sp_from_sr.o +a - PLM_functions.o +a - gsw_pt_from_t__genmod.o +a - MOM_tracer_initialization_from_Z.o +a - MOM_MEKE.o +a - MOM_safe_alloc.o +a - gsw_sr_from_sp__genmod.o +a - MOM_intrinsic_functions.o +a - MOM_continuity.o +a - MOM_obsolete_params.o +a - MOM_checksum_packages.o +a - dumbbell_initialization.o +a - MOM_dyn_horgrid.o +a - gsw_gibbs_ice__genmod.o +a - MOM_unit_scaling.o +a - gsw_specvol_second_derivatives__genmod.o +a - MOM_EOS_Wright.o +a - gsw_gibbs.o +a - PPM_functions.o +a - supercritical_initialization.o +a - MOM_offline_aux.o +a - MOM_EOS_TEOS10.o +a - regrid_edge_values.o +a - MOM_energetic_PBL.o +a - MOM_CoriolisAdv.o +a - PQM_functions.o +a - MOM_dynamics_unsplit_RK2.o +a - MOM_error_handler.o +a - MOM_PointAccel.o +a - gsw_gibbs_pt0_pt0.o +a - gsw_pt_from_ct.o +a - MOM_fixed_initialization.o +a - gsw_t_freezing_poly.o +a - MOM_tracer_advect.o +a - gsw_t_freezing_exact.o +a - regrid_consts.o +a - MOM_diag_mediator.o +a - MOM_wave_speed.o +a - ISOMIP_initialization.o +a - gsw_chem_potential_water_t_exact__genmod.o +a - polynomial_functions.o +a - gsw_pt0_from_t__genmod.o +a - user_shelf_init.o +a - gsw_rho_first_derivatives.o +a - MOM_neutral_diffusion.o +a - write_ocean_obs.o +a - MOM_EOS_UNESCO.o +a - gsw_ct_freezing_exact__genmod.o +a - seamount_initialization.o +a - MOM_dynamics_unsplit.o +a - gsw_ct_from_t__genmod.o +a - MOM_diagnostics.o +a - gsw_mod_specvol_coefficients.o +a - gsw_specvol_first_derivatives__genmod.o +a - MOM_barotropic.o +a - soliton_initialization.o +a - Kelvin_initialization.o +a - MOM_hor_index.o +a - regrid_solvers.o +a - ocean_da_core.o +a - DOME2d_initialization.o +a - MOM_tracer_diabatic.o +a - MOM_vert_friction.o +a - MOM_generic_tracer.o +a - MOM_lateral_boundary_diffusion.o +a - MOM_bkgnd_mixing.o +a - circle_obcs_initialization.o +a - MOM_ice_shelf_initialize.o +a - MOM_CVMix_KPP.o +a - P1M_functions.o +a - MOM_ALE.o +a - gsw_t_freezing_poly__genmod.o +a - boundary_impulse_tracer.o +a - cvmix_put_get.o +a - MOM_oda_driver.o +a - cvmix_convection.o +a - MOM_diag_remap.o +a - MOM_domains.o +a - Neverland_initialization.o +a - MOM_tidal_mixing.o +a - gsw_entropy_part_zerop__genmod.o +a - gsw_pt_from_t.o +a - dense_water_initialization.o +a - MOM_entrain_diffusive.o +a - Phillips_initialization.o +a - MOM_internal_tide_input.o +a - MOM_marine_ice.o +a - MOM_debugging.o +a - kdtree.o +a - MOM_document.o +a - MOM_variables.o +a - P3M_functions.o +a - MOM_mixed_layer_restrat.o +a - MOM_diag_vkernels.o +a - gsw_rho__genmod.o +a - MOM_tracer_flow_control.o +a - MOM_coms.o +a - cvmix_background.o +a - MOM_diabatic_driver.o +a - MOM_horizontal_regridding.o +a - gsw_ct_from_pt.o +a - MOM_dynamics_split_RK2.o +a - sloshing_initialization.o +a - MOM_spatial_means.o +a - RGC_tracer.o +a - MOM_ice_shelf.o +a - cvmix_ddiff.o +a - gsw_specvol_second_derivatives.o +a - gsw_t_deriv_chem_potential_water_t_exact__genmod.o +a - gsw_ct_freezing_poly.o +a - gsw_pt_from_ct__genmod.o +a - MOM_PressureForce_Montgomery.o +a - MOM_sum_output.o +a - MOM_isopycnal_slopes.o +a - gsw_mod_gibbs_ice_coefficients.o +a - cvmix_math.o +a - dumbbell_surface_forcing.o +a - gsw_ct_from_t.o +a - MOM_TFreeze.o +a - MOM_grid_initialize.o +a - BFB_initialization.o +a - MOM_ice_shelf_dynamics.o +a - MOM_transcribe_grid.o +a - MOM_internal_tides.o +a - cvmix_kpp.o +a - MOM_tracer_hor_diff.o +a - MOM_full_convection.o +a - mom_ocean_model_nuopc.o +a - gsw_chem_potential_water_t_exact.o +a - MOM_EOS.o +a - coord_rho.o +a - MOM_state_initialization.o +a - gsw_t_freezing_exact__genmod.o +a - MOM_interface_heights.o +a - MOM_diabatic_aux.o +a - MOM_restart.o +a - MOM_coord_initialization.o +a - MOM_hor_visc.o +a - SCM_CVMix_tests.o +a - MOM_CVMix_shear.o +a - gsw_ct_freezing_exact.o +a - MOM_OCMIP2_CFC.o +a - MOM_diag_manager_wrapper.o +a - MOM_time_manager.o +a - regrid_interp.o +a - MOM_EOS_NEMO.o +a - gsw_mod_freezing_poly_coefficients.o +a - MOM_CVMix_conv.o +a - MOM_wave_structure.o +a - gsw_pt0_from_t.o +a - external_gwave_initialization.o +a - MOM_geothermal.o +a - gsw_specvol.o +a - MOM_get_input.o +a - tidal_bay_initialization.o +a - user_change_diffusivity.o +a - MOM_tracer_registry.o +a - gsw_rho_second_derivatives__genmod.o +a - coord_zlike.o +a - gsw_gibbs_ice.o +a - gsw_t_from_ct__genmod.o +a - gsw_ct_freezing_poly__genmod.o +a - gsw_gibbs_pt0_pt0__genmod.o +a - MOM_MEKE_types.o +a - MOM_CVMix_ddiff.o +a - dyed_channel_initialization.o +a - midas_vertmap.o +a - gsw_rho_second_derivatives.o +a - MOM_thickness_diffuse.o +a - MOM_file_parser.o +a - MOM_unit_tests.o +a - ideal_age_example.o +a - MOM_offline_main.o +a - gsw_specvol_first_derivatives.o +a - MOM_set_diffusivity.o +a - DOME_initialization.o +a - MOM_diapyc_energy_req.o +a - MOM_opacity.o +a - tracer_example.o +a - user_revise_forcing.o +a - coord_sigma.o +a - BFB_surface_forcing.o +a - advection_test_tracer.o +a - pseudo_salt_tracer.o +a - dyed_obcs_initialization.o +a - MOM_PressureForce.o +a - gsw_mod_toolbox.o +a - MOM_verticalGrid.o +a - MOM_regridding.o +a - MOM_boundary_update.o +a - MOM_forcing_type.o +a - coord_adapt.o +a - MOM_tracer_Z_init.o +a - MOM_bulk_mixed_layer.o +a - MOM_controlled_forcing.o +a - gsw_sr_from_sp.o +a - MOM_shared_initialization.o +a - MOM_kappa_shear.o +a - MOM_ALE_sponge.o +a - gsw_entropy_part.o +a - regrid_edge_slopes.o +a - MOM_ice_shelf_state.o +a - gsw_mod_teos10_constants.o +a - MOM_PressureForce_analytic_FV.o +a - MOM_lateral_mixing_coeffs.o +a - Idealized_Hurricane.o +a - MOM_write_cputime.o +a - gsw_mod_kinds.o +a - MOM_sponge.o +a - gsw_ct_from_pt__genmod.o +a - MOM_continuity_PPM.o +a - oil_tracer.o +a - MOM.o +a - MOM_EOS_linear.o +a - coord_slight.o +a - gsw_t_from_ct.o +a - Rossby_front_2d_initialization.o +a - gsw_rho_first_derivatives__genmod.o +a - gsw_rho.o +a - gsw_entropy_part__genmod.o +a - gsw_gibbs__genmod.o +a - dyed_obc_tracer.o +a - MOM_PressureForce_blocked_AFV.o +a - gsw_specvol__genmod.o +a - gsw_sp_from_sr__genmod.o +a - adjustment_initialization.o +a - MOM_constants.o +a - shelfwave_initialization.o +a - MOM_remapping.o +a - MOM_io.o +a - dye_example.o +a - benchmark_initialization.o +a - lock_exchange_initialization.o +a - mom_surface_forcing_nuopc.o +a - cvmix_tidal.o +a - MOM_obsolete_diagnostics.o +a - gsw_t_deriv_chem_potential_water_t_exact.o +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6/build/intel/MOM6_LIB/repro' ++ echo 'compiling MOM6 library successful' +compiling MOM6 library successful ++ echo 'compiling MOM6 library done' +compiling MOM6 library done ++ cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ++ mkdir -p exec/orion/ ++ ln -s /work/noaa/marine/dworthen/S2S_cmeps/MOM6/build/intel/MOM6_LIB/repro exec/orion/lib_ocean ++ [[ 0 == 1 ]] ++ echo ================================================== +================================================== ++ [[ 0 == 1 ]] ++ echo 'Next recommended step is to rejoice out of happiness from a successful compile.' +Next recommended step is to rejoice out of happiness from a successful compile. +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ + exec make -f makefile.nuopc COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" FMS_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="orion" \ + "FMSDIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" \ + "NEMSMOMDIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion" \ + "INSTALLDIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" install + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6' +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/time_utils.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap_methods.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap_time.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap.F90 +ar rv libmom.a mom_cap.o time_utils.o mom_cap_methods.o mom_cap_time.o +ar: creating libmom.a +a - mom_cap.o +a - time_utils.o +a - mom_cap_methods.o +a - mom_cap_time.o +rm -f mom6.mk.install +mkdir -p /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +cp -f /work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean/lib_ocean.a /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +cp -f libmom.a mom_cap_mod.mod /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +cp -f mom6.mk.install /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6' +test -d "/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" +test -s "/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk" +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +set -eu ; \ +export COMP_SRCDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE COMP_BINDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL SITE="NEMS.orion" SYSTEM_USERDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" EXEDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" CPPCMEPS="-DCMEPS" NEMS_GRID="T126_mx5" ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/CICE ; \ +./comp_ice.backend + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +NEMS_GRID = T126_mx025 +tcx comp_ice.backend res grid mx025 1440x1080 +ARCH is Linux.NEMS.orion +CICE comp_ice.backend ... DEBUG=N +gmake[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' +Building dependency for shr_orb_mod.d +Building dependency for ice_zbgc_shared.d +Building dependency for ice_zbgc.d +Building dependency for ice_transport_remap.d +Building dependency for ice_transport_driver.d +Building dependency for ice_timers.d +Building dependency for ice_therm_vertical.d +Building dependency for ice_therm_shared.d +Building dependency for ice_therm_mushy.d +Building dependency for ice_therm_itd.d +Building dependency for ice_therm_bl99.d +Building dependency for ice_therm_0layer.d +Building dependency for ice_step_mod.d +Building dependency for ice_state.d +Building dependency for ice_spacecurve.d +Building dependency for ice_shortwave.d +Building dependency for ice_restoring.d +Building dependency for ice_restart_shared.d +Building dependency for ice_restart_driver.d +Building dependency for ice_restart.d +Building dependency for ice_read_write.d +Building dependency for ice_orbital.d +Building dependency for ice_ocean.d +Building dependency for ice_meltpond_topo.d +Building dependency for ice_meltpond_lvl.d +Building dependency for ice_meltpond_cesm.d +Building dependency for ice_mechred.d +Building dependency for ice_lvl.d +Building dependency for ice_kinds_mod.d +Building dependency for ice_itd.d +Building dependency for ice_init.d +Building dependency for ice_history_write.d +Building dependency for ice_history_shared.d +Building dependency for ice_history_pond.d +Building dependency for ice_history_mechred.d +Building dependency for ice_history_drag.d +Building dependency for ice_history_bgc.d +Building dependency for ice_history.d +Building dependency for ice_grid.d +Building dependency for ice_global_reductions.d +Building dependency for ice_gather_scatter.d +Building dependency for ice_forcing.d +Building dependency for ice_flux.d +Building dependency for ice_firstyear.d +Building dependency for ice_fileunits.d +Building dependency for ice_exit.d +Building dependency for ice_dyn_shared.d +Building dependency for ice_dyn_evp.d +Building dependency for ice_dyn_eap.d +Building dependency for ice_domain_size.d +Building dependency for ice_domain.d +Building dependency for ice_distribution.d +Building dependency for ice_diagnostics.d +Building dependency for ice_constants.d +Building dependency for ice_communicate.d +Building dependency for ice_calendar.d +Building dependency for ice_broadcast.d +Building dependency for ice_brine.d +Building dependency for ice_boundary.d +Building dependency for ice_blocks.d +Building dependency for ice_atmo.d +Building dependency for ice_algae.d +Building dependency for ice_age.d +Building dependency for ice_aerosol.d +Building dependency for CICE_RunMod.d +Building dependency for CICE_InitMod.d +Building dependency for CICE_FinalMod.d +Building dependency for CICE.d +gmake[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' +gmake[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_kinds_mod.F90 > ice_kinds_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_kinds_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/ice_constants.F90 > ice_constants.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_constants.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_fileunits.F90 > ice_fileunits.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_fileunits.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restart_shared.F90 > ice_restart_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_communicate.F90 > ice_communicate.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_communicate.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_exit.F90 > ice_exit.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_exit.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_domain_size.F90 > ice_domain_size.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_domain_size.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_blocks.F90 > ice_blocks.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_blocks.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_spacecurve.F90 > ice_spacecurve.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_spacecurve.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_distribution.F90 > ice_distribution.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_distribution.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_global_reductions.F90 > ice_global_reductions.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_global_reductions.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_boundary.F90 > ice_boundary.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_boundary.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_broadcast.F90 > ice_broadcast.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_broadcast.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_domain.F90 > ice_domain.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_domain.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_state.F90 > ice_state.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_state.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90 > ice_atmo.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_atmo.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(330): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(353): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(476): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(506): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(694): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_shared.F90 > ice_therm_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc_shared.F90 > ice_zbgc_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_zbgc_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90 > ice_flux.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_flux.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90(769): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90(903): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90(965): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_calendar.F90 > ice_calendar.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_calendar.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_gather_scatter.F90 > ice_gather_scatter.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_gather_scatter.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_read_write.F90 > ice_read_write.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_read_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_timers.F90 > ice_timers.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_timers.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_grid.F90 > ice_grid.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_grid.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90 > ice_diagnostics.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_diagnostics.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90(1079): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90(1092): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90(1165): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_ocean.F90 > ice_ocean.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_ocean.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_ocean.F90(172): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_forcing.F90 > ice_forcing.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_forcing.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share/shr_orb_mod.F90 > shr_orb_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include shr_orb_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_orbital.F90 > ice_orbital.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_orbital.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_orbital.F90(109): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_shared.F90 > ice_dyn_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf/ice_restart.F90 > ice_restart.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_meltpond_lvl.F90 > ice_meltpond_lvl.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_meltpond_cesm.F90 > ice_meltpond_cesm.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_cesm.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_meltpond_topo.F90 > ice_meltpond_topo.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_topo.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90 > ice_shortwave.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_shortwave.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(647): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(800): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1016): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1042): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1065): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1655): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1679): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1720): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1736): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1774): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1790): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1830): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3108): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3129): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3140): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3163): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3770): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3865): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3422): warning #7532: The number of arguments is incompatible with intrinsic procedure, assume 'external'. [GAMMA] + gamma(w,uu,gg,e) = p5*w*((c1 + c3*gg*(c1-w)*uu*uu) & +------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_aerosol.F90 > ice_aerosol.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_aerosol.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90 > ice_algae.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_algae.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(284): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(300): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(344): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(366): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(403): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(442): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(692): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90 > ice_itd.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_itd.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(333): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(346): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(357): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(369): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(381): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(394): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(407): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(420): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1139): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1170): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1903): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1916): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1935): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1954): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2048): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2062): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2084): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2104): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2123): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2152): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2220): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2239): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2255): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1784): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [FLUX_BIO] + flux_bio, l_stop, & +----------------------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90 > ice_mechred.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_mechred.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(800): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1037): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1051): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1071): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1123): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1247): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1260): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1272): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1519): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1549): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1572): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1638): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1733): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1751): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1763): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1775): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1787): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1800): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1813): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1828): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1939): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1967): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1980): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1992): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2003): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2201): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2221): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2241): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_eap.F90 > ice_dyn_eap.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_eap.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_eap.F90(1179): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_shared.F90 > ice_history_shared.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_mechred.F90 > ice_history_mechred.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_mechred.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_pond.F90 > ice_history_pond.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_pond.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_bgc.F90 > ice_history_bgc.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_bgc.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_drag.F90 > ice_history_drag.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_drag.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf/ice_history_write.F90 > ice_history_write.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_mushy.F90 > ice_therm_mushy.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_mushy.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history.F90 > ice_history.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_age.F90 > ice_age.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_age.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_firstyear.F90 > ice_firstyear.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_firstyear.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_lvl.F90 > ice_lvl.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90 > ice_transport_remap.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_transport_remap.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(1235): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3117): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3148): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3290): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3318): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3365): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3425): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3456): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3478): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3680): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3700): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_driver.F90 > ice_transport_driver.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_transport_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90 > ice_therm_bl99.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_bl99.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(444): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(569): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(646): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(685): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(756): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(905): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(990): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1001): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1125): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1797): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1806): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1818): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90 > ice_therm_0layer.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_0layer.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(236): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(297): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(350): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(450): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90 > ice_therm_vertical.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_vertical.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(742): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(754): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(765): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(781): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(914): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(941): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1046): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1065): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1199): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1227): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1438): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1452): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1573): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1624): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1667): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1696): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1730): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1768): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1777): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1844): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1897): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1951): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1960): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2086): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2108): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2207): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2305): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2431): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restoring.F90 > ice_restoring.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restoring.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restoring.F90(456): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_init.F90 > ice_init.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_init.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_init.F90(1381): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90 > ice_brine.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_brine.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(175): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(302): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(315): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(343): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(356): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(452): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(469): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(492): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(518): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90 > ice_zbgc.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_zbgc.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(692): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(825): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(996): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(1046): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restart_driver.F90 > ice_restart_driver.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE_InitMod.F90 > CICE_InitMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_InitMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90 > ice_therm_itd.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_itd.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(341): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(443): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(499): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(580): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(698): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1129): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1165): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1181): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1198): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1457): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1473): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1490): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1596): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1634): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1655): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1688): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1749): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_evp.F90 > ice_dyn_evp.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_evp.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_evp.F90(517): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_step_mod.F90 > ice_step_mod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_step_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE_RunMod.F90 > CICE_RunMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_RunMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE_FinalMod.F90 > CICE_FinalMod.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_FinalMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE.F90 > CICE.f90 +mpiifort -c -O2 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE.f90 +mpiifort -o /work/noaa/marine/dworthen/S2S_cmeps/CICE/cice CICE.o CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o ice_aerosol.o ice_age.o ice_algae.o ice_atmo.o ice_blocks.o ice_boundary.o ice_brine.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_constants.o ice_diagnostics.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_firstyear.o ice_flux.o ice_forcing.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_init.o ice_itd.o ice_kinds_mod.o ice_lvl.o ice_mechred.o ice_meltpond_cesm.o ice_meltpond_lvl.o ice_meltpond_topo.o ice_ocean.o ice_orbital.o ice_read_write.o ice_restart.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_shortwave.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_therm_0layer.o ice_therm_bl99.o ice_therm_itd.o ice_therm_mushy.o ice_therm_shared.o ice_therm_vertical.o ice_timers.o ice_transport_driver.o ice_transport_remap.o ice_zbgc.o ice_zbgc_shared.o shr_orb_mod.o -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdf -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdf -lnetcdff +gmake[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' +/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice +NTASK = 48 +global N, block_size +x 1440, 60 +y 1080, 540 +max_blocks = 1 +1 = TRAGE, iage tracer +1 = TRFY, first-year ice tracer +1 = TRLVL, level-ice tracers +1 = TRPND, melt pond tracers +0 = NTRAERO, number of aerosol tracers +0 = TRBRI, brine height tracer +7 = NBGCLYR, number of bio grid layers +0 = TRBGCS, number of BGC tracers +ar: creating /work/noaa/marine/dworthen/S2S_cmeps/CICE/liblanl_cice.a +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; exec make -f makefile.nuopc \ + COMP_SRCDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE COMP_BINDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL SITE="NEMS.orion" SYSTEM_USERDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" EXEDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" CPPCMEPS="-DCMEPS" NEMS_GRID="T126_mx5" \ + "LANLCICEDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE" "INSTALLDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL" install + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +mpiifort -DCMEPS -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/compile -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf cice_cap.F90 +ar rv libcice.a cice_cap.o +ar: creating libcice.a +a - cice_cap.o +rm -f cice.mk.install +mkdir -p /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +cp -f /work/noaa/marine/dworthen/S2S_cmeps/CICE/liblanl_cice.a /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +cp -f libcice.a cice_cap_mod.mod /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +cp -f cice.mk.install /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +test -f /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +set -e ; \ + . /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS ; \ + exec make COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ + "INSTALLDIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL" install + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS' +cd nems/lib ;\ +exec make install FC="mpiifort" CC="mpiicc" CXX="mpiicpc" PIO_INSTALL_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib' +mkdir -p "/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build"; \ +cd "/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build"; \ +CC="mpiicc" CXX="mpiicpc" FC="mpiifort" cmake -D CMAKE_VERBOSE_MAKEFILE:BOOL=ON -D PIO_ENABLE_TESTS:BOOL=OFF -D PIO_ENABLE_TIMING:BOOL=OFF -D PIO_USE_MALLOC:BOOL=ON -D GENF90_PATH=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/genf90 -D USER_CMAKE_MODULE_PATH="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO"/cmake -D CMAKE_INSTALL_PREFIX=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install -D NetCDF_PATH:PATH=/apps/contrib/NCEPLIBS/lib//netcdfp -D WITH_PNETCDF=OFF ../ +-- The C 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-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/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 Fortran compiler: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc (found version "3.1") +-- Found MPI_Fortran: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort (found version "3.1") +-- Found MPI: TRUE (found version "3.1") +-- Looking for sys/types.h +-- Looking for sys/types.h - found +-- Looking for stdint.h +-- Looking for stdint.h - found +-- Looking for stddef.h +-- Looking for stddef.h - found +-- Check size of MPI_Offset +-- Check size of MPI_Offset - done +-- Check if the system is big endian +-- Searching 16 bit integer +-- Check size of unsigned short +-- Check size of unsigned short - done +-- Using unsigned short +-- Check if the system is big endian - little endian +-- Found NetCDF_C: /apps/contrib/NCEPLIBS/lib/netcdfp/lib/libnetcdf.so +-- Checking NetCDF version +-- Checking NetCDF version - 4.8.0.-developmen +-- Checking whether NetCDF has parallel support +-- Checking whether NetCDF has parallel support - yes +-- Looking for nc_set_log_level +-- Looking for nc_set_log_level - found +-- Check size of size_t +-- Check size of size_t - done +-- Check size of long long +-- Check size of long long - done +-- Checking whether Fortran compiler supports c_sizeof +-- Checking whether Fortran compiler supports c_sizeof - failed +-- MPIIO not detected and therefore disabled. +-- Checking whether MPI Fortran module is supported +-- Checking whether MPI Fortran module is supported - failed +-- MPI Fortran module failed verification and therefore disabled. +-- Found NetCDF_Fortran: /apps/contrib/NCEPLIBS/lib/netcdfp/lib/libnetcdff.so +-- Found Doxygen: /bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Configuring done +-- Generating done +-- Build files have been written to: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build +cd "/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build"; \ +exec make install +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +/apps/cmake-3.15.4/bin/cmake -S/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO -B/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/CMakeFiles /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/CMakeFiles/progress.marks +make -f CMakeFiles/Makefile2 all +make[4]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +make -f src/clib/CMakeFiles/pioc.dir/build.make src/clib/CMakeFiles/pioc.dir/depend +make[5]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib/CMakeFiles/pioc.dir/DependInfo.cmake --color= +Scanning dependencies of target pioc +make[5]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +make -f src/clib/CMakeFiles/pioc.dir/build.make src/clib/CMakeFiles/pioc.dir/build +make[5]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +[ 2%] Building C object src/clib/CMakeFiles/pioc.dir/topology.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/topology.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/topology.c +[ 5%] Building C object src/clib/CMakeFiles/pioc.dir/pio_file.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_file.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_file.c +[ 8%] Building C object src/clib/CMakeFiles/pioc.dir/pioc_support.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pioc_support.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pioc_support.c +[ 11%] Building C object src/clib/CMakeFiles/pioc.dir/pio_lists.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_lists.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_lists.c +[ 14%] Building C object src/clib/CMakeFiles/pioc.dir/pioc.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pioc.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pioc.c +[ 17%] Building C object src/clib/CMakeFiles/pioc.dir/pioc_sc.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pioc_sc.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pioc_sc.c +[ 20%] Building C object src/clib/CMakeFiles/pioc.dir/pio_spmd.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_spmd.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_spmd.c +[ 22%] Building C object src/clib/CMakeFiles/pioc.dir/pio_rearrange.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_rearrange.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_rearrange.c +[ 25%] Building C object src/clib/CMakeFiles/pioc.dir/pio_nc4.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_nc4.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_nc4.c +[ 28%] Building C object src/clib/CMakeFiles/pioc.dir/bget.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/bget.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/bget.c +[ 31%] Building C object src/clib/CMakeFiles/pioc.dir/pio_nc.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_nc.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_nc.c +[ 34%] Building C object src/clib/CMakeFiles/pioc.dir/pio_put_nc.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_put_nc.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_put_nc.c +[ 37%] Building C object src/clib/CMakeFiles/pioc.dir/pio_get_nc.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_get_nc.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_get_nc.c +[ 40%] Building C object src/clib/CMakeFiles/pioc.dir/pio_getput_int.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_getput_int.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_getput_int.c +[ 42%] Building C object src/clib/CMakeFiles/pioc.dir/pio_msg.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_msg.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_msg.c +[ 45%] Building C object src/clib/CMakeFiles/pioc.dir/pio_darray.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_darray.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_darray.c +[ 48%] Building C object src/clib/CMakeFiles/pioc.dir/pio_darray_int.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_darray_int.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_darray_int.c +[ 51%] Building C object src/clib/CMakeFiles/pioc.dir/pio_get_vard.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_get_vard.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_get_vard.c +[ 54%] Building C object src/clib/CMakeFiles/pioc.dir/pio_put_vard.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_put_vard.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_put_vard.c +[ 57%] Linking C static library libpioc.a +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/pioc.dir/cmake_clean_target.cmake +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/pioc.dir/link.txt --verbose=1 +/bin/ar qc libpioc.a CMakeFiles/pioc.dir/topology.c.o CMakeFiles/pioc.dir/pio_file.c.o CMakeFiles/pioc.dir/pioc_support.c.o CMakeFiles/pioc.dir/pio_lists.c.o CMakeFiles/pioc.dir/pioc.c.o CMakeFiles/pioc.dir/pioc_sc.c.o CMakeFiles/pioc.dir/pio_spmd.c.o CMakeFiles/pioc.dir/pio_rearrange.c.o CMakeFiles/pioc.dir/pio_nc4.c.o CMakeFiles/pioc.dir/bget.c.o CMakeFiles/pioc.dir/pio_nc.c.o CMakeFiles/pioc.dir/pio_put_nc.c.o CMakeFiles/pioc.dir/pio_get_nc.c.o CMakeFiles/pioc.dir/pio_getput_int.c.o CMakeFiles/pioc.dir/pio_msg.c.o CMakeFiles/pioc.dir/pio_darray.c.o CMakeFiles/pioc.dir/pio_darray_int.c.o CMakeFiles/pioc.dir/pio_get_vard.c.o CMakeFiles/pioc.dir/pio_put_vard.c.o +/bin/ranlib libpioc.a +make[5]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +[ 57%] Built target pioc +make -f src/flib/CMakeFiles/genf90.dir/build.make src/flib/CMakeFiles/genf90.dir/depend +make[5]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib/CMakeFiles/genf90.dir/DependInfo.cmake --color= +Scanning dependencies of target genf90 +make[5]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/genf90.dir/build.make src/flib/CMakeFiles/genf90.dir/build +make[5]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +make[5]: Nothing to be done for `src/flib/CMakeFiles/genf90.dir/build'. +make[5]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +[ 57%] Built target genf90 +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/depend +make[5]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +[ 60%] Generating piodarray.F90 +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/genf90/genf90.pl /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/piodarray.F90.in > piodarray.F90 +[ 62%] Generating pionfatt_mod.F90 +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/genf90/genf90.pl /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pionfatt_mod.F90.in > pionfatt_mod.F90 +[ 65%] Generating pionfput_mod.F90 +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/genf90/genf90.pl /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pionfput_mod.F90.in > pionfput_mod.F90 +[ 68%] Generating pionfget_mod.F90 +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/genf90/genf90.pl /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pionfget_mod.F90.in > pionfget_mod.F90 +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib/CMakeFiles/piof.dir/DependInfo.cmake --color= +Scanning dependencies of target piof +make[5]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/build +make[5]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +[ 71%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_kinds.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pio_kinds.F90 -o CMakeFiles/piof.dir/pio_kinds.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pio_kinds.mod src/flib/CMakeFiles/piof.dir/pio_kinds.mod.stamp Intel +[ 74%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_support.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pio_support.F90 -o CMakeFiles/piof.dir/pio_support.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pio_support.mod src/flib/CMakeFiles/piof.dir/pio_support.mod.stamp Intel +[ 77%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_types.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pio_types.F90 -o CMakeFiles/piof.dir/pio_types.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pio_types.mod src/flib/CMakeFiles/piof.dir/pio_types.mod.stamp Intel +[ 80%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_nf.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pio_nf.F90 -o CMakeFiles/piof.dir/pio_nf.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pio_nf.mod src/flib/CMakeFiles/piof.dir/pio_nf.mod.stamp Intel +[ 82%] Building Fortran object src/flib/CMakeFiles/piof.dir/piodarray.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib/piodarray.F90 -o CMakeFiles/piof.dir/piodarray.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/piodarray.mod src/flib/CMakeFiles/piof.dir/piodarray.mod.stamp Intel +[ 85%] Building Fortran object src/flib/CMakeFiles/piof.dir/piolib_mod.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/piolib_mod.F90 -o CMakeFiles/piof.dir/piolib_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/piolib_mod.mod src/flib/CMakeFiles/piof.dir/piolib_mod.mod.stamp Intel +[ 88%] Building Fortran object src/flib/CMakeFiles/piof.dir/pionfatt_mod.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib/pionfatt_mod.F90 -o CMakeFiles/piof.dir/pionfatt_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pionfatt_mod.mod src/flib/CMakeFiles/piof.dir/pionfatt_mod.mod.stamp Intel +[ 91%] Building Fortran object src/flib/CMakeFiles/piof.dir/pionfget_mod.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib/pionfget_mod.F90 -o CMakeFiles/piof.dir/pionfget_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pionfget_mod.mod src/flib/CMakeFiles/piof.dir/pionfget_mod.mod.stamp Intel +[ 94%] Building Fortran object src/flib/CMakeFiles/piof.dir/pionfput_mod.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib/pionfput_mod.F90 -o CMakeFiles/piof.dir/pionfput_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pionfput_mod.mod src/flib/CMakeFiles/piof.dir/pionfput_mod.mod.stamp Intel +[ 97%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pio.F90 -o CMakeFiles/piof.dir/pio.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pio.mod src/flib/CMakeFiles/piof.dir/pio.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_kinds.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_nf.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_support.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_types.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/piodarray.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/piolib_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pionfatt_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pionfget_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pionfput_mod.F90.o.provides.build +[100%] Linking Fortran static library libpiof.a +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/piof.dir/cmake_clean_target.cmake +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/piof.dir/link.txt --verbose=1 +/bin/ar qc libpiof.a CMakeFiles/piof.dir/pio_nf.F90.o CMakeFiles/piof.dir/pio.F90.o CMakeFiles/piof.dir/pio_kinds.F90.o CMakeFiles/piof.dir/pio_types.F90.o CMakeFiles/piof.dir/piolib_mod.F90.o CMakeFiles/piof.dir/pio_support.F90.o CMakeFiles/piof.dir/pionfatt_mod.F90.o CMakeFiles/piof.dir/pionfput_mod.F90.o CMakeFiles/piof.dir/pionfget_mod.F90.o CMakeFiles/piof.dir/piodarray.F90.o +/bin/ranlib libpiof.a +make[5]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +[100%] Built target piof +make[4]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/CMakeFiles 0 +make -f CMakeFiles/Makefile2 preinstall +make[4]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +make[4]: Nothing to be done for `preinstall'. +make[4]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +Install the project... +/apps/cmake-3.15.4/bin/cmake -P cmake_install.cmake +-- Install configuration: "" +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/lib/libpioc.a +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pio.h +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/lib/libpiof.a +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pio.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pio_nf.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pio_types.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/piolib_mod.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pionfget_mod.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pio_kinds.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pio_support.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/piodarray.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pionfatt_mod.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pionfput_mod.mod +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib' +cd nems/util ;\ +exec make PIO_INCLUDE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/util' +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_kind_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. perf_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_log_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_mpi_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_abort_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_const_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_sys_mod.F90 +shr_sys_mod.F90(105): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [RCODE] +SUBROUTINE shr_sys_chdir(path, rcode) +-------------------------------^ +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_flux_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_mem_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_pio_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. glc_elevclass_mod.F90 +glc_elevclass_mod.F90(43): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [GLC_ELEVCLASS] + subroutine glc_get_elevation_classes_with_bareland(glc_ice_covered, glc_topo, glc_elevclass, logunit) +--------------------------------------------------------------------------------^ +glc_elevclass_mod.F90(36): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [GLC_ELEVCLASS] + subroutine glc_get_elevation_classes_without_bareland(glc_topo, glc_elevclass, logunit) +------------------------------------------------------------------^ +glc_elevclass_mod.F90(58): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [GLC_ICEFRAC_EC] + subroutine glc_get_fractional_icecov(nec, glc_topo, glc_icefrac, glc_icefrac_ec, logunit) +-------------------------------------------------------------------^ +ar rv libcmeps_util.a perf_mod.o shr_abort_mod.o shr_const_mod.o shr_flux_mod.o shr_kind_mod.o shr_log_mod.o shr_mem_mod.o shr_mpi_mod.o shr_pio_mod.o shr_sys_mod.o glc_elevclass_mod.o +ar: creating libcmeps_util.a +a - perf_mod.o +a - shr_abort_mod.o +a - shr_const_mod.o +a - shr_flux_mod.o +a - shr_kind_mod.o +a - shr_log_mod.o +a - shr_mem_mod.o +a - shr_mpi_mod.o +a - shr_pio_mod.o +a - shr_sys_mod.o +a - glc_elevclass_mod.o +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/util' +cd mediator ;\ +exec make PIO_INCLUDE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include INTERNAL_PIO_INIT=1 +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/mediator' +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_kind_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_utils_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util esmFlds.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_internalstate_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_constants_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_methods_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_map_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_merge_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_wav_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_ice_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util esmFldsExchange_cesm_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_time_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_profile_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_ocn_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_rof_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_aofluxes_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_fraction_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_lnd_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_io_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_history_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_ocnalb_mod.F90 +med_phases_ocnalb_mod.F90(589): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [RC] + subroutine med_phases_ocnalb_orbital_update(clock, logunit, mastertask, eccen, obliqr, lambm0, mvelpp, rc) +----------------------------------------------------------------------------------------------------------^ +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_restart_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_atm_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util esmFldsExchange_nems_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_glc_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med.F90 +ar rv libcmeps.a med_phases_prep_wav_mod.o med_phases_prep_ice_mod.o esmFldsExchange_cesm_mod.o med_phases_profile_mod.o med_time_mod.o med_methods_mod.o med_constants_mod.o med_phases_prep_ocn_mod.o med.o med_fraction_mod.o med_phases_history_mod.o esmFlds.o med_io_mod.o med_phases_prep_lnd_mod.o med_kind_mod.o med_phases_restart_mod.o med_phases_prep_glc_mod.o med_internalstate_mod.o med_phases_prep_atm_mod.o esmFldsExchange_nems_mod.o med_utils_mod.o med_phases_aofluxes_mod.o med_phases_ocnalb_mod.o med_phases_prep_rof_mod.o med_merge_mod.o med_map_mod.o +ar: creating libcmeps.a +a - med_phases_prep_wav_mod.o +a - med_phases_prep_ice_mod.o +a - esmFldsExchange_cesm_mod.o +a - med_phases_profile_mod.o +a - med_time_mod.o +a - med_methods_mod.o +a - med_constants_mod.o +a - med_phases_prep_ocn_mod.o +a - med.o +a - med_fraction_mod.o +a - med_phases_history_mod.o +a - esmFlds.o +a - med_io_mod.o +a - med_phases_prep_lnd_mod.o +a - med_kind_mod.o +a - med_phases_restart_mod.o +a - med_phases_prep_glc_mod.o +a - med_internalstate_mod.o +a - med_phases_prep_atm_mod.o +a - esmFldsExchange_nems_mod.o +a - med_utils_mod.o +a - med_phases_aofluxes_mod.o +a - med_phases_ocnalb_mod.o +a - med_phases_prep_rof_mod.o +a - med_merge_mod.o +a - med_map_mod.o +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/mediator' +rm -f cmeps.mk.install +mkdir -p /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL +mkdir -p /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include +cp -f /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/lib/*.a /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL +cp -f /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/* /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include +cp -f /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/util/libcmeps_util.a /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL +cp -f /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/mediator/libcmeps.a /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL +cp -f mediator/*.mod /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include +cp -f nems/util/*.mod /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include +cp -f cmeps.mk.install /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS' +test -d "/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL" +test -s "/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk" +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/esmf ; \ +export COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/WW3/model" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL" WW3_COMP="orion" ; \ +exec make -j 1 WW3_COMP="orion" ww3_nems + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + ++ cd /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/esmf ++ export COMP_SRCDIR=/work/noaa/marine/dworthen/S2S_cmeps/WW3/model COMP_BINDIR=/work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL WW3_COMP=orion ++ COMP_SRCDIR=/work/noaa/marine/dworthen/S2S_cmeps/WW3/model ++ COMP_BINDIR=/work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL ++ WW3_COMP=orion ++ exec make -j 1 WW3_COMP=orion ww3_nems +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/esmf' + + ***************************** + *** WAVEWATCH III setup *** + ***************************** + + +[INFO] local env file wwatch3.env found in /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/wwatch3.env + Setup file /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/wwatch3.env found + Printer (listings) : + auxiliary FORTRAN compiler : gfortran + auxiliary C compiler : gcc + Source directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model + Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp + Save source code : yes + Save listings : yes + + Setup makefile for auxiliary programs + + + Compile auxiliary programs +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/aux' +gfortran -o /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3adc w3adc.f +gfortran -o /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3list w3list.f +gfortran -o /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3prnt w3prnt.f +gfortran -o /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3split w3split.f +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/aux' + + + Setup comp & link files + sed /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/comp.tmpl => /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/comp + sed /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/link.tmpl => /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/link + + Create required model subdirectories + +Finished setting up WAVEWATCH III + +\rm -f /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/tempswitch +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make ww3_grid + + ***************************** + *** WAVEWATCH III make *** + ***************************** + +Main directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model +Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp +Save source codes : yes +Save listings : yes +Shared Object : No + +[INFO] list of the programs selected : ww3_grid +Making makefile ... + + ***************************** + *** WAVEWATCH III makefile *** + ***************************** + +switch = /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/switch + Checking all subroutines for modules (this may take a while) ... + +Processing ww3_grid +--------------------- +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' +ad3 : processing constants +ad3 : processing w3servmd +ad3 : processing w3arrymd +ad3 : processing w3gsrumd +ad3 : processing w3gdatmd +ad3 : processing w3idatmd +ad3 : processing w3odatmd +ad3 : processing w3adatmd +ad3 : processing w3dispmd +ad3 : processing w3nmlgridmd +ad3 : processing w3timemd +ad3 : processing wmmdatmd +ad3 : processing w3src4md +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 `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' + + + ********************** + *** end of compilation *** + ********************** + +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make ww3_outf + + ***************************** + *** WAVEWATCH III make *** + ***************************** + +Main directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model +Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp +Save source codes : yes +Save listings : yes +Shared Object : No + +[INFO] list of the programs selected : ww3_outf + +Processing ww3_outf +--------------------- +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' +ad3 : processing w3sdb1md +ad3 : processing w3iogomd +ad3 : processing w3sbt1md +ad3 : processing ww3_outf + Linking ww3_outf +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' + + + ********************** + *** end of compilation *** + ********************** + +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make ww3_outp + + ***************************** + *** WAVEWATCH III make *** + ***************************** + +Main directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model +Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp +Save source codes : yes +Save listings : yes +Shared Object : No + +[INFO] list of the programs selected : ww3_outp + +Processing ww3_outp +--------------------- +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' +ad3 : processing w3iopomd +ad3 : processing w3bullmd +ad3 : processing w3partmd +ad3 : processing w3flx1md +ad3 : processing ww3_outp + Linking ww3_outp +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' + + + ********************** + *** end of compilation *** + ********************** + +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make ww3_prep + + ***************************** + *** WAVEWATCH III make *** + ***************************** + +Main directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model +Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp +Save source codes : yes +Save listings : yes +Shared Object : No + +[INFO] list of the programs selected : ww3_prep + +Processing ww3_prep +--------------------- +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' +ad3 : processing w3fldsmd +ad3 : processing ww3_prep + Linking ww3_prep +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' + + + ********************** + *** end of compilation *** + ********************** + +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make ww3_gint + + ***************************** + *** WAVEWATCH III make *** + ***************************** + +Main directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model +Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp +Save source codes : yes +Save listings : yes +Shared Object : No + +[INFO] list of the programs selected : ww3_gint + +Processing ww3_gint +--------------------- +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' +ad3 : processing ww3_gint + Linking ww3_gint +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' + + + ********************** + *** end of compilation *** + ********************** + +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make ww3_prnc + + ***************************** + *** WAVEWATCH III make *** + ***************************** + +Main directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model +Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp +Save source codes : yes +Save listings : yes +Shared Object : No + +[INFO] list of the programs selected : ww3_prnc +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make: line 392: [: 480-development: integer expression expected + +Processing ww3_prnc +--------------------- +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' +ad3 : processing w3nmlprncmd +ad3 : processing ww3_prnc + Linking ww3_prnc +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' + + + ********************** + *** end of compilation *** + ********************** + +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make ww3_ounf + + ***************************** + *** WAVEWATCH III make *** + ***************************** + +Main directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model +Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp +Save source codes : yes +Save listings : yes +Shared Object : No + +[INFO] list of the programs selected : ww3_ounf +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make: line 392: [: 480-development: integer expression expected + +Processing ww3_ounf +--------------------- +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' +ad3 : processing w3iorsmd +ad3 : processing w3nmlounfmd +ad3 : processing w3initmd +ad3 : processing ww3_ounf + Linking ww3_ounf +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' + + + ********************** + *** end of compilation *** + ********************** + +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make ww3_ounp + + ***************************** + *** WAVEWATCH III make *** + ***************************** + +Main directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model +Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp +Save source codes : yes +Save listings : yes +Shared Object : No + +[INFO] list of the programs selected : ww3_ounp +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make: line 392: [: 480-development: integer expression expected + +Processing ww3_ounp +--------------------- +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' +ad3 : processing w3nmlounpmd +ad3 : processing ww3_ounp + Linking ww3_ounp +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' + + + ********************** + *** end of compilation *** + ********************** + +\rm -f /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/tempswitch +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make ww3_grib + + ***************************** + *** WAVEWATCH III make *** + ***************************** + +Main directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model +Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp +Save source codes : yes +Save listings : yes +Shared Object : No + +[INFO] list of the programs selected : ww3_grib +Making makefile ... + + ***************************** + *** WAVEWATCH III makefile *** + ***************************** + +switch = /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/switch + new GRIB package + Checking all subroutines for modules (this may take a while) ... + +Processing ww3_grib +--------------------- +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' +ad3 : processing ww3_grib + Linking ww3_grib +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' + + + ********************** + *** end of compilation *** + ********************** + +\rm -rf /work/noaa/marine/dworthen/S2S_cmeps/WW3/exec +\mkdir -p /work/noaa/marine/dworthen/S2S_cmeps/WW3/exec +\cp -f /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/exe/ww3_* /work/noaa/marine/dworthen/S2S_cmeps/WW3/exec +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make ww3_multi_esmf + + ***************************** + *** WAVEWATCH III make *** + ***************************** + +Main directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model +Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp +Save source codes : yes +Save listings : yes +Shared Object : No + +[INFO] list of the programs selected : ww3_multi_esmf +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make: line 392: [: 480-development: integer expression expected +Making makefile ... + + ***************************** + *** WAVEWATCH III makefile *** + ***************************** + +switch = /work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' +ad3 : processing w3uqckmd +ad3 : processing scrip_kindsmod [no w3adc] +ad3 : processing constants +ad3 : processing scrip_iounitsmod [no w3adc] +ad3 : processing scrip_constants [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 w3cspcmd +ad3 : processing w3gsrumd +ad3 : processing w3arrymd +ad3 : processing wmunitmd +ad3 : processing scrip_remap_vars [no w3adc] +ad3 : processing scrip_remap_conservative [no w3adc] +ad3 : processing scrip_remap_write [no w3adc] +ad3 : processing scrip_remap_read [no w3adc] +ad3 : processing scrip_interface +ad3 : processing w3gdatmd +ad3 : processing w3sbt1md +ad3 : processing w3odatmd +ad3 : processing w3idatmd +ad3 : processing wmscrpmd +ad3 : processing w3timemd +ad3 : processing w3dispmd +ad3 : processing wmmdatmd +ad3 : processing w3adatmd +ad3 : processing w3src4md +ad3 : processing w3fldsmd +ad3 : processing w3fld1md +ad3 : processing w3sdb1md +ad3 : processing w3flx1md +ad3 : processing w3partmd +ad3 : processing w3nmlmultimd +ad3 : processing wmfinlmd +ad3 : processing w3fld2md +ad3 : processing w3snl1md +ad3 : processing w3parall +ad3 : processing w3triamd +ad3 : processing w3wdatmd +ad3 : processing w3iogrmd +ad3 : processing w3iogomd +ad3 : processing wmupdtmd +ad3 : processing w3iosfmd +ad3 : processing w3iotrmd +ad3 : processing w3pro3md +ad3 : processing w3profsmd +ad3 : processing w3srcemd +ad3 : processing w3wdasmd +ad3 : processing w3updtmd +ad3 : processing w3iopomd +ad3 : processing w3iorsmd +ad3 : processing wmgridmd +ad3 : processing w3iobcmd +ad3 : processing wminiomd +ad3 : processing w3wavemd +ad3 : processing w3initmd +ad3 : processing wmiopomd +ad3 : processing wmwavemd +ad3 : processing wminitmd +ad3 : processing wmesmfmd +ar: creating libww3_multi_esmf.a +a - wmmdatmd.o +a - w3gdatmd.o +a - w3wdatmd.o +a - w3adatmd.o +a - w3idatmd.o +a - w3odatmd.o +a - wmesmfmd.o +a - wminitmd.o +a - wmwavemd.o +a - wmfinlmd.o +a - wmgridmd.o +a - wmupdtmd.o +a - wminiomd.o +a - w3fldsmd.o +a - w3initmd.o +a - w3wavemd.o +a - w3wdasmd.o +a - w3updtmd.o +a - w3profsmd.o +a - w3pro3md.o +a - w3uqckmd.o +a - w3parall.o +a - w3triamd.o +a - w3srcemd.o +a - w3fld1md.o +a - w3fld2md.o +a - w3flx1md.o +a - w3src4md.o +a - w3snl1md.o +a - w3sbt1md.o +a - w3sdb1md.o +a - w3iogrmd.o +a - w3iogomd.o +a - w3iopomd.o +a - wmiopomd.o +a - w3iotrmd.o +a - w3iorsmd.o +a - w3iobcmd.o +a - w3iosfmd.o +a - w3partmd.o +a - constants.o +a - w3servmd.o +a - w3timemd.o +a - w3arrymd.o +a - w3dispmd.o +a - w3cspcmd.o +a - w3gsrumd.o +a - wmunitmd.o +a - w3nmlmultimd.o +a - scrip_constants.o +a - scrip_grids.o +a - scrip_iounitsmod.o +a - scrip_remap_vars.o +a - scrip_timers.o +a - scrip_errormod.o +a - scrip_interface.o +a - scrip_kindsmod.o +a - scrip_remap_conservative.o +a - wmscrpmd.o +a - scrip_netcdfmod.o +a - scrip_remap_write.o +a - scrip_remap_read.o +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' + + + ********************** + *** end of compilation *** + ********************** + +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make ww3_multi + + ***************************** + *** WAVEWATCH III make *** + ***************************** + +Main directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model +Scratch directory : /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp +Save source codes : yes +Save listings : yes +Shared Object : No + +[INFO] list of the programs selected : ww3_multi +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_make: line 392: [: 480-development: integer expression expected + +Processing ww3_multi +--------------------- +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' +ad3 : processing ww3_multi + Linking ww3_multi +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn' + + + ********************** + *** end of compilation *** + ********************** + +\cp -f /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/exe/ww3_multi /work/noaa/marine/dworthen/S2S_cmeps/WW3/exec +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/esmf' +mkdir -p /work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL +cp /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/nuopc.mk /work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL/. +test -d "/work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL" +( \ +echo "# Do not edit this file. It is automatically generated." ; \ +echo "# Edit the component list or /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ccpp_mk="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk" ; echo fms_mk="/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk" ; echo cice_mk="/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk" ; echo cmeps_mk="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk" ; echo ww3_mk="/work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL/nuopc.mk" ; ) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC" +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +set -e ; \ +for m in /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk /work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL/nuopc.mk ; do \ + test -s $m ; \ +done ; \ +echo build NEMS after /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk /work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL/nuopc.mk ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src ; \ +make nems \ + COMPONENTS="CCPP FMS FV3 MOM6 CICE CMEPS WW3" \ + CCPP_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL FV3_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL MOM6_DIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL CICE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL CMEPS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL WW3_DIR=/work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL TARGET="/work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x" ; \ +test -x /work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +build NEMS after /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk /work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL/nuopc.mk +Components in linker order: WW3 CMEPS CICE MOM6 FV3 FMS CCPP +WW3: include /work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL/nuopc.mk +CMEPS: include /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk +CICE: include /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +MOM6: include /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk +FMS: include /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk +CCPP: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk +CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" +CPPFLAGS += ESMF_VERSION_MAJOR="8" +CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" +CPPFLAGS += ESMF_VERSION_MINOR="1" +CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" +CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" +CPPFLAGS += ESMF_VERSION_REVISION="0" +CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' +cd ENS_Cpl && make stub +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +mpiicc -E -DFV3_CPLD -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/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 `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:40:52 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_HYB -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:40:52 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_HYB -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:40:52 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_HYB -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 +mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o +'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' +mpiicc -E -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:40:52 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_HYB -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:40:52 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_HYB -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:40:52 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_HYB -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:40:52 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_HYB -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:40:52 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_HYB -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:40:52 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_HYB -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_WW3=WMESMFMD -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:40:52 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/include -I/apps/contrib/NCEPLIBS/l.0110.2020/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_HYB -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/l.0110.2020/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf +extlibs is /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/l.0110.2020/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf +mpiifort -o /work/noaa/marine/dworthen/S2S_cmeps/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 /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/obj_HYB/libww3_multi_esmf.a /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/libcmeps.a /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/libcmeps_util.a /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/libpiof.a /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/libpioc.a /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/libcice.a /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/liblanl_cice.a /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/libmom.a /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/lib_ocean.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3cap.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libccppdriver.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3core.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3io.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libipd.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libgfsphys.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3cpl.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libstochastic_physics.a /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/libfms.a -L/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.para/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/l.0110.2020/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf +/apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/apps/contrib/NCEPLIBS/orion/NCEPLIBS-umbrella/lib/src/jasper_v1.900.1/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' ++ [[ YES == YES ]] ++ make app=coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS clean +Convert /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS.appBuilder +...into /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS.appBuilder.mk +Include /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS.appBuilder.mk +echo 'CCPP FMS FV3 MOM6 CICE CMEPS WW3' > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk" +NEMS_BUILDOPT IS +Adding FV3 makeopts to FMS makeopts +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +set -x ; \ +cd "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build" ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build +cat /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile.temp.clean +cd /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs ; \ + exec make CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3 ; exec make \ + -k cleanall FMS_DIR=/dev/null +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +Cleaning ... + +(cd gfsphysics && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +Cleaning gfsphysics ... + +rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +(cd ccpp/driver && make clean) + +Build CCPP layer ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' +(cd ipd && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +Cleaning ipd ... + +rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +(cd ../stochastic_physics && make clean) + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +Cleaning stochastic_physics ... + +rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +(cd io && make clean) + +Build standalone FV3 io ... + +$ESMF_INC is [] +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' +Cleaning io ... + +rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' +(cd atmos_cubed_sphere && make clean) + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' +Cleaning fv3core ... + +rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' +(cd cpl && make clean) + +Build standalone FV3 io ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' +Cleaning io ... + +rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +rm -rf nems_dir FV3_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 \ + /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 +set -e ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ +set +e ; \ +rm -rf exec src/path_names_shared ; \ +find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f +cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ + exec make -f makefile.nuopc clean +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +rm -f -f libcice.a *.f90 *.o *.mod *.lst depend +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; set +e ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ +rm -rf cice.mk.install /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE ; set +e ; \ +rm -rf history compile restart *.a ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f +cp -n /work/noaa/marine/dworthen/S2S_cmeps/modulefiles/orion.intel/fv3_coupled /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems ; \ + . /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +set -e ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS ; \ +exec make clean + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS' +cd mediator; \ +exec make clean PIO_INCLUDE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/mediator' +rm -f -f libcmeps.a *.i90 *.o *.mod +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/mediator' +cd nems/util; \ +exec make clean PIO_INCLUDE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/util' +rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod +rm -f -f med_constants_mod.* +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/util' +cd nems/lib; \ +exec make clean PIO_INSTALL_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib' +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build" +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib' +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS' +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/esmf ; \ +export COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/WW3/model" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL" WW3_COMP="orion" ; \ +export ESMFMKFILE=/dev/null ; \ +exec make distclean + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/esmf' +\rm -f /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/exe/ww3_multi_esmf *.o *.mod +/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/w3_clean -c + + ***************************** + *** WAVEWATCH III clean *** + ***************************** + + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/ftn + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/aux + Remove /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod + Remove /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_HYB + Remove /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/mod_SEQ + Remove /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/obj + Remove /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/obj_HYB + Remove /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/obj_SEQ + Remove /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin + Remove /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/exe + Clean up /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/../regtests +\rm -fr /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/tmp +\rm -f /work/noaa/marine/dworthen/S2S_cmeps/WW3/model/bin/wwatch3.env +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/WW3/model/esmf' +cd "/work/noaa/marine/dworthen/S2S_cmeps/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 +if ! test -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ + delete_nuopc=yes ; \ +fi ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE CMEPS WW3" \ + INCLUDES_ARE_OPTIONAL=YES clean ; \ +if [ "$delete_nuopc" = yes ] ; then \ + rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ +fi +Components in linker order: WW3 CMEPS CICE MOM6 FV3 FMS CCPP +WW3: include /work/noaa/marine/dworthen/S2S_cmeps/WW3/WW3_INSTALL/nuopc.mk +CMEPS: include /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk +CICE: include /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing +MOM6: include /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk +CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" +CPPFLAGS += ESMF_VERSION_MAJOR="8" +CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" +CPPFLAGS += ESMF_VERSION_MINOR="1" +CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" +CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" +CPPFLAGS += ESMF_VERSION_REVISION="0" +CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" +rm -f -f *.tmp.f90 *.lst *.o *.mod lm map +cd ENS_Cpl ; make clean +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' ++ cp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x /work/noaa/marine/dworthen/S2S_cmeps/tests/fv3_mom6_cice_5.exe ++ cp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems /work/noaa/marine/dworthen/S2S_cmeps/tests/modules.fv3_mom6_cice_5 ++ elapsed=1872 ++ echo 'Elapsed time 1872 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS finished' +Elapsed time 1872 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS finished ++ SECONDS=0 ++ [[ 2 -lt 1 ]] ++ readonly app_name=coupledFV3_CCPP_MOM6_CICE_CMEPS_debug ++ app_name=coupledFV3_CCPP_MOM6_CICE_CMEPS_debug ++ readonly build_name=fv3_mom6_cice_6 ++ build_name=fv3_mom6_cice_6 ++ readonly clean_before=YES ++ clean_before=YES ++ readonly clean_after=YES ++ clean_after=YES ++ hostname +Orion-login-1.HPC.MsState.Edu ++++ dirname /work/noaa/marine/dworthen/S2S_cmeps/tests/compile.sh +++ cd /work/noaa/marine/dworthen/S2S_cmeps/tests +++ pwd -P ++ readonly compile_root_dir=/work/noaa/marine/dworthen/S2S_cmeps/tests ++ compile_root_dir=/work/noaa/marine/dworthen/S2S_cmeps/tests +++ cd /work/noaa/marine/dworthen/S2S_cmeps/tests/.. +++ pwd ++ PATHTR=/work/noaa/marine/dworthen/S2S_cmeps ++ echo 'PATHTR is /work/noaa/marine/dworthen/S2S_cmeps' +PATHTR is /work/noaa/marine/dworthen/S2S_cmeps ++ cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS ++ [[ coupledFV3_CCPP_MOM6_CICE_CMEPS_debug =~ _debug ]] ++ S2S_DEBUG_MODULE=true ++ export S2S_DEBUG_MODULE ++ [[ YES == YES ]] ++ make app=coupledFV3_CCPP_MOM6_CICE_CMEPS_debug distclean +Convert /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_CMEPS_debug.appBuilder +...into /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_CMEPS_debug.appBuilder.mk +Include /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_CMEPS_debug.appBuilder.mk +MOM6%DEBUG=Y => MOM6_MAKEOPT += DEBUG=Y +CICE%DEBUG=Y => CICE_MAKEOPT += DEBUG=Y +CMEPS%DEBUG=Y => CMEPS_MAKEOPT += DEBUG=Y +echo 'CCPP FMS FV3 MOM6 CICE CMEPS' > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk" +NEMS_BUILDOPT IS DEBUG=Y +Adding FV3 makeopts to FMS makeopts +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +set -x ; \ +cd "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build" ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build +set -xue ; \ +export PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ +cd $PATH_CCPP ; \ +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib" ; \ +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include" ; \ +rm -f /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk ++ export PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ cd /work/noaa/marine/dworthen/S2S_cmeps ++ /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean +INFO: Logging level set to DEBUG +INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format +INFO: Performing clean .... +DEBUG: Executing "rm -vf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.cmake /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.sh /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.cmake /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.sh /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_*_cap.F90 /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_static_api.F90 /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_STATIC_API.sh" +DEBUG: Execution of "rm -vf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.cmake /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.sh /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.cmake /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.sh /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_*_cap.F90 /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_static_api.F90 /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_STATIC_API.sh" returned with exit code 0 + stdout: "removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.mk' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.sh' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.mk' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.cmake' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.sh' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.mk' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.cmake' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.sh' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_static_api.F90' +removed '/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_STATIC_API.sh'" + stderr: "" +INFO: CCPP prebuild clean completed successfully, exiting. ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include ++ rm -f /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk +cat /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile.temp.clean +cd /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs ; \ + exec make CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3 ; exec make \ + -k cleanall FMS_DIR=/dev/null +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +Cleaning ... + +(cd gfsphysics && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +makefile:269: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +Cleaning gfsphysics ... + +rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +(cd ccpp/driver && make clean) + +Build CCPP layer ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' +makefile:67: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' + +Build CCPP layer ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' +(cd ipd && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +makefile:54: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +Cleaning ipd ... + +rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +(cd ../stochastic_physics && make clean) + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +makefile:87: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +Cleaning stochastic_physics ... + +rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +(cd io && make clean) + +Build standalone FV3 io ... + +$ESMF_INC is [] +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' +Cleaning io ... + +rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' +(cd atmos_cubed_sphere && make clean) + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' +Cleaning fv3core ... + +rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' +(cd cpl && make clean) + +Build standalone FV3 io ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' +Cleaning io ... + +rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +rm -rf nems_dir FV3_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 \ + /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk +set -e ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ +set +e ; \ +rm -rf exec src/path_names_shared ; \ +find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f +rm -f /work/noaa/marine/dworthen/S2S_cmeps/MOM6/src/MOM6/config_src/nems_cap/mom5.mk.install +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +rm -f /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ + exec make -f makefile.nuopc clean +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +rm -f -f libcice.a *.f90 *.o *.mod *.lst depend +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; set +e ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ +rm -rf cice.mk.install /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE ; set +e ; \ +rm -rf history compile restart *.a ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +cp -n /work/noaa/marine/dworthen/S2S_cmeps/modulefiles/orion.intel/fv3_coupled_debug /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems ; \ + . /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +set -e ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS ; \ +exec make clean + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8.0.0.para + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS' +cd mediator; \ +exec make clean PIO_INCLUDE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/mediator' +rm -f -f libcmeps.a *.i90 *.o *.mod +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/mediator' +cd nems/util; \ +exec make clean PIO_INCLUDE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/util' +rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod +rm -f -f med_constants_mod.* +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/util' +cd nems/lib; \ +exec make clean PIO_INSTALL_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib' +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build" +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib' +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS' +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL +rm -f /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk +if ! test -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ + delete_nuopc=yes ; \ +fi ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE CMEPS" \ + INCLUDES_ARE_OPTIONAL=YES clean ; \ +if [ "$delete_nuopc" = yes ] ; then \ + rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ +fi +Components in linker order: CMEPS CICE MOM6 FV3 FMS CCPP +CMEPS: include /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk: component CMEPS makefile fragment is missing +CICE: include /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing +MOM6: include /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing +FV3: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing +CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" +CPPFLAGS += ESMF_VERSION_MAJOR="8" +CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" +CPPFLAGS += ESMF_VERSION_MINOR="1" +CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" +CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" +CPPFLAGS += ESMF_VERSION_REVISION="0" +CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" +rm -f -f *.tmp.f90 *.lst *.o *.mod lm map +cd ENS_Cpl ; make clean +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/externals.nems /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ESMFVersionDefine.h /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.sh /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.csh /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk +rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test_results.mk ++ make app=coupledFV3_CCPP_MOM6_CICE_CMEPS_debug build +Convert /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_CMEPS_debug.appBuilder +...into /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_CMEPS_debug.appBuilder.mk +Include /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_CMEPS_debug.appBuilder.mk +MOM6%DEBUG=Y => MOM6_MAKEOPT += DEBUG=Y +CICE%DEBUG=Y => CICE_MAKEOPT += DEBUG=Y +CMEPS%DEBUG=Y => CMEPS_MAKEOPT += DEBUG=Y +echo 'CCPP FMS FV3 MOM6 CICE CMEPS' > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk" +NEMS_BUILDOPT IS DEBUG=Y +Adding FV3 makeopts to FMS makeopts +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +cp /work/noaa/marine/dworthen/S2S_cmeps/conf/configure.fv3_coupled.orion.intel /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/externals.nems +cp /work/noaa/marine/dworthen/S2S_cmeps/modulefiles/orion.intel/fv3_coupled_debug /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems +cp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ESMFVersionDefine.h +( echo '. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.sh" +( echo 'source /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems.csh" +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/configure_rules.mk:3: /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk: No such file or directory +make -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS' +if [ -f "/modules.nems" ] ; then \ + . /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=8192 ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/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 ; \ +) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS' +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +set -xue ; \ +export PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ +cd $PATH_CCPP ; \ +./build_ccpp.sh orion.intel "$PATH_CCPP" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk \ + "CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp"" NO NO ; \ +test -d "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp"/include ; \ +test -d "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp"/lib + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8_0_0.g + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + ++ export PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ cd /work/noaa/marine/dworthen/S2S_cmeps ++ /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/marine/dworthen/S2S_cmeps/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled +INFO: Logging level set to DEBUG +INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15p2_coupled.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +DEBUG: Parsing file machine.F with registry OrderedDict([('machine', {})]) +DEBUG: Module name: machine +DEBUG: Module variables: kind_dyn, kind_grid, kind_phys, kind_LOGICAL, kind_INTEGER +INFO: Parsed variable definition tables in module machine +DEBUG: Parsing file radsw_param.f with registry OrderedDict([('module_radsw_parameters', {'sfcfsw_type': [83, 88], 'cmpfsw_type': [102, 109], 'topfsw_type': [73, 77], 'profsw_type': [91, 96]})]) +DEBUG: Module name: module_radsw_parameters +DEBUG: Module variables: topfsw_type, sfcfsw_type, cmpfsw_type, profsw_type +DEBUG: Variables in derived type sfcfsw_type: +DEBUG: Variables in derived type cmpfsw_type: +DEBUG: Variables in derived type topfsw_type: +DEBUG: Variables in derived type profsw_type: +INFO: Parsed variable definition tables in module module_radsw_parameters +DEBUG: Parsing file radlw_param.f with registry OrderedDict([('module_radlw_parameters', {'sfcflw_type': [81, 86], 'proflw_type': [88, 93], 'topflw_type': [72, 75]})]) +DEBUG: Module name: module_radlw_parameters +DEBUG: Module variables: topflw_type, sfcflw_type, proflw_type +DEBUG: Variables in derived type sfcflw_type: +DEBUG: Variables in derived type proflw_type: +DEBUG: Variables in derived type topflw_type: +INFO: Parsed variable definition tables in module module_radlw_parameters +DEBUG: Parsing file CCPP_typedefs.F90 with registry OrderedDict([('CCPP_typedefs', {'CCPP_interstitial_type': [11, 69]})]) +DEBUG: Module name: CCPP_typedefs +DEBUG: Module variables: CCPP_interstitial_type +DEBUG: Variables in derived type CCPP_interstitial_type: kappa_dry_for_fast_physics, cappa_moist_gas_constant_at_Lagrangian_surface, tendency_of_air_temperature_at_Lagrangian_surface, flag_for_inline_cloud_fraction_calculation, flag_for_fast_microphysics_energy_conservation, top_layer_index_for_fast_physics, flag_for_the_last_step_of_k_split_remapping, time_step_for_remapping_for_fast_physics, flag_for_tendency_of_air_temperature_at_Lagrangian_surface, atmosphere_energy_content_in_column, atmosphere_energy_content_at_Lagrangian_surface, ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind, flag_for_saturation_adjustment_for_microphysics_in_dynamics, starting_x_direction_index, ending_x_direction_index, starting_x_direction_index_domain, ending_x_direction_index_domain, starting_y_direction_index, ending_y_direction_index, starting_y_direction_index_domain, ending_y_direction_index_domain, pressure_thickness_at_Lagrangian_surface, thickness_at_Lagrangian_surface, cell_area_for_fast_physics, number_of_ghost_zones, vertical_dimension_for_fast_physics, vertical_dimension_for_fast_physics_plus_one, vertical_dimension_for_thickness_at_Lagrangian_surface, vertical_dimension_for_condensed_water_at_Lagrangian_surface, vertical_dimension_for_cappa_at_Lagrangian_surface, log_pressure_at_Lagrangian_surface, surface_geopotential_at_Lagrangian_surface, finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa, virtual_temperature_at_Lagrangian_surface, gas_tracers_for_multi_gas_physics_at_Lagrangian_surface, water_vapor_specific_humidity_at_Lagrangian_surface, cloud_liquid_water_specific_humidity_at_Lagrangian_surface, cloud_ice_specific_humidity_at_Lagrangian_surface, cloud_rain_specific_humidity_at_Lagrangian_surface, cloud_snow_specific_humidity_at_Lagrangian_surface, cloud_graupel_specific_humidity_at_Lagrangian_surface, cloud_fraction_at_Lagrangian_surface, cloud_condensed_water_specific_humidity_at_Lagrangian_surface, omp_threads_for_fast_physics, flag_for_hydrostatic_solver_for_fast_physics, number_of_water_species, number_of_gases_for_multi_gases_physics, gas_constants_for_multi_gases_physics, specific_heat_capacities_for_multi_gases_physics, mpi_rank_for_fast_physics, mpi_root_for_fast_physics +INFO: Parsed variable definition tables in module CCPP_typedefs +DEBUG: Parsing file GFS_typedefs.F90 with registry OrderedDict([('GFS_typedefs', {'GFS_diag_type': [1224, 1469], 'GFS_control_type': [475, 1040], 'GFS_interstitial_type': [1479, 1874], 'GFS_tbd_type': [1093, 1162], 'GFS_sfcprop_type': [197, 353], 'GFS_coupling_type': [361, 466], 'GFS_statein_type': [149, 173], 'GFS_cldprop_type': [1170, 1178], 'GFS_data_type': [1886, 1896], 'GFS_radtend_type': [1186, 1216], 'GFS_grid_type': [1048, 1085], 'GFS_stateout_type': [181, 189], 'GFS_init_type': [98, 141]})]) +DEBUG: Module name: GFS_typedefs +DEBUG: Module variables: GFS_cldprop_type, GFS_control_type, GFS_coupling_type, GFS_data_type, GFS_diag_type, GFS_grid_type, GFS_interstitial_type, GFS_radtend_type, GFS_sfcprop_type, GFS_statein_type, GFS_stateout_type, GFS_tbd_type, extra_top_layer, netcdf_float_fillvalue, specific_heat_of_liquid_water_at_constant_pressure, specific_heat_of_dry_air_at_constant_pressure, specific_heat_of_water_vapor_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, minimum_value_of_specific_humidity, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gravitational_acceleration, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, pi, gas_constant_dry_air, gas_constant_water_vapor, temperature_at_zero_celsius, triple_point_temperature_of_water, minimum_sea_ice_concentration, air_temperature_lapse_rate_constant, joules_per_calorie_constant, sea_water_reference_density, stefan_boltzmann_constant, freezing_point_temperature_of_seawater, standard_atmospheric_pressure, liquid_water_density, specific_heat_of_ice_at_constant_pressure +DEBUG: Variables in derived type GFS_diag_type: sw_fluxes_top_atmosphere, lw_fluxes_top_atmosphere, surface_runoff, cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep, cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep, cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep, cumulative_transpiration_flux_multiplied_by_timestep, cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep, cumulative_surface_snow_area_fraction_multiplied_by_timestep, soil_moisture_content, minimum_temperature_at_2m, maximum_temperature_at_2m, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep, integrated_x_momentum_flux_from_large_scale_gwd, integrated_y_momentum_flux_from_large_scale_gwd, integrated_x_momentum_flux_from_blocking_drag, integrated_y_momentum_flux_from_blocking_drag, integrated_x_momentum_flux_from_small_scale_gwd, integrated_y_momentum_flux_from_small_scale_gwd, integrated_x_momentum_flux_from_form_drag, integrated_y_momentum_flux_from_form_drag, x_momentum_tendency_from_large_scale_gwd, y_momentum_tendency_from_large_scale_gwd, x_momentum_tendency_from_blocking_drag, y_momentum_tendency_from_blocking_drag, x_momentum_tendency_from_small_scale_gwd, y_momentum_tendency_from_small_scale_gwd, x_momentum_tendency_from_form_drag, y_momentum_tendency_from_form_drag, accumulated_lwe_thickness_of_precipitation_amount, accumulated_lwe_thickness_of_ice_amount, accumulated_lwe_thickness_of_snow_amount, accumulated_lwe_thickness_of_graupel_amount, accumulated_lwe_thickness_of_precipitation_amount_in_bucket, accumulated_lwe_thickness_of_ice_amount_in_bucket, accumulated_lwe_thickness_of_snow_amount_in_bucket, accumulated_lwe_thickness_of_graupel_amount_in_bucket, accumulated_change_of_air_temperature_due_to_FA_scheme, cumulative_surface_ground_heat_flux_multiplied_by_timestep, cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep, cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep, duration_of_sunshine, total_runoff, cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep, cumulative_cloud_work_function, time_integral_of_x_stress_due_to_gravity_wave_drag, time_integral_of_y_stress_due_to_gravity_wave_drag, cumulative_surface_pressure_multiplied_by_timestep, cumulative_lwe_thickness_of_convective_precipitation_amount, cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket, minimum_specific_humidity_at_2m, maximum_specific_humidity_at_2m, maximum_x_wind_at_10m, maximum_y_wind_at_10m, maximum_wind_at_10m, maximum_u_wind_at_10m_over_maximum_hourly_time_interval, maximum_v_wind_at_10m_over_maximum_hourly_time_interval, maximum_wind_at_10m_over_maximum_hourly_time_interval, lwe_thickness_of_precipitation_amount_on_dynamics_timestep, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, lwe_thickness_of_ice_amount_on_dynamics_timestep, lwe_thickness_of_snow_amount_on_dynamics_timestep, lwe_thickness_of_graupel_amount_on_dynamics_timestep, x_wind_at_10m, y_wind_at_10m, dewpoint_temperature_at_2m, height_above_ground_at_lowest_model_layer, surface_air_pressure_diag, atmosphere_boundary_layer_thickness, column_precipitable_water, air_temperature_at_lowest_model_layer_for_diag, water_vapor_specific_humidity_at_lowest_model_layer_for_diag, x_wind_at_lowest_model_layer_for_diag, y_wind_at_lowest_model_layer_for_diag, surface_drag_mass_flux_for_heat_and_moisture_in_air, surface_drag_wind_speed_for_momentum_in_air, surface_downwelling_longwave_flux, surface_upwelling_longwave_flux, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, surface_upwelling_shortwave_flux, instantaneous_surface_x_momentum_flux_for_diag, instantaneous_surface_y_momentum_flux_for_diag, instantaneous_surface_upward_sensible_heat_flux_for_diag, instantaneous_surface_upward_latent_heat_flux_for_diag, instantaneous_surface_ground_heat_flux, instantaneous_surface_potential_evaporation, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, ratio_of_snowfall_to_rainfall, normalized_soil_wetness, dominant_rain_type, dominant_freezing_rain_type, dominant_sleet_type, dominant_snow_type, weights_for_stochastic_skeb_perturbation_of_x_wind_flipped, weights_for_stochastic_skeb_perturbation_of_y_wind_flipped, weights_for_stochastic_sppt_perturbation_flipped, weights_for_stochastic_shum_perturbation_flipped, level_of_dividing_streamline, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_x_wind_due_to_deep_convection, cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_deep_convection, cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_temperature_due_to_longwave_radiation, cumulative_change_in_temperature_due_to_shortwave_radiation, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_temperature_due_to_deep_convection, cumulative_change_in_temperature_due_to_shal_convection, cumulative_change_in_temperature_due_to_microphysics, cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection, cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection, cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate, cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio, cumulative_change_in_ozone_concentration_due_to_temperature, cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column, maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval, maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval, maximum_temperature_at_2m_over_maximum_hourly_time_interval, minimum_temperature_at_2m_over_maximum_hourly_time_interval, maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval, minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval, cumulative_atmosphere_updraft_convective_mass_flux, cumulative_atmosphere_downdraft_convective_mass_flux, cumulative_atmosphere_detrainment_convective_mass_flux, radar_reflectivity_10cm, number_of_dust_bins_for_diagnostics, number_of_seasalt_bins_for_diagnostics, number_of_chemical_tracers_for_diagnostics, instantaneous_dust_emission_flux, instantaneous_seasalt_emission_flux, instantaneous_sedimentation, instantaneous_dry_deposition, instantaneous_large_scale_wet_deposition, instantaneous_convective_scale_wet_deposition, instantaneous_anthopogenic_and_biomass_burning_emissions, instantaneous_aerosol_column_mass_densities, emdf_updraft_area, emdf_updraft_vertical_velocity, emdf_updraft_total_water, emdf_updraft_theta_l, emdf_updraft_entrainment_rate, emdf_updraft_cloud_water, number_of_plumes, maximum_mass_flux, k_level_of_highest_reaching_plume, atmosphere_heat_diffusivity_for_mynnpbl, atmosphere_momentum_diffusivity_for_mynnpbl, time_integral_of_height_of_mountain_blocking, time_integral_of_height_of_low_level_wave_breaking, time_integral_of_height_of_launch_level_of_orographic_gravity_wave, time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag, time_integral_of_momentum_flux_due_to_mountain_blocking_drag, time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag, time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave, time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag, time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag, time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag, time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave, time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave +DEBUG: Variables in derived type GFS_control_type: mpi_rank, mpi_root, mpi_comm, mpi_size, omp_threads, iounit_namelist, namelist_filename, number_of_lines_of_namelist_filename_for_internal_file_reads, namelist_filename_for_internal_file_reads, iounit_log, flag_diagnostics_3D, flag_diagnostics, vertical_dimension, a_parameter_of_the_hybrid_coordinate, b_parameter_of_the_hybrid_coordinate, vertical_dimension_plus_one, vertical_dimension_minus_one, number_of_equatorial_longitude_points, number_of_latitude_points, number_of_blocks, horizontal_block_size, horizontal_loop_extent, horizontal_dimension, number_of_tile, flag_for_flux_coupling, flag_for_wave_coupling, flag_for_wave_coupling_to_atm, flag_for_chemistry_coupling, flag_idealized_physics, number_of_timesteps_between_surface_cycling_calls, time_step_for_physics, time_step_for_dynamics, date_and_time_at_model_initialization, date_and_time_at_model_initialization_reordered, number_of_timesteps_between_shortwave_radiation_calls, number_of_timesteps_between_longwave_radiation_calls, frequency_for_shortwave_radiation, frequency_for_longwave_radiation, number_of_vertical_layers_for_radiation_calculations, number_of_vertical_layers_for_radiation_calculations_plus_one, flag_for_aerosol_input_MG_radiation, number_of_aerosol_tracers_MG, array_dimension_of_random_number, flag_for_vertical_index_direction_control, flag_for_solar_constant, flag_for_using_prescribed_global_mean_co2_value, flag_for_using_climatology_albedo, flag_for_surface_emissivity_control, flag_for_default_aerosol_effect_in_shortwave_radiation, flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation, flag_for_max_random_overlap_clouds_for_shortwave_radiation, flag_for_max_random_overlap_clouds_for_longwave_radiation, flag_for_initial_time_date_control, flag_for_sw_clouds_without_sub_grid_approximation, flag_for_lw_clouds_without_sub_grid_approximation, flag_for_CRICK_proof_cloud_water, flag_for_cloud_condensate_normalized_by_cloud_cover, flag_for_precipitation_effect_on_radiation, flag_for_output_of_longwave_heating_rate, flag_for_output_of_shortwave_heating_rate, active_gases_used_by_RRTMGP, number_of_active_gases_used_by_RRTMGP, directory_for_rte_rrtmgp_source_code, rrtmgp_kdistribution_lw, rrtmgp_coeff_lw_cloud_optics, number_of_lw_bands_rrtmgp, number_of_lw_spectral_points_rrtmgp, rrtmgp_kdistribution_sw, rrtmgp_coeff_sw_cloud_optics, number_of_sw_bands_rrtmgp, number_of_sw_spectral_points_rrtmgp, rrtmgp_cloud_optics_flag, number_of_rrtmgp_ice_roughness, number_of_angles_used_in_gaussian_quadrature, flag_for_rrtmgp_radiation_scheme, scheme_flag, number_of_hydrometeors, flag_for_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_zhao_carr_pdf_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, coefficient_from_cloud_ice_to_snow, coefficient_from_cloud_water_to_rain, coefficient_from_cloud_ice_to_snow_ras, coefficient_from_cloud_water_to_rain_ras, coefficient_for_evaporation_of_rainfall, cloud_condensed_water_conversion_threshold, cloud_condensed_water_ice_conversion_threshold_ras, condensate_fraction_detrained_in_updraft_layers, time_interval_for_maximum_hourly_fields, number_of_frozen_precipitation_species, flag_for_pdf_for_morrison_gettelman_microphysics_scheme, mg_autoconversion_size_threshold_ice_snow, mg_cloud_water_variance, mg_time_scale_for_autoconversion_of_ice, mg_minimum_rh_for_ice, mg_drop_concentration_constant, mg_ice_concentration_constant, mg_graupel_concentration_constant, mg_bergeron_efficiency_factor, mg_tuning_factor_for_alphas, mg_minimum_cloud_condensed_water_and_ice_mixing_ratio, mg_minimum_cloud_condensed_water_mixing_ratio, mg_minimum_ice_mixing_ratio, mg_type_of_precip_fraction_method, frozen_cloud_threshold_temperature, cloud_phase_transition_threshold_temperature, cloud_phase_transition_denominator, flag_for_cloud_effective_radii, mg_flag_for_uniform_subcolumns, mg_flag_for_cloud_ice_processes, mg_flag_for_heterogeneous_freezing, mg_flag_drop_concentration_constant, mg_flag_ice_concentration_constant, mg_flag_graupel_concentration_constant, mg_allow_supersat_after_sed, mg_flag_for_sb2001_autoconversion, mg_flag_for_graupel, mg_flag_for_hail, mg_flag_for_gmao_ice_formulation, mg_flag_for_liu_liquid_treatment, shoc_tke_dissipatation_pressure_threshold, shoc_tke_dissipation_tunable_parameter, shoc_tke_dissipation_tunable_parameter_near_surface, shoc_implicit_TKE_integration_uncentering_term, shoc_flag_for_optional_surface_TKE_dissipation, number_of_cloud_condensate_types, flag_for_aerosol_physics, flag_for_radar_reflectivity, limit_for_temperature_tendency_for_microphysics, flag_for_land_surface_scheme, flag_for_noah_land_surface_scheme, flag_for_noahmp_land_surface_scheme, flag_for_ruc_land_surface_scheme, soil_vertical_dimension, soil_vertical_dimension_for_land_surface_model, snow_vertical_dimension_for_land_surface_model, lower_bound_of_snow_vertical_dimension_for_land_surface_model, flag_for_reading_leaf_area_index_from_input, vegetation_type_dataset_choice, soil_type_dataset_choice, flag_for_individual_cloud_species_advected, minimum_large_ice_fraction, flag_for_dynamic_vegetation_option, flag_for_canopy_stomatal_resistance_option, flag_for_soil_moisture_factor_stomatal_resistance_option, flag_for_runoff_and_groundwater_option, flag_for_surface_layer_drag_coefficient_option, flag_for_supercooled_liquid_water_option, flag_for_frozen_soil_permeability_option, flag_for_radiation_transfer_option, flag_for_ground_snow_surface_albedo_option, flag_for_precipitation_partition_option, flag_for_lower_boundary_soil_temperature_option, flag_for_soil_and_snow_temperature_time_stepping_option, flag_for_ras_deep_convection, fa_threshold_relative_humidity_for_onset_of_condensation, flag_flip, flag_for_convective_transport_of_tracers, flag_for_old_PBL_scheme, flag_for_moorthi_stratus, flag_for_Chikira_Sugiyama_deep_convection, flag_for_scale_aware_TKE_moist_EDMF_PBL, flag_for_scale_aware_Shinhong_PBL, flag_for_ysu, flag_for_precipitation_type_algorithm, flag_for_Arakawa_Wu_adjustment, flag_arakawa_wu_downdraft, flag_flux_form_CS, flag_for_shoc, flag_for_shoc_after_convection, flag_for_ozone_physics, flag_for_2015_ozone_physics, flag_shallow_convective_cloud, flag_for_reduced_drag_coefficient_over_sea, flag_for_hedmf, flag_TKE_dissipation_heating, flag_for_canopy_heat_storage, flag_for_shallow_convection, flag_for_mass_flux_shallow_convection_scheme, flag_for_sas_shallow_convection_scheme, flag_for_samf_shallow_convection_scheme, flag_for_gf_shallow_convection_scheme, flag_for_ntiedtke_shallow_convection_scheme, flag_for_mass_flux_deep_convection_scheme, flag_for_sas_deep_convection_scheme, flag_for_samf_deep_convection_scheme, flag_for_gf_deep_convection_scheme, flag_for_ntiedtke_deep_convection_scheme, choice_of_scale_aware_TKE_moist_EDMF_PBL, choice_of_original_scale_aware_TKE_moist_EDMF_PBL, choice_of_updated_scale_aware_TKE_moist_EDMF_PBL, number_of_statistical_measures_of_subgrid_orography, number_of_spectral_wave_trancation_for_sas, updraft_velocity_tunable_parameter_1_CS, updraft_velocity_tunable_parameter_2_CS, detrainment_and_precipitation_tunable_parameter_3_CS, detrainment_and_precipitation_tunable_parameter_4_CS, entrainment_efficiency_tunable_parameter_9_CS, multiplication_factors_for_convective_gravity_wave_drag, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, multiplication_factor_for_critical_cloud_workfunction, ice_supersaturation_threshold, critical_cloud_top_entrainment_instability_criteria, critical_relative_humidity_at_surface, critical_relative_humidity_at_PBL_top, critical_relative_humidity_at_top_of_atmosphere, pressure_cutoff_for_rayleigh_damping, time_scale_for_rayleigh_damping, entrainment_rate_coefficient_deep_convection, rain_conversion_parameter_deep_convection, detrainment_conversion_parameter_deep_convection, downdraft_fraction_reaching_surface_over_land_deep_convection, downdraft_fraction_reaching_surface_over_ocean_deep_convection, rain_evaporation_coefficient_deep_convection, rain_evaporation_coefficient_over_land_deep_convection, momentum_transport_reduction_factor_pgf_deep_convection, aerosol_aware_parameter_deep_convection, entrainment_rate_coefficient_shallow_convection, rain_conversion_parameter_shallow_convection, detrainment_conversion_parameter_shallow_convection, momentum_transport_reduction_factor_pgf_shallow_convection, aerosol_aware_parameter_shallow_convection, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, flag_for_nsstm_run, vertical_temperature_average_range_lower_bound, vertical_temperature_average_range_upper_bound, flag_for_fractional_grid, lake_ice_minimum, sea_ice_minimum, density_of_fresh_water, flag_for_surface_roughness_option_over_ocean, atmosphere_heat_diffusivity_background_maximum, atmosphere_diffusivity_coefficient_factor, tke_dissipative_heating_factor, updraft_fraction_in_boundary_layer_mass_flux_scheme, downdraft_fraction_in_boundary_layer_mass_flux_scheme, surface_roughness_fraction_factor, latent_heat_flux_fraction_factor_relative_to_sensible_heat_flux, number_of_independent_cellular_automata, cellular_automata_lifetime, cellular_automata_finer_grid, cellular_automata_seed_probability, cellular_automata_seed_frequency, flag_for_cellular_automata, flag_for_sgs_cellular_automata, flag_for_global_cellular_automata, flag_for_global_cellular_automata_closure, flag_for_global_cellular_automata_entr, flag_for_global_cellular_automata_trigger, flag_for_gaussian_spatial_filter, seed_for_random_number_generation_in_cellular_automata_scheme, number_of_iterations_to_spin_up_cellular_automata, threshold_for_perturbed_vertical_velocity, flag_for_stochastic_surface_physics_perturbations, flag_for_mountain_blocking, flag_for_stochastic_shum_option, flag_for_stochastic_skeb_option, flag_for_stochastic_surface_perturbations, number_of_surface_perturbations, magnitude_of_perturbation_of_momentum_roughness_length, magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio, magnitude_of_perturbation_of_soil_type_b_parameter, magnitude_of_perturbation_of_leaf_area_index, magnitude_of_surface_albedo_perturbation, magnitude_of_perturbation_of_vegetation_fraction, number_of_tracers, number_of_tracers_plus_one, index_for_water_vapor, index_for_ozone, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, index_for_cloud_amount, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, index_for_rain_number_concentration, index_for_snow_number_concentration, index_for_graupel_number_concentration, index_for_turbulent_kinetic_energy, index_for_mass_weighted_rime_factor, index_for_water_friendly_aerosols, index_for_ice_friendly_aerosols, number_of_chemical_tracers, index_for_first_chemical_tracer, diagnostics_control_for_chemical_tracers, coefficients_for_aerosol_scavenging, number_of_fields_in_phyf2d, number_of_fields_in_phyf3d, index_for_cloud_fraction_in_3d_arrays_for_microphysics, array_dimension_of_2d_arrays_for_microphysics, array_dimension_of_3d_arrays_for_microphysics, index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d, index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d, index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d, number_of_convective_3d_cloud_fields, number_of_3d_arrays_associated_with_pdf_based_clouds, number_of_cloud_types_CS, index_for_convective_cloud_water_mixing_ratio_in_phy_f3d, index_for_convective_cloud_cover_in_phy_f3d, index_for_cloud_liquid_water_effective_radius, index_for_ice_effective_radius, index_for_rain_effective_radius, index_for_snow_effective_radius, index_for_graupel_effective_radius, flag_debug, index_for_diagnostic_printout, flag_print, flag_to_calc_sw, flag_to_calc_lw, forecast_hour_of_the_day, solar_constant, equation_of_time, sine_of_solar_declination_angle, cosine_of_solar_declination_angle, convective_cloud_switch, forecast_time_at_previous_timestep, forecast_time, time_since_diagnostics_zeroed, index_of_time_step, flag_for_first_time_step, flag_for_restart, flag_for_hydrostatic_solver, forecast_date_and_time, forecast_month, number_of_days_in_year, julian_day, flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics, seconds_elapsed_since_model_initialization, vertical_sigma_coordinate_for_radiation_initialization, inverse_scaling_factor_for_critical_relative_humidity, maximum_scaling_factor_for_critical_relative_humidity, minimum_scaling_factor_for_critical_relative_humidity, maximum_critical_relative_humidity, gwd_opt, do_mynnedmf, do_mynnsfclay, do_myjsfc, do_myjpbl, grav_settling, tke_budget, tke_advect, cloudpdf, mixing_length_flag, edmf_flag, edmf_momentum_transport_flag, edmf_tke_transport_flag, edmf_partition_flag, cloud_specie_mix_flag, mix_total_water_flag, couple_sgs_clouds_to_radiation_flag, do_ugwp, turb_oro_form_drag_flag, flag_for_gravity_wave_drag, flag_for_convective_gravity_wave_drag, diag_ugwp_flag +DEBUG: Variables in derived type GFS_interstitial_type: humidity_mixing_ratio, cloud_liquid_water_mixing_ratio, cloud_rain_water_mixing_ratio, cloud_ice_mixing_ratio, cloud_snow_mixing_ratio, mass_weighted_rime_factor_mixing_ratio, fraction_of_ice_water_cloud, fraction_of_rain_water_cloud, rime_factor, total_cloud_condensate_mixing_ratio_updated_by_physics, surface_upwelling_longwave_flux_over_ocean_interstitial, surface_upwelling_longwave_flux_over_land_interstitial, surface_upwelling_longwave_flux_over_ice_interstitial, surface_downwelling_direct_near_infrared_shortwave_flux, surface_upwelling_direct_near_infrared_shortwave_flux, surface_downwelling_diffuse_near_infrared_shortwave_flux, surface_upwelling_diffuse_near_infrared_shortwave_flux, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, surface_albedo_perturbation, perturbation_of_soil_type_b_parameter, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice, convective_cloud_fraction_for_microphysics, convective_cloud_volume_fraction, cloud_area_fraction, cloud_area_fraction_for_radiation, cloud_optical_depth_layers_at_10mu_band, cloud_optical_depth_layers_at_0p55mu_band, cloud_work_function, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_snow_water_path, mean_effective_radius_for_snow_flake, convective_transportable_tracers, ice_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_convective_transport_tracer, turbulent_kinetic_energy_convective_transport_tracer, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height, surface_drag_wind_speed_for_momentum_in_air_over_ocean, surface_drag_wind_speed_for_momentum_in_air_over_land, surface_drag_wind_speed_for_momentum_in_air_over_ice, tendency_of_cloud_water_due_to_convective_microphysics, ice_fraction_in_convective_tower, detrained_mass_flux, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, convective_cloud_cover, convective_cloud_water_mixing_ratio, cloud_top_entrainment_instability_value, grid_sensitive_critical_cloud_top_entrainment_instability_criteria, maximum_column_heating_rate, instantaneous_atmosphere_downdraft_convective_mass_flux, cloud_decorrelation_length, air_pressure_difference_between_midlayers, geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature, layer_pressure_thickness_for_radiation, atmosphere_heat_diffusivity, characteristic_grid_length_scale, tendency_of_tracers_due_to_model_physics, tendency_of_water_vapor_specific_humidity_due_to_model_physics, tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ozone_mixing_ratio_due_to_model_physics, tendency_of_cloud_droplet_number_concentration_due_to_model_physics, tendency_of_ice_number_concentration_due_to_model_physics, tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics, tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics, tendency_of_rain_water_mixing_ratio_due_to_model_physics, tendency_of_snow_water_mixing_ratio_due_to_model_physics, tendency_of_graupel_mixing_ratio_due_to_model_physics, tendency_of_turbulent_kinetic_energy_due_to_model_physics, instantaneous_surface_upward_latent_heat_flux, subsurface_runoff_flux, tendency_of_air_temperature_due_to_model_physics, tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky, instantaneous_surface_upward_sensible_heat_flux, mean_change_over_depth_in_sea_water_temperature, instantaneous_atmosphere_detrainment_convective_mass_flux, tendency_of_x_wind_due_to_model_physics, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_surface_x_momentum_flux, tendency_of_vertically_diffused_tracer_concentration, tendency_of_y_wind_due_to_model_physics, instantaneous_y_stress_due_to_gravity_wave_drag, instantaneous_surface_y_momentum_flux, layer_thickness_for_radiation, maximum_subgrid_orography, surface_longwave_emissivity_over_ocean_interstitial, surface_longwave_emissivity_over_land_interstitial, surface_longwave_emissivity_over_ice_interstitial, surface_upward_potential_latent_heat_flux, surface_upward_potential_latent_heat_flux_over_ocean, surface_upward_potential_latent_heat_flux_over_land, surface_upward_potential_latent_heat_flux_over_ice, kinematic_surface_upward_latent_heat_flux, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_latent_heat_flux_over_ice, soil_upward_latent_heat_flux, canopy_upward_latent_heat_flux, aerosol_optical_properties_for_longwave_bands_01_16, aerosol_optical_depth_for_longwave_bands_01_16, aerosol_single_scattering_albedo_for_longwave_bands_01_16, aerosol_asymmetry_parameter_for_longwave_bands_01_16, aerosol_optical_properties_for_shortwave_bands_01_16, aerosol_optical_depth_for_shortwave_bands_01_16, aerosol_single_scattering_albedo_for_shortwave_bands_01_16, aerosol_asymmetry_parameter_for_shortwave_bands_01_16, Monin_Obukhov_similarity_function_for_heat_over_ocean, Monin_Obukhov_similarity_function_for_heat_over_land, Monin_Obukhov_similarity_function_for_heat_over_ice, Monin_Obukhov_similarity_function_for_heat_at_2m, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean, Monin_Obukhov_similarity_function_for_heat_at_2m_over_land, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice, flag_for_cice, flag_for_guess_run, flag_for_iteration, Monin_Obukhov_similarity_function_for_momentum_over_ocean, Monin_Obukhov_similarity_function_for_momentum_over_land, Monin_Obukhov_similarity_function_for_momentum_over_ice, Monin_Obukhov_similarity_function_for_momentum_at_10m, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice, dynamics_to_physics_timestep_ratio, land_area_fraction_for_microphysics, fraction_of_tracer_scavenged, fraction_of_cloud_top_water_scavenged, surface_downwelling_longwave_flux_absorbed_by_ground, surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean, surface_downwelling_longwave_flux_absorbed_by_ground_over_land, surface_downwelling_longwave_flux_absorbed_by_ground_over_ice, anisotropy_of_subgrid_orography, countergradient_mixing_term_for_water_vapor, countergradient_mixing_term_for_temperature, volume_mixing_ratio_co2, volume_mixing_ratio_n2o, volume_mixing_ratio_ch4, volume_mixing_ratio_o2, volume_mixing_ratio_co, volume_mixing_ratio_cfc11, volume_mixing_ratio_cfc12, volume_mixing_ratio_cfc22, volume_mixing_ratio_ccl4, volume_mixing_ratio_cfc113, upward_heat_flux_in_soil, upward_heat_flux_in_soil_over_ocean, upward_heat_flux_in_soil_over_land, upward_heat_flux_in_soil_over_ice, lwe_thickness_of_graupel_amount, tendency_of_x_wind_due_to_convective_gravity_wave_drag, tendency_of_y_wind_due_to_convective_gravity_wave_drag, number_of_coefficients_in_h2o_forcing_data, natural_log_of_h2o_forcing_data_pressure_levels, surface_upward_latent_heat_flux_reduction_factor, surface_upward_sensible_heat_flux_reduction_factor, kinematic_surface_upward_sensible_heat_flux, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_ice, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, lwe_thickness_of_ice_amount, flag_nonzero_land_surface_fraction, daytime_points, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_lake_surface_fraction, flag_nonzero_ocean_surface_fraction, horizontal_index_of_printed_column, sea_land_ice_mask, sea_land_ice_mask_cice, number_of_aerosol_tracers_for_convection, flag_nonzero_wet_surface_fraction, vertical_index_difference_between_layer_and_lower_bound, vertical_index_at_cloud_base, flag_deep_convection, vertical_index_difference_between_inout_and_local, index_of_highest_temperature_inversion, vertical_index_at_top_of_atmosphere_boundary_layer, vertical_index_difference_between_layer_and_upper_bound, vertical_index_at_cloud_top, latitude_index_in_debug_printouts, vertical_interface_dimension, vertical_dimension_of_h2o_forcing_data, vertical_dimension_of_ozone_forcing_data, adjusted_vertical_layer_dimension_for_radiation, adjusted_vertical_level_dimension_for_radiation, model_layer_number_at_cloud_base, flag_mg3_as_mg2, model_layer_number_at_cloud_top, number_of_aerosol_bands_for_longwave_radiation, number_of_aerosol_bands_for_shortwave_radiation, local_graupel_number_concentration, local_ice_number_concentration, local_condesed_water_number_concentration, local_rain_number_concentration, local_snow_number_concentration, number_of_tracers_for_CS, daytime_points_dimension, number_of_aerosol_output_fields_for_longwave_radiation, number_of_aerosol_output_fields_for_shortwave_radiation, number_of_tracers_for_convective_transport, number_of_tracers_for_cloud_condensate, number_of_tracers_for_samf, number_of_tracers_scavenged, number_of_species_for_aerosol_optical_depth, index_for_ice_cloud_condensate_vertical_diffusion_tracer, index_for_turbulent_kinetic_energy_convective_transport_tracer, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, number_of_vertical_diffusion_tracers, asymmetry_of_subgrid_orography, convexity_of_subgrid_orography, ozone_concentration_at_layer_for_radiation, flag_convective_tracer_transport, number_of_coefficients_in_ozone_forcing_data, number_of_coefficients_in_ozone_forcing_data_plus_five, natural_log_of_ozone_forcing_data_pressure_levels, flag_for_hydrostatic_heating_from_physics, air_pressure_at_interface_for_radiation_in_hPa, air_pressure_at_layer_for_radiation_in_hPa, prandtl_number, specific_humidity_at_2m_from_noahmp, local_graupel_mixing_ratio, mass_fraction_of_convective_cloud_ice, mass_fraction_of_convective_cloud_liquid_water, water_vapor_specific_humidity_at_layer_for_radiation, local_rain_water_mixing_ratio, local_snow_water_mixing_ratio, lwe_thickness_of_explicit_precipitation_amount, surface_specific_humidity, surface_specific_humidity_over_ocean, surface_specific_humidity_over_land, surface_specific_humidity_over_ice, flag_for_resetting_radar_reflectivity_calculation, time_step_for_radiation, lwe_thickness_of_deep_convective_precipitation_amount, lwe_thickness_of_shallow_convective_precipitation_amount, lwe_thickness_of_moist_convective_adj_precipitation_amount, lwe_thickness_of_explicit_rain_amount, tendency_of_rain_water_mixing_ratio_due_to_microphysics, bulk_richardson_number_at_lowest_model_level, bulk_richardson_number_at_lowest_model_level_over_ocean, bulk_richardson_number_at_lowest_model_level_over_land, bulk_richardson_number_at_lowest_model_level_over_ice, flag_reset_maximum_hourly_fields, critical_relative_humidity, surface_runoff_flux, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save, water_vapor_specific_humidity_save, tracer_concentration_save, air_temperature_save, x_wind_save, y_wind_save, snow_deposition_sublimation_upward_latent_heat_flux, components_of_surface_downward_shortwave_fluxes, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, slope_of_subgrid_orography, bounded_vegetation_area_fraction, convective_updraft_area_fraction, convective_updraft_area_fraction_at_model_interfaces, flag_skip_macro, surface_slope_classification, surface_snow_area_fraction, surface_snow_thickness_water_equivalent_over_ocean, surface_snow_thickness_water_equivalent_over_land, surface_snow_thickness_water_equivalent_over_ice, snow_freezing_rain_upward_latent_heat_flux, lwe_thickness_of_snow_amount, surface_snow_melt, soil_type_classification, surface_wind_stress, surface_wind_stress_over_ocean, surface_wind_stress_over_land, surface_wind_stress_over_ice, temperature_at_2m_from_noahmp, angle_from_east_of_maximum_subgrid_orographic_variations, sea_ice_temperature_interstitial, air_temperature_at_interface_for_radiation, air_temperature_at_layer_for_radiation, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice, start_index_of_other_tracers, number_of_total_tracers, flag_for_aerosol_convective_transport_and_PBL_diffusion, transpiration_flux, surface_skin_temperature_for_nsst, surface_air_temperature_for_radiation, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ice_interstitial, surface_ground_temperature_for_radiation, surface_skin_temperature_after_iteration, surface_skin_temperature_after_iteration_over_ocean, surface_skin_temperature_after_iteration_over_land, surface_skin_temperature_after_iteration_over_ice, number_of_water_tracers, instantaneous_atmosphere_updraft_convective_mass_flux, surface_friction_velocity_over_ocean, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, vertically_diffused_tracer_concentration, perturbation_of_vegetation_fraction, vegetation_type_classification, vertical_velocity_for_updraft, maximum_updraft_velocity_at_cloud_base, water_equivalent_accumulated_snow_depth_over_ocean, water_equivalent_accumulated_snow_depth_over_land, water_equivalent_accumulated_snow_depth_over_ice, wind_speed_at_lowest_model_layer, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, instantaneous_cosine_of_zenith_angle, perturbation_of_leaf_area_index, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, perturbation_of_momentum_roughness_length, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, perturbation_of_heat_to_momentum_roughness_length_ratio, tendency_of_x_wind_due_to_ugwp, tendency_of_y_wind_due_to_ugwp, tendency_of_air_temperature_due_to_ugwp, eddy_mixing_due_to_ugwp, height_of_mountain_blocking, height_of_low_level_wave_breaking, height_of_launch_level_of_orographic_gravity_wave, instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag, instantaneous_momentum_flux_due_to_mountain_blocking_drag, instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag, instantaneous_momentum_flux_due_to_nonstationary_gravity_wave, instantaneous_change_in_x_wind_due_to_mountain_blocking_drag, instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag, instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, air_temperature_at_interface_for_RRTMGP, virtual_temperature, relative_humidity, chemical_tracers, RRTMGP_sw_heating_rate_clear_sky, RRTMGP_sw_heating_rate_all_sky, RRTMGP_sw_heating_rate_spectral, RRTMGP_lw_heating_rate_clear_sky, RRTMGP_lw_heating_rate_all_sky, RRTMGP_lw_heating_rate_spectral, initial_permutation_seed_sw, initial_permutation_seed_lw, RRTMGP_total_cloud_fraction, RRTMGP_cloud_liquid_water_path, RRTMGP_mean_effective_radius_for_liquid_cloud, RRTMGP_cloud_ice_water_path, RRTMGP_mean_effective_radius_for_ice_cloud, RRTMGP_cloud_rain_water_path, RRTMGP_mean_effective_radius_for_rain_drop, RRTMGP_cloud_snow_water_path, RRTMGP_mean_effective_radius_for_snow_flake, RRTMGP_cloud_optical_depth_layers_at_0_55mu_band, RRTMGP_cloud_optical_depth_layers_at_10mu_band, RRTMGP_lw_flux_profile_upward_allsky, RRTMGP_lw_flux_profile_downward_allsky, RRTMGP_lw_flux_profile_upward_clrsky, RRTMGP_lw_flux_profile_downward_clrsky, RRTMGP_sw_flux_profile_upward_allsky, RRTMGP_sw_flux_profile_downward_allsky, RRTMGP_sw_flux_profile_upward_clrsky, RRTMGP_sw_flux_profile_downward_clrsky, RRTMGP_lw_fluxes, RRTMGP_sw_fluxes, RRTMGP_aerosol_optical_properties_for_longwave_bands_01_16, RRTMGP_aerosol_optical_depth_for_longwave_bands_01_16, RRTMGP_aerosol_single_scattering_albedo_for_longwave_bands_01_16, RRTMGP_aerosol_asymmetry_parameter_for_longwave_bands_01_16, RRTMGP_aerosol_optical_properties_for_shortwave_bands_01_16, RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16, RRTMGP_aerosol_single_scattering_albedo_for_shortwave_bands_01_16, RRTMGP_aerosol_asymmetry_parameter_for_shortwave_bands_01_16, seed_random_numbers_lw_for_RRTMGP, seed_random_numbers_sw_for_RRTMGP, coefficients_for_sw_gas_optics, coefficients_for_sw_cloud_optics, shortwave_optical_properties_for_clear_sky, shortwave_optical_properties_for_cloudy_atmosphere_by_band, shortwave_optical_properties_for_cloudy_atmosphere, shortwave_optical_properties_for_aerosols, Gas_concentrations_for_RRTMGP_suite, longwave_source_function, coefficients_for_lw_gas_optics, coefficients_for_lw_cloud_optics, longwave_optical_properties_for_clear_sky, longwave_optical_properties_for_cloudy_atmosphere, longwave_optical_properties_for_cloudy_atmosphere_by_band, longwave_optical_properties_for_aerosols, surface_emissivity_in_each_RRTMGP_LW_band, secant_of_diffusivity_angle_each_RRTMGP_LW_band, surface_albedo_nearIR_direct, surface_albedo_nearIR_diffuse, surface_albedo_uvvis_dir, surface_albedo_uvvis_dif, toa_incident_lw_flux_by_spectral_point, toa_incident_sw_flux_by_spectral_point, list_of_active_gases_used_by_RRTMGP +DEBUG: Variables in derived type GFS_tbd_type: seed_random_numbers_sw, seed_random_numbers_lw, ozone_forcing, h2o_forcing, in_number_concentration, ccn_number_concentration, aerosol_number_concentration_from_gocart_aerosol_climatology, map_of_block_column_number_to_global_i_index, map_of_block_column_number_to_global_j_index, random_number_array, accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90, smallest_cloud_base_vertical_index_encountered_thus_far, largest_cloud_top_vertical_index_encountered_thus_far, tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step, tendency_of_lwe_thickness_of_precipitation_amount_for_coupling, tendency_of_lwe_thickness_of_snow_amount_for_coupling, cloud_base_mass_flux, surface_air_pressure_two_time_steps_back, surface_air_pressure_at_previous_time_step, surface_wind_enhancement_due_to_convection, air_temperature_two_time_steps_back, water_vapor_specific_humidity_two_time_steps_back, air_temperature_at_previous_time_step, water_vapor_specific_humidity_at_previous_time_step, convective_cloud_water_mixing_ratio_in_phy_f3d, convective_cloud_cover_in_phy_f3d, kinematic_buoyancy_flux_from_shoc, atmosphere_heat_diffusivity_from_shoc, subgrid_scale_cloud_fraction_from_shoc, cloud_fraction_for_MG, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, effective_radius_of_stratiform_cloud_graupel_particle_in_um, temperature_tendency_due_to_dynamics, moisture_tendency_due_to_dynamics, temperature_from_previous_timestep, moisture_from_previous_timestep, conv_activity_counter, subgrid_cloud_fraction_pbl, subgrid_cloud_mixing_ratio_pbl, mixing_length, stability_function_for_heat, tke_at_mass_points, t_prime_squared, q_prime_squared, t_prime_q_prime, surface_specific_humidity_for_MYJ_schemes, potential_temperature_at_viscous_sublayer_top, specific_humidity_at_viscous_sublayer_top, u_wind_component_at_viscous_sublayer_top, v_wind_component_at_viscous_sublayer_top, baseline_surface_roughness_length, heat_exchange_coefficient_for_MYJ_schemes, momentum_exchange_coefficient_for_MYJ_schemes, surface_layer_evaporation_switch, kinematic_surface_latent_heat_flux, weight_for_momentum_at_viscous_sublayer_top, weight_for_potental_temperature_at_viscous_sublayer_top, weight_for_specific_humidity_at_viscous_sublayer_top +DEBUG: Variables in derived type GFS_sfcprop_type: sea_land_ice_mask_real, sea_area_fraction, land_area_fraction, lake_area_fraction, surface_skin_temperature, sea_surface_temperature, surface_skin_temperature_over_land, sea_ice_temperature, surface_snow_thickness_water_equivalent, surface_roughness_length, surface_roughness_length_over_ocean, surface_roughness_length_over_land, sea_ice_concentration, statistical_measures_of_subgrid_orography, standard_deviation_of_subgrid_orography, surface_snow_area_fraction_over_land, upper_bound_on_max_albedo_over_deep_snow, mean_vis_albedo_with_weak_cosz_dependency, mean_nir_albedo_with_weak_cosz_dependency, surface_slope_classification_real, minimum_vegetation_area_fraction, maximum_vegetation_area_fraction, deep_soil_temperature, vegetation_area_fraction, vegetation_type_classification_real, soil_type_classification_real, surface_friction_velocity, orography, orography_unfiltered, gf_memory_counter, sea_ice_thickness, water_equivalent_accumulated_snow_depth, canopy_water_amount, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, ratio_of_wind_at_lowest_model_layer_and_wind_at_10m, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep, flag_for_precipitation_type, volume_fraction_of_unfrozen_soil_moisture, volume_fraction_of_soil_moisture, soil_temperature, temperature_at_2m, potential_temperature_at_2m, specific_humidity_at_2m, sea_surface_reference_temperature, sub_layer_cooling_thickness, coefficient_c_0, coefficient_c_d, coefficient_w_0, coefficient_w_d, diurnal_thermocline_layer_heat_content, sea_water_salinity, diurnal_thermocline_layer_x_current, diurnal_thermocline_layer_y_current, diurnal_thermocline_layer_thickness, ocean_mixed_layer_thickness, sensitivity_of_dtl_heat_content_to_surface_temperature, sensitivity_of_dtl_thickness_to_surface_temperature, free_convection_layer_thickness, index_of_dtlm_start, sub_layer_cooling_amount, sensible_heat_flux_due_to_rainfall, number_of_snow_layers, vegetation_temperature, ground_temperature_for_noahmp, canopy_intercepted_ice_mass, canopy_intercepted_liquid_water, canopy_air_vapor_pressure, canopy_air_temperature, surface_drag_coefficient_for_momentum_for_noahmp, surface_drag_coefficient_for_heat_and_moisture_for_noahmp, area_fraction_of_wet_canopy, snow_mass_at_previous_time_step, snow_albedo_at_previous_time_step, snow_precipitation_rate_at_surface, lake_water_storage, water_table_depth, water_storage_in_aquifer, water_storage_in_aquifer_and_saturated_soil, snow_temperature, layer_bottom_depth_from_snow_surface, snow_layer_ice, snow_layer_liquid_water, leaf_mass, fine_root_mass, stem_mass, wood_mass, slow_soil_pool_mass_content_of_carbon, fast_soil_pool_mass_content_of_carbon, leaf_area_index, stem_area_index, nondimensional_snow_age, equilibrium_soil_water_content, soil_water_content_between_soil_bottom_and_water_table, water_table_recharge_when_deep, water_table_recharge_when_shallow, normalized_soil_wetness_for_land_surface_model, volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model, volume_fraction_of_frozen_soil_moisture_for_land_surface_model, volume_fraction_of_soil_moisture_for_land_surface_model, soil_temperature_for_land_surface_model, depth_of_soil_levels_for_land_surface_model, cloud_condensed_water_mixing_ratio_at_surface, water_vapor_mixing_ratio_at_surface, surface_condensation_mass, flag_for_frozen_soil_physics, density_of_frozen_precipitation, snow_temperature_bottom_first_layer, total_accumulated_snowfall, accumulated_water_equivalent_of_frozen_precip, surface_friction_velocity_drag, surface_stability_parameter, theta_star, reciprocal_of_obukhov_length, surface_exchange_coefficient_for_heat, surface_exchange_coefficient_for_moisture, surface_exchange_coefficient_for_heat_at_2m, surface_exchange_coefficient_for_moisture_at_2m, surface_latent_heat, lwe_thickness_of_convective_precipitation_amount_from_previous_timestep, lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep, lwe_thickness_of_ice_amount_from_previous_timestep, lwe_thickness_of_snow_amount_from_previous_timestep, lwe_thickness_of_graupel_amount_from_previous_timestep, convective_precipitation_rate_from_previous_timestep, explicit_rainfall_rate_from_previous_timestep, ice_precipitation_rate_from_previous_timestep, snow_precipitation_rate_from_previous_timestep, graupel_precipitation_rate_from_previous_timestep, mean_vis_albedo_with_strong_cosz_dependency, mean_nir_albedo_with_strong_cosz_dependency, fractional_coverage_with_strong_cosz_dependency, fractional_coverage_with_weak_cosz_dependency +DEBUG: Variables in derived type GFS_coupling_type: surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_shortwave_flux_on_radiation_time_step, surface_net_downwelling_shortwave_flux_on_radiation_time_step, surface_downwelling_longwave_flux_on_radiation_time_step, lwe_thickness_of_precipitation_amount_for_coupling, lwe_thickness_of_convective_precipitation_amount_for_coupling, lwe_thickness_of_snow_amount_for_coupling, cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, instantaneous_surface_x_momentum_flux_for_coupling, instantaneous_surface_y_momentum_flux_for_coupling, instantaneous_surface_upward_sensible_heat_flux_for_coupling, instantaneous_surface_upward_latent_heat_flux_for_coupling, instantaneous_surface_downwelling_longwave_flux_for_coupling, instantaneous_surface_downwelling_shortwave_flux_for_coupling, instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_surface_net_downward_longwave_flux_for_coupling, instantaneous_surface_net_downward_shortwave_flux_for_coupling, instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_temperature_at_2m_for_coupling, instantaneous_specific_humidity_at_2m_for_coupling, instantaneous_x_wind_at_10m_for_coupling, instantaneous_y_wind_at_10m_for_coupling, instantaneous_surface_skin_temperature_for_coupling, instantaneous_surface_air_pressure_for_coupling, surface_upwelling_longwave_flux_for_coupling, surface_x_momentum_flux_for_coupling, surface_y_momentum_flux_for_coupling, surface_upward_sensible_heat_flux_for_coupling, surface_upward_latent_heat_flux_for_coupling, sea_land_ice_mask_in, fraction_of_cellular_automata_for_deep_convection, vertical_weight_for_ca, cellular_automata_global_pattern, physics_field_for_coupling, weights_for_stochastic_shum_perturbation, weights_for_stochastic_sppt_perturbation, weights_for_stochastic_skeb_perturbation_of_x_wind, weights_for_stochastic_skeb_perturbation_of_y_wind, weights_for_stochastic_surface_physics_perturbation, instantaneous_water_vapor_specific_humidity_tendency_due_to_convection, tendency_of_water_friendly_aerosols_at_surface, tendency_of_ice_friendly_aerosols_at_surface, instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling, instantaneous_atmosphere_heat_diffusivity +DEBUG: Variables in derived type GFS_statein_type: geopotential_at_interface, air_pressure_at_interface, dimensionless_exner_function_at_model_interfaces, dimensionless_exner_function_at_lowest_model_interface, geopotential, air_pressure, air_pressure_at_lowest_model_layer, dimensionless_exner_function_at_model_layers, dimensionless_exner_function_at_lowest_model_layer, surface_air_pressure, x_wind, x_wind_at_lowest_model_layer, y_wind, y_wind_at_lowest_model_layer, omega, air_temperature, air_temperature_at_lowest_model_layer, tracer_concentration, water_vapor_specific_humidity, water_vapor_specific_humidity_at_lowest_model_layer, cloud_condensed_water_mixing_ratio, cloud_condensed_water_mixing_ratio_at_lowest_model_layer, ice_water_mixing_ratio, rain_water_mixing_ratio, snow_water_mixing_ratio, graupel_mixing_ratio, ozone_mixing_ratio, water_friendly_aerosol_number_concentration, ice_friendly_aerosol_number_concentration, cloud_droplet_number_concentration, ice_number_concentration, rain_number_concentration, snow_number_concentration, graupel_number_concentration, turbulent_kinetic_energy, dissipation_estimate_of_air_temperature_at_model_layers +DEBUG: Variables in derived type GFS_cldprop_type: fraction_of_convective_cloud, pressure_at_top_of_convective_cloud, pressure_at_bottom_of_convective_cloud +DEBUG: Variables in derived type GFS_data_type: GFS_statein_type_instance, GFS_stateout_type_instance, GFS_sfcprop_type_instance, GFS_coupling_type_instance, GFS_grid_type_instance, GFS_tbd_type_instance, GFS_cldprop_type_instance, GFS_radtend_type_instance, GFS_diag_type_instance +DEBUG: Variables in derived type GFS_radtend_type: sw_fluxes_sfc, lw_fluxes_sfc, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, surface_diffused_shortwave_albedo, cosine_of_zenith_angle, daytime_mean_cosz_over_rad_call_period, surface_midlayer_air_temperature_in_longwave_radiation, surface_longwave_emissivity, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_for_idea +DEBUG: Variables in derived type GFS_grid_type: cell_area, cell_size, latitude, longitude, cosine_of_latitude, sine_of_latitude, latitude_degree +DEBUG: Variables in derived type GFS_stateout_type: x_wind_updated_by_physics, x_wind_at_lowest_model_layer_updated_by_physics, y_wind_updated_by_physics, y_wind_at_lowest_model_layer_updated_by_physics, air_temperature_updated_by_physics, air_temperature_at_lowest_model_layer_updated_by_physics, tracer_concentration_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics, ozone_concentration_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, mass_weighted_rime_factor_updated_by_physics, water_friendly_aerosol_number_concentration_updated_by_physics, ice_friendly_aerosol_number_concentration_updated_by_physics, cloud_droplet_number_concentration_updated_by_physics, ice_number_concentration_updated_by_physics, rain_number_concentration_updated_by_physics, snow_number_concentration_updated_by_physics, graupel_number_concentration_updated_by_physics, cloud_fraction_updated_by_physics +DEBUG: Variables in derived type GFS_init_type: +INFO: Parsed variable definition tables in module GFS_typedefs +DEBUG: Parsing file CCPP_data.F90 with registry OrderedDict([('CCPP_data', {})]) +DEBUG: Module name: CCPP_data +DEBUG: Module variables: ccpp_t_instance, CCPP_interstitial_type_instance, GFS_control_type_instance, GFS_data_type_instance, GFS_interstitial_type_instance, GFS_data_type_instance_all_blocks, GFS_interstitial_type_instance_all_threads +INFO: Parsed variable definition tables in module CCPP_data +DEBUG: Parsing file mo_gas_optics_rrtmgp.F90 with registry OrderedDict([('mo_gas_optics_rrtmgp', {'ty_gas_optics_rrtmgp': [42, 164]})]) +DEBUG: Module name: mo_gas_optics_rrtmgp +DEBUG: Module variables: ty_gas_optics_rrtmgp +DEBUG: Variables in derived type ty_gas_optics_rrtmgp: +INFO: Parsed variable definition tables in module mo_gas_optics_rrtmgp +DEBUG: Parsing file mo_gas_concentrations.F90 with registry OrderedDict([('mo_gas_concentrations', {'ty_gas_concs': [42, 71], 'conc_field': [36, 38]})]) +DEBUG: Module name: mo_gas_concentrations +DEBUG: Module variables: ty_gas_concs +DEBUG: Variables in derived type ty_gas_concs: +DEBUG: Variables in derived type conc_field: +INFO: Parsed variable definition tables in module mo_gas_concentrations +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_arry +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_1scl +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_2str +WARNING: Encountered closing statement "end type" without type name; assume type_name is ty_optical_props_nstr +DEBUG: Parsing file mo_optical_props.F90 with registry OrderedDict([('mo_optical_props', {'ty_optical_props_nstr': [175, 187], 'ty_optical_props_arry': [88, 104], 'ty_optical_props_1scl': [151, 160], 'ty_optical_props_2str': [162, 173], 'ty_optical_props': [53, 79]})]) +DEBUG: Module name: mo_optical_props +DEBUG: Module variables: ty_optical_props_1scl, ty_optical_props_2str, ty_optical_props_nstr +DEBUG: Variables in derived type ty_optical_props_nstr: +DEBUG: Variables in derived type ty_optical_props_arry: +DEBUG: Variables in derived type ty_optical_props_1scl: +DEBUG: Variables in derived type ty_optical_props_2str: +DEBUG: Variables in derived type ty_optical_props: +INFO: Parsed variable definition tables in module mo_optical_props +DEBUG: Parsing file mo_cloud_optics.F90 with registry OrderedDict([('mo_cloud_optics', {'ty_cloud_optics': [34, 79]})]) +DEBUG: Module name: mo_cloud_optics +DEBUG: Module variables: ty_cloud_optics +DEBUG: Variables in derived type ty_cloud_optics: +INFO: Parsed variable definition tables in module mo_cloud_optics +DEBUG: Parsing file mo_source_functions.F90 with registry OrderedDict([('mo_source_functions', {'ty_source_func_sw': [52, 63], 'ty_source_func_lw': [28, 47]})]) +DEBUG: Module name: mo_source_functions +DEBUG: Module variables: ty_source_func_lw +DEBUG: Variables in derived type ty_source_func_sw: +DEBUG: Variables in derived type ty_source_func_lw: +INFO: Parsed variable definition tables in module mo_source_functions +DEBUG: Parsing file ccpp_types.F90 with registry OrderedDict([('ccpp_types', {'ccpp_t': [41, 50]})]) +DEBUG: Module name: ccpp_types +DEBUG: Module variables: ccpp_t +DEBUG: Variables in derived type ccpp_t: ccpp_error_flag, ccpp_error_message, ccpp_loop_counter, ccpp_block_number, ccpp_thread_number +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 rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from rainmcadj to GFS_Interstitial(cdata%thrd_no)%rainmcadj +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +DEBUG: Updating local name of variable local_ice_number_concentration from ncpi to GFS_Interstitial(cdata%thrd_no)%ncpi +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +DEBUG: Updating local name of variable flag_nonzero_ocean_surface_fraction from ocean to GFS_Interstitial(cdata%thrd_no)%ocean +INFO: Converting local name facsf of variable fractional_coverage_with_strong_cosz_dependency from new to old metadata +DEBUG: Updating local name of variable fractional_coverage_with_strong_cosz_dependency from facsf to GFS_Data(cdata%blk_no)%Sfcprop%facsf +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +DEBUG: Updating local name of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from tprcp_ice to GFS_Interstitial(cdata%thrd_no)%tprcp_ice +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from du3dt(:,:,2) to GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,2) +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +DEBUG: Updating local name of variable mg_bergeron_efficiency_factor from mg_berg_eff_factor to GFS_Control%mg_berg_eff_factor +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +DEBUG: Updating local name of variable mean_effective_radius_for_liquid_cloud from clouds(:,:,3) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,3) +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +DEBUG: Updating local name of variable cloud_optical_depth_layers_at_10mu_band from cldtaulw to GFS_Interstitial(cdata%thrd_no)%cldtaulw +INFO: Converting local name gas_concentrations of variable Gas_concentrations_for_RRTMGP_suite from new to old metadata +DEBUG: Updating local name of variable Gas_concentrations_for_RRTMGP_suite from gas_concentrations to GFS_Interstitial(cdata%thrd_no)%gas_concentrations +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +DEBUG: Updating local name of variable surface_runoff_flux from runoff to GFS_Interstitial(cdata%thrd_no)%runoff +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +DEBUG: Updating local name of variable cloud_area_fraction_for_radiation from cldsa to GFS_Interstitial(cdata%thrd_no)%cldsa +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +DEBUG: Updating local name of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from totsnwb to GFS_Data(cdata%blk_no)%Intdiag%totsnwb +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +DEBUG: Updating local name of variable accumulated_lwe_thickness_of_snow_amount from totsnw to GFS_Data(cdata%blk_no)%Intdiag%totsnw +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +DEBUG: Updating local name of variable fraction_of_cloud_top_water_scavenged from fswtr to GFS_Interstitial(cdata%thrd_no)%fswtr +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from dqsfc_cpl to GFS_Data(cdata%blk_no)%Coupling%dqsfc_cpl +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 dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_model_physics from dtdt to GFS_Interstitial(cdata%thrd_no)%dtdt +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +DEBUG: Updating local name of variable y_wind_updated_by_physics from gv0 to GFS_Data(cdata%blk_no)%Stateout%gv0 +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +DEBUG: Updating local name of variable cumulative_atmosphere_detrainment_convective_mass_flux from det_mf to GFS_Data(cdata%blk_no)%Intdiag%det_mf +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +DEBUG: Updating local name of variable flag_for_surface_roughness_option_over_ocean from sfc_z0_type to GFS_Control%sfc_z0_type +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +DEBUG: Updating local name of variable vertical_index_at_cloud_base from kbot to GFS_Interstitial(cdata%thrd_no)%kbot +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable vertical_dimension_for_thickness_at_Lagrangian_surface from npzdelz to CCPP_interstitial%npzdelz +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +DEBUG: Updating local name of variable leaf_area_index from xlaixy to GFS_Data(cdata%blk_no)%Sfcprop%xlaixy +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +DEBUG: Updating local name of variable smallest_cloud_base_vertical_index_encountered_thus_far from acvb to GFS_Data(cdata%blk_no)%Tbd%acvb +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +DEBUG: Updating local name of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from tprcp_ocean to GFS_Interstitial(cdata%thrd_no)%tprcp_ocean +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable log_pressure_at_Lagrangian_surface from peln to CCPP_interstitial%peln +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +DEBUG: Updating local name of variable height_of_launch_level_of_orographic_gravity_wave from zogw to GFS_Interstitial(cdata%thrd_no)%zogw +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +DEBUG: Updating local name of variable flag_for_stochastic_shum_option from do_shum to GFS_Control%do_shum +INFO: Converting local name toa_src_sw of variable toa_incident_sw_flux_by_spectral_point from new to old metadata +DEBUG: Updating local name of variable toa_incident_sw_flux_by_spectral_point from toa_src_sw to GFS_Interstitial(cdata%thrd_no)%toa_src_sw +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +DEBUG: Updating local name of variable layer_pressure_thickness_for_radiation from delr to GFS_Interstitial(cdata%thrd_no)%delr +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +DEBUG: Updating local name of variable local_graupel_number_concentration from ncgl to GFS_Interstitial(cdata%thrd_no)%ncgl +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +DEBUG: Updating local name of variable vertical_dimension_minus_one from levsm1 to GFS_Control%levsm1 +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable cloud_fraction_at_Lagrangian_surface from qc to CCPP_interstitial%qc +INFO: Converting local name oro of variable orography from new to old metadata +DEBUG: Updating local name of variable orography from oro to GFS_Data(cdata%blk_no)%Sfcprop%oro +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +DEBUG: Updating local name of variable sw_fluxes_top_atmosphere from topfsw to GFS_Data(cdata%blk_no)%Intdiag%topfsw +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +DEBUG: Updating local name of variable surface_drag_coefficient_for_heat_and_moisture_in_air from cdq to GFS_Interstitial(cdata%thrd_no)%cdq +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +DEBUG: Updating local name of variable kinematic_surface_upward_latent_heat_flux_over_ocean from evap_ocean to GFS_Interstitial(cdata%thrd_no)%evap_ocean +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +DEBUG: Updating local name of variable cloud_condensed_water_mixing_ratio_at_surface from clw_surf to GFS_Data(cdata%blk_no)%Sfcprop%clw_surf +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +DEBUG: Updating local name of variable model_layer_number_at_cloud_base from mbota to GFS_Interstitial(cdata%thrd_no)%mbota +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +DEBUG: Updating local name of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from ncnvw to GFS_Control%ncnvw +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +DEBUG: Updating local name of variable detrainment_conversion_parameter_shallow_convection from c1_shal to GFS_Control%c1_shal +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +DEBUG: Updating local name of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from v10max to GFS_Data(cdata%blk_no)%Intdiag%v10max +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable instantaneous_y_stress_due_to_gravity_wave_drag from dvsfcg to GFS_Interstitial(cdata%thrd_no)%dvsfcg +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_longwave_emissivity_over_ocean_interstitial from semis_ocean to GFS_Interstitial(cdata%thrd_no)%semis_ocean +INFO: Converting local name condition of variable physics_field_for_coupling from new to old metadata +DEBUG: Updating local name of variable physics_field_for_coupling from condition to GFS_Data(cdata%blk_no)%Coupling%condition +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +DEBUG: Updating local name of variable mpi_size from ntasks to GFS_Control%ntasks +INFO: Converting local name hlwb of variable RRTMGP_lw_heating_rate_spectral from new to old metadata +DEBUG: Updating local name of variable RRTMGP_lw_heating_rate_spectral from hlwb to GFS_Interstitial(cdata%thrd_no)%hlwb +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 +DEBUG: Updating local name of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from nnirbm_cpl to GFS_Data(cdata%blk_no)%Coupling%nnirbm_cpl +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +DEBUG: Updating local name of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from tau_mtb to GFS_Interstitial(cdata%thrd_no)%tau_mtb +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 +DEBUG: Updating local name of variable index_for_liquid_cloud_condensate from ntcw to GFS_Control%ntcw +DEBUG: Updating local name of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from dqdt(:,:,index_for_liquid_cloud_condensate) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntcw) +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +DEBUG: Updating local name of variable number_of_statistical_measures_of_subgrid_orography from nmtvr to GFS_Control%nmtvr +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +DEBUG: Updating local name of variable snow_precipitation_rate_at_surface from qsnowxy to GFS_Data(cdata%blk_no)%Sfcprop%qsnowxy +INFO: Converting local name cld_swp of variable RRTMGP_cloud_snow_water_path from new to old metadata +DEBUG: Updating local name of variable RRTMGP_cloud_snow_water_path from cld_swp to GFS_Interstitial(cdata%thrd_no)%cld_swp +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +DEBUG: Updating local name of variable fast_soil_pool_mass_content_of_carbon from fastcpxy to GFS_Data(cdata%blk_no)%Sfcprop%fastcpxy +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 +DEBUG: Variable index_for_liquid_cloud_condensate was in old metadata format and has already been converted +DEBUG: Updating local name of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from qgrs(:,1,index_for_liquid_cloud_condensate) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,1,GFS_Control%ntcw) +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +DEBUG: Updating local name of variable sea_surface_temperature from tsfco to GFS_Data(cdata%blk_no)%Sfcprop%tsfco +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +DEBUG: Updating local name of variable mean_effective_radius_for_rain_drop from clouds(:,:,7) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,7) +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from dlwsfc_cpl to GFS_Data(cdata%blk_no)%Coupling%dlwsfc_cpl +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_longwave_flux_on_radiation_time_step from sfcdlw to GFS_Data(cdata%blk_no)%Coupling%sfcdlw +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +DEBUG: Updating local name of variable index_for_ice_cloud_condensate from ntiw to GFS_Control%ntiw +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +DEBUG: Updating local name of variable mixing_length_flag from bl_mynn_mixlength to GFS_Control%bl_mynn_mixlength +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable aerosol_optical_depth_for_longwave_bands_01_16 from faerlw(:,:,:,1) to GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,1) +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +DEBUG: Updating local name of variable surface_exchange_coefficient_for_moisture from flqc to GFS_Data(cdata%blk_no)%Sfcprop%flqc +INFO: Converting local name slag of variable equation_of_time from new to old metadata +DEBUG: Updating local name of variable equation_of_time from slag to GFS_Control%slag +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +DEBUG: Updating local name of variable surface_roughness_length from zorl to GFS_Data(cdata%blk_no)%Sfcprop%zorl +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_longwave_flux_for_coupling from ulwsfcin_cpl to GFS_Data(cdata%blk_no)%Coupling%ulwsfcin_cpl +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +DEBUG: Updating local name of variable do_ugwp from do_ugwp to GFS_Control%do_ugwp +INFO: Converting local name rrtmgp_nGptsLW of variable number_of_lw_spectral_points_rrtmgp from new to old metadata +DEBUG: Updating local name of variable number_of_lw_spectral_points_rrtmgp from rrtmgp_nGptsLW to GFS_Control%rrtmgp_nGptsLW +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +DEBUG: Updating local name of variable vertical_index_difference_between_layer_and_lower_bound from kb to GFS_Interstitial(cdata%thrd_no)%kb +INFO: Converting local name aerosolslw of variable RRTMGP_aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable RRTMGP_aerosol_optical_properties_for_longwave_bands_01_16 from aerosolslw to GFS_Interstitial(cdata%thrd_no)%aerosolslw +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +DEBUG: Updating local name of variable integrated_x_momentum_flux_from_form_drag from dusfc_fd to GFS_Data(cdata%blk_no)%Intdiag%dusfc_fd +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +DEBUG: Updating local name of variable GFS_coupling_type_instance from Coupling to GFS_Data(cdata%blk_no)%Coupling +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_sas_deep_convection_scheme from imfdeepcnv_sas to GFS_Control%imfdeepcnv_sas +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +DEBUG: Updating local name of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from tau_tofd to GFS_Data(cdata%blk_no)%Intdiag%tau_tofd +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +DEBUG: Updating local name of variable air_temperature_at_lowest_model_layer_updated_by_physics from gt0(:,1) to GFS_Data(cdata%blk_no)%Stateout%gt0(:,1) +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +DEBUG: Updating local name of variable q_prime_squared from qsq to GFS_Data(cdata%blk_no)%Tbd%qsq +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +DEBUG: Updating local name of variable cloud_ice_water_path from clouds(:,:,4) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,4) +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +DEBUG: Updating local name of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from refdmax to GFS_Data(cdata%blk_no)%Intdiag%refdmax +INFO: Converting local name flxprf_sw of variable RRTMGP_sw_fluxes from new to old metadata +DEBUG: Updating local name of variable RRTMGP_sw_fluxes from flxprf_sw to GFS_Interstitial(cdata%thrd_no)%flxprf_sw +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +DEBUG: Updating local name of variable integrated_y_momentum_flux_from_large_scale_gwd from dvsfc_ls to GFS_Data(cdata%blk_no)%Intdiag%dvsfc_ls +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 +DEBUG: Updating local name of variable ccpp_thread_number from thrd_no to cdata%thrd_no +DEBUG: Updating local name of variable GFS_interstitial_type_instance from GFS_Interstitial(ccpp_thread_number) to GFS_Interstitial(cdata%thrd_no) +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 +DEBUG: Updating local name of variable index_for_cloud_liquid_water_effective_radius from nleffr to GFS_Control%nleffr +DEBUG: Updating local name of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nleffr) +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_x_wind_at_10m_for_coupling from u10mi_cpl to GFS_Data(cdata%blk_no)%Coupling%u10mi_cpl +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from lwhc to GFS_Data(cdata%blk_no)%Radtend%lwhc +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +DEBUG: Updating local name of variable angle_from_east_of_maximum_subgrid_orographic_variations from theta to GFS_Interstitial(cdata%thrd_no)%theta +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +DEBUG: Updating local name of variable magnitude_of_perturbation_of_vegetation_fraction from pertvegf to GFS_Control%pertvegf +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +DEBUG: Updating local name of variable surface_snow_thickness_water_equivalent_over_land from snowd_land to GFS_Interstitial(cdata%thrd_no)%snowd_land +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable atmosphere_energy_content_at_Lagrangian_surface from te0 to CCPP_interstitial%te0 +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +DEBUG: Updating local name of variable ratio_of_snowfall_to_rainfall from sr to GFS_Data(cdata%blk_no)%Intdiag%sr +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable multiplication_factors_for_convective_gravity_wave_drag from cgwf to GFS_Control%cgwf +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +DEBUG: Updating local name of variable flag_for_precipitation_partition_option from iopt_snf to GFS_Control%iopt_snf +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +DEBUG: Updating local name of variable volume_mixing_ratio_cfc11 from gasvmr(:,:,6) to GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,6) +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +DEBUG: Updating local name of variable layer_thickness_for_radiation from dzlyr to GFS_Interstitial(cdata%thrd_no)%dzlyr +INFO: Converting local name ty_cloud_optics of variable ty_cloud_optics from new to old metadata +DEBUG: Variable index_for_liquid_cloud_condensate was in old metadata format and has already been converted +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from nnirdfi_cpl to GFS_Data(cdata%blk_no)%Coupling%nnirdfi_cpl +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +DEBUG: Variable index_for_ice_cloud_condensate was in old metadata format and has already been converted +DEBUG: Updating local name of variable ice_water_mixing_ratio_updated_by_physics from gq0(:,:,index_for_ice_cloud_condensate) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from gwdcv to GFS_Interstitial(cdata%thrd_no)%gwdcv +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +DEBUG: Updating local name of variable upward_heat_flux_in_soil_over_ice from gflx_ice to GFS_Interstitial(cdata%thrd_no)%gflx_ice +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from gwdcu to GFS_Interstitial(cdata%thrd_no)%gwdcu +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +DEBUG: Updating local name of variable time_step_for_physics from dtp to GFS_Control%dtp +INFO: Converting local name ty_optical_props_2str of variable ty_optical_props_2str from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +DEBUG: Updating local name of variable seed_random_numbers_lw from icsdlw to GFS_Data(cdata%blk_no)%Tbd%icsdlw +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +DEBUG: Updating local name of variable number_of_water_tracers from tracers_water to GFS_Interstitial(cdata%thrd_no)%tracers_water +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from adjvisdfu to GFS_Interstitial(cdata%thrd_no)%adjvisdfu +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +DEBUG: Updating local name of variable index_of_highest_temperature_inversion from kinver to GFS_Interstitial(cdata%thrd_no)%kinver +INFO: Converting local name logunit of variable iounit_log from new to old metadata +DEBUG: Updating local name of variable iounit_log from logunit to GFS_Control%logunit +INFO: Converting local name lw_optical_props_cloudsByBand of variable longwave_optical_properties_for_cloudy_atmosphere_by_band from new to old metadata +DEBUG: Updating local name of variable longwave_optical_properties_for_cloudy_atmosphere_by_band from lw_optical_props_cloudsByBand to GFS_Interstitial(cdata%thrd_no)%lw_optical_props_cloudsByBand +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +DEBUG: Updating local name of variable flag_for_fractional_grid from frac_grid to GFS_Control%frac_grid +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +DEBUG: Updating local name of variable ocean_mixed_layer_thickness from zm to GFS_Data(cdata%blk_no)%Sfcprop%zm +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +DEBUG: Updating local name of variable reciprocal_of_obukhov_length from rmol to GFS_Data(cdata%blk_no)%Sfcprop%rmol +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +DEBUG: Updating local name of variable kinematic_surface_upward_sensible_heat_flux_over_land from hflx_land to GFS_Interstitial(cdata%thrd_no)%hflx_land +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +DEBUG: Updating local name of variable convective_transportable_tracers from clw to GFS_Interstitial(cdata%thrd_no)%clw +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +DEBUG: Updating local name of variable flag_for_stochastic_surface_physics_perturbations from do_sppt to GFS_Control%do_sppt +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_skin_temperature_over_land_interstitial from tsfc_land to GFS_Interstitial(cdata%thrd_no)%tsfc_land +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +DEBUG: Updating local name of variable rain_conversion_parameter_deep_convection from c0s_deep to GFS_Control%c0s_deep +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +DEBUG: Updating local name of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from sh2o to GFS_Data(cdata%blk_no)%Sfcprop%sh2o +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +DEBUG: Updating local name of variable gwd_opt from gwd_opt to GFS_Control%gwd_opt +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +DEBUG: Updating local name of variable flag_for_wave_coupling from cplwav to GFS_Control%cplwav +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable cloud_snow_mixing_ratio from qs_r to GFS_Interstitial(cdata%thrd_no)%qs_r +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +DEBUG: Updating local name of variable flag_for_precipitation_type_algorithm from cal_pre to GFS_Control%cal_pre +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_net_downwelling_shortwave_flux from nswsfci to GFS_Data(cdata%blk_no)%Intdiag%nswsfci +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +DEBUG: Updating local name of variable GFS_sfcprop_type_instance from Sfcprop to GFS_Data(cdata%blk_no)%Sfcprop +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +DEBUG: Updating local name of variable lake_water_storage from wslakexy to GFS_Data(cdata%blk_no)%Sfcprop%wslakexy +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +DEBUG: Updating local name of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from lsnow_lsm_lbound to GFS_Control%lsnow_lsm_lbound +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +DEBUG: Updating local name of variable sea_land_ice_mask_real from slmsk to GFS_Data(cdata%blk_no)%Sfcprop%slmsk +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +DEBUG: Updating local name of variable number_concentration_of_ice_crystals_for_detrainment from cnv_nice to GFS_Interstitial(cdata%thrd_no)%cnv_nice +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +DEBUG: Updating local name of variable geopotential_at_interface from phii to GFS_Data(cdata%blk_no)%Statein%phii +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +DEBUG: Updating local name of variable dimensionless_exner_function_at_lowest_model_interface from prsik(:,1) to GFS_Data(cdata%blk_no)%Statein%prsik(:,1) +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_y_momentum_flux_for_coupling from dvsfci_cpl to GFS_Data(cdata%blk_no)%Coupling%dvsfci_cpl +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +DEBUG: Updating local name of variable flag_for_output_of_longwave_heating_rate from lwhtr to GFS_Control%lwhtr +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +DEBUG: Updating local name of variable convective_updraft_area_fraction_at_model_interfaces from sigmatot to GFS_Interstitial(cdata%thrd_no)%sigmatot +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +DEBUG: Updating local name of variable soil_temperature_for_land_surface_model from tslb to GFS_Data(cdata%blk_no)%Sfcprop%tslb +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_shortwave_flux_on_radiation_time_step from sfcdsw to GFS_Data(cdata%blk_no)%Coupling%sfcdsw +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +DEBUG: Updating local name of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from chh to GFS_Data(cdata%blk_no)%Intdiag%chh +INFO: Converting local name ty_optical_props_nstr of variable ty_optical_props_nstr from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +DEBUG: Updating local name of variable water_table_recharge_when_deep from deeprechxy to GFS_Data(cdata%blk_no)%Sfcprop%deeprechxy +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_sas_shallow_convection_scheme from imfshalcnv_sas to GFS_Control%imfshalcnv_sas +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +DEBUG: Updating local name of variable air_temperature_at_previous_time_step from phy_f3d(:,:,3) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,3) +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +DEBUG: Updating local name of variable surface_skin_temperature_after_iteration from tsurf to GFS_Interstitial(cdata%thrd_no)%tsurf +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_momentum_over_land from ffmm_land to GFS_Interstitial(cdata%thrd_no)%ffmm_land +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +DEBUG: Updating local name of variable flag_for_cloud_effective_radii from effr_in to GFS_Control%effr_in +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +DEBUG: Updating local name of variable fraction_of_ice_water_cloud from f_ice to GFS_Interstitial(cdata%thrd_no)%f_ice +INFO: Converting local name icseed_lw of variable seed_random_numbers_lw_for_RRTMGP from new to old metadata +DEBUG: Updating local name of variable seed_random_numbers_lw_for_RRTMGP from icseed_lw to GFS_Interstitial(cdata%thrd_no)%icseed_lw +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +DEBUG: Updating local name of variable surface_snow_thickness_water_equivalent_over_ocean from snowd_ocean to GFS_Interstitial(cdata%thrd_no)%snowd_ocean +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +DEBUG: Updating local name of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from tprcp to GFS_Data(cdata%blk_no)%Sfcprop%tprcp +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from fm10_ocean to GFS_Interstitial(cdata%thrd_no)%fm10_ocean +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +DEBUG: Updating local name of variable updraft_velocity_tunable_parameter_1_CS from cs_parm(1) to GFS_Control%cs_parm(1) +INFO: Converting local name fluxlwUP_clrsky of variable RRTMGP_lw_flux_profile_upward_clrsky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_lw_flux_profile_upward_clrsky from fluxlwUP_clrsky to GFS_Interstitial(cdata%thrd_no)%fluxlwUP_clrsky +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +DEBUG: Updating local name of variable x_wind_at_lowest_model_layer_updated_by_physics from gu0(:,1) to GFS_Data(cdata%blk_no)%Stateout%gu0(:,1) +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +DEBUG: Updating local name of variable flag_for_inline_cloud_fraction_calculation from do_qa to CCPP_interstitial%do_qa +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +DEBUG: Updating local name of variable air_pressure_difference_between_midlayers from del to GFS_Interstitial(cdata%thrd_no)%del +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_skin_temperature_for_coupling from tsfci_cpl to GFS_Data(cdata%blk_no)%Coupling%tsfci_cpl +INFO: Converting local name fluxlwDOWN_allsky of variable RRTMGP_lw_flux_profile_downward_allsky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_lw_flux_profile_downward_allsky from fluxlwDOWN_allsky to GFS_Interstitial(cdata%thrd_no)%fluxlwDOWN_allsky +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +DEBUG: Updating local name of variable emdf_updraft_theta_l from edmf_thl to GFS_Data(cdata%blk_no)%Intdiag%edmf_thl +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +DEBUG: Updating local name of variable subgrid_cloud_fraction_pbl from CLDFRA_BL to GFS_Data(cdata%blk_no)%Tbd%CLDFRA_BL +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +DEBUG: Updating local name of variable ice_water_mixing_ratio_convective_transport_tracer from clw(:,:,1) to GFS_Interstitial(cdata%thrd_no)%clw(:,:,1) +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 +DEBUG: Updating local name of variable index_for_water_vapor from ntqv to GFS_Control%ntqv +DEBUG: Updating local name of variable water_vapor_specific_humidity_at_lowest_model_layer from qgrs(:,1,index_for_water_vapor) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,1,GFS_Control%ntqv) +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +DEBUG: Updating local name of variable maximum_specific_humidity_at_2m from spfhmax to GFS_Data(cdata%blk_no)%Intdiag%spfhmax +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +DEBUG: Updating local name of variable weights_for_stochastic_skeb_perturbation_of_x_wind from skebu_wts to GFS_Data(cdata%blk_no)%Coupling%skebu_wts +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +DEBUG: Updating local name of variable flag_for_sgs_cellular_automata from ca_sgs to GFS_Control%ca_sgs +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +DEBUG: Variable index_for_liquid_cloud_condensate was in old metadata format and has already been converted +DEBUG: Updating local name of variable cloud_condensed_water_mixing_ratio from qgrs(:,:,index_for_liquid_cloud_condensate) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntcw) +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +DEBUG: Updating local name of variable y_momentum_tendency_from_large_scale_gwd from dtauy2d_ls to GFS_Data(cdata%blk_no)%Intdiag%dtauy2d_ls +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +DEBUG: Updating local name of variable emdf_updraft_total_water from edmf_qt to GFS_Data(cdata%blk_no)%Intdiag%edmf_qt +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +DEBUG: Updating local name of variable mean_nir_albedo_with_weak_cosz_dependency from alnwf to GFS_Data(cdata%blk_no)%Sfcprop%alnwf +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from fh2_ice to GFS_Interstitial(cdata%thrd_no)%fh2_ice +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +DEBUG: Updating local name of variable flag_to_calc_lw from lslwr to GFS_Control%lslwr +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +DEBUG: Updating local name of variable soil_moisture_content from soilm to GFS_Data(cdata%blk_no)%Intdiag%soilm +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +DEBUG: Updating local name of variable atmosphere_momentum_diffusivity_for_mynnpbl from exch_m to GFS_Data(cdata%blk_no)%Intdiag%exch_m +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +DEBUG: Updating local name of variable statistical_measures_of_subgrid_orography from hprime to GFS_Data(cdata%blk_no)%Sfcprop%hprime +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +DEBUG: Updating local name of variable flag_for_aerosol_physics from ltaerosol to GFS_Control%ltaerosol +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +DEBUG: Updating local name of variable eddy_mixing_due_to_ugwp from gw_kdis to GFS_Interstitial(cdata%thrd_no)%gw_kdis +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable cloud_ice_specific_humidity_at_Lagrangian_surface from qi to CCPP_interstitial%qi +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_ntiedtke_shallow_convection_scheme from imfshalcnv_gf to GFS_Control%imfshalcnv_gf +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +DEBUG: Updating local name of variable tke_at_mass_points from qke to GFS_Data(cdata%blk_no)%Tbd%qke +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +DEBUG: Updating local name of variable flag_diagnostics_3D from ldiag3d to GFS_Control%ldiag3d +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +DEBUG: Updating local name of variable rime_factor from f_rimef to GFS_Interstitial(cdata%thrd_no)%f_rimef +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 fice of variable sea_ice_concentration from new to old metadata +DEBUG: Updating local name of variable sea_ice_concentration from fice to GFS_Data(cdata%blk_no)%Sfcprop%fice +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_longwave_flux_over_land_interstitial from adjsfculw_land to GFS_Interstitial(cdata%thrd_no)%adjsfculw_land +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat from ffhh to GFS_Data(cdata%blk_no)%Sfcprop%ffhh +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 cld_reliq of variable RRTMGP_mean_effective_radius_for_liquid_cloud from new to old metadata +DEBUG: Updating local name of variable RRTMGP_mean_effective_radius_for_liquid_cloud from cld_reliq to GFS_Interstitial(cdata%thrd_no)%cld_reliq +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +DEBUG: Updating local name of variable index_for_graupel from ntgl to GFS_Control%ntgl +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +DEBUG: Updating local name of variable maximum_y_wind_at_10m from v10mmax to GFS_Data(cdata%blk_no)%Intdiag%v10mmax +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +DEBUG: Updating local name of variable index_for_rain_water from ntrw to GFS_Control%ntrw +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable surface_y_momentum_flux_for_coupling from dvsfcin_cpl to GFS_Data(cdata%blk_no)%Coupling%dvsfcin_cpl +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +DEBUG: Updating local name of variable momentum_exchange_coefficient_for_MYJ_schemes from phy_myj_akms to GFS_Data(cdata%blk_no)%Tbd%phy_myj_akms +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +DEBUG: Updating local name of variable number_of_aerosol_bands_for_longwave_radiation from nbdlw to GFS_Interstitial(cdata%thrd_no)%nbdlw +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +DEBUG: Updating local name of variable surface_layer_evaporation_switch from phy_myj_chkqlm to GFS_Data(cdata%blk_no)%Tbd%phy_myj_chkqlm +INFO: Converting local name aerosolssw(:,:,:,2) of variable RRTMGP_aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable RRTMGP_aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from aerosolssw(:,:,:,2) to GFS_Interstitial(cdata%thrd_no)%aerosolssw(:,:,:,2) +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +DEBUG: Updating local name of variable index_for_diagnostic_printout from ipt to GFS_Control%ipt +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +DEBUG: Updating local name of variable entrainment_rate_coefficient_shallow_convection from clam_shal to GFS_Control%clam_shal +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +DEBUG: Updating local name of variable number_of_coefficients_in_ozone_forcing_data from oz_coeff to GFS_Interstitial(cdata%thrd_no)%oz_coeff +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_wsm6_microphysics_scheme from imp_physics_wsm6 to GFS_Control%imp_physics_wsm6 +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 +DEBUG: Updating local name of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from nnirdf_cpl to GFS_Data(cdata%blk_no)%Coupling%nnirdf_cpl +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +DEBUG: Updating local name of variable surface_skin_temperature_after_iteration_over_ice from tsurf_ice to GFS_Interstitial(cdata%thrd_no)%tsurf_ice +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from rainc_cpl to GFS_Data(cdata%blk_no)%Coupling%rainc_cpl +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +DEBUG: Updating local name of variable snow_temperature_bottom_first_layer from tsnow to GFS_Data(cdata%blk_no)%Sfcprop%tsnow +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +DEBUG: Updating local name of variable convective_cloud_fraction_for_microphysics from cf_upi to GFS_Interstitial(cdata%thrd_no)%cf_upi +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable cappa_moist_gas_constant_at_Lagrangian_surface from cappa to CCPP_interstitial%cappa +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +DEBUG: Updating local name of variable index_for_cloud_amount from ntclamt to GFS_Control%ntclamt +INFO: Converting local name icseed_sw of variable seed_random_numbers_sw_for_RRTMGP from new to old metadata +DEBUG: Updating local name of variable seed_random_numbers_sw_for_RRTMGP from icseed_sw to GFS_Interstitial(cdata%thrd_no)%icseed_sw +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +DEBUG: Updating local name of variable flag_for_flux_coupling from cplflx to GFS_Control%cplflx +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +DEBUG: Updating local name of variable temperature_tendency_due_to_dynamics from forcet to GFS_Data(cdata%blk_no)%Tbd%forcet +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +DEBUG: Updating local name of variable sea_land_ice_mask_in from slimskin_cpl to GFS_Data(cdata%blk_no)%Coupling%slimskin_cpl +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +DEBUG: Updating local name of variable water_vapor_mixing_ratio_at_surface from qwv_surf to GFS_Data(cdata%blk_no)%Sfcprop%qwv_surf +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +DEBUG: Updating local name of variable tendency_of_y_wind_due_to_ugwp from gw_dvdt to GFS_Interstitial(cdata%thrd_no)%gw_dvdt +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +DEBUG: Updating local name of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from spd10max to GFS_Data(cdata%blk_no)%Intdiag%spd10max +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +DEBUG: Updating local name of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from tprcp_land to GFS_Interstitial(cdata%thrd_no)%tprcp_land +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_x_wind_due_to_PBL from du3dt(:,:,1) to GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +DEBUG: Updating local name of variable number_of_vertical_diffusion_tracers from nvdiff to GFS_Interstitial(cdata%thrd_no)%nvdiff +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +DEBUG: Updating local name of variable flag_TKE_dissipation_heating from dspheat to GFS_Control%dspheat +INFO: Converting local name aerosolssw of variable RRTMGP_aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable RRTMGP_aerosol_optical_properties_for_shortwave_bands_01_16 from aerosolssw to GFS_Interstitial(cdata%thrd_no)%aerosolssw +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +DEBUG: Updating local name of variable number_of_chemical_tracers from ntchm to GFS_Control%ntchm +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +DEBUG: Updating local name of variable top_layer_index_for_fast_physics from kmp to CCPP_interstitial%kmp +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +DEBUG: Updating local name of variable magnitude_of_perturbation_of_leaf_area_index from pertlai to GFS_Control%pertlai +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +DEBUG: Updating local name of variable mg_drop_concentration_constant from mg_ncnst to GFS_Control%mg_ncnst +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +DEBUG: Variable index_for_graupel was in old metadata format and has already been converted +DEBUG: Updating local name of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from dqdt(:,:,index_for_graupel) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntgl) +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +DEBUG: Updating local name of variable largest_cloud_top_vertical_index_encountered_thus_far from acvt to GFS_Data(cdata%blk_no)%Tbd%acvt +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from dq3dt(:,:,9) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,9) +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 nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +DEBUG: Updating local name of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from nscfshoc to GFS_Control%nscfshoc +DEBUG: Updating local name of variable subgrid_scale_cloud_fraction_from_shoc from phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nscfshoc) +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from gabsbdlw_ocean to GFS_Interstitial(cdata%thrd_no)%gabsbdlw_ocean +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +DEBUG: Updating local name of variable flag_shallow_convective_cloud from shcnvcw to GFS_Control%shcnvcw +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from htrsw to GFS_Data(cdata%blk_no)%Radtend%htrsw +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +DEBUG: Updating local name of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from tau_mtb to GFS_Data(cdata%blk_no)%Intdiag%tau_mtb +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 +DEBUG: Updating local name of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from nkbfshoc to GFS_Control%nkbfshoc +DEBUG: Updating local name of variable kinematic_buoyancy_flux_from_shoc from phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nkbfshoc) +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from dtsfci_cpl to GFS_Data(cdata%blk_no)%Coupling%dtsfci_cpl +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +DEBUG: Updating local name of variable convective_cloud_switch from clstp to GFS_Control%clstp +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +DEBUG: Updating local name of variable flag_nonzero_sea_ice_surface_fraction from icy to GFS_Interstitial(cdata%thrd_no)%icy +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable aerosol_optical_properties_for_shortwave_bands_01_16 from faersw to GFS_Interstitial(cdata%thrd_no)%faersw +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +DEBUG: Updating local name of variable surface_upward_potential_latent_heat_flux_over_ice from ep1d_ice to GFS_Interstitial(cdata%thrd_no)%ep1d_ice +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +DEBUG: Updating local name of variable couple_sgs_clouds_to_radiation_flag from icloud_bl to GFS_Control%icloud_bl +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 nseffr of variable index_for_snow_effective_radius from new to old metadata +DEBUG: Updating local name of variable index_for_snow_effective_radius from nseffr to GFS_Control%nseffr +DEBUG: Updating local name of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from phy_f3d(:,:,index_for_snow_effective_radius) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nseffr) +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +DEBUG: Updating local name of variable flag_for_lower_boundary_soil_temperature_option from iopt_tbot to GFS_Control%iopt_tbot +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +DEBUG: Updating local name of variable surface_albedo_due_to_UV_and_VIS_direct from sfcalb(:,3) to GFS_Interstitial(cdata%thrd_no)%sfcalb(:,3) +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +DEBUG: Updating local name of variable flag_for_Arakawa_Wu_adjustment from do_aw to GFS_Control%do_aw +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +DEBUG: Updating local name of variable turb_oro_form_drag_flag from do_tofd to GFS_Control%do_tofd +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable cloud_ice_mixing_ratio from qi_r to GFS_Interstitial(cdata%thrd_no)%qi_r +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +DEBUG: Updating local name of variable instantaneous_atmosphere_downdraft_convective_mass_flux from dd_mf to GFS_Interstitial(cdata%thrd_no)%dd_mf +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from ushfsfci to GFS_Data(cdata%blk_no)%Coupling%ushfsfci +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_gfdl_microphysics_scheme from imp_physics_gfdl to GFS_Control%imp_physics_gfdl +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +DEBUG: Updating local name of variable flag_for_chemistry_coupling from cplchm to GFS_Control%cplchm +DEBUG: Variable index_for_cloud_liquid_water_effective_radius was in old metadata format and has already been converted +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_roughness_length_over_ice_interstitial from zorl_ice to GFS_Interstitial(cdata%thrd_no)%zorl_ice +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 +DEBUG: Variable index_for_ice_cloud_condensate was in old metadata format and has already been converted +DEBUG: Updating local name of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from dqdt(:,:,index_for_ice_cloud_condensate) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntiw) +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from snow to GFS_Data(cdata%blk_no)%Intdiag%snow +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +DEBUG: Updating local name of variable cellular_automata_finer_grid from ncells to GFS_Control%ncells +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +DEBUG: Updating local name of variable index_for_ice_effective_radius from nieffr to GFS_Control%nieffr +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +DEBUG: Updating local name of variable orography_unfiltered from oro_uf to GFS_Data(cdata%blk_no)%Sfcprop%oro_uf +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +DEBUG: Updating local name of variable surface_stability_parameter from zol to GFS_Data(cdata%blk_no)%Sfcprop%zol +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 +DEBUG: Updating local name of variable starting_x_direction_index_domain from isd to CCPP_interstitial%isd +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from mg_qcmin to GFS_Control%mg_qcmin +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +DEBUG: Updating local name of variable k_level_of_highest_reaching_plume from ktop_shallow to GFS_Data(cdata%blk_no)%Intdiag%ktop_shallow +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels from htlw0 to GFS_Interstitial(cdata%thrd_no)%htlw0 +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +DEBUG: Updating local name of variable ozone_concentration_at_layer_for_radiation from olyr to GFS_Interstitial(cdata%thrd_no)%olyr +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +DEBUG: Updating local name of variable GFS_radtend_type_instance from Radtend to GFS_Data(cdata%blk_no)%Radtend +INFO: Converting local name ipsdlw0 of variable initial_permutation_seed_lw from new to old metadata +DEBUG: Updating local name of variable initial_permutation_seed_lw from ipsdlw0 to GFS_Interstitial(cdata%thrd_no)%ipsdlw0 +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +DEBUG: Updating local name of variable flag_for_stochastic_surface_perturbations from do_sfcperts to GFS_Control%do_sfcperts +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +DEBUG: Updating local name of variable index_of_dtlm_start from ifd to GFS_Data(cdata%blk_no)%Sfcprop%ifd +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +DEBUG: Updating local name of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from isatmedmf to GFS_Control%isatmedmf +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +DEBUG: Updating local name of variable do_myjpbl from do_myjpbl to GFS_Control%do_myjpbl +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_longwave_flux_over_ocean_interstitial from adjsfculw_ocean to GFS_Interstitial(cdata%thrd_no)%adjsfculw_ocean +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +DEBUG: Updating local name of variable dominant_snow_type from tdoms to GFS_Data(cdata%blk_no)%Intdiag%tdoms +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +DEBUG: Updating local name of variable specific_humidity_at_viscous_sublayer_top from phy_myj_qz0 to GFS_Data(cdata%blk_no)%Tbd%phy_myj_qz0 +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +DEBUG: Updating local name of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from tau_tofd to GFS_Interstitial(cdata%thrd_no)%tau_tofd +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +DEBUG: Updating local name of variable snow_deposition_sublimation_upward_latent_heat_flux from sbsno to GFS_Interstitial(cdata%thrd_no)%sbsno +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water 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 +DEBUG: Updating local name of variable flag_for_reading_leaf_area_index_from_input from rdlai to GFS_Control%rdlai +INFO: Converting local name area of variable cell_area from new to old metadata +DEBUG: Updating local name of variable cell_area from area to GFS_Data(cdata%blk_no)%Grid%area +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 qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +DEBUG: Updating local name of variable mass_fraction_of_convective_cloud_liquid_water from qlcn to GFS_Interstitial(cdata%thrd_no)%qlcn +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from fh2_land to GFS_Interstitial(cdata%thrd_no)%fh2_land +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +DEBUG: Updating local name of variable y_wind_at_lowest_model_layer_for_diag from v1 to GFS_Data(cdata%blk_no)%Intdiag%v1 +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +DEBUG: Updating local name of variable slow_soil_pool_mass_content_of_carbon from stblcpxy to GFS_Data(cdata%blk_no)%Sfcprop%stblcpxy +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +DEBUG: Updating local name of variable canopy_water_amount from canopy to GFS_Data(cdata%blk_no)%Sfcprop%canopy +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +DEBUG: Updating local name of variable flag_for_surface_emissivity_control from iems to GFS_Control%iems +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +DEBUG: Updating local name of variable dominant_freezing_rain_type from tdomzr to GFS_Data(cdata%blk_no)%Intdiag%tdomzr +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +DEBUG: Updating local name of variable iounit_namelist from nlunit to GFS_Control%nlunit +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +DEBUG: Updating local name of variable integrated_x_momentum_flux_from_small_scale_gwd from dusfc_ss to GFS_Data(cdata%blk_no)%Intdiag%dusfc_ss +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +DEBUG: Updating local name of variable sea_area_fraction from oceanfrac to GFS_Data(cdata%blk_no)%Sfcprop%oceanfrac +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable water_vapor_specific_humidity_at_Lagrangian_surface from qv to CCPP_interstitial%qv +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from adjnirdfd to GFS_Interstitial(cdata%thrd_no)%adjnirdfd +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +DEBUG: Updating local name of variable land_area_fraction from landfrac to GFS_Data(cdata%blk_no)%Sfcprop%landfrac +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +DEBUG: Updating local name of variable flag_for_ozone_physics from oz_phys to GFS_Control%oz_phys +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +DEBUG: Updating local name of variable array_dimension_of_2d_arrays_for_microphysics from num_p2d to GFS_Control%num_p2d +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_y_wind_at_10m_for_coupling from v10mi_cpl to GFS_Data(cdata%blk_no)%Coupling%v10mi_cpl +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +DEBUG: Updating local name of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from rh02min to GFS_Data(cdata%blk_no)%Intdiag%rh02min +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +DEBUG: Updating local name of variable surface_skin_temperature_after_iteration_over_land from tsurf_land to GFS_Interstitial(cdata%thrd_no)%tsurf_land +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 +DEBUG: Updating local name of variable solar_constant from solcon to GFS_Control%solcon +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +DEBUG: Updating local name of variable bulk_richardson_number_at_lowest_model_level_over_ice from rb_ice to GFS_Interstitial(cdata%thrd_no)%rb_ice +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +DEBUG: Updating local name of variable tendency_of_y_wind_due_to_model_physics from dvdt to GFS_Interstitial(cdata%thrd_no)%dvdt +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +DEBUG: Updating local name of variable tke_advect from bl_mynn_tkeadvect to GFS_Control%bl_mynn_tkeadvect +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from du3dt(:,:,4) to GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,4) +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +DEBUG: Updating local name of variable surface_specific_humidity_for_MYJ_schemes from phy_myj_qsfc to GFS_Data(cdata%blk_no)%Tbd%phy_myj_qsfc +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +DEBUG: Updating local name of variable number_of_tracers_for_CS from ncstrac to GFS_Interstitial(cdata%thrd_no)%ncstrac +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +DEBUG: Updating local name of variable index_for_ice_cloud_number_concentration from ntinc to GFS_Control%ntinc +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +DEBUG: Updating local name of variable maximum_vegetation_area_fraction from shdmax to GFS_Data(cdata%blk_no)%Sfcprop%shdmax +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +DEBUG: Updating local name of variable atmosphere_heat_diffusivity from dkt to GFS_Interstitial(cdata%thrd_no)%dkt +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +DEBUG: Updating local name of variable momentum_transport_reduction_factor_pgf_deep_convection from pgcon_deep to GFS_Control%pgcon_deep +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +DEBUG: Updating local name of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from indcld to GFS_Control%indcld +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from nlwsfc_cpl to GFS_Data(cdata%blk_no)%Coupling%nlwsfc_cpl +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +DEBUG: Updating local name of variable instantaneous_dry_deposition from drydep to GFS_Data(cdata%blk_no)%Intdiag%drydep +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from adjvisdfd to GFS_Interstitial(cdata%thrd_no)%adjvisdfd +INFO: Converting local name aerosolslw(:,:,:,1) of variable RRTMGP_aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable RRTMGP_aerosol_optical_depth_for_longwave_bands_01_16 from aerosolslw(:,:,:,1) to GFS_Interstitial(cdata%thrd_no)%aerosolslw(:,:,:,1) +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +DEBUG: Updating local name of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from rainp to GFS_Interstitial(cdata%thrd_no)%rainp +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 +DEBUG: Updating local name of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from dnirbm_cpl to GFS_Data(cdata%blk_no)%Coupling%dnirbm_cpl +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +DEBUG: Updating local name of variable flag_idealized_physics from lsidea to GFS_Control%lsidea +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +DEBUG: Updating local name of variable flag_for_using_prescribed_global_mean_co2_value from ico2 to GFS_Control%ico2 +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +DEBUG: Updating local name of variable mg_flag_for_heterogeneous_freezing from hetfrz_classnuc to GFS_Control%hetfrz_classnuc +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type 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 +DEBUG: Updating local name of variable index_for_snow_number_concentration from ntsnc to GFS_Control%ntsnc +DEBUG: Updating local name of variable snow_number_concentration from qgrs(:,:,index_for_snow_number_concentration) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntsnc) +INFO: Converting local name con_rd of variable gas_constant_dry_air 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 +DEBUG: Updating local name of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from ntiwx to GFS_Interstitial(cdata%thrd_no)%ntiwx +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +DEBUG: Updating local name of variable volume_mixing_ratio_o2 from gasvmr(:,:,4) to GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,4) +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +DEBUG: Updating local name of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from dqdti to GFS_Data(cdata%blk_no)%Coupling%dqdti +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_direct_near_infrared_shortwave_flux from adjnirbmu to GFS_Interstitial(cdata%thrd_no)%adjnirbmu +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +DEBUG: Updating local name of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from cdq_ice to GFS_Interstitial(cdata%thrd_no)%cdq_ice +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +DEBUG: Updating local name of variable flag_for_ysu from do_ysu to GFS_Control%do_ysu +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from q_con to CCPP_interstitial%q_con +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +DEBUG: Updating local name of variable threshold_volume_fraction_of_condensed_water_in_soil from smcref2 to GFS_Data(cdata%blk_no)%Intdiag%smcref2 +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from fm10_land to GFS_Interstitial(cdata%thrd_no)%fm10_land +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +DEBUG: Updating local name of variable number_of_fields_in_phyf3d from ntot3d to GFS_Control%ntot3d +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +DEBUG: Updating local name of variable time_step_for_dynamics from dtf to GFS_Control%dtf +INFO: Converting local name vvl of variable omega from new to old metadata +DEBUG: Updating local name of variable omega from vvl to GFS_Data(cdata%blk_no)%Statein%vvl +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 +DEBUG: Variable index_for_ice_cloud_number_concentration was in old metadata format and has already been converted +DEBUG: Updating local name of variable tendency_of_ice_number_concentration_due_to_model_physics from dqdt(:,:,index_for_ice_cloud_number_concentration) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntinc) +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +DEBUG: Updating local name of variable rain_evaporation_coefficient_deep_convection from evfact_deep to GFS_Control%evfact_deep +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +DEBUG: Updating local name of variable vegetation_temperature from tvxy to GFS_Data(cdata%blk_no)%Sfcprop%tvxy +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +DEBUG: Updating local name of variable flag_for_restart from restart to GFS_Control%restart +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +DEBUG: Updating local name of variable u_wind_component_at_viscous_sublayer_top from phy_myj_uz0 to GFS_Data(cdata%blk_no)%Tbd%phy_myj_uz0 +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 +DEBUG: Updating local name of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from dvisbm_cpl to GFS_Data(cdata%blk_no)%Coupling%dvisbm_cpl +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from nirbmui to GFS_Data(cdata%blk_no)%Coupling%nirbmui +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +DEBUG: Updating local name of variable surface_friction_velocity_over_ice from uustar_ice to GFS_Interstitial(cdata%thrd_no)%uustar_ice +INFO: Converting local name ty_gas_concs of variable ty_gas_concs 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 +DEBUG: Updating local name of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from visdfdi to GFS_Data(cdata%blk_no)%Coupling%visdfdi +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +DEBUG: Updating local name of variable snow_layer_ice from snicexy to GFS_Data(cdata%blk_no)%Sfcprop%snicexy +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +DEBUG: Updating local name of variable flag_for_canopy_heat_storage from lheatstrg to GFS_Control%lheatstrg +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +DEBUG: Updating local name of variable volume_fraction_of_unfrozen_soil_moisture from slc to GFS_Data(cdata%blk_no)%Sfcprop%slc +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +DEBUG: Updating local name of variable atmosphere_momentum_diffusivity_background from xkzm_m to GFS_Control%xkzm_m +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +DEBUG: Updating local name of variable number_of_vertical_layers_for_radiation_calculations from levr to GFS_Control%levr +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +DEBUG: Updating local name of variable sensitivity_of_dtl_thickness_to_surface_temperature from xzts to GFS_Data(cdata%blk_no)%Sfcprop%xzts +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +DEBUG: Updating local name of variable flag_nonzero_lake_surface_fraction from lake to GFS_Interstitial(cdata%thrd_no)%lake +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 dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +DEBUG: Updating local name of variable x_momentum_tendency_from_form_drag from dtaux2d_fd to GFS_Data(cdata%blk_no)%Intdiag%dtaux2d_fd +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 +DEBUG: Updating local name of variable index_for_liquid_cloud_number_concentration from ntlnc to GFS_Control%ntlnc +DEBUG: Updating local name of variable cloud_droplet_number_concentration from qgrs(:,:,index_for_liquid_cloud_number_concentration) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntlnc) +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_y_wind_due_to_PBL from dv3dt(:,:,1) to GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +DEBUG: Updating local name of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from dudt_tms to GFS_Interstitial(cdata%thrd_no)%dudt_tms +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +DEBUG: Updating local name of variable surface_albedo_due_to_near_IR_direct from sfcalb(:,1) to GFS_Interstitial(cdata%thrd_no)%sfcalb(:,1) +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +DEBUG: Variable index_for_rain_water was in old metadata format and has already been converted +DEBUG: Updating local name of variable rain_water_mixing_ratio_updated_by_physics from gq0(:,:,index_for_rain_water) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntrw) +INFO: Converting local name sfc_alb_nir_dif of variable surface_albedo_nearIR_diffuse from new to old metadata +DEBUG: Updating local name of variable surface_albedo_nearIR_diffuse from sfc_alb_nir_dif to GFS_Interstitial(cdata%thrd_no)%sfc_alb_nir_dif +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 +DEBUG: Updating local name of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from nahdshoc to GFS_Control%nahdshoc +DEBUG: Updating local name of variable atmosphere_heat_diffusivity_from_shoc from phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nahdshoc) +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +DEBUG: Updating local name of variable ozone_forcing from ozpl to GFS_Data(cdata%blk_no)%Tbd%ozpl +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +DEBUG: Updating local name of variable canopy_intercepted_liquid_water from canliqxy to GFS_Data(cdata%blk_no)%Sfcprop%canliqxy +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 +DEBUG: Updating local name of variable index_for_rain_effective_radius from nreffr to GFS_Control%nreffr +DEBUG: Updating local name of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from phy_f3d(:,:,index_for_rain_effective_radius) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nreffr) +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_ntiedtke_deep_convection_scheme from imfdeepcnv_ntiedtke to GFS_Control%imfdeepcnv_ntiedtke +INFO: Converting local name hlwc of variable RRTMGP_lw_heating_rate_all_sky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_lw_heating_rate_all_sky from hlwc to GFS_Interstitial(cdata%thrd_no)%hlwc +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +DEBUG: Updating local name of variable mg_flag_for_gmao_ice_formulation from mg_do_ice_gmao to GFS_Control%mg_do_ice_gmao +INFO: Converting local name cld_rerain of variable RRTMGP_mean_effective_radius_for_rain_drop from new to old metadata +DEBUG: Updating local name of variable RRTMGP_mean_effective_radius_for_rain_drop from cld_rerain to GFS_Interstitial(cdata%thrd_no)%cld_rerain +INFO: Converting local name idxday of variable daytime_points from new to old metadata +DEBUG: Updating local name of variable daytime_points from idxday to GFS_Interstitial(cdata%thrd_no)%idxday +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable cloud_rain_water_mixing_ratio from qr_r to GFS_Interstitial(cdata%thrd_no)%qr_r +INFO: Converting local name stc of variable soil_temperature from new to old metadata +DEBUG: Updating local name of variable soil_temperature from stc to GFS_Data(cdata%blk_no)%Sfcprop%stc +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 +DEBUG: Updating local name of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from du3dt_ngw to GFS_Data(cdata%blk_no)%Intdiag%du3dt_ngw +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +DEBUG: Updating local name of variable cloudpdf from bl_mynn_cloudpdf to GFS_Control%bl_mynn_cloudpdf +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +DEBUG: Updating local name of variable flag_diagnostics from lssav to GFS_Control%lssav +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +DEBUG: Updating local name of variable y_wind_at_lowest_model_layer from vgrs(:,1) to GFS_Data(cdata%blk_no)%Statein%vgrs(:,1) +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from adjnirdfu to GFS_Interstitial(cdata%thrd_no)%adjnirdfu +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +DEBUG: Updating local name of variable surface_skin_temperature from tsfc to GFS_Data(cdata%blk_no)%Sfcprop%tsfc +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +DEBUG: Updating local name of variable lake_ice_minimum from min_lakeice to GFS_Control%min_lakeice +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from visbmdi to GFS_Data(cdata%blk_no)%Coupling%visbmdi +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +DEBUG: Updating local name of variable index_for_snow_water from ntsw to GFS_Control%ntsw +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_temperature_due_to_PBL from dt3dt(:,:,3) to GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from ffmm_ice to GFS_Interstitial(cdata%thrd_no)%ffmm_ice +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +DEBUG: Updating local name of variable index_of_time_step from kdt to GFS_Control%kdt +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +DEBUG: Updating local name of variable time_step_for_radiation from raddt to GFS_Interstitial(cdata%thrd_no)%raddt +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +DEBUG: Variable index_for_rain_water was in old metadata format and has already been converted +DEBUG: Updating local name of variable rain_water_mixing_ratio from qgrs(:,:,index_for_rain_water) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntrw) +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +DEBUG: Variable index_for_snow_water was in old metadata format and has already been converted +DEBUG: Updating local name of variable snow_water_mixing_ratio from qgrs(:,:,index_for_snow_water) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntsw) +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +DEBUG: Updating local name of variable cloud_optical_depth_layers_at_0p55mu_band from cldtausw to GFS_Interstitial(cdata%thrd_no)%cldtausw +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +DEBUG: Updating local name of variable nondimensional_snow_age from taussxy to GFS_Data(cdata%blk_no)%Sfcprop%taussxy +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +DEBUG: Updating local name of variable number_of_blocks from nblks to GFS_Control%nblks +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from dvsfc to GFS_Data(cdata%blk_no)%Intdiag%dvsfc +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +DEBUG: Updating local name of variable cellular_automata_seed_frequency from nseed to GFS_Control%nseed +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +DEBUG: Updating local name of variable perturbation_of_vegetation_fraction from vegf1d to GFS_Interstitial(cdata%thrd_no)%vegf1d +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +DEBUG: Updating local name of variable surface_snow_area_fraction from snowc to GFS_Interstitial(cdata%thrd_no)%snowc +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +DEBUG: Updating local name of variable standard_deviation_of_subgrid_orography from hprime(:,1) to GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +DEBUG: Updating local name of variable number_of_coefficients_in_h2o_forcing_data from h2o_coeff to GFS_Interstitial(cdata%thrd_no)%h2o_coeff +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +DEBUG: Updating local name of variable forecast_time_at_previous_timestep from phour to GFS_Control%phour +INFO: Converting local name rrtmgp_nGptsSW of variable number_of_sw_spectral_points_rrtmgp from new to old metadata +DEBUG: Updating local name of variable number_of_sw_spectral_points_rrtmgp from rrtmgp_nGptsSW to GFS_Control%rrtmgp_nGptsSW +INFO: Converting local name sw_gas_props of variable coefficients_for_sw_gas_optics from new to old metadata +DEBUG: Updating local name of variable coefficients_for_sw_gas_optics from sw_gas_props to GFS_Interstitial(cdata%thrd_no)%sw_gas_props +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable mass_weighted_rime_factor_mixing_ratio from qg_r to GFS_Interstitial(cdata%thrd_no)%qg_r +INFO: Converting local name xlon of variable longitude from new to old metadata +DEBUG: Updating local name of variable longitude from xlon to GFS_Data(cdata%blk_no)%Grid%xlon +INFO: Converting local name kind_grid of variable kind_grid 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 dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +DEBUG: Updating local name of variable condensate_fraction_detrained_in_updraft_layers from dlqf to GFS_Control%dlqf +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from out_dt to CCPP_interstitial%out_dt +INFO: Converting local name rrtmgp_nBandsLW of variable number_of_lw_bands_rrtmgp from new to old metadata +DEBUG: Updating local name of variable number_of_lw_bands_rrtmgp from rrtmgp_nBandsLW to GFS_Control%rrtmgp_nBandsLW +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +DEBUG: Updating local name of variable number_of_fields_in_phyf2d from ntot2d to GFS_Control%ntot2d +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +DEBUG: Updating local name of variable flag_for_runoff_and_groundwater_option from iopt_run to GFS_Control%iopt_run +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +DEBUG: Updating local name of variable snow_mass_at_previous_time_step from sneqvoxy to GFS_Data(cdata%blk_no)%Sfcprop%sneqvoxy +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from rain to GFS_Data(cdata%blk_no)%Intdiag%rain +INFO: Converting local name lprnt of variable flag_print from new to old metadata +DEBUG: Updating local name of variable flag_print from lprnt to GFS_Control%lprnt +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +DEBUG: Updating local name of variable critical_cloud_top_entrainment_instability_criteria from ctei_rm to GFS_Control%ctei_rm +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +DEBUG: Updating local name of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from tau_ngw to GFS_Data(cdata%blk_no)%Intdiag%tau_ngw +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +DEBUG: Updating local name of variable kinematic_surface_upward_sensible_heat_flux_over_ice from hflx_ice to GFS_Interstitial(cdata%thrd_no)%hflx_ice +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +DEBUG: Updating local name of variable number_of_convective_3d_cloud_fields from ncnvcld3d to GFS_Control%ncnvcld3d +DEBUG: Variable index_for_rain_effective_radius was in old metadata format and has already been converted +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +DEBUG: Updating local name of variable cloud_snow_water_path from clouds(:,:,8) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,8) +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from fm10_ice to GFS_Interstitial(cdata%thrd_no)%fm10_ice +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +DEBUG: Updating local name of variable time_interval_for_maximum_hourly_fields from avg_max_length to GFS_Control%avg_max_length +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +DEBUG: Updating local name of variable rain_evaporation_coefficient_over_land_deep_convection from evfactl_deep to GFS_Control%evfactl_deep +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +DEBUG: Updating local name of variable index_for_ice_friendly_aerosols from ntia to GFS_Control%ntia +INFO: Converting local name active_gases of variable active_gases_used_by_RRTMGP from new to old metadata +DEBUG: Updating local name of variable active_gases_used_by_RRTMGP from active_gases to GFS_Control%active_gases +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +DEBUG: Updating local name of variable minimum_specific_humidity_at_2m from spfhmin to GFS_Data(cdata%blk_no)%Intdiag%spfhmin +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +DEBUG: Updating local name of variable surface_exchange_coefficient_for_heat from flhc to GFS_Data(cdata%blk_no)%Sfcprop%flhc +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +DEBUG: Updating local name of variable emdf_updraft_vertical_velocity from edmf_w to GFS_Data(cdata%blk_no)%Intdiag%edmf_w +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from gabsbdlw_land to GFS_Interstitial(cdata%thrd_no)%gabsbdlw_land +INFO: Converting local name ca_trigger of variable flag_for_global_cellular_automata_trigger from new to old metadata +DEBUG: Updating local name of variable flag_for_global_cellular_automata_trigger from ca_trigger to GFS_Control%ca_trigger +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +DEBUG: Updating local name of variable weight_for_specific_humidity_at_viscous_sublayer_top from phy_myj_a1q to GFS_Data(cdata%blk_no)%Tbd%phy_myj_a1q +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable cloud_rain_specific_humidity_at_Lagrangian_surface from qr to CCPP_interstitial%qr +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +DEBUG: Updating local name of variable maximum_critical_relative_humidity from rhcmax to GFS_Control%rhcmax +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +DEBUG: Updating local name of variable natural_log_of_ozone_forcing_data_pressure_levels from oz_pres to GFS_Interstitial(cdata%thrd_no)%oz_pres +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +DEBUG: Updating local name of variable vegetation_type_dataset_choice from ivegsrc to GFS_Control%ivegsrc +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +DEBUG: Updating local name of variable b_parameter_of_the_hybrid_coordinate from bk to GFS_Control%bk +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +DEBUG: Updating local name of variable tendency_of_cloud_water_due_to_convective_microphysics from cnv_dqldt to GFS_Interstitial(cdata%thrd_no)%cnv_dqldt +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from tau_ogw to GFS_Interstitial(cdata%thrd_no)%tau_ogw +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from dq3dt(:,:,6) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,6) +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +DEBUG: Updating local name of variable air_pressure_at_interface from prsi to GFS_Data(cdata%blk_no)%Statein%prsi +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +DEBUG: Updating local name of variable number_of_hydrometeors from ncld to GFS_Control%ncld +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +DEBUG: Updating local name of variable flag_to_calc_sw from lsswr to GFS_Control%lsswr +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +DEBUG: Updating local name of variable ending_y_direction_index_domain from jed to CCPP_interstitial%jed +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +DEBUG: Updating local name of variable GFS_grid_type_instance from Grid to GFS_Data(cdata%blk_no)%Grid +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +DEBUG: Updating local name of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from cdq_ocean to GFS_Interstitial(cdata%thrd_no)%cdq_ocean +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +DEBUG: Updating local name of variable y_momentum_tendency_from_form_drag from dtauy2d_fd to GFS_Data(cdata%blk_no)%Intdiag%dtauy2d_fd +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +DEBUG: Updating local name of variable flag_for_solar_constant from isol to GFS_Control%isol +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +DEBUG: Updating local name of variable potential_temperature_at_2m from th2m to GFS_Data(cdata%blk_no)%Sfcprop%th2m +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 +DEBUG: Variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d was in old metadata format and has already been converted +DEBUG: Updating local name of variable convective_cloud_water_mixing_ratio_in_phy_f3d from phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvw) +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +DEBUG: Updating local name of variable number_of_aerosol_tracers_for_convection from itc to GFS_Interstitial(cdata%thrd_no)%itc +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +DEBUG: Updating local name of variable GFS_cldprop_type_instance from Cldprop to GFS_Data(cdata%blk_no)%Cldprop +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +DEBUG: Variable index_for_ice_cloud_number_concentration was in old metadata format and has already been converted +DEBUG: Updating local name of variable ice_number_concentration_updated_by_physics from gq0(:,:,index_for_ice_cloud_number_concentration) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntinc) +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +DEBUG: Updating local name of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from iovr_sw to GFS_Control%iovr_sw +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +DEBUG: Updating local name of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from icliq_sw to GFS_Control%icliq_sw +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +DEBUG: Updating local name of variable a_parameter_of_the_hybrid_coordinate from ak to GFS_Control%ak +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from gabsbdlw_ice to GFS_Interstitial(cdata%thrd_no)%gabsbdlw_ice +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +DEBUG: Updating local name of variable pressure_at_top_of_convective_cloud from cvt to GFS_Data(cdata%blk_no)%Cldprop%cvt +INFO: Converting local name fluxlwDOWN_clrsky of variable RRTMGP_lw_flux_profile_downward_clrsky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_lw_flux_profile_downward_clrsky from fluxlwDOWN_clrsky to GFS_Interstitial(cdata%thrd_no)%fluxlwDOWN_clrsky +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 +DEBUG: Updating local name of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from du3dt_ogw to GFS_Data(cdata%blk_no)%Intdiag%du3dt_ogw +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +DEBUG: Updating local name of variable atmosphere_energy_content_in_column from te0_2d to CCPP_interstitial%te0_2d +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +DEBUG: Updating local name of variable upper_bound_on_max_albedo_over_deep_snow from snoalb to GFS_Data(cdata%blk_no)%Sfcprop%snoalb +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +DEBUG: Updating local name of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from pertzt to GFS_Control%pertzt +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +DEBUG: Updating local name of variable total_cloud_fraction from clouds(:,:,1) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +DEBUG: Updating local name of variable index_for_ozone from ntoz to GFS_Control%ntoz +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +DEBUG: Updating local name of variable normalized_soil_wetness from wet1 to GFS_Data(cdata%blk_no)%Intdiag%wet1 +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +DEBUG: Updating local name of variable adjusted_vertical_layer_dimension_for_radiation from lmk to GFS_Interstitial(cdata%thrd_no)%lmk +INFO: Converting local name kind_phys of variable kind_phys 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 +DEBUG: Updating local name of variable surface_snow_thickness_water_equivalent_over_ice from snowd_ice to GFS_Interstitial(cdata%thrd_no)%snowd_ice +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +DEBUG: Updating local name of variable vertical_interface_dimension from levi to GFS_Interstitial(cdata%thrd_no)%levi +INFO: Converting local name t_lay of variable air_temperature_at_layer_for_RRTMGP from new to old metadata +DEBUG: Updating local name of variable air_temperature_at_layer_for_RRTMGP from t_lay to GFS_Interstitial(cdata%thrd_no)%t_lay +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +DEBUG: Updating local name of variable fa_threshold_relative_humidity_for_onset_of_condensation from rhgrd to GFS_Control%rhgrd +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +DEBUG: Updating local name of variable detrainment_conversion_parameter_deep_convection from c1_deep to GFS_Control%c1_deep +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +DEBUG: Updating local name of variable dimensionless_exner_function_at_model_interfaces from prsik to GFS_Data(cdata%blk_no)%Statein%prsik +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +DEBUG: Updating local name of variable temperature_at_2m_from_noahmp from t2mmp to GFS_Interstitial(cdata%thrd_no)%t2mmp +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from tau_ogw to GFS_Data(cdata%blk_no)%Intdiag%tau_ogw +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_longwave_flux from dlwsfci to GFS_Data(cdata%blk_no)%Intdiag%dlwsfci +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +DEBUG: Updating local name of variable radar_reflectivity_10cm from refl_10cm to GFS_Data(cdata%blk_no)%Intdiag%refl_10cm +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +DEBUG: Updating local name of variable bulk_richardson_number_at_lowest_model_level_over_ocean from rb_ocean to GFS_Interstitial(cdata%thrd_no)%rb_ocean +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable instantaneous_x_stress_due_to_gravity_wave_drag from dusfcg to GFS_Interstitial(cdata%thrd_no)%dusfcg +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +DEBUG: Updating local name of variable horizontal_block_size from blksz to GFS_Control%blksz +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +DEBUG: Updating local name of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from chxy to GFS_Data(cdata%blk_no)%Sfcprop%chxy +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +DEBUG: Updating local name of variable upward_heat_flux_in_soil_over_ocean from gflx_ocean to GFS_Interstitial(cdata%thrd_no)%gflx_ocean +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +DEBUG: Updating local name of variable flag_convective_tracer_transport from otspt to GFS_Interstitial(cdata%thrd_no)%otspt +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +DEBUG: Updating local name of variable dissipation_estimate_of_air_temperature_at_model_layers from diss_est to GFS_Data(cdata%blk_no)%Statein%diss_est +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_mass_flux_shallow_convection_scheme from imfshalcnv to GFS_Control%imfshalcnv +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +DEBUG: Updating local name of variable baseline_surface_roughness_length from phy_myj_z0base to GFS_Data(cdata%blk_no)%Tbd%phy_myj_z0base +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +DEBUG: Updating local name of variable convective_precipitation_rate_from_previous_timestep from draincprv to GFS_Data(cdata%blk_no)%Sfcprop%draincprv +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +DEBUG: Updating local name of variable height_of_low_level_wave_breaking from zlwb to GFS_Interstitial(cdata%thrd_no)%zlwb +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +DEBUG: Updating local name of variable surface_drag_coefficient_for_momentum_in_air_over_land from cd_land to GFS_Interstitial(cdata%thrd_no)%cd_land +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +DEBUG: Updating local name of variable shoc_flag_for_optional_surface_TKE_dissipation from shoc_parm(5) to GFS_Control%shoc_parm(5) +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +DEBUG: Updating local name of variable surface_specific_humidity_over_ice from qss_ice to GFS_Interstitial(cdata%thrd_no)%qss_ice +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from swhc to GFS_Data(cdata%blk_no)%Radtend%swhc +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +DEBUG: Updating local name of variable surface_slope_classification from slopetype to GFS_Interstitial(cdata%thrd_no)%slopetype +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from dvisdfi_cpl to GFS_Data(cdata%blk_no)%Coupling%dvisdfi_cpl +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +DEBUG: Updating local name of variable surface_drag_wind_speed_for_momentum_in_air_over_land from cmm_land to GFS_Interstitial(cdata%thrd_no)%cmm_land +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_at_2m from fh2 to GFS_Interstitial(cdata%thrd_no)%fh2 +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +DEBUG: Updating local name of variable vertical_velocity_for_updraft from w_upi to GFS_Interstitial(cdata%thrd_no)%w_upi +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_y_wind_due_to_deep_convection from dv3dt(:,:,3) to GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,3) +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_noah_land_surface_scheme from lsm_noah to GFS_Control%lsm_noah +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +DEBUG: Updating local name of variable surface_air_pressure from pgr to GFS_Data(cdata%blk_no)%Statein%pgr +INFO: Converting local name hlw0 of variable RRTMGP_lw_heating_rate_clear_sky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_lw_heating_rate_clear_sky from hlw0 to GFS_Interstitial(cdata%thrd_no)%hlw0 +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +DEBUG: Updating local name of variable diurnal_thermocline_layer_y_current from xv to GFS_Data(cdata%blk_no)%Sfcprop%xv +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +DEBUG: Updating local name of variable number_of_ghost_zones from ng to CCPP_interstitial%ng +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +DEBUG: Updating local name of variable surface_albedo_due_to_near_IR_diffused from sfcalb(:,2) to GFS_Interstitial(cdata%thrd_no)%sfcalb(:,2) +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_explicit_rain_amount from rainmp to GFS_Interstitial(cdata%thrd_no)%rainmp +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +DEBUG: Updating local name of variable index_for_turbulent_kinetic_energy from ntke to GFS_Control%ntke +DEBUG: Updating local name of variable turbulent_kinetic_energy from qgrs(:,:,index_for_turbulent_kinetic_energy) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntke) +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +DEBUG: Updating local name of variable air_temperature_at_lowest_model_layer from tgrs(:,1) to GFS_Data(cdata%blk_no)%Statein%tgrs(:,1) +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable mg_minimum_cloud_condensed_water_mixing_ratio from mg_qcmin(1) to GFS_Control%mg_qcmin(1) +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +DEBUG: Updating local name of variable graupel_precipitation_rate_from_previous_timestep from dgraupelprv to GFS_Data(cdata%blk_no)%Sfcprop%dgraupelprv +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +DEBUG: Updating local name of variable number_of_aerosol_output_fields_for_longwave_radiation from nf_aelw to GFS_Interstitial(cdata%thrd_no)%nf_aelw +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +DEBUG: Updating local name of variable equilibrium_soil_water_content from smoiseq to GFS_Data(cdata%blk_no)%Sfcprop%smoiseq +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +DEBUG: Updating local name of variable array_dimension_of_random_number from nrcm to GFS_Control%nrcm +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +DEBUG: Updating local name of variable sensitivity_of_dtl_heat_content_to_surface_temperature from xtts to GFS_Data(cdata%blk_no)%Sfcprop%xtts +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +DEBUG: Updating local name of variable starting_y_direction_index_domain from jsd to CCPP_interstitial%jsd +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_longwave_emissivity_over_land_interstitial from semis_land to GFS_Interstitial(cdata%thrd_no)%semis_land +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +DEBUG: Updating local name of variable gf_memory_counter from conv_act to GFS_Data(cdata%blk_no)%Sfcprop%conv_act +INFO: Converting local name alnsf of variable mean_nir_albedo_with_strong_cosz_dependency from new to old metadata +DEBUG: Updating local name of variable mean_nir_albedo_with_strong_cosz_dependency from alnsf to GFS_Data(cdata%blk_no)%Sfcprop%alnsf +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +DEBUG: Updating local name of variable dominant_sleet_type from tdomip to GFS_Data(cdata%blk_no)%Intdiag%tdomip +INFO: Converting local name tv_lay of variable virtual_temperature from new to old metadata +DEBUG: Updating local name of variable virtual_temperature from tv_lay to GFS_Interstitial(cdata%thrd_no)%tv_lay +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +DEBUG: Updating local name of variable vertically_diffused_tracer_concentration from vdftra to GFS_Interstitial(cdata%thrd_no)%vdftra +INFO: Converting local name nGases of variable number_of_active_gases_used_by_RRTMGP from new to old metadata +DEBUG: Updating local name of variable number_of_active_gases_used_by_RRTMGP from nGases to GFS_Control%nGases +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +DEBUG: Updating local name of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from totgrpb to GFS_Data(cdata%blk_no)%Intdiag%totgrpb +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from dq3dt(:,:,3) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,3) +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 +DEBUG: Updating local name of variable index_for_water_friendly_aerosols from ntwa to GFS_Control%ntwa +DEBUG: Updating local name of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from dqdt(:,:,index_for_water_friendly_aerosols) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntwa) +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 +DEBUG: Updating local name of variable number_of_lines_of_namelist_filename_for_internal_file_reads from input_nml_file_length to GFS_Control%input_nml_file_length +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from ffhh_ocean to GFS_Interstitial(cdata%thrd_no)%ffhh_ocean +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +DEBUG: Updating local name of variable air_temperature_save from save_t to GFS_Interstitial(cdata%thrd_no)%save_t +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 +DEBUG: Updating local name of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from dvisdf_cpl to GFS_Data(cdata%blk_no)%Coupling%dvisdf_cpl +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +DEBUG: Variable index_for_ice_cloud_condensate was in old metadata format and has already been converted +DEBUG: Updating local name of variable ice_water_mixing_ratio_save from save_q(:,:,index_for_ice_cloud_condensate) to GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntiw) +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +DEBUG: Updating local name of variable mg_flag_ice_concentration_constant from mg_nicons to GFS_Control%mg_nicons +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +DEBUG: Updating local name of variable number_of_gases_for_multi_gases_physics from ngas to CCPP_interstitial%ngas +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +DEBUG: Updating local name of variable cosine_of_latitude from coslat to GFS_Data(cdata%blk_no)%Grid%coslat +INFO: Converting local name ty_optical_props_1scl of variable ty_optical_props_1scl 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 +DEBUG: Updating local name of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from zogw to GFS_Data(cdata%blk_no)%Intdiag%zogw +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +DEBUG: Updating local name of variable surface_slope_classification_real from slope to GFS_Data(cdata%blk_no)%Sfcprop%slope +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +DEBUG: Updating local name of variable edmf_momentum_transport_flag from bl_mynn_edmf_mom to GFS_Control%bl_mynn_edmf_mom +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from dusfc to GFS_Data(cdata%blk_no)%Intdiag%dusfc +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +DEBUG: Updating local name of variable fraction_of_cellular_automata_for_deep_convection from ca_deep to GFS_Data(cdata%blk_no)%Coupling%ca_deep +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 +DEBUG: Updating local name of variable index_for_graupel_number_concentration from ntgnc to GFS_Control%ntgnc +DEBUG: Updating local name of variable graupel_number_concentration_updated_by_physics from gq0(:,:,index_for_graupel_number_concentration) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntgnc) +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +DEBUG: Updating local name of variable density_of_frozen_precipitation from rhofr to GFS_Data(cdata%blk_no)%Sfcprop%rhofr +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +DEBUG: Updating local name of variable number_of_species_for_aerosol_optical_depth from nspc1 to GFS_Interstitial(cdata%thrd_no)%nspc1 +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +DEBUG: Updating local name of variable detrained_mass_flux from cnv_mfd to GFS_Interstitial(cdata%thrd_no)%cnv_mfd +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +DEBUG: Updating local name of variable cosine_of_solar_declination_angle from cdec to GFS_Control%cdec +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +DEBUG: Updating local name of variable volume_mixing_ratio_cfc113 from gasvmr(:,:,10) to GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,10) +INFO: Converting local name hflxq of variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness from new to old metadata +DEBUG: Updating local name of variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness from hflxq to GFS_Interstitial(cdata%thrd_no)%hflxq +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable mg_minimum_ice_mixing_ratio from mg_qcmin(2) to GFS_Control%mg_qcmin(2) +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +DEBUG: Updating local name of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from dudt_mtb to GFS_Interstitial(cdata%thrd_no)%dudt_mtb +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 +DEBUG: Updating local name of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from nvisdfi_cpl to GFS_Data(cdata%blk_no)%Coupling%nvisdfi_cpl +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +DEBUG: Updating local name of variable minimum_temperature_at_2m from tmpmin to GFS_Data(cdata%blk_no)%Intdiag%tmpmin +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +DEBUG: Updating local name of variable edmf_tke_transport_flag from bl_mynn_edmf_tke to GFS_Control%bl_mynn_edmf_tke +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +DEBUG: Updating local name of variable mg_flag_for_sb2001_autoconversion from do_sb_physics to GFS_Control%do_sb_physics +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +DEBUG: Updating local name of variable cloud_phase_transition_denominator from tcrf to GFS_Control%tcrf +INFO: Converting local name sw_cloud_props of variable coefficients_for_sw_cloud_optics from new to old metadata +DEBUG: Updating local name of variable coefficients_for_sw_cloud_optics from sw_cloud_props to GFS_Interstitial(cdata%thrd_no)%sw_cloud_props +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +DEBUG: Updating local name of variable number_of_seasalt_bins_for_diagnostics from nseasalt to GFS_Data(cdata%blk_no)%Intdiag%nseasalt +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +DEBUG: Updating local name of variable surface_snow_area_fraction_over_land from sncovr to GFS_Data(cdata%blk_no)%Sfcprop%sncovr +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +DEBUG: Updating local name of variable frequency_for_longwave_radiation from fhlwr to GFS_Control%fhlwr +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +DEBUG: Updating local name of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from trans_aero to GFS_Interstitial(cdata%thrd_no)%trans_aero +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from ulwsfc to GFS_Data(cdata%blk_no)%Intdiag%ulwsfc +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +DEBUG: Updating local name of variable ccpp_block_number from blk_no to cdata%blk_no +DEBUG: Updating local name of variable horizontal_loop_extent from blksz(ccpp_block_number) to GFS_Control%blksz(cdata%blk_no) +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +DEBUG: Updating local name of variable number_of_vertical_layers_for_radiation_calculations_plus_one from levrp1 to GFS_Control%levrp1 +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +DEBUG: Updating local name of variable flag_for_mountain_blocking from use_zmtnblck to GFS_Control%use_zmtnblck +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +DEBUG: Updating local name of variable ice_precipitation_rate_from_previous_timestep from diceprv to GFS_Data(cdata%blk_no)%Sfcprop%diceprv +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from sbsnoa to GFS_Data(cdata%blk_no)%Intdiag%sbsnoa +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +DEBUG: Updating local name of variable volume_mixing_ratio_cfc12 from gasvmr(:,:,7) to GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,7) +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +DEBUG: Updating local name of variable heat_exchange_coefficient_for_MYJ_schemes from phy_myj_akhs to GFS_Data(cdata%blk_no)%Tbd%phy_myj_akhs +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +DEBUG: Updating local name of variable flag_for_lw_clouds_without_sub_grid_approximation from isubc_lw to GFS_Control%isubc_lw +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +DEBUG: Updating local name of variable volume_fraction_of_soil_moisture_for_land_surface_model from smois to GFS_Data(cdata%blk_no)%Sfcprop%smois +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +DEBUG: Updating local name of variable volume_mixing_ratio_co from gasvmr(:,:,5) to GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,5) +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from qvi to CCPP_interstitial%qvi +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +DEBUG: Updating local name of variable latitude_degree from xlat_d to GFS_Data(cdata%blk_no)%Grid%xlat_d +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +DEBUG: Updating local name of variable index_for_rain_number_concentration from ntrnc to GFS_Control%ntrnc +INFO: Converting local name fluxswDOWN_allsky of variable RRTMGP_sw_flux_profile_downward_allsky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_sw_flux_profile_downward_allsky from fluxswDOWN_allsky to GFS_Interstitial(cdata%thrd_no)%fluxswDOWN_allsky +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +DEBUG: Updating local name of variable surface_roughness_length_over_land from zorll to GFS_Data(cdata%blk_no)%Sfcprop%zorll +INFO: Converting local name ca_closure of variable flag_for_global_cellular_automata_closure from new to old metadata +DEBUG: Updating local name of variable flag_for_global_cellular_automata_closure from ca_closure to GFS_Control%ca_closure +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +DEBUG: Variable index_for_graupel was in old metadata format and has already been converted +DEBUG: Updating local name of variable graupel_mixing_ratio from qgrs(:,:,index_for_graupel) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntgl) +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 +DEBUG: Variable array_dimension_of_2d_arrays_for_microphysics was in old metadata format and has already been converted +DEBUG: Updating local name of variable surface_wind_enhancement_due_to_convection from phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) to GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,GFS_Control%num_p2d) +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +DEBUG: Updating local name of variable air_temperature_at_layer_for_radiation from tlyr to GFS_Interstitial(cdata%thrd_no)%tlyr +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from nirbmdi to GFS_Data(cdata%blk_no)%Coupling%nirbmdi +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +DEBUG: Updating local name of variable sea_land_ice_mask from islmsk to GFS_Interstitial(cdata%thrd_no)%islmsk +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +DEBUG: Updating local name of variable vertical_temperature_average_range_upper_bound from nstf_name(5) to GFS_Control%nstf_name(5) +INFO: Converting local name rrtmgp_root of variable directory_for_rte_rrtmgp_source_code from new to old metadata +DEBUG: Updating local name of variable directory_for_rte_rrtmgp_source_code from rrtmgp_root to GFS_Control%rrtmgp_root +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +DEBUG: Updating local name of variable volume_mixing_ratio_n2o from gasvmr(:,:,2) to GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,2) +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from nirdfdi to GFS_Data(cdata%blk_no)%Coupling%nirdfdi +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +DEBUG: Updating local name of variable surface_upward_potential_latent_heat_flux from ep1d to GFS_Interstitial(cdata%thrd_no)%ep1d +INFO: Converting local name rrtmgp_nGauss_ang of variable number_of_angles_used_in_gaussian_quadrature from new to old metadata +DEBUG: Updating local name of variable number_of_angles_used_in_gaussian_quadrature from rrtmgp_nGauss_ang to GFS_Control%rrtmgp_nGauss_ang +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from ffmm_ocean to GFS_Interstitial(cdata%thrd_no)%ffmm_ocean +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +DEBUG: Updating local name of variable sub_layer_cooling_amount from dt_cool to GFS_Data(cdata%blk_no)%Sfcprop%dt_cool +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from lwhd to GFS_Data(cdata%blk_no)%Radtend%lwhd +INFO: Converting local name flipv of variable flag_flip from new to old metadata +DEBUG: Updating local name of variable flag_flip from flipv to GFS_Control%flipv +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +DEBUG: Updating local name of variable ccn_number_concentration from ccn_nm to GFS_Data(cdata%blk_no)%Tbd%ccn_nm +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +DEBUG: Updating local name of variable edmf_flag from bl_mynn_edmf to GFS_Control%bl_mynn_edmf +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +DEBUG: Updating local name of variable atmosphere_heat_diffusivity_background from xkzm_h to GFS_Control%xkzm_h +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +DEBUG: Updating local name of variable perturbation_of_momentum_roughness_length from z01d to GFS_Interstitial(cdata%thrd_no)%z01d +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_zhao_carr_microphysics_scheme from imp_physics_zhao_carr to GFS_Control%imp_physics_zhao_carr +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +DEBUG: Updating local name of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from bl_dnfr to GFS_Control%bl_dnfr +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +DEBUG: Updating local name of variable perturbation_of_soil_type_b_parameter from bexp1d to GFS_Interstitial(cdata%thrd_no)%bexp1d +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +DEBUG: Updating local name of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from xmu to GFS_Interstitial(cdata%thrd_no)%xmu +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 +DEBUG: Updating local name of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from nvisdf_cpl to GFS_Data(cdata%blk_no)%Coupling%nvisdf_cpl +INFO: Converting local name lw_optical_props_clrsky of variable longwave_optical_properties_for_clear_sky from new to old metadata +DEBUG: Updating local name of variable longwave_optical_properties_for_clear_sky from lw_optical_props_clrsky to GFS_Interstitial(cdata%thrd_no)%lw_optical_props_clrsky +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_x_momentum_flux_for_coupling from dusfci_cpl to GFS_Data(cdata%blk_no)%Coupling%dusfci_cpl +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from nnirbmi_cpl to GFS_Data(cdata%blk_no)%Coupling%nnirbmi_cpl +INFO: Converting local name ca_entr of variable flag_for_global_cellular_automata_entr from new to old metadata +DEBUG: Updating local name of variable flag_for_global_cellular_automata_entr from ca_entr to GFS_Control%ca_entr +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from dv3dt(:,:,4) to GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,4) +INFO: Converting local name hsw0 of variable RRTMGP_sw_heating_rate_clear_sky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_sw_heating_rate_clear_sky from hsw0 to GFS_Interstitial(cdata%thrd_no)%hsw0 +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from adjvisbmd to GFS_Interstitial(cdata%thrd_no)%adjvisbmd +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_y_momentum_flux_for_diag from dvsfci to GFS_Data(cdata%blk_no)%Intdiag%dvsfci +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +DEBUG: Updating local name of variable kinematic_surface_latent_heat_flux from phy_myj_elflx to GFS_Data(cdata%blk_no)%Tbd%phy_myj_elflx +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from pdfflag to GFS_Control%pdfflag +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +DEBUG: Updating local name of variable number_of_tracers_scavenged from nscav to GFS_Interstitial(cdata%thrd_no)%nscav +INFO: Converting local name cld_rwp of variable RRTMGP_cloud_rain_water_path from new to old metadata +DEBUG: Updating local name of variable RRTMGP_cloud_rain_water_path from cld_rwp to GFS_Interstitial(cdata%thrd_no)%cld_rwp +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +DEBUG: Variable index_for_ice_cloud_number_concentration was in old metadata format and has already been converted +DEBUG: Updating local name of variable ice_number_concentration from qgrs(:,:,index_for_ice_cloud_number_concentration) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntinc) +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +DEBUG: Updating local name of variable mean_change_over_depth_in_sea_water_temperature from dtzm to GFS_Interstitial(cdata%thrd_no)%dtzm +INFO: Converting local name lw_optical_props_aerosol of variable longwave_optical_properties_for_aerosols from new to old metadata +DEBUG: Updating local name of variable longwave_optical_properties_for_aerosols from lw_optical_props_aerosol to GFS_Interstitial(cdata%thrd_no)%lw_optical_props_aerosol +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +DEBUG: Updating local name of variable shoc_tke_dissipation_tunable_parameter_near_surface from shoc_parm(3) to GFS_Control%shoc_parm(3) +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from visbmui to GFS_Data(cdata%blk_no)%Coupling%visbmui +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +DEBUG: Updating local name of variable instantaneous_atmosphere_heat_diffusivity from dkt to GFS_Data(cdata%blk_no)%Coupling%dkt +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +DEBUG: Updating local name of variable number_of_snow_layers from snowxy to GFS_Data(cdata%blk_no)%Sfcprop%snowxy +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from dv3dt(:,:,2) to GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,2) +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +DEBUG: Updating local name of variable soil_type_dataset_choice from isot to GFS_Control%isot +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +DEBUG: Updating local name of variable horizontal_index_of_printed_column from ipr to GFS_Interstitial(cdata%thrd_no)%ipr +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_x_momentum_flux_for_diag from dusfci to GFS_Data(cdata%blk_no)%Intdiag%dusfci +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +DEBUG: Variable index_for_graupel was in old metadata format and has already been converted +DEBUG: Updating local name of variable graupel_mixing_ratio_updated_by_physics from gq0(:,:,index_for_graupel) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntgl) +INFO: Converting local name do_GPsw_Glw of variable scheme_flag from new to old metadata +DEBUG: Updating local name of variable scheme_flag from do_GPsw_Glw to GFS_Control%do_GPsw_Glw +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels from htsw0 to GFS_Interstitial(cdata%thrd_no)%htsw0 +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +DEBUG: Updating local name of variable seed_for_random_number_generation_in_cellular_automata_scheme from iseed_ca to GFS_Control%iseed_ca +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +DEBUG: Updating local name of variable canopy_air_temperature from tahxy to GFS_Data(cdata%blk_no)%Sfcprop%tahxy +INFO: Converting local name imn of variable forecast_month from new to old metadata +DEBUG: Updating local name of variable forecast_month from imn to GFS_Control%imn +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +DEBUG: Updating local name of variable canopy_upward_latent_heat_flux from evcw to GFS_Interstitial(cdata%thrd_no)%evcw +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from evbsa to GFS_Data(cdata%blk_no)%Intdiag%evbsa +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +DEBUG: Updating local name of variable cumulative_cloud_work_function from cldwrk to GFS_Data(cdata%blk_no)%Intdiag%cldwrk +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from ql to CCPP_interstitial%ql +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +DEBUG: Updating local name of variable maximum_subgrid_orography from elvmax to GFS_Interstitial(cdata%thrd_no)%elvmax +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +DEBUG: Updating local name of variable air_pressure_at_lowest_model_layer from prsl(:,1) to GFS_Data(cdata%blk_no)%Statein%prsl(:,1) +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +DEBUG: Updating local name of variable countergradient_mixing_term_for_water_vapor from gamq to GFS_Interstitial(cdata%thrd_no)%gamq +INFO: Converting local name cld_iwp of variable RRTMGP_cloud_ice_water_path from new to old metadata +DEBUG: Updating local name of variable RRTMGP_cloud_ice_water_path from cld_iwp to GFS_Interstitial(cdata%thrd_no)%cld_iwp +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +DEBUG: Updating local name of variable air_temperature_updated_by_physics from gt0 to GFS_Data(cdata%blk_no)%Stateout%gt0 +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +DEBUG: Updating local name of variable v_wind_component_at_viscous_sublayer_top from phy_myj_vz0 to GFS_Data(cdata%blk_no)%Tbd%phy_myj_vz0 +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +DEBUG: Updating local name of variable ending_x_direction_index_domain from ied to CCPP_interstitial%ied +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from faersw(:,:,:,2) to GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,2) +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +DEBUG: Variable index_for_rain_number_concentration was in old metadata format and has already been converted +DEBUG: Updating local name of variable rain_number_concentration from qgrs(:,:,index_for_rain_number_concentration) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntrnc) +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +DEBUG: Updating local name of variable cell_area_for_fast_physics from area to CCPP_interstitial%area +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +DEBUG: Updating local name of variable flag_for_convective_transport_of_tracers from trans_trac to GFS_Control%trans_trac +INFO: Converting local name runoff of variable total_runoff from new to old metadata +DEBUG: Updating local name of variable total_runoff from runoff to GFS_Data(cdata%blk_no)%Intdiag%runoff +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from raincprv to GFS_Data(cdata%blk_no)%Sfcprop%raincprv +INFO: Converting local name ty_source_func_lw of variable ty_source_func_lw from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +DEBUG: Updating local name of variable time_integral_of_height_of_mountain_blocking from zmtb to GFS_Data(cdata%blk_no)%Intdiag%zmtb +DEBUG: Variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d was in old metadata format and has already been converted +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 +DEBUG: Updating local name of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from dv3dt_ngw to GFS_Data(cdata%blk_no)%Intdiag%dv3dt_ngw +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +DEBUG: Updating local name of variable volume_fraction_of_soil_moisture from smc to GFS_Data(cdata%blk_no)%Sfcprop%smc +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +DEBUG: Updating local name of variable limit_for_temperature_tendency_for_microphysics from ttendlim to GFS_Control%ttendlim +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +DEBUG: Updating local name of variable snow_vertical_dimension_for_land_surface_model from lsnow_lsm to GFS_Control%lsnow_lsm +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +DEBUG: Updating local name of variable vertical_index_difference_between_inout_and_local from kd to GFS_Interstitial(cdata%thrd_no)%kd +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +DEBUG: Updating local name of variable number_of_aerosol_output_fields_for_shortwave_radiation from nf_aesw to GFS_Interstitial(cdata%thrd_no)%nf_aesw +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_explicit_precipitation_amount from prcpmp to GFS_Interstitial(cdata%thrd_no)%prcpmp +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from dswsfci_cpl to GFS_Data(cdata%blk_no)%Coupling%dswsfci_cpl +INFO: Converting local name hswc of variable RRTMGP_sw_heating_rate_all_sky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_sw_heating_rate_all_sky from hswc to GFS_Interstitial(cdata%thrd_no)%hswc +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +DEBUG: Updating local name of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from u10max to GFS_Data(cdata%blk_no)%Intdiag%u10max +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +DEBUG: Updating local name of variable x_wind_at_lowest_model_layer from ugrs(:,1) to GFS_Data(cdata%blk_no)%Statein%ugrs(:,1) +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable local_rain_water_mixing_ratio from qrn to GFS_Interstitial(cdata%thrd_no)%qrn +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from dlwsfc to GFS_Data(cdata%blk_no)%Intdiag%dlwsfc +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name t_lev of variable air_temperature_at_interface_for_RRTMGP from new to old metadata +DEBUG: Updating local name of variable air_temperature_at_interface_for_RRTMGP from t_lev to GFS_Interstitial(cdata%thrd_no)%t_lev +DEBUG: Variable index_for_snow_number_concentration was in old metadata format and has already been converted +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_longwave_flux_absorbed_by_ground from gabsbdlw to GFS_Interstitial(cdata%thrd_no)%gabsbdlw +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +DEBUG: Variable ccpp_block_number was in old metadata format and has already been converted +DEBUG: Updating local name of variable horizontal_dimension from blksz2(ccpp_block_number) to GFS_Control%blksz2(cdata%blk_no) +INFO: Converting local name p_lay of variable air_pressure_at_layer_for_RRTMGP_in_hPa from new to old metadata +DEBUG: Updating local name of variable air_pressure_at_layer_for_RRTMGP_in_hPa from p_lay to GFS_Interstitial(cdata%thrd_no)%p_lay +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +DEBUG: Updating local name of variable flag_reset_maximum_hourly_fields from reset to GFS_Interstitial(cdata%thrd_no)%reset +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +DEBUG: Updating local name of variable density_of_fresh_water from rho_h2o to GFS_Control%rho_h2o +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +DEBUG: Updating local name of variable layer_bottom_depth_from_snow_surface from zsnsoxy to GFS_Data(cdata%blk_no)%Sfcprop%zsnsoxy +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +DEBUG: Updating local name of variable volume_mixing_ratio_ccl4 from gasvmr(:,:,9) to GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,9) +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +DEBUG: Variable index_for_snow_number_concentration was in old metadata format and has already been converted +DEBUG: Updating local name of variable snow_number_concentration_updated_by_physics from gq0(:,:,index_for_snow_number_concentration) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntsnc) +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_mass_flux_deep_convection_scheme from imfdeepcnv to GFS_Control%imfdeepcnv +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +DEBUG: Updating local name of variable stem_mass from stmassxy to GFS_Data(cdata%blk_no)%Sfcprop%stmassxy +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +DEBUG: Updating local name of variable atmosphere_heat_diffusivity_background_maximum from xkzminv to GFS_Control%xkzminv +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +DEBUG: Updating local name of variable number_of_spectral_wave_trancation_for_sas from jcap to GFS_Control%jcap +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +DEBUG: Updating local name of variable number_of_independent_cellular_automata from nca to GFS_Control%nca +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +DEBUG: Updating local name of variable leaf_mass from lfmassxy to GFS_Data(cdata%blk_no)%Sfcprop%lfmassxy +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +DEBUG: Updating local name of variable kinematic_surface_upward_sensible_heat_flux from hflx to GFS_Interstitial(cdata%thrd_no)%hflx +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +DEBUG: Updating local name of variable flag_mg3_as_mg2 from mg3_as_mg2 to GFS_Interstitial(cdata%thrd_no)%mg3_as_mg2 +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +DEBUG: Updating local name of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from iccn to GFS_Control%iccn +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +DEBUG: Updating local name of variable components_of_surface_downward_shortwave_fluxes from scmpsw to GFS_Interstitial(cdata%thrd_no)%scmpsw +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +DEBUG: Updating local name of variable weights_for_stochastic_shum_perturbation_flipped from shum_wts to GFS_Data(cdata%blk_no)%Intdiag%shum_wts +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +DEBUG: Updating local name of variable mg_flag_for_hail from mg_do_hail to GFS_Control%mg_do_hail +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +DEBUG: Updating local name of variable index_for_convective_cloud_cover_in_phy_f3d from ncnvc to GFS_Control%ncnvc +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +DEBUG: Updating local name of variable maximum_wind_at_10m from wind10mmax to GFS_Data(cdata%blk_no)%Intdiag%wind10mmax +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +DEBUG: Updating local name of variable GFS_diag_type_instance from Intdiag to GFS_Data(cdata%blk_no)%Intdiag +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 +DEBUG: Variable index_for_snow_water was in old metadata format and has already been converted +DEBUG: Updating local name of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from dqdt(:,:,index_for_snow_water) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntsw) +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_shortwave_flux from uswsfci to GFS_Data(cdata%blk_no)%Intdiag%uswsfci +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +DEBUG: Updating local name of variable countergradient_mixing_term_for_temperature from gamt to GFS_Interstitial(cdata%thrd_no)%gamt +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +DEBUG: Updating local name of variable number_of_tracers from ntrac to GFS_Control%ntrac +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +DEBUG: Updating local name of variable sea_ice_minimum from min_seaice to GFS_Control%min_seaice +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable flag_for_gravity_wave_drag from do_gwd to GFS_Control%do_gwd +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +DEBUG: Updating local name of variable maximum_x_wind_at_10m from u10mmax to GFS_Data(cdata%blk_no)%Intdiag%u10mmax +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels from htswc to GFS_Interstitial(cdata%thrd_no)%htswc +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +DEBUG: Updating local name of variable time_since_diagnostics_zeroed from zhour to GFS_Control%zhour +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from dtdtc to GFS_Interstitial(cdata%thrd_no)%dtdtc +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from ice to GFS_Data(cdata%blk_no)%Intdiag%ice +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +DEBUG: Updating local name of variable flag_for_precipitation_type from srflag to GFS_Data(cdata%blk_no)%Sfcprop%srflag +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels from htlwc to GFS_Interstitial(cdata%thrd_no)%htlwc +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +DEBUG: Updating local name of variable cloud_decorrelation_length from de_lgth to GFS_Interstitial(cdata%thrd_no)%de_lgth +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +DEBUG: Updating local name of variable map_of_block_column_number_to_global_i_index from imap to GFS_Data(cdata%blk_no)%Tbd%imap +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +DEBUG: Updating local name of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from skebu_wts to GFS_Data(cdata%blk_no)%Intdiag%skebu_wts +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +DEBUG: Updating local name of variable local_condesed_water_number_concentration from ncpl to GFS_Interstitial(cdata%thrd_no)%ncpl +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +DEBUG: Updating local name of variable number_of_frozen_precipitation_species from fprcp to GFS_Control%fprcp +INFO: Converting local name sfc_alb_nir_dir of variable surface_albedo_nearIR_direct from new to old metadata +DEBUG: Updating local name of variable surface_albedo_nearIR_direct from sfc_alb_nir_dir to GFS_Interstitial(cdata%thrd_no)%sfc_alb_nir_dir +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +DEBUG: Updating local name of variable flag_for_hedmf from hybedmf to GFS_Control%hybedmf +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +DEBUG: Updating local name of variable temperature_from_previous_timestep from prevst to GFS_Data(cdata%blk_no)%Tbd%prevst +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +DEBUG: Updating local name of variable number_of_total_tracers from tracers_total to GFS_Interstitial(cdata%thrd_no)%tracers_total +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +DEBUG: Updating local name of variable snow_temperature from tsnoxy to GFS_Data(cdata%blk_no)%Sfcprop%tsnoxy +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +DEBUG: Updating local name of variable weights_for_stochastic_shum_perturbation from shum_wts to GFS_Data(cdata%blk_no)%Coupling%shum_wts +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +DEBUG: Updating local name of variable height_above_ground_at_lowest_model_layer from zlvl to GFS_Data(cdata%blk_no)%Intdiag%zlvl +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +DEBUG: Updating local name of variable number_of_timesteps_between_longwave_radiation_calls from nslwr to GFS_Control%nslwr +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +DEBUG: Updating local name of variable ccpp_loop_counter from loop_cnt to cdata%loop_cnt +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_ice_amount from icemp to GFS_Interstitial(cdata%thrd_no)%icemp +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +DEBUG: Updating local name of variable sea_ice_thickness from hice to GFS_Data(cdata%blk_no)%Sfcprop%hice +INFO: Converting local name aerosolslw(:,:,:,3) of variable RRTMGP_aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable RRTMGP_aerosol_asymmetry_parameter_for_longwave_bands_01_16 from aerosolslw(:,:,:,3) to GFS_Interstitial(cdata%thrd_no)%aerosolslw(:,:,:,3) +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +DEBUG: Updating local name of variable vertical_index_at_top_of_atmosphere_boundary_layer from kpbl to GFS_Interstitial(cdata%thrd_no)%kpbl +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +DEBUG: Updating local name of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from cnv_ndrop to GFS_Interstitial(cdata%thrd_no)%cnv_ndrop +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from dnirbmi_cpl to GFS_Data(cdata%blk_no)%Coupling%dnirbmi_cpl +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +DEBUG: Updating local name of variable flag_for_frozen_soil_permeability_option from iopt_inf to GFS_Control%iopt_inf +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +DEBUG: Variable index_for_ice_friendly_aerosols was in old metadata format and has already been converted +DEBUG: Updating local name of variable ice_friendly_aerosol_number_concentration from qgrs(:,:,index_for_ice_friendly_aerosols) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntia) +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +DEBUG: Updating local name of variable specific_humidity_at_2m_from_noahmp from q2mp to GFS_Interstitial(cdata%thrd_no)%q2mp +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +DEBUG: Updating local name of variable natural_log_of_h2o_forcing_data_pressure_levels from h2o_pres to GFS_Interstitial(cdata%thrd_no)%h2o_pres +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +DEBUG: Updating local name of variable diffusivity_background_sigma_level from xkzm_s to GFS_Control%xkzm_s +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +DEBUG: Updating local name of variable surface_specific_humidity_over_ocean from qss_ocean to GFS_Interstitial(cdata%thrd_no)%qss_ocean +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 +DEBUG: Updating local name of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from nvisbmi_cpl to GFS_Data(cdata%blk_no)%Coupling%nvisbmi_cpl +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +DEBUG: Updating local name of variable number_of_cloud_condensate_types from ncnd to GFS_Control%ncnd +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +DEBUG: Updating local name of variable omp_threads_for_fast_physics from nthreads to CCPP_interstitial%nthreads +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +DEBUG: Updating local name of variable x_wind_at_lowest_model_layer_for_diag from u1 to GFS_Data(cdata%blk_no)%Intdiag%u1 +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +DEBUG: Updating local name of variable maximum_mass_flux from maxMF to GFS_Data(cdata%blk_no)%Intdiag%maxMF +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +DEBUG: Updating local name of variable coefficient_c_d from c_d to GFS_Data(cdata%blk_no)%Sfcprop%c_d +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +DEBUG: Updating local name of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from drain_cpl to GFS_Data(cdata%blk_no)%Tbd%drain_cpl +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +DEBUG: Updating local name of variable index_for_first_chemical_tracer from ntchs to GFS_Control%ntchs +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +DEBUG: Updating local name of variable mg_tuning_factor_for_alphas from mg_alf to GFS_Control%mg_alf +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +DEBUG: Updating local name of variable y_wind_at_lowest_model_layer_updated_by_physics from gv0(:,1) to GFS_Data(cdata%blk_no)%Stateout%gv0(:,1) +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +DEBUG: Updating local name of variable coefficient_c_0 from c_0 to GFS_Data(cdata%blk_no)%Sfcprop%c_0 +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +DEBUG: Updating local name of variable mpi_rank_for_fast_physics from mpirank to CCPP_interstitial%mpirank +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +DEBUG: Updating local name of variable downdraft_fraction_reaching_surface_over_land_deep_convection from betal_deep to GFS_Control%betal_deep +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +DEBUG: Updating local name of variable canopy_intercepted_ice_mass from canicexy to GFS_Data(cdata%blk_no)%Sfcprop%canicexy +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +DEBUG: Updating local name of variable mg_type_of_precip_fraction_method from mg_precip_frac_method to GFS_Control%mg_precip_frac_method +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +DEBUG: Updating local name of variable mean_effective_radius_for_ice_cloud from clouds(:,:,5) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,5) +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +DEBUG: Updating local name of variable weight_for_momentum_at_viscous_sublayer_top from phy_myj_a1u to GFS_Data(cdata%blk_no)%Tbd%phy_myj_a1u +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +DEBUG: Updating local name of variable ice_supersaturation_threshold from sup to GFS_Control%sup +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +DEBUG: Updating local name of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from rh02max to GFS_Data(cdata%blk_no)%Intdiag%rh02max +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +DEBUG: Updating local name of variable accumulated_change_of_air_temperature_due_to_FA_scheme from train to GFS_Data(cdata%blk_no)%Intdiag%train +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +DEBUG: Updating local name of variable coefficients_for_aerosol_scavenging from fscav to GFS_Control%fscav +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +DEBUG: Updating local name of variable frozen_cloud_threshold_temperature from tf to GFS_Control%tf +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +DEBUG: Updating local name of variable surface_air_pressure_two_time_steps_back from phy_f2d(:,1) to GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,1) +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +DEBUG: Updating local name of variable vertical_dimension_plus_one from levsp1 to GFS_Control%levsp1 +INFO: Converting local name GFS_grid_type of variable GFS_grid_type 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 +DEBUG: Updating local name of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from faerlw(:,:,:,2) to GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,2) +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +DEBUG: Updating local name of variable coefficient_from_cloud_ice_to_snow_ras from psauras to GFS_Control%psauras +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +DEBUG: Updating local name of variable inverse_scaling_factor_for_critical_relative_humidity from dxinv to GFS_Control%dxinv +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +DEBUG: Updating local name of variable surface_wind_stress_over_ocean from stress_ocean to GFS_Interstitial(cdata%thrd_no)%stress_ocean +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +DEBUG: Updating local name of variable cellular_automata_lifetime from nlives to GFS_Control%nlives +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_samf_shallow_convection_scheme from imfshalcnv_samf to GFS_Control%imfshalcnv_samf +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +DEBUG: Updating local name of variable diagnostics_control_for_chemical_tracers from ntdiag to GFS_Control%ntdiag +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +DEBUG: Updating local name of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from smcwlt2 to GFS_Data(cdata%blk_no)%Intdiag%smcwlt2 +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +DEBUG: Updating local name of variable instantaneous_aerosol_column_mass_densities from aecm to GFS_Data(cdata%blk_no)%Intdiag%aecm +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +DEBUG: Updating local name of variable surface_latent_heat from lh to GFS_Data(cdata%blk_no)%Sfcprop%lh +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +DEBUG: Updating local name of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from ntkev to GFS_Interstitial(cdata%thrd_no)%ntkev +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from fm10 to GFS_Interstitial(cdata%thrd_no)%fm10 +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +DEBUG: Updating local name of variable flag_for_hydrostatic_heating_from_physics from phys_hydrostatic to GFS_Interstitial(cdata%thrd_no)%phys_hydrostatic +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +DEBUG: Updating local name of variable weights_for_stochastic_sppt_perturbation from sppt_wts to GFS_Data(cdata%blk_no)%Coupling%sppt_wts +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +DEBUG: Updating local name of variable kappa_dry_for_fast_physics from akap to CCPP_interstitial%akap +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_land_surface_scheme from lsm to GFS_Control%lsm +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_momentum from ffmm to GFS_Data(cdata%blk_no)%Sfcprop%ffmm +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +DEBUG: Updating local name of variable height_of_mountain_blocking from zmtb to GFS_Interstitial(cdata%thrd_no)%zmtb +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 +DEBUG: Updating local name of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from chh_ice to GFS_Interstitial(cdata%thrd_no)%chh_ice +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 +DEBUG: Updating local name of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from chh_ocean to GFS_Interstitial(cdata%thrd_no)%chh_ocean +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 +DEBUG: Variable index_for_liquid_cloud_number_concentration was in old metadata format and has already been converted +DEBUG: Updating local name of variable cloud_droplet_number_concentration_updated_by_physics from gq0(:,:,index_for_liquid_cloud_number_concentration) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntlnc) +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +DEBUG: Updating local name of variable model_layer_number_at_cloud_top from mtopa to GFS_Interstitial(cdata%thrd_no)%mtopa +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +DEBUG: Updating local name of variable tendency_of_water_friendly_aerosols_at_surface from nwfa2d to GFS_Data(cdata%blk_no)%Coupling%nwfa2d +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +DEBUG: Updating local name of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from pkz to CCPP_interstitial%pkz +INFO: Converting local name dx of variable cell_size from new to old metadata +DEBUG: Updating local name of variable cell_size from dx to GFS_Data(cdata%blk_no)%Grid%dx +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +DEBUG: Updating local name of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from t02min to GFS_Data(cdata%blk_no)%Intdiag%t02min +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +DEBUG: Updating local name of variable bulk_richardson_number_at_lowest_model_level_over_land from rb_land to GFS_Interstitial(cdata%thrd_no)%rb_land +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_thompson_microphysics_scheme from imp_physics_thompson to GFS_Control%imp_physics_thompson +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +DEBUG: Updating local name of variable surface_skin_temperature_for_nsst from tseal to GFS_Interstitial(cdata%thrd_no)%tseal +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +DEBUG: Updating local name of variable ccpp_error_message from errmsg to cdata%errmsg +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +DEBUG: Updating local name of variable detrainment_and_precipitation_tunable_parameter_3_CS from cs_parm(3) to GFS_Control%cs_parm(3) +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +DEBUG: Updating local name of variable snow_layer_liquid_water from snliqxy to GFS_Data(cdata%blk_no)%Sfcprop%snliqxy +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +DEBUG: Updating local name of variable flag_for_moorthi_stratus from mstrat to GFS_Control%mstrat +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +DEBUG: Updating local name of variable water_equivalent_accumulated_snow_depth_over_ice from weasd_ice to GFS_Interstitial(cdata%thrd_no)%weasd_ice +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +DEBUG: Updating local name of variable water_vapor_specific_humidity_at_layer_for_radiation from qlyr to GFS_Interstitial(cdata%thrd_no)%qlyr +INFO: Converting local name ccpp_t of variable ccpp_t 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 +DEBUG: Updating local name of variable lwe_thickness_of_precipitation_amount_for_coupling from rain_cpl to GFS_Data(cdata%blk_no)%Coupling%rain_cpl +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +DEBUG: Updating local name of variable cloud_specie_mix_flag from bl_mynn_cloudmix to GFS_Control%bl_mynn_cloudmix +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +DEBUG: Updating local name of variable ground_temperature_for_noahmp from tgxy to GFS_Data(cdata%blk_no)%Sfcprop%tgxy +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from dvsfc_cpl to GFS_Data(cdata%blk_no)%Coupling%dvsfc_cpl +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +DEBUG: Updating local name of variable flag_for_shoc_after_convection from shocaftcnv to GFS_Control%shocaftcnv +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +DEBUG: Updating local name of variable flag_for_nsstm_run from nstf_name(1) to GFS_Control%nstf_name(1) +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +DEBUG: Updating local name of variable stem_area_index from xsaixy to GFS_Data(cdata%blk_no)%Sfcprop%xsaixy +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +DEBUG: Updating local name of variable mg_time_scale_for_autoconversion_of_ice from mg_ts_auto_ice to GFS_Control%mg_ts_auto_ice +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_roughness_length_over_ocean_interstitial from zorl_ocean to GFS_Interstitial(cdata%thrd_no)%zorl_ocean +INFO: Converting local name ca1 of variable cellular_automata_global_pattern from new to old metadata +DEBUG: Updating local name of variable cellular_automata_global_pattern from ca1 to GFS_Data(cdata%blk_no)%Coupling%ca1 +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable aerosol_optical_depth_for_shortwave_bands_01_16 from faersw(:,:,:,1) to GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,1) +INFO: Converting local name sw_optical_props_cloudsByBand of variable shortwave_optical_properties_for_cloudy_atmosphere_by_band from new to old metadata +DEBUG: Updating local name of variable shortwave_optical_properties_for_cloudy_atmosphere_by_band from sw_optical_props_cloudsByBand to GFS_Interstitial(cdata%thrd_no)%sw_optical_props_cloudsByBand +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +DEBUG: Updating local name of variable cloud_liquid_water_path from clouds(:,:,2) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,2) +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +DEBUG: Updating local name of variable vertical_index_at_cloud_top from ktop to GFS_Interstitial(cdata%thrd_no)%ktop +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +DEBUG: Updating local name of variable surface_diffused_shortwave_albedo from sfalb to GFS_Data(cdata%blk_no)%Radtend%sfalb +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +DEBUG: Updating local name of variable convective_cloud_cover from cnvc to GFS_Interstitial(cdata%thrd_no)%cnvc +INFO: Converting local name ugrs of variable x_wind from new to old metadata +DEBUG: Updating local name of variable x_wind from ugrs to GFS_Data(cdata%blk_no)%Statein%ugrs +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +DEBUG: Updating local name of variable minimum_vegetation_area_fraction from shdmin to GFS_Data(cdata%blk_no)%Sfcprop%shdmin +INFO: Converting local name fluxswUP_clrsky of variable RRTMGP_sw_flux_profile_upward_clrsky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_sw_flux_profile_upward_clrsky from fluxswUP_clrsky to GFS_Interstitial(cdata%thrd_no)%fluxswUP_clrsky +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +DEBUG: Updating local name of variable time_integral_of_height_of_low_level_wave_breaking from zlwb to GFS_Data(cdata%blk_no)%Intdiag%zlwb +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +DEBUG: Updating local name of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from satmedmf to GFS_Control%satmedmf +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from cdmbgwd to GFS_Control%cdmbgwd +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +DEBUG: Updating local name of variable coefficient_from_cloud_water_to_rain_ras from prauras to GFS_Control%prauras +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +DEBUG: Updating local name of variable flag_for_output_of_shortwave_heating_rate from swhtr to GFS_Control%swhtr +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +DEBUG: Updating local name of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from aerodp to GFS_Interstitial(cdata%thrd_no)%aerodp +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +DEBUG: Updating local name of variable tke_dissipative_heating_factor from dspfac to GFS_Control%dspfac +INFO: Converting local name facwf of variable fractional_coverage_with_weak_cosz_dependency from new to old metadata +DEBUG: Updating local name of variable fractional_coverage_with_weak_cosz_dependency from facwf to GFS_Data(cdata%blk_no)%Sfcprop%facwf +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_gf_shallow_convection_scheme from imfshalcnv_gf to GFS_Control%imfshalcnv_gf +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable aerosol_optical_properties_for_longwave_bands_01_16 from faerlw to GFS_Interstitial(cdata%thrd_no)%faerlw +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +DEBUG: Updating local name of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from zvir to CCPP_interstitial%zvir +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +DEBUG: Updating local name of variable array_dimension_of_3d_arrays_for_microphysics from num_p3d to GFS_Control%num_p3d +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +DEBUG: Updating local name of variable flag_for_hydrostatic_solver_for_fast_physics from hydrostatic to CCPP_interstitial%hydrostatic +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +DEBUG: Updating local name of variable integrated_y_momentum_flux_from_blocking_drag from dvsfc_bl to GFS_Data(cdata%blk_no)%Intdiag%dvsfc_bl +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +DEBUG: Updating local name of variable aerosol_aware_parameter_deep_convection from asolfac_deep to GFS_Control%asolfac_deep +INFO: Converting local name alvsf of variable mean_vis_albedo_with_strong_cosz_dependency from new to old metadata +DEBUG: Updating local name of variable mean_vis_albedo_with_strong_cosz_dependency from alvsf to GFS_Data(cdata%blk_no)%Sfcprop%alvsf +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +DEBUG: Updating local name of variable air_pressure_at_layer_for_radiation_in_hPa from plyr to GFS_Interstitial(cdata%thrd_no)%plyr +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +DEBUG: Updating local name of variable coefficient_for_evaporation_of_rainfall from evpco to GFS_Control%evpco +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +DEBUG: Updating local name of variable y_momentum_tendency_from_blocking_drag from dtauy2d_bl to GFS_Data(cdata%blk_no)%Intdiag%dtauy2d_bl +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +DEBUG: Updating local name of variable weight_for_potental_temperature_at_viscous_sublayer_top from phy_myj_a1t to GFS_Data(cdata%blk_no)%Tbd%phy_myj_a1t +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +DEBUG: Updating local name of variable x_momentum_tendency_from_large_scale_gwd from dtaux2d_ls to GFS_Data(cdata%blk_no)%Intdiag%dtaux2d_ls +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_pressure_multiplied_by_timestep from psmean to GFS_Data(cdata%blk_no)%Intdiag%psmean +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +DEBUG: Updating local name of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from cmm_ocean to GFS_Interstitial(cdata%thrd_no)%cmm_ocean +INFO: Converting local name sw_file_gas of variable rrtmgp_kdistribution_sw from new to old metadata +DEBUG: Updating local name of variable rrtmgp_kdistribution_sw from sw_file_gas to GFS_Control%sw_file_gas +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +DEBUG: Updating local name of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from clw(:,:,2) to GFS_Interstitial(cdata%thrd_no)%clw(:,:,2) +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +DEBUG: Updating local name of variable shoc_tke_dissipatation_pressure_threshold from shoc_parm(1) to GFS_Control%shoc_parm(1) +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +DEBUG: Updating local name of variable vertical_index_difference_between_layer_and_upper_bound from kt to GFS_Interstitial(cdata%thrd_no)%kt +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +DEBUG: Updating local name of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from f10m to GFS_Data(cdata%blk_no)%Sfcprop%f10m +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +DEBUG: Updating local name of variable mg_autoconversion_size_threshold_ice_snow from mg_dcs to GFS_Control%mg_dcs +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_snow_amount_for_coupling from snow_cpl to GFS_Data(cdata%blk_no)%Coupling%snow_cpl +DEBUG: Variable index_for_water_vapor was in old metadata format and has already been converted +INFO: Converting local name topflw_type of variable topflw_type 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 +DEBUG: Updating local name of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from cdq_land to GFS_Interstitial(cdata%thrd_no)%cdq_land +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +DEBUG: Updating local name of variable flag_for_Chikira_Sugiyama_deep_convection from cscnv to GFS_Control%cscnv +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from dq3dt(:,:,5) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from rainc to GFS_Data(cdata%blk_no)%Intdiag%rainc +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable surface_upward_sensible_heat_flux_for_coupling from dtsfcin_cpl to GFS_Data(cdata%blk_no)%Coupling%dtsfcin_cpl +INFO: Converting local name rann of variable random_number_array from new to old metadata +DEBUG: Updating local name of variable random_number_array from rann to GFS_Data(cdata%blk_no)%Tbd%rann +DEBUG: Variable index_for_liquid_cloud_number_concentration was in old metadata format and has already been converted +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +DEBUG: Updating local name of variable flag_for_guess_run from flag_guess to GFS_Interstitial(cdata%thrd_no)%flag_guess +INFO: Converting local name tracer of variable chemical_tracers from new to old metadata +DEBUG: Updating local name of variable chemical_tracers from tracer to GFS_Interstitial(cdata%thrd_no)%tracer +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +DEBUG: Updating local name of variable flag_for_radiation_transfer_option from iopt_rad to GFS_Control%iopt_rad +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +DEBUG: Updating local name of variable stability_function_for_heat from Sh3D to GFS_Data(cdata%blk_no)%Tbd%Sh3D +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +DEBUG: Updating local name of variable sine_of_solar_declination_angle from sdec to GFS_Control%sdec +INFO: Converting local name sfc_emiss_byband of variable surface_emissivity_in_each_RRTMGP_LW_band from new to old metadata +DEBUG: Updating local name of variable surface_emissivity_in_each_RRTMGP_LW_band from sfc_emiss_byband to GFS_Interstitial(cdata%thrd_no)%sfc_emiss_byband +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +DEBUG: Updating local name of variable flag_for_vertical_index_direction_control from iflip to GFS_Control%iflip +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +DEBUG: Updating local name of variable slope_of_subgrid_orography from sigma to GFS_Interstitial(cdata%thrd_no)%sigma +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +DEBUG: Updating local name of variable do_myjsfc from do_myjsfc to GFS_Control%do_myjsfc +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from ep to GFS_Data(cdata%blk_no)%Intdiag%ep +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 +DEBUG: Updating local name of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from dnirdf_cpl to GFS_Data(cdata%blk_no)%Coupling%dnirdf_cpl +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +DEBUG: Updating local name of variable subgrid_cloud_mixing_ratio_pbl from QC_BL to GFS_Data(cdata%blk_no)%Tbd%QC_BL +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_longwave_flux_over_ice_interstitial from adjsfculw_ice to GFS_Interstitial(cdata%thrd_no)%adjsfculw_ice +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +DEBUG: Updating local name of variable magnitude_of_perturbation_of_momentum_roughness_length from pertz0 to GFS_Control%pertz0 +INFO: Converting local name rrtmgp_nrghice of variable number_of_rrtmgp_ice_roughness from new to old metadata +DEBUG: Updating local name of variable number_of_rrtmgp_ice_roughness from rrtmgp_nrghice to GFS_Control%rrtmgp_nrghice +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +DEBUG: Updating local name of variable tracer_concentration_updated_by_physics from gq0 to GFS_Data(cdata%blk_no)%Stateout%gq0 +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +DEBUG: Updating local name of variable flag_for_first_time_step from first_time_step to GFS_Control%first_time_step +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +DEBUG: Updating local name of variable x_momentum_tendency_from_small_scale_gwd from dtaux2d_ss to GFS_Data(cdata%blk_no)%Intdiag%dtaux2d_ss +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +DEBUG: Updating local name of variable instantaneous_large_scale_wet_deposition from wetdpl to GFS_Data(cdata%blk_no)%Intdiag%wetdpl +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +DEBUG: Updating local name of variable t_prime_squared from tsq to GFS_Data(cdata%blk_no)%Tbd%tsq +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +DEBUG: Updating local name of variable fraction_of_tracer_scavenged from fscav to GFS_Interstitial(cdata%thrd_no)%fscav +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +DEBUG: Updating local name of variable index_for_mass_weighted_rime_factor from nqrimef to GFS_Control%nqrimef +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_shallow_convective_precipitation_amount from raincs to GFS_Interstitial(cdata%thrd_no)%raincs +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +DEBUG: Updating local name of variable sine_of_latitude from sinlat to GFS_Data(cdata%blk_no)%Grid%sinlat +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_zhao_carr_pdf_microphysics_scheme from imp_physics_zhao_carr_pdf to GFS_Control%imp_physics_zhao_carr_pdf +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from evcwa to GFS_Data(cdata%blk_no)%Intdiag%evcwa +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +DEBUG: Updating local name of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from ntk to GFS_Interstitial(cdata%thrd_no)%ntk +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +DEBUG: Updating local name of variable number_of_aerosol_tracers_MG from ntrcaer to GFS_Control%ntrcaer +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_skin_temperature_over_ice_interstitial from tsfc_ice to GFS_Interstitial(cdata%thrd_no)%tsfc_ice +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +DEBUG: Updating local name of variable vertical_dimension_of_ozone_forcing_data from levozp to GFS_Interstitial(cdata%thrd_no)%levozp +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +DEBUG: Updating local name of variable conv_activity_counter from cactiv to GFS_Data(cdata%blk_no)%Tbd%cactiv +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 +DEBUG: Variable index_for_turbulent_kinetic_energy_convective_transport_tracer was in old metadata format and has already been converted +DEBUG: Updating local name of variable turbulent_kinetic_energy_convective_transport_tracer from clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) to GFS_Interstitial(cdata%thrd_no)%clw(:,:,GFS_Interstitial(cdata%thrd_no)%ntk) +DEBUG: Variable index_for_water_friendly_aerosols was in old metadata format and has already been converted +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_snow_amount_from_previous_timestep from snowprv to GFS_Data(cdata%blk_no)%Sfcprop%snowprv +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +DEBUG: Updating local name of variable forecast_date_and_time from jdat to GFS_Control%jdat +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +DEBUG: Updating local name of variable daytime_points_dimension from nday to GFS_Interstitial(cdata%thrd_no)%nday +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from dtsfc_cpl to GFS_Data(cdata%blk_no)%Coupling%dtsfc_cpl +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable surface_x_momentum_flux_for_coupling from dusfcin_cpl to GFS_Data(cdata%blk_no)%Coupling%dusfcin_cpl +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +DEBUG: Variable index_for_ozone was in old metadata format and has already been converted +DEBUG: Updating local name of variable ozone_concentration_updated_by_physics from gq0(:,:,index_for_ozone) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntoz) +INFO: Converting local name debug of variable flag_debug from new to old metadata +DEBUG: Updating local name of variable flag_debug from debug to GFS_Control%debug +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +DEBUG: Updating local name of variable coefficient_from_cloud_ice_to_snow from psautco to GFS_Control%psautco +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +DEBUG: Updating local name of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from cd_ocean to GFS_Interstitial(cdata%thrd_no)%cd_ocean +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +DEBUG: Updating local name of variable water_vapor_specific_humidity_two_time_steps_back from phy_f3d(:,:,2) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,2) +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_temperature_due_to_microphysics from dt3dt(:,:,6) to GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,6) +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +DEBUG: Updating local name of variable y_wind_save from save_v to GFS_Interstitial(cdata%thrd_no)%save_v +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +DEBUG: Updating local name of variable mixing_length from el_pbl to GFS_Data(cdata%blk_no)%Tbd%el_pbl +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +DEBUG: Updating local name of variable integrated_x_momentum_flux_from_blocking_drag from dusfc_bl to GFS_Data(cdata%blk_no)%Intdiag%dusfc_bl +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +DEBUG: Updating local name of variable flag_for_wave_coupling_to_atm from cplwav2atm to GFS_Control%cplwav2atm +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +DEBUG: Updating local name of variable local_rain_number_concentration from ncpr to GFS_Interstitial(cdata%thrd_no)%ncpr +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +DEBUG: Updating local name of variable flag_for_ras_deep_convection from ras to GFS_Control%ras +DEBUG: Variable topfsw_type is in old metadata format, no conversion necessary +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +DEBUG: Updating local name of variable surface_albedo_perturbation from alb1d to GFS_Interstitial(cdata%thrd_no)%alb1d +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +DEBUG: Updating local name of variable pressure_at_bottom_of_convective_cloud from cvb to GFS_Data(cdata%blk_no)%Cldprop%cvb +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name cld_lwp of variable RRTMGP_cloud_liquid_water_path from new to old metadata +DEBUG: Updating local name of variable RRTMGP_cloud_liquid_water_path from cld_lwp to GFS_Interstitial(cdata%thrd_no)%cld_lwp +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +DEBUG: Updating local name of variable water_table_recharge_when_shallow from rechxy to GFS_Data(cdata%blk_no)%Sfcprop%rechxy +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +DEBUG: Updating local name of variable mg_allow_supersat_after_sed from sed_supersat to GFS_Control%sed_supersat +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +DEBUG: Updating local name of variable date_and_time_at_model_initialization_reordered from idate to GFS_Control%idate +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_ugwp from gw_dtdt to GFS_Interstitial(cdata%thrd_no)%gw_dtdt +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +DEBUG: Updating local name of variable mg_minimum_rh_for_ice from mg_rhmini to GFS_Control%mg_rhmini +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_upward_latent_heat_flux from dqsfc1 to GFS_Interstitial(cdata%thrd_no)%dqsfc1 +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +DEBUG: Updating local name of variable temperature_at_2m from t2m to GFS_Data(cdata%blk_no)%Sfcprop%t2m +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +DEBUG: Updating local name of variable transpiration_flux from trans to GFS_Interstitial(cdata%thrd_no)%trans +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 +DEBUG: Variable index_for_cloud_fraction_in_3d_arrays_for_microphysics was in old metadata format and has already been converted +DEBUG: Updating local name of variable cloud_fraction_for_MG from phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%indcld) +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_temperature_due_to_shortwave_radiation from dt3dt(:,:,2) to GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,2) +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +DEBUG: Updating local name of variable flag_for_using_climatology_albedo from ialb to GFS_Control%ialb +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +DEBUG: Updating local name of variable air_pressure_at_interface_for_radiation_in_hPa from plvl to GFS_Interstitial(cdata%thrd_no)%plvl +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +DEBUG: Updating local name of variable surface_friction_velocity_over_land from uustar_land to GFS_Interstitial(cdata%thrd_no)%uustar_land +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +DEBUG: Updating local name of variable flag_for_cloud_condensate_normalized_by_cloud_cover from ccnorm to GFS_Control%ccnorm +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +DEBUG: Updating local name of variable tendency_of_tracers_due_to_model_physics from dqdt to GFS_Interstitial(cdata%thrd_no)%dqdt +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +DEBUG: Updating local name of variable number_of_tile from tile_num to GFS_Control%tile_num +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +DEBUG: Updating local name of variable specific_heat_capacities_for_multi_gases_physics from cpilist to CCPP_interstitial%cpilist +INFO: Converting local name me of variable mpi_rank from new to old metadata +DEBUG: Updating local name of variable mpi_rank from me to GFS_Control%me +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +DEBUG: Updating local name of variable accumulated_lwe_thickness_of_ice_amount from totice to GFS_Data(cdata%blk_no)%Intdiag%totice +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable surface_upward_latent_heat_flux_for_coupling from dqsfcin_cpl to GFS_Data(cdata%blk_no)%Coupling%dqsfcin_cpl +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +DEBUG: Updating local name of variable cloud_area_fraction from cldf to GFS_Interstitial(cdata%thrd_no)%cldf +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater 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 +DEBUG: Updating local name of variable flag_for_the_last_step_of_k_split_remapping from last_step to CCPP_interstitial%last_step +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +DEBUG: Updating local name of variable number_of_water_species from nwat to CCPP_interstitial%nwat +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +DEBUG: Updating local name of variable forecast_hour_of_the_day from solhr to GFS_Control%solhr +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +DEBUG: Updating local name of variable flag_for_scale_aware_Shinhong_PBL from shinhong to GFS_Control%shinhong +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +DEBUG: Updating local name of variable coefficient_from_cloud_water_to_rain from prautco to GFS_Control%prautco +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_over_ice from ffhh_ice to GFS_Interstitial(cdata%thrd_no)%ffhh_ice +INFO: Converting local name toa_src_lw of variable toa_incident_lw_flux_by_spectral_point from new to old metadata +DEBUG: Updating local name of variable toa_incident_lw_flux_by_spectral_point from toa_src_lw to GFS_Interstitial(cdata%thrd_no)%toa_src_lw +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 clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +DEBUG: Updating local name of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from clx to GFS_Interstitial(cdata%thrd_no)%clx +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +DEBUG: Updating local name of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from skebv_wts to GFS_Data(cdata%blk_no)%Intdiag%skebv_wts +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +DEBUG: Updating local name of variable instantaneous_sedimentation from sedim to GFS_Data(cdata%blk_no)%Intdiag%sedim +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_graupel_amount from graupelmp to GFS_Interstitial(cdata%thrd_no)%graupelmp +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +DEBUG: Updating local name of variable number_of_days_in_year from yearlen to GFS_Control%yearlen +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 +DEBUG: Variable index_for_liquid_cloud_condensate was in old metadata format and has already been converted +DEBUG: Updating local name of variable cloud_condensed_water_mixing_ratio_updated_by_physics from gq0(:,:,index_for_liquid_cloud_condensate) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntcw) +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +DEBUG: Updating local name of variable column_precipitable_water from pwat to GFS_Data(cdata%blk_no)%Intdiag%pwat +INFO: Converting local name relhum of variable relative_humidity from new to old metadata +DEBUG: Updating local name of variable relative_humidity from relhum to GFS_Interstitial(cdata%thrd_no)%relhum +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +DEBUG: Updating local name of variable flag_for_shallow_convection from shal_cnv to GFS_Control%shal_cnv +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +DEBUG: Updating local name of variable flag_for_cellular_automata from do_ca to GFS_Control%do_ca +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +DEBUG: Updating local name of variable surface_runoff from srunoff to GFS_Data(cdata%blk_no)%Intdiag%srunoff +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +DEBUG: Updating local name of variable cumulative_lwe_thickness_of_convective_precipitation_amount from cnvprcp to GFS_Data(cdata%blk_no)%Intdiag%cnvprcp +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +DEBUG: Updating local name of variable time_step_for_remapping_for_fast_physics from mdt to CCPP_interstitial%mdt +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +DEBUG: Updating local name of variable do_mynnedmf from do_mynnedmf to GFS_Control%do_mynnedmf +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from nswsfci_cpl to GFS_Data(cdata%blk_no)%Coupling%nswsfci_cpl +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_ground_heat_flux from gfluxi to GFS_Data(cdata%blk_no)%Intdiag%gfluxi +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +DEBUG: Updating local name of variable explicit_rainfall_rate_from_previous_timestep from drainncprv to GFS_Data(cdata%blk_no)%Sfcprop%drainncprv +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +DEBUG: Updating local name of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from hflx_ocean to GFS_Interstitial(cdata%thrd_no)%hflx_ocean +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +DEBUG: Variable index_for_graupel_number_concentration was in old metadata format and has already been converted +DEBUG: Updating local name of variable graupel_number_concentration from qgrs(:,:,index_for_graupel_number_concentration) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntgnc) +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +DEBUG: Updating local name of variable moisture_tendency_due_to_dynamics from forceq to GFS_Data(cdata%blk_no)%Tbd%forceq +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +DEBUG: Updating local name of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from ctei_rml to GFS_Interstitial(cdata%thrd_no)%ctei_rml +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +DEBUG: Updating local name of variable convexity_of_subgrid_orography from oc to GFS_Interstitial(cdata%thrd_no)%oc +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +DEBUG: Updating local name of variable fine_root_mass from rtmassxy to GFS_Data(cdata%blk_no)%Sfcprop%rtmassxy +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +DEBUG: Updating local name of variable momentum_transport_reduction_factor_pgf_shallow_convection from pgcon_shal to GFS_Control%pgcon_shal +INFO: Converting local name con_pi of variable pi 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 ngeffr of variable index_for_graupel_effective_radius from new to old metadata +DEBUG: Updating local name of variable index_for_graupel_effective_radius from ngeffr to GFS_Control%ngeffr +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +DEBUG: Updating local name of variable surface_upward_potential_latent_heat_flux_over_ocean from ep1d_ocean to GFS_Interstitial(cdata%thrd_no)%ep1d_ocean +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +DEBUG: Updating local name of variable potential_temperature_at_viscous_sublayer_top from phy_myj_thz0 to GFS_Data(cdata%blk_no)%Tbd%phy_myj_thz0 +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +DEBUG: Updating local name of variable vertical_temperature_average_range_lower_bound from nstf_name(4) to GFS_Control%nstf_name(4) +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +DEBUG: Updating local name of variable cloud_phase_transition_threshold_temperature from tcr to GFS_Control%tcr +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +DEBUG: Updating local name of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from isatmedmf_vdifq to GFS_Control%isatmedmf_vdifq +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +DEBUG: Updating local name of variable cosine_of_zenith_angle from coszen to GFS_Data(cdata%blk_no)%Radtend%coszen +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 +DEBUG: Variable index_for_rain_water was in old metadata format and has already been converted +DEBUG: Updating local name of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from dqdt(:,:,index_for_rain_water) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntrw) +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +DEBUG: Updating local name of variable tendency_of_x_wind_due_to_model_physics from dudt to GFS_Interstitial(cdata%thrd_no)%dudt +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_morrison_gettelman_microphysics_scheme from imp_physics_mg to GFS_Control%imp_physics_mg +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +DEBUG: Updating local name of variable mg_graupel_concentration_constant from mg_ngnst to GFS_Control%mg_ngnst +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +DEBUG: Updating local name of variable flag_for_iteration from flag_iter to GFS_Interstitial(cdata%thrd_no)%flag_iter +INFO: Converting local name julian of variable julian_day from new to old metadata +DEBUG: Updating local name of variable julian_day from julian to GFS_Control%julian +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +DEBUG: Updating local name of variable surface_drag_coefficient_for_momentum_in_air_over_ice from cd_ice to GFS_Interstitial(cdata%thrd_no)%cd_ice +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +DEBUG: Updating local name of variable adjusted_vertical_level_dimension_for_radiation from lmp to GFS_Interstitial(cdata%thrd_no)%lmp +DEBUG: Variable cmpfsw_type is in old metadata format, no conversion necessary +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +DEBUG: Updating local name of variable do_mynnsfclay from do_mynnsfclay to GFS_Control%do_mynnsfclay +INFO: Converting local name mol of variable theta_star from new to old metadata +DEBUG: Updating local name of variable theta_star from mol to GFS_Data(cdata%blk_no)%Sfcprop%mol +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +DEBUG: Updating local name of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from acv to GFS_Data(cdata%blk_no)%Tbd%acv +INFO: Converting local name sw_optical_props_clouds of variable shortwave_optical_properties_for_cloudy_atmosphere from new to old metadata +DEBUG: Updating local name of variable shortwave_optical_properties_for_cloudy_atmosphere from sw_optical_props_clouds to GFS_Interstitial(cdata%thrd_no)%sw_optical_props_clouds +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +DEBUG: Updating local name of variable shoc_tke_dissipation_tunable_parameter from shoc_parm(2) to GFS_Control%shoc_parm(2) +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +DEBUG: Updating local name of variable entrainment_rate_coefficient_deep_convection from clam_deep to GFS_Control%clam_deep +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +DEBUG: Updating local name of variable detrainment_and_precipitation_tunable_parameter_4_CS from cs_parm(4) to GFS_Control%cs_parm(4) +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 bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +DEBUG: Updating local name of variable mix_total_water_flag from bl_mynn_mixqt to GFS_Control%bl_mynn_mixqt +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +DEBUG: Updating local name of variable mg_flag_graupel_concentration_constant from mg_ngcons to GFS_Control%mg_ngcons +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +DEBUG: Updating local name of variable number_of_tracers_plus_one from ntracp1 to GFS_Control%ntracp1 +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +DEBUG: Updating local name of variable flag_for_radar_reflectivity from lradar to GFS_Control%lradar +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 +DEBUG: Variable index_for_convective_cloud_cover_in_phy_f3d was in old metadata format and has already been converted +DEBUG: Updating local name of variable convective_cloud_cover_in_phy_f3d from phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvc) +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +DEBUG: Updating local name of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from work2 to GFS_Interstitial(cdata%thrd_no)%work2 +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +DEBUG: Updating local name of variable vertical_dimension_of_h2o_forcing_data from levh2o to GFS_Interstitial(cdata%thrd_no)%levh2o +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_fer_hires_microphysics_scheme from imp_physics_fer_hires to GFS_Control%imp_physics_fer_hires +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from dusfc_cpl to GFS_Data(cdata%blk_no)%Coupling%dusfc_cpl +INFO: Converting local name hffac of variable surface_upward_sensible_heat_flux_reduction_factor from new to old metadata +DEBUG: Updating local name of variable surface_upward_sensible_heat_flux_reduction_factor from hffac to GFS_Interstitial(cdata%thrd_no)%hffac +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +DEBUG: Variable index_for_ice_cloud_condensate was in old metadata format and has already been converted +DEBUG: Updating local name of variable ice_water_mixing_ratio from qgrs(:,:,index_for_ice_cloud_condensate) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntiw) +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +DEBUG: Updating local name of variable cloud_base_mass_flux from phy_fctd to GFS_Data(cdata%blk_no)%Tbd%phy_fctd +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_samf_deep_convection_scheme from imfdeepcnv_samf to GFS_Control%imfdeepcnv_samf +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +DEBUG: Updating local name of variable emdf_updraft_entrainment_rate from edmf_ent to GFS_Data(cdata%blk_no)%Intdiag%edmf_ent +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +DEBUG: Updating local name of variable vertical_dimension_for_fast_physics from npz to CCPP_interstitial%npz +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_old_PBL_scheme from old_monin to GFS_Control%old_monin +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from dvisbmi_cpl to GFS_Data(cdata%blk_no)%Coupling%dvisbmi_cpl +INFO: Converting local name sfc_alb_uvvis_dif of variable surface_albedo_uvvis_dif from new to old metadata +DEBUG: Updating local name of variable surface_albedo_uvvis_dif from sfc_alb_uvvis_dif to GFS_Interstitial(cdata%thrd_no)%sfc_alb_uvvis_dif +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +DEBUG: Variable index_for_water_vapor was in old metadata format and has already been converted +DEBUG: Updating local name of variable water_vapor_specific_humidity from qgrs(:,:,index_for_water_vapor) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) +DEBUG: Variable index_for_turbulent_kinetic_energy was in old metadata format and has already been converted +INFO: Converting local name sfc_alb_uvvis_dir of variable surface_albedo_uvvis_dir from new to old metadata +DEBUG: Updating local name of variable surface_albedo_uvvis_dir from sfc_alb_uvvis_dir to GFS_Interstitial(cdata%thrd_no)%sfc_alb_uvvis_dir +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +DEBUG: Updating local name of variable water_equivalent_accumulated_snow_depth_over_land from weasd_land to GFS_Interstitial(cdata%thrd_no)%weasd_land +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +DEBUG: Updating local name of variable water_storage_in_aquifer from waxy to GFS_Data(cdata%blk_no)%Sfcprop%waxy +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +DEBUG: Updating local name of variable flag_for_CRICK_proof_cloud_water from crick_proof to GFS_Control%crick_proof +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +DEBUG: Updating local name of variable instantaneous_seasalt_emission_flux from ssem to GFS_Data(cdata%blk_no)%Intdiag%ssem +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +DEBUG: Updating local name of variable perturbation_of_leaf_area_index from xlai1d to GFS_Interstitial(cdata%thrd_no)%xlai1d +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +DEBUG: Updating local name of variable cloud_rain_water_path from clouds(:,:,6) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,6) +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +DEBUG: Updating local name of variable flag_for_sw_clouds_without_sub_grid_approximation from isubc_sw to GFS_Control%isubc_sw +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +DEBUG: Updating local name of variable number_of_timesteps_between_shortwave_radiation_calls from nsswr to GFS_Control%nsswr +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_ozone_concentration_due_to_temperature from dq3dt(:,:,8) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,8) +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +DEBUG: Updating local name of variable surface_wind_stress_over_ice from stress_ice to GFS_Interstitial(cdata%thrd_no)%stress_ice +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +DEBUG: Updating local name of variable starting_x_direction_index from is to CCPP_interstitial%is +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_x_momentum_flux from dusfc1 to GFS_Interstitial(cdata%thrd_no)%dusfc1 +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +DEBUG: Updating local name of variable cellular_automata_seed_probability from nfracseed to GFS_Control%nfracseed +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +DEBUG: Updating local name of variable flag_deep_convection from kcnv to GFS_Interstitial(cdata%thrd_no)%kcnv +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +DEBUG: Updating local name of variable dynamics_to_physics_timestep_ratio from frain to GFS_Interstitial(cdata%thrd_no)%frain +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +DEBUG: Updating local name of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from dsnow_cpl to GFS_Data(cdata%blk_no)%Tbd%dsnow_cpl +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +DEBUG: Updating local name of variable number_of_surface_perturbations from nsfcpert to GFS_Control%nsfcpert +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +DEBUG: Updating local name of variable surface_condensation_mass from cndm_surf to GFS_Data(cdata%blk_no)%Sfcprop%cndm_surf +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +DEBUG: Updating local name of variable sub_layer_cooling_thickness from z_c to GFS_Data(cdata%blk_no)%Sfcprop%z_c +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable flag_for_convective_gravity_wave_drag from do_cnvgwd to GFS_Control%do_cnvgwd +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +DEBUG: Variable index_for_ozone was in old metadata format and has already been converted +DEBUG: Updating local name of variable ozone_mixing_ratio from qgrs(:,:,index_for_ozone) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntoz) +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from snohfa to GFS_Data(cdata%blk_no)%Intdiag%snohfa +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 +DEBUG: Updating local name of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from nvisbm_cpl to GFS_Data(cdata%blk_no)%Coupling%nvisbm_cpl +INFO: Converting local name aerosolssw(:,:,:,3) of variable RRTMGP_aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable RRTMGP_aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from aerosolssw(:,:,:,3) to GFS_Interstitial(cdata%thrd_no)%aerosolssw(:,:,:,3) +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +DEBUG: Updating local name of variable vertical_dimension from levs to GFS_Control%levs +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +DEBUG: Updating local name of variable air_temperature_two_time_steps_back from phy_f3d(:,:,1) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,1) +INFO: Converting local name rrtmgp_cld_optics of variable rrtmgp_cloud_optics_flag from new to old metadata +DEBUG: Updating local name of variable rrtmgp_cloud_optics_flag from rrtmgp_cld_optics to GFS_Control%rrtmgp_cld_optics +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +DEBUG: Updating local name of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from isatmedmf_vdif to GFS_Control%isatmedmf_vdif +INFO: Converting local name cldtaulw of variable RRTMGP_cloud_optical_depth_layers_at_10mu_band from new to old metadata +DEBUG: Updating local name of variable RRTMGP_cloud_optical_depth_layers_at_10mu_band from cldtaulw to GFS_Interstitial(cdata%thrd_no)%cldtaulw +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 +DEBUG: Variable index_for_ice_friendly_aerosols was in old metadata format and has already been converted +DEBUG: Updating local name of variable ice_friendly_aerosol_number_concentration_updated_by_physics from gq0(:,:,index_for_ice_friendly_aerosols) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntia) +DEBUG: Variable index_for_graupel_number_concentration was in old metadata format and has already been converted +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +DEBUG: Updating local name of variable prandtl_number from prnum to GFS_Interstitial(cdata%thrd_no)%prnum +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +DEBUG: Updating local name of variable vertical_dimension_for_fast_physics_plus_one from npzp1 to CCPP_interstitial%npzp1 +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +DEBUG: Updating local name of variable surface_exchange_coefficient_for_heat_at_2m from chs2 to GFS_Data(cdata%blk_no)%Sfcprop%chs2 +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +DEBUG: Updating local name of variable instantaneous_atmosphere_updraft_convective_mass_flux from ud_mf to GFS_Interstitial(cdata%thrd_no)%ud_mf +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from htrlw to GFS_Data(cdata%blk_no)%Radtend%htrlw +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +DEBUG: Updating local name of variable flag_flux_form_CS from flx_form to GFS_Control%flx_form +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +DEBUG: Updating local name of variable surface_ground_temperature_for_radiation from tsfg to GFS_Interstitial(cdata%thrd_no)%tsfg +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +DEBUG: Updating local name of variable mg_flag_drop_concentration_constant from mg_nccons to GFS_Control%mg_nccons +INFO: Converting local name active_gases_array of variable list_of_active_gases_used_by_RRTMGP from new to old metadata +DEBUG: Updating local name of variable list_of_active_gases_used_by_RRTMGP from active_gases_array to GFS_Interstitial(cdata%thrd_no)%active_gases_array +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 master of variable mpi_root from new to old metadata +DEBUG: Updating local name of variable mpi_root from master to GFS_Control%master +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 +DEBUG: Updating local name of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from chh_land to GFS_Interstitial(cdata%thrd_no)%chh_land +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +DEBUG: Updating local name of variable latitude_index_in_debug_printouts from latidxprnt to GFS_Interstitial(cdata%thrd_no)%latidxprnt +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +DEBUG: Updating local name of variable flag_for_stochastic_skeb_option from do_skeb to GFS_Control%do_skeb +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +DEBUG: Updating local name of variable mean_vis_albedo_with_weak_cosz_dependency from alvwf to GFS_Data(cdata%blk_no)%Sfcprop%alvwf +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +DEBUG: Updating local name of variable tracer_concentration from qgrs to GFS_Data(cdata%blk_no)%Statein%qgrs +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +DEBUG: Updating local name of variable flag_arakawa_wu_downdraft from do_awdd to GFS_Control%do_awdd +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +DEBUG: Updating local name of variable mpi_root_for_fast_physics from mpiroot to CCPP_interstitial%mpiroot +INFO: Converting local name flxprf_lw of variable RRTMGP_lw_fluxes from new to old metadata +DEBUG: Updating local name of variable RRTMGP_lw_fluxes from flxprf_lw to GFS_Interstitial(cdata%thrd_no)%flxprf_lw +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_air_pressure_for_coupling from psurfi_cpl to GFS_Data(cdata%blk_no)%Coupling%psurfi_cpl +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +DEBUG: Updating local name of variable mpi_comm from communicator to GFS_Control%communicator +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +DEBUG: Updating local name of variable mg_flag_for_liu_liquid_treatment from mg_do_liq_liu to GFS_Control%mg_do_liq_liu +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +DEBUG: Updating local name of variable soil_water_content_between_soil_bottom_and_water_table from smcwtdxy to GFS_Data(cdata%blk_no)%Sfcprop%smcwtdxy +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +DEBUG: Updating local name of variable surface_midlayer_air_temperature_in_longwave_radiation from tsflw to GFS_Data(cdata%blk_no)%Radtend%tsflw +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from dtsfci to GFS_Data(cdata%blk_no)%Intdiag%dtsfci +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +DEBUG: Updating local name of variable minimum_scaling_factor_for_critical_relative_humidity from dxmin to GFS_Control%dxmin +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +DEBUG: Updating local name of variable number_of_tracers_for_cloud_condensate from nncl to GFS_Interstitial(cdata%thrd_no)%nncl +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +DEBUG: Updating local name of variable anisotropy_of_subgrid_orography from gamma to GFS_Interstitial(cdata%thrd_no)%gamma +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +DEBUG: Updating local name of variable free_convection_layer_thickness from d_conv to GFS_Data(cdata%blk_no)%Sfcprop%d_conv +INFO: Converting local name cld_frac of variable RRTMGP_total_cloud_fraction from new to old metadata +DEBUG: Updating local name of variable RRTMGP_total_cloud_fraction from cld_frac to GFS_Interstitial(cdata%thrd_no)%cld_frac +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +DEBUG: Updating local name of variable ending_x_direction_index from ie to CCPP_interstitial%ie +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +DEBUG: Updating local name of variable land_area_fraction_for_microphysics from frland to GFS_Interstitial(cdata%thrd_no)%frland +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +DEBUG: Updating local name of variable soil_vertical_dimension_for_land_surface_model from lsoil_lsm to GFS_Control%lsoil_lsm +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from dqsfci_cpl to GFS_Data(cdata%blk_no)%Coupling%dqsfci_cpl +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +DEBUG: Updating local name of variable flag_for_surface_layer_drag_coefficient_option from iopt_sfc to GFS_Control%iopt_sfc +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_temperature_due_to_longwave_radiation from dt3dt(:,:,1) to GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,1) +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +DEBUG: Updating local name of variable atmosphere_heat_diffusivity_for_mynnpbl from exch_h to GFS_Data(cdata%blk_no)%Intdiag%exch_h +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +DEBUG: Updating local name of variable local_snow_number_concentration from ncps to GFS_Interstitial(cdata%thrd_no)%ncps +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +DEBUG: Updating local name of variable sensible_heat_flux_due_to_rainfall from qrain to GFS_Data(cdata%blk_no)%Sfcprop%qrain +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from sfcnsw to GFS_Data(cdata%blk_no)%Coupling%sfcnsw +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +DEBUG: Updating local name of variable lw_fluxes_sfc from sfcflw to GFS_Data(cdata%blk_no)%Radtend%sfcflw +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +DEBUG: Updating local name of variable water_table_depth from zwtxy to GFS_Data(cdata%blk_no)%Sfcprop%zwtxy +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +DEBUG: Updating local name of variable flag_for_hydrostatic_solver from hydrostatic to GFS_Control%hydrostatic +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable convective_cloud_water_mixing_ratio from cnvw to GFS_Interstitial(cdata%thrd_no)%cnvw +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +DEBUG: Updating local name of variable flag_for_supercooled_liquid_water_option from iopt_frz to GFS_Control%iopt_frz +INFO: Converting local name fluxswUP_allsky of variable RRTMGP_sw_flux_profile_upward_allsky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_sw_flux_profile_upward_allsky from fluxswUP_allsky to GFS_Interstitial(cdata%thrd_no)%fluxswUP_allsky +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +DEBUG: Updating local name of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from cmm_ice to GFS_Interstitial(cdata%thrd_no)%cmm_ice +INFO: Converting local name cld_resnow of variable RRTMGP_mean_effective_radius_for_snow_flake from new to old metadata +DEBUG: Updating local name of variable RRTMGP_mean_effective_radius_for_snow_flake from cld_resnow to GFS_Interstitial(cdata%thrd_no)%cld_resnow +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_longwave_flux from ulwsfci to GFS_Data(cdata%blk_no)%Intdiag%ulwsfci +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +DEBUG: Updating local name of variable sea_ice_temperature_interstitial from tice to GFS_Interstitial(cdata%thrd_no)%tice +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +DEBUG: Updating local name of variable aerosol_number_concentration_from_gocart_aerosol_climatology from aer_nm to GFS_Data(cdata%blk_no)%Tbd%aer_nm +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +DEBUG: Variable index_for_liquid_cloud_condensate was in old metadata format and has already been converted +DEBUG: Updating local name of variable cloud_condensed_water_mixing_ratio_save from save_q(:,:,index_for_liquid_cloud_condensate) to GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntcw) +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from dtdtr to GFS_Data(cdata%blk_no)%Tbd%dtdtr +INFO: Converting local name evapq of variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness from new to old metadata +DEBUG: Updating local name of variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness from evapq to GFS_Interstitial(cdata%thrd_no)%evapq +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +DEBUG: Updating local name of variable weights_for_stochastic_surface_physics_perturbation from sfc_wts to GFS_Data(cdata%blk_no)%Coupling%sfc_wts +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from rainncprv to GFS_Data(cdata%blk_no)%Sfcprop%rainncprv +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +DEBUG: Updating local name of variable GFS_tbd_type_instance from Tbd to GFS_Data(cdata%blk_no)%Tbd +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +DEBUG: Updating local name of variable tendency_of_x_wind_due_to_ugwp from gw_dudt to GFS_Interstitial(cdata%thrd_no)%gw_dudt +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +DEBUG: Updating local name of variable air_temperature from tgrs to GFS_Data(cdata%blk_no)%Statein%tgrs +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +DEBUG: Updating local name of variable lw_fluxes_top_atmosphere from topflw to GFS_Data(cdata%blk_no)%Intdiag%topflw +INFO: Converting local name sw_optical_props_aerosol of variable shortwave_optical_properties_for_aerosols from new to old metadata +DEBUG: Updating local name of variable shortwave_optical_properties_for_aerosols from sw_optical_props_aerosol to GFS_Interstitial(cdata%thrd_no)%sw_optical_props_aerosol +INFO: Converting local name e0fac of variable latent_heat_flux_fraction_factor_relative_to_sensible_heat_flux from new to old metadata +DEBUG: Updating local name of variable latent_heat_flux_fraction_factor_relative_to_sensible_heat_flux from e0fac to GFS_Control%e0fac +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +DEBUG: Updating local name of variable air_temperature_at_interface_for_radiation from tlvl to GFS_Interstitial(cdata%thrd_no)%tlvl +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from snowca to GFS_Data(cdata%blk_no)%Intdiag%snowca +INFO: Converting local name do_RRTMGP of variable flag_for_rrtmgp_radiation_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_rrtmgp_radiation_scheme from do_RRTMGP to GFS_Control%do_RRTMGP +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from nirdfui to GFS_Data(cdata%blk_no)%Coupling%nirdfui +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +DEBUG: Updating local name of variable number_of_plumes from nupdraft to GFS_Data(cdata%blk_no)%Intdiag%nupdraft +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_potential_evaporation from epi to GFS_Data(cdata%blk_no)%Intdiag%epi +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +DEBUG: Updating local name of variable upward_heat_flux_in_soil_over_land from gflx_land to GFS_Interstitial(cdata%thrd_no)%gflx_land +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name lw_file_clouds of variable rrtmgp_coeff_lw_cloud_optics from new to old metadata +DEBUG: Updating local name of variable rrtmgp_coeff_lw_cloud_optics from lw_file_clouds to GFS_Control%lw_file_clouds +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +DEBUG: Updating local name of variable in_number_concentration from in_nm to GFS_Data(cdata%blk_no)%Tbd%in_nm +DEBUG: Variable ccpp_thread_number was in old metadata format and has already been converted +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +DEBUG: Updating local name of variable number_of_equatorial_longitude_points from lonr to GFS_Control%lonr +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from dt3dt(:,:,7) to GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,7) +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +DEBUG: Updating local name of variable upward_heat_flux_in_soil from gflx to GFS_Interstitial(cdata%thrd_no)%gflx +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +DEBUG: Updating local name of variable surface_wind_stress_over_land from stress_land to GFS_Interstitial(cdata%thrd_no)%stress_land +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +DEBUG: Updating local name of variable mg_cloud_water_variance from mg_qcvar to GFS_Control%mg_qcvar +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +DEBUG: Updating local name of variable dimensionless_exner_function_at_lowest_model_layer from prslk(:,1) to GFS_Data(cdata%blk_no)%Statein%prslk(:,1) +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +DEBUG: Updating local name of variable edmf_partition_flag from bl_mynn_edmf_part to GFS_Control%bl_mynn_edmf_part +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from dq3dt(:,:,7) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,7) +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +DEBUG: Updating local name of variable accumulated_lwe_thickness_of_graupel_amount from totgrp to GFS_Data(cdata%blk_no)%Intdiag%totgrp +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +DEBUG: Updating local name of variable kinematic_surface_upward_latent_heat_flux from evap to GFS_Interstitial(cdata%thrd_no)%evap +INFO: Converting local name lw_file_gas of variable rrtmgp_kdistribution_lw from new to old metadata +DEBUG: Updating local name of variable rrtmgp_kdistribution_lw from lw_file_gas to GFS_Control%lw_file_gas +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 +DEBUG: Updating local name of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from qg to CCPP_interstitial%qg +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +DEBUG: Updating local name of variable ending_y_direction_index from je to CCPP_interstitial%je +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +DEBUG: Updating local name of variable mg_ice_concentration_constant from mg_ninst to GFS_Control%mg_ninst +INFO: Converting local name hefac of variable surface_upward_latent_heat_flux_reduction_factor from new to old metadata +DEBUG: Updating local name of variable surface_upward_latent_heat_flux_reduction_factor from hefac to GFS_Interstitial(cdata%thrd_no)%hefac +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 +DEBUG: Variable index_for_graupel_effective_radius was in old metadata format and has already been converted +DEBUG: Updating local name of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from phy_f3d(:,:,index_for_graupel_effective_radius) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ngeffr) +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name p_lev of variable air_pressure_at_interface_for_RRTMGP_in_hPa from new to old metadata +DEBUG: Updating local name of variable air_pressure_at_interface_for_RRTMGP_in_hPa from p_lev to GFS_Interstitial(cdata%thrd_no)%p_lev +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +DEBUG: Updating local name of variable minimum_large_ice_fraction from flgmin to GFS_Control%flgmin +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +DEBUG: Updating local name of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from t02max to GFS_Data(cdata%blk_no)%Intdiag%t02max +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +DEBUG: Updating local name of variable magnitude_of_surface_albedo_perturbation from pertalb to GFS_Control%pertalb +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +DEBUG: Updating local name of variable cloud_condensed_water_conversion_threshold from wminco to GFS_Control%wminco +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +DEBUG: Updating local name of variable critical_relative_humidity from rhc to GFS_Interstitial(cdata%thrd_no)%rhc +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +DEBUG: Updating local name of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from tau_ngw to GFS_Interstitial(cdata%thrd_no)%tau_ngw +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +DEBUG: Updating local name of variable number_of_iterations_to_spin_up_cellular_automata from nspinup to GFS_Control%nspinup +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +DEBUG: Updating local name of variable x_wind_at_10m from u10m to GFS_Data(cdata%blk_no)%Intdiag%u10m +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable tendency_of_air_temperature_at_Lagrangian_surface from dtdt to CCPP_interstitial%dtdt +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +DEBUG: Updating local name of variable air_temperature_at_lowest_model_layer_for_diag from t1 to GFS_Data(cdata%blk_no)%Intdiag%t1 +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +DEBUG: Updating local name of variable characteristic_grid_length_scale from dlength to GFS_Interstitial(cdata%thrd_no)%dlength +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +DEBUG: Updating local name of variable snow_albedo_at_previous_time_step from alboldxy to GFS_Data(cdata%blk_no)%Sfcprop%alboldxy +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +DEBUG: Updating local name of variable flag_for_shoc from do_shoc to GFS_Control%do_shoc +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 +DEBUG: Updating local name of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from du3dt_tms to GFS_Data(cdata%blk_no)%Intdiag%du3dt_tms +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +DEBUG: Updating local name of variable number_of_tracers_for_convective_transport from nn to GFS_Interstitial(cdata%thrd_no)%nn +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +DEBUG: Updating local name of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from do_sat_adj to CCPP_interstitial%do_sat_adj +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +DEBUG: Updating local name of variable magnitude_of_perturbation_of_soil_type_b_parameter from pertshc to GFS_Control%pertshc +INFO: Converting local name sec_diff_byband of variable secant_of_diffusivity_angle_each_RRTMGP_LW_band from new to old metadata +DEBUG: Updating local name of variable secant_of_diffusivity_angle_each_RRTMGP_LW_band from sec_diff_byband to GFS_Interstitial(cdata%thrd_no)%sec_diff_byband +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +DEBUG: Updating local name of variable flag_for_canopy_stomatal_resistance_option from iopt_crs to GFS_Control%iopt_crs +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +DEBUG: Updating local name of variable surface_roughness_length_over_ocean from zorlo to GFS_Data(cdata%blk_no)%Sfcprop%zorlo +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +DEBUG: Updating local name of variable flag_nonzero_wet_surface_fraction from wet to GFS_Interstitial(cdata%thrd_no)%wet +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +DEBUG: Updating local name of variable y_wind_at_10m from v10m to GFS_Data(cdata%blk_no)%Intdiag%v10m +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +DEBUG: Updating local name of variable updraft_velocity_tunable_parameter_2_CS from cs_parm(2) to GFS_Control%cs_parm(2) +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from adjvisbmu to GFS_Interstitial(cdata%thrd_no)%adjvisbmu +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable time_integral_of_y_stress_due_to_gravity_wave_drag from dvgwd to GFS_Data(cdata%blk_no)%Intdiag%dvgwd +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +DEBUG: Updating local name of variable flag_for_cice from flag_cice to GFS_Interstitial(cdata%thrd_no)%flag_cice +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +DEBUG: Updating local name of variable snow_precipitation_rate_from_previous_timestep from dsnowprv to GFS_Data(cdata%blk_no)%Sfcprop%dsnowprv +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +DEBUG: Updating local name of variable number_of_3d_arrays_associated_with_pdf_based_clouds from npdf3d to GFS_Control%npdf3d +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from dq3dt(:,:,2) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,2) +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable local_graupel_mixing_ratio from qgl to GFS_Interstitial(cdata%thrd_no)%qgl +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +DEBUG: Updating local name of variable asymmetry_of_subgrid_orography from oa4 to GFS_Interstitial(cdata%thrd_no)%oa4 +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +DEBUG: Variable ccpp_block_number was in old metadata format and has already been converted +DEBUG: Updating local name of variable GFS_data_type_instance from GFS_Data(ccpp_block_number) to GFS_Data(cdata%blk_no) +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +DEBUG: Updating local name of variable water_equivalent_accumulated_snow_depth from weasd to GFS_Data(cdata%blk_no)%Sfcprop%weasd +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +DEBUG: Updating local name of variable surface_air_temperature_for_radiation from tsfa to GFS_Interstitial(cdata%thrd_no)%tsfa +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_temperature_at_2m_for_coupling from t2mi_cpl to GFS_Data(cdata%blk_no)%Coupling%t2mi_cpl +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +DEBUG: Updating local name of variable weights_for_stochastic_skeb_perturbation_of_y_wind from skebv_wts to GFS_Data(cdata%blk_no)%Coupling%skebv_wts +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +DEBUG: Updating local name of variable vertical_sigma_coordinate_for_radiation_initialization from si to GFS_Control%si +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +DEBUG: Updating local name of variable soil_vertical_dimension from lsoil to GFS_Control%lsoil +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +DEBUG: Updating local name of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from work1 to GFS_Interstitial(cdata%thrd_no)%work1 +INFO: Converting local name z0fac of variable surface_roughness_fraction_factor from new to old metadata +DEBUG: Updating local name of variable surface_roughness_fraction_factor from z0fac to GFS_Control%z0fac +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +DEBUG: Updating local name of variable diurnal_thermocline_layer_heat_content from xt to GFS_Data(cdata%blk_no)%Sfcprop%xt +INFO: Converting local name prsl of variable air_pressure from new to old metadata +DEBUG: Updating local name of variable air_pressure from prsl to GFS_Data(cdata%blk_no)%Statein%prsl +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +DEBUG: Updating local name of variable fraction_of_convective_cloud from cv to GFS_Data(cdata%blk_no)%Cldprop%cv +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +DEBUG: Updating local name of variable map_of_block_column_number_to_global_j_index from jmap to GFS_Data(cdata%blk_no)%Tbd%jmap +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +DEBUG: Updating local name of variable accumulated_lwe_thickness_of_precipitation_amount from totprcp to GFS_Data(cdata%blk_no)%Intdiag%totprcp +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +DEBUG: Updating local name of variable rain_conversion_parameter_shallow_convection from c0s_shal to GFS_Control%c0s_shal +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +DEBUG: Updating local name of variable sea_water_salinity from xs to GFS_Data(cdata%blk_no)%Sfcprop%xs +INFO: Converting local name xlat of variable latitude from new to old metadata +DEBUG: Updating local name of variable latitude from xlat to GFS_Data(cdata%blk_no)%Grid%xlat +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 +DEBUG: Variable index_for_ice_friendly_aerosols was in old metadata format and has already been converted +DEBUG: Updating local name of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from dqdt(:,:,index_for_ice_friendly_aerosols) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntia) +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_roughness_length_over_land_interstitial from zorl_land to GFS_Interstitial(cdata%thrd_no)%zorl_land +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable surface_geopotential_at_Lagrangian_surface from phis to CCPP_interstitial%phis +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_specific_humidity_at_2m_for_coupling from q2mi_cpl to GFS_Data(cdata%blk_no)%Coupling%q2mi_cpl +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from dswsfc_cpl to GFS_Data(cdata%blk_no)%Coupling%dswsfc_cpl +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +DEBUG: Updating local name of variable sea_ice_temperature from tisfc to GFS_Data(cdata%blk_no)%Sfcprop%tisfc +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +DEBUG: Updating local name of variable flag_for_fast_microphysics_energy_conservation from fast_mp_consv to CCPP_interstitial%fast_mp_consv +INFO: Converting local name rhowater of variable liquid_water_density 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 +DEBUG: Updating local name of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from du3dt_mtb to GFS_Data(cdata%blk_no)%Intdiag%du3dt_mtb +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +DEBUG: Updating local name of variable multiplication_factor_for_critical_cloud_workfunction from ccwf to GFS_Control%ccwf +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +DEBUG: Updating local name of variable duration_of_sunshine from suntim to GFS_Data(cdata%blk_no)%Intdiag%suntim +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_shortwave_flux from dswsfci to GFS_Data(cdata%blk_no)%Intdiag%dswsfci +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +DEBUG: Updating local name of variable atmosphere_boundary_layer_thickness from hpbl to GFS_Data(cdata%blk_no)%Intdiag%hpbl +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +DEBUG: Updating local name of variable surface_drag_coefficient_for_momentum_in_air from cd to GFS_Interstitial(cdata%thrd_no)%cd +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +DEBUG: Updating local name of variable integrated_x_momentum_flux_from_large_scale_gwd from dusfc_ls to GFS_Data(cdata%blk_no)%Intdiag%dusfc_ls +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +DEBUG: Updating local name of variable grav_settling from grav_settling to GFS_Control%grav_settling +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +DEBUG: Updating local name of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from refdmax263k to GFS_Data(cdata%blk_no)%Intdiag%refdmax263k +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +DEBUG: Updating local name of variable area_fraction_of_wet_canopy from fwetxy to GFS_Data(cdata%blk_no)%Sfcprop%fwetxy +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +DEBUG: Updating local name of variable subsurface_runoff_flux from drain to GFS_Interstitial(cdata%thrd_no)%drain +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_snow_amount from snowmp to GFS_Interstitial(cdata%thrd_no)%snowmp +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_gf_deep_convection_scheme from imfdeepcnv_gf to GFS_Control%imfdeepcnv_gf +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_temperature_due_to_shal_convection from dt3dt(:,:,5) to GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,5) +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +DEBUG: Updating local name of variable starting_y_direction_index from js to CCPP_interstitial%js +INFO: Converting local name sources of variable longwave_source_function from new to old metadata +DEBUG: Updating local name of variable longwave_source_function from sources to GFS_Interstitial(cdata%thrd_no)%sources +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +DEBUG: Updating local name of variable volume_mixing_ratio_cfc22 from gasvmr(:,:,8) to GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,8) +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +DEBUG: Updating local name of variable flag_for_default_aerosol_effect_in_shortwave_radiation from iaer to GFS_Control%iaer +DEBUG: Variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d was in old metadata format and has already been converted +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 +DEBUG: Variable index_for_water_vapor was in old metadata format and has already been converted +DEBUG: Updating local name of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from gq0(:,1,index_for_water_vapor) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,1,GFS_Control%ntqv) +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from dudt_ogw to GFS_Interstitial(cdata%thrd_no)%dudt_ogw +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +DEBUG: Updating local name of variable flag_for_initial_time_date_control from ictm to GFS_Control%ictm +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +DEBUG: Updating local name of variable moisture_from_previous_timestep from prevsq to GFS_Data(cdata%blk_no)%Tbd%prevsq +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +DEBUG: Updating local name of variable flag_for_precipitation_effect_on_radiation from norad_precip to GFS_Control%norad_precip +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +DEBUG: Updating local name of variable soil_type_classification_real from stype to GFS_Data(cdata%blk_no)%Sfcprop%stype +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +DEBUG: Updating local name of variable surface_wind_stress from stress to GFS_Interstitial(cdata%thrd_no)%stress +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +DEBUG: Updating local name of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from del_gz to GFS_Interstitial(cdata%thrd_no)%del_gz +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from npzq_con to CCPP_interstitial%npzq_con +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from dtsfc to GFS_Data(cdata%blk_no)%Intdiag%dtsfc +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from fh2_ocean to GFS_Interstitial(cdata%thrd_no)%fh2_ocean +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +DEBUG: Updating local name of variable seed_random_numbers_sw from icsdsw to GFS_Data(cdata%blk_no)%Tbd%icsdsw +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +DEBUG: Updating local name of variable critical_relative_humidity_at_surface from crtrh(1) to GFS_Control%crtrh(1) +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable cloud_snow_specific_humidity_at_Lagrangian_surface from qs to CCPP_interstitial%qs +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +DEBUG: Updating local name of variable number_of_dust_bins_for_diagnostics from ndust to GFS_Data(cdata%blk_no)%Intdiag%ndust +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 +DEBUG: Variable index_for_water_vapor was in old metadata format and has already been converted +DEBUG: Updating local name of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from dqdt(:,:,index_for_water_vapor) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntqv) +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +DEBUG: Updating local name of variable x_momentum_tendency_from_blocking_drag from dtaux2d_bl to GFS_Data(cdata%blk_no)%Intdiag%dtaux2d_bl +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from graupel to GFS_Data(cdata%blk_no)%Intdiag%graupel +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from dqsfc to GFS_Data(cdata%blk_no)%Intdiag%dqsfc +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +DEBUG: Updating local name of variable x_wind_updated_by_physics from gu0 to GFS_Data(cdata%blk_no)%Stateout%gu0 +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +DEBUG: Updating local name of variable canopy_air_vapor_pressure from eahxy to GFS_Data(cdata%blk_no)%Sfcprop%eahxy +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +DEBUG: Updating local name of variable flag_for_dynamic_vegetation_option from iopt_dveg to GFS_Control%iopt_dveg +INFO: Converting local name vfact_ca of variable vertical_weight_for_ca from new to old metadata +DEBUG: Updating local name of variable vertical_weight_for_ca from vfact_ca to GFS_Data(cdata%blk_no)%Coupling%vfact_ca +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +DEBUG: Updating local name of variable t_prime_q_prime from cov to GFS_Data(cdata%blk_no)%Tbd%cov +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +DEBUG: Updating local name of variable mg_flag_for_uniform_subcolumns from microp_uniform to GFS_Control%microp_uniform +INFO: Converting local name cld_reice of variable RRTMGP_mean_effective_radius_for_ice_cloud from new to old metadata +DEBUG: Updating local name of variable RRTMGP_mean_effective_radius_for_ice_cloud from cld_reice to GFS_Interstitial(cdata%thrd_no)%cld_reice +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +DEBUG: Updating local name of variable flag_for_ground_snow_surface_albedo_option from iopt_alb to GFS_Control%iopt_alb +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +DEBUG: Updating local name of variable atmosphere_diffusivity_coefficient_factor from moninq_fac to GFS_Control%moninq_fac +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +DEBUG: Updating local name of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from work3 to GFS_Interstitial(cdata%thrd_no)%work3 +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +DEBUG: Updating local name of variable surface_downwelling_direct_near_infrared_shortwave_flux from adjnirbmd to GFS_Interstitial(cdata%thrd_no)%adjnirbmd +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +DEBUG: Updating local name of variable volume_mixing_ratio_ch4 from gasvmr(:,:,3) to GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,3) +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +DEBUG: Updating local name of variable coefficient_w_d from w_d to GFS_Data(cdata%blk_no)%Sfcprop%w_d +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +DEBUG: Updating local name of variable critical_relative_humidity_at_PBL_top from crtrh(2) to GFS_Control%crtrh(2) +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +DEBUG: Updating local name of variable ccpp_error_flag from errflg to cdata%errflg +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +DEBUG: Updating local name of variable flag_for_individual_cloud_species_advected from spec_adv to GFS_Control%spec_adv +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from gflux to GFS_Data(cdata%blk_no)%Intdiag%gflux +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +DEBUG: Updating local name of variable entrainment_efficiency_tunable_parameter_9_CS from cs_parm(9) to GFS_Control%cs_parm(9) +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +DEBUG: Updating local name of variable namelist_filename_for_internal_file_reads from input_nml_file to GFS_Control%input_nml_file +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +DEBUG: Updating local name of variable start_index_of_other_tracers from tracers_start_index to GFS_Interstitial(cdata%thrd_no)%tracers_start_index +DEBUG: Variable sfcfsw_type is in old metadata format, no conversion necessary +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +DEBUG: Updating local name of variable dominant_rain_type from tdomr to GFS_Data(cdata%blk_no)%Intdiag%tdomr +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +DEBUG: Updating local name of variable mass_fraction_of_convective_cloud_ice from qicn to GFS_Interstitial(cdata%thrd_no)%qicn +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name ipsdsw0 of variable initial_permutation_seed_sw from new to old metadata +DEBUG: Updating local name of variable initial_permutation_seed_sw from ipsdsw0 to GFS_Interstitial(cdata%thrd_no)%ipsdsw0 +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +DEBUG: Updating local name of variable instantaneous_convective_scale_wet_deposition from wetdpc to GFS_Data(cdata%blk_no)%Intdiag%wetdpc +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +DEBUG: Updating local name of variable namelist_filename from fn_nml to GFS_Control%fn_nml +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +DEBUG: Updating local name of variable surface_air_pressure_diag from psurf to GFS_Data(cdata%blk_no)%Intdiag%psurf +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +DEBUG: Updating local name of variable surface_snow_thickness_water_equivalent from snowd to GFS_Data(cdata%blk_no)%Sfcprop%snowd +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +DEBUG: Updating local name of variable seconds_elapsed_since_model_initialization from sec to GFS_Control%sec +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +DEBUG: Updating local name of variable number_of_tracers_for_samf from nsamftrac to GFS_Interstitial(cdata%thrd_no)%nsamftrac +INFO: Converting local name lw_cloud_props of variable coefficients_for_lw_cloud_optics from new to old metadata +DEBUG: Updating local name of variable coefficients_for_lw_cloud_optics from lw_cloud_props to GFS_Interstitial(cdata%thrd_no)%lw_cloud_props +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +DEBUG: Updating local name of variable dimensionless_exner_function_at_model_layers from prslk to GFS_Data(cdata%blk_no)%Statein%prslk +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +DEBUG: Updating local name of variable wood_mass from woodxy to GFS_Data(cdata%blk_no)%Sfcprop%woodxy +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_deep_convective_precipitation_amount from raincd to GFS_Interstitial(cdata%thrd_no)%raincd +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +DEBUG: Updating local name of variable cumulative_atmosphere_downdraft_convective_mass_flux from dwn_mf to GFS_Data(cdata%blk_no)%Intdiag%dwn_mf +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +DEBUG: Variable index_for_snow_water was in old metadata format and has already been converted +DEBUG: Updating local name of variable snow_water_mixing_ratio_updated_by_physics from gq0(:,:,index_for_snow_water) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntsw) +INFO: Converting local name hswb of variable RRTMGP_sw_heating_rate_spectral from new to old metadata +DEBUG: Updating local name of variable RRTMGP_sw_heating_rate_spectral from hswb to GFS_Interstitial(cdata%thrd_no)%hswb +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +DEBUG: Updating local name of variable water_vapor_specific_humidity_at_previous_time_step from phy_f3d(:,:,4) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,4) +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +DEBUG: Updating local name of variable number_of_cloud_types_CS from nctp to GFS_Control%nctp +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 +DEBUG: Variable index_for_mass_weighted_rime_factor was in old metadata format and has already been converted +DEBUG: Updating local name of variable mass_weighted_rime_factor_updated_by_physics from gq0(:,:,index_for_mass_weighted_rime_factor) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%nqrimef) +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +DEBUG: Updating local name of variable instantaneous_cosine_of_zenith_angle from xcosz to GFS_Interstitial(cdata%thrd_no)%xcosz +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +DEBUG: Updating local name of variable kinematic_surface_upward_latent_heat_flux_over_land from evap_land to GFS_Interstitial(cdata%thrd_no)%evap_land +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 +DEBUG: Variable index_for_liquid_cloud_number_concentration was in old metadata format and has already been converted +DEBUG: Updating local name of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from dqdt(:,:,index_for_liquid_cloud_number_concentration) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntlnc) +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +DEBUG: Updating local name of variable cumulative_atmosphere_updraft_convective_mass_flux from upd_mf to GFS_Data(cdata%blk_no)%Intdiag%upd_mf +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +DEBUG: Updating local name of variable vegetation_type_classification from vegtype to GFS_Interstitial(cdata%thrd_no)%vegtype +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +DEBUG: Updating local name of variable cumulative_transpiration_flux_multiplied_by_timestep from transa to GFS_Data(cdata%blk_no)%Intdiag%transa +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +DEBUG: Variable index_for_cloud_amount was in old metadata format and has already been converted +DEBUG: Updating local name of variable cloud_fraction_updated_by_physics from gq0(:,:,index_for_cloud_amount) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntclamt) +INFO: Converting local name lw_gas_props of variable coefficients_for_lw_gas_optics from new to old metadata +DEBUG: Updating local name of variable coefficients_for_lw_gas_optics from lw_gas_props to GFS_Interstitial(cdata%thrd_no)%lw_gas_props +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +DEBUG: Updating local name of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from q1 to GFS_Data(cdata%blk_no)%Intdiag%q1 +INFO: Converting local name ty_gas_optics_rrtmgp of variable ty_gas_optics_rrtmgp from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +DEBUG: Updating local name of variable ice_fraction_in_convective_tower from cnv_fice to GFS_Interstitial(cdata%thrd_no)%cnv_fice +INFO: Converting local name aerosolslw(:,:,:,2) of variable RRTMGP_aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable RRTMGP_aerosol_single_scattering_albedo_for_longwave_bands_01_16 from aerosolslw(:,:,:,2) to GFS_Interstitial(cdata%thrd_no)%aerosolslw(:,:,:,2) +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +DEBUG: Updating local name of variable x_wind_save from save_u to GFS_Interstitial(cdata%thrd_no)%save_u +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 +DEBUG: Updating local name of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from nswsfc_cpl to GFS_Data(cdata%blk_no)%Coupling%nswsfc_cpl +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +DEBUG: Updating local name of variable instantaneous_anthopogenic_and_biomass_burning_emissions from abem to GFS_Data(cdata%blk_no)%Intdiag%abem +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +DEBUG: Updating local name of variable soil_type_classification from soiltype to GFS_Interstitial(cdata%thrd_no)%soiltype +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +DEBUG: Updating local name of variable flag_for_2015_ozone_physics from oz_phys_2015 to GFS_Control%oz_phys_2015 +INFO: Converting local name vgrs of variable y_wind from new to old metadata +DEBUG: Updating local name of variable y_wind from vgrs to GFS_Data(cdata%blk_no)%Statein%vgrs +DEBUG: Variable index_for_snow_effective_radius was in old metadata format and has already been converted +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_microphysics_scheme from imp_physics to GFS_Control%imp_physics +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +DEBUG: Updating local name of variable total_accumulated_snowfall from snowfallac to GFS_Data(cdata%blk_no)%Sfcprop%snowfallac +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +DEBUG: Updating local name of variable level_of_dividing_streamline from zmtnblck to GFS_Data(cdata%blk_no)%Intdiag%zmtnblck +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +DEBUG: Updating local name of variable flag_for_gaussian_spatial_filter from ca_smooth to GFS_Control%ca_smooth +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +DEBUG: Updating local name of variable maximum_column_heating_rate from cumabs to GFS_Interstitial(cdata%thrd_no)%cumabs +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +DEBUG: Updating local name of variable GFS_statein_type_instance from Statein to GFS_Data(cdata%blk_no)%Statein +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 +DEBUG: Variable index_for_turbulent_kinetic_energy was in old metadata format and has already been converted +DEBUG: Updating local name of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from dqdt(:,:,index_for_turbulent_kinetic_energy) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntke) +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +DEBUG: Updating local name of variable maximum_scaling_factor_for_critical_relative_humidity from dxmax to GFS_Control%dxmax +INFO: Converting local name fluxlwUP_allsky of variable RRTMGP_lw_flux_profile_upward_allsky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_lw_flux_profile_upward_allsky from fluxlwUP_allsky to GFS_Interstitial(cdata%thrd_no)%fluxlwUP_allsky +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_x_wind_due_to_deep_convection from du3dt(:,:,3) to GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,3) +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from dq3dt(:,:,1) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +DEBUG: Updating local name of variable cloud_condensed_water_ice_conversion_threshold_ras from wminras to GFS_Control%wminras +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +DEBUG: Updating local name of variable cloud_work_function from cld1d to GFS_Interstitial(cdata%thrd_no)%cld1d +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +DEBUG: Updating local name of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from toticeb to GFS_Data(cdata%blk_no)%Intdiag%toticeb +INFO: Converting local name fluxswDOWN_clrsky of variable RRTMGP_sw_flux_profile_downward_clrsky from new to old metadata +DEBUG: Updating local name of variable RRTMGP_sw_flux_profile_downward_clrsky from fluxswDOWN_clrsky to GFS_Interstitial(cdata%thrd_no)%fluxswDOWN_clrsky +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 +DEBUG: Variable index_for_ice_effective_radius was in old metadata format and has already been converted +DEBUG: Updating local name of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from phy_f3d(:,:,index_for_ice_effective_radius) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nieffr) +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +DEBUG: Updating local name of variable surface_friction_velocity_drag from ustm to GFS_Data(cdata%blk_no)%Sfcprop%ustm +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +DEBUG: Updating local name of variable tke_budget from bl_mynn_tkebudget to GFS_Control%bl_mynn_tkebudget +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +DEBUG: Updating local name of variable coefficient_w_0 from w_0 to GFS_Data(cdata%blk_no)%Sfcprop%w_0 +INFO: Converting local name aerosolssw(:,:,:,1) of variable RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16 from aerosolssw(:,:,:,1) to GFS_Interstitial(cdata%thrd_no)%aerosolssw(:,:,:,1) +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +DEBUG: Updating local name of variable mg_flag_for_cloud_ice_processes from do_cldice to GFS_Control%do_cldice +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +DEBUG: Updating local name of variable GFS_stateout_type_instance from Stateout to GFS_Data(cdata%blk_no)%Stateout +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +DEBUG: Updating local name of variable flag_for_resetting_radar_reflectivity_calculation from radar_reset to GFS_Interstitial(cdata%thrd_no)%radar_reset +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +DEBUG: Updating local name of variable snow_freezing_rain_upward_latent_heat_flux from snohf to GFS_Interstitial(cdata%thrd_no)%snohf +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +DEBUG: Updating local name of variable frequency_for_shortwave_radiation from fhswr to GFS_Control%fhswr +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +DEBUG: Updating local name of variable omp_threads from nthreads to GFS_Control%nthreads +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +DEBUG: Updating local name of variable number_of_chemical_tracers_for_diagnostics from ntchmdiag to GFS_Data(cdata%blk_no)%Intdiag%ntchmdiag +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 +DEBUG: Variable index_for_water_friendly_aerosols was in old metadata format and has already been converted +DEBUG: Updating local name of variable water_friendly_aerosol_number_concentration_updated_by_physics from gq0(:,:,index_for_water_friendly_aerosols) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntwa) +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +DEBUG: Variable index_for_water_vapor was in old metadata format and has already been converted +DEBUG: Updating local name of variable water_vapor_specific_humidity_save from save_q(:,:,index_for_water_vapor) to GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +DEBUG: Updating local name of variable emdf_updraft_cloud_water from edmf_qc to GFS_Data(cdata%blk_no)%Intdiag%edmf_qc +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +DEBUG: Updating local name of variable water_storage_in_aquifer_and_saturated_soil from wtxy to GFS_Data(cdata%blk_no)%Sfcprop%wtxy +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable cloud_liquid_water_mixing_ratio from qc_r to GFS_Interstitial(cdata%thrd_no)%qc_r +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +DEBUG: Updating local name of variable time_scale_for_rayleigh_damping from ral_ts to GFS_Control%ral_ts +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +DEBUG: Updating local name of variable diag_ugwp_flag from ldiag_ugwp to GFS_Control%ldiag_ugwp +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +DEBUG: Updating local name of variable cloud_top_entrainment_instability_value from ctei_r to GFS_Interstitial(cdata%thrd_no)%ctei_r +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from nlwsfci_cpl to GFS_Data(cdata%blk_no)%Coupling%nlwsfci_cpl +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +DEBUG: Updating local name of variable surface_specific_humidity_over_land from qss_land to GFS_Interstitial(cdata%thrd_no)%qss_land +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +DEBUG: Updating local name of variable perturbation_of_heat_to_momentum_roughness_length_ratio from zt1d to GFS_Interstitial(cdata%thrd_no)%zt1d +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable thickness_at_Lagrangian_surface from delz to CCPP_interstitial%delz +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +DEBUG: Updating local name of variable integrated_y_momentum_flux_from_form_drag from dvsfc_fd to GFS_Data(cdata%blk_no)%Intdiag%dvsfc_fd +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +DEBUG: Updating local name of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from totprcpb to GFS_Data(cdata%blk_no)%Intdiag%totprcpb +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +DEBUG: Updating local name of variable sea_land_ice_mask_cice from islmsk_cice to GFS_Interstitial(cdata%thrd_no)%islmsk_cice +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +DEBUG: Updating local name of variable tendency_of_ice_friendly_aerosols_at_surface from nifa2d to GFS_Data(cdata%blk_no)%Coupling%nifa2d +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +DEBUG: Updating local name of variable number_of_coefficients_in_ozone_forcing_data_plus_five from oz_coeffp5 to GFS_Interstitial(cdata%thrd_no)%oz_coeffp5 +INFO: Converting local name rrtmgp_nBandsSW of variable number_of_sw_bands_rrtmgp from new to old metadata +DEBUG: Updating local name of variable number_of_sw_bands_rrtmgp from rrtmgp_nBandsSW to GFS_Control%rrtmgp_nBandsSW +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +DEBUG: Updating local name of variable forecast_time from fhour to GFS_Control%fhour +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_temperature_due_to_deep_convection from dt3dt(:,:,4) to GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,4) +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +DEBUG: Updating local name of variable flag_for_soil_and_snow_temperature_time_stepping_option from iopt_stc to GFS_Control%iopt_stc +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +DEBUG: Updating local name of variable bulk_richardson_number_at_lowest_model_level from rb to GFS_Interstitial(cdata%thrd_no)%rb +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +DEBUG: Updating local name of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from visdfui to GFS_Data(cdata%blk_no)%Coupling%visdfui +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +DEBUG: Updating local name of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from iovr_lw to GFS_Control%iovr_lw +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +DEBUG: Updating local name of variable weights_for_stochastic_sppt_perturbation_flipped from sppt_wts to GFS_Data(cdata%blk_no)%Intdiag%sppt_wts +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +DEBUG: Updating local name of variable number_of_aerosol_bands_for_shortwave_radiation from nbdsw to GFS_Interstitial(cdata%thrd_no)%nbdsw +INFO: Converting local name proflw_type of variable proflw_type from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +DEBUG: Updating local name of variable surface_friction_velocity from uustar to GFS_Data(cdata%blk_no)%Sfcprop%uustar +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +DEBUG: Updating local name of variable flag_nonzero_land_surface_fraction from dry to GFS_Interstitial(cdata%thrd_no)%dry +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +DEBUG: Updating local name of variable bounded_vegetation_area_fraction from sigmaf to GFS_Interstitial(cdata%thrd_no)%sigmaf +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +DEBUG: Updating local name of variable fraction_of_rain_water_cloud from f_rain to GFS_Interstitial(cdata%thrd_no)%f_rain +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable time_integral_of_x_stress_due_to_gravity_wave_drag from dugwd to GFS_Data(cdata%blk_no)%Intdiag%dugwd +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from dnirdfi_cpl to GFS_Data(cdata%blk_no)%Coupling%dnirdfi_cpl +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable vertical_dimension_for_cappa_at_Lagrangian_surface from npzcappa to CCPP_interstitial%npzcappa +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +DEBUG: Updating local name of variable volume_mixing_ratio_co2 from gasvmr(:,:,1) to GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,1) +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_y_momentum_flux from dvsfc1 to GFS_Interstitial(cdata%thrd_no)%dvsfc1 +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +DEBUG: Updating local name of variable accumulated_water_equivalent_of_frozen_precip from acsnow to GFS_Data(cdata%blk_no)%Sfcprop%acsnow +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +DEBUG: Updating local name of variable surface_friction_velocity_over_ocean from uustar_ocean to GFS_Interstitial(cdata%thrd_no)%uustar_ocean +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_upward_latent_heat_flux_for_diag from dqsfci to GFS_Data(cdata%blk_no)%Intdiag%dqsfci +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +DEBUG: Updating local name of variable gas_constants_for_multi_gases_physics from rilist to CCPP_interstitial%rilist +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +DEBUG: Updating local name of variable vegetation_type_classification_real from vtype to GFS_Data(cdata%blk_no)%Sfcprop%vtype +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +DEBUG: Updating local name of variable water_equivalent_accumulated_snow_depth_over_ocean from weasd_ocean to GFS_Interstitial(cdata%thrd_no)%weasd_ocean +INFO: Converting local name lw_optical_props_clouds of variable longwave_optical_properties_for_cloudy_atmosphere from new to old metadata +DEBUG: Updating local name of variable longwave_optical_properties_for_cloudy_atmosphere from lw_optical_props_clouds to GFS_Interstitial(cdata%thrd_no)%lw_optical_props_clouds +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +DEBUG: Updating local name of variable sw_fluxes_sfc from sfcfsw to GFS_Data(cdata%blk_no)%Radtend%sfcfsw +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +DEBUG: Updating local name of variable surface_albedo_due_to_UV_and_VIS_diffused from sfcalb(:,4) to GFS_Interstitial(cdata%thrd_no)%sfcalb(:,4) +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +DEBUG: Updating local name of variable convective_cloud_volume_fraction from clcn to GFS_Interstitial(cdata%thrd_no)%clcn +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +DEBUG: Updating local name of variable deep_soil_temperature from tg3 to GFS_Data(cdata%blk_no)%Sfcprop%tg3 +INFO: Converting local name phil of variable geopotential from new to old metadata +DEBUG: Updating local name of variable geopotential from phil to GFS_Data(cdata%blk_no)%Statein%phil +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +DEBUG: Updating local name of variable flag_for_frozen_soil_physics from flag_frsoil to GFS_Data(cdata%blk_no)%Sfcprop%flag_frsoil +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +DEBUG: Updating local name of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from betas_deep to GFS_Control%betas_deep +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_upward_sensible_heat_flux from dtsfc1 to GFS_Interstitial(cdata%thrd_no)%dtsfc1 +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_longwave_emissivity_over_ice_interstitial from semis_ice to GFS_Interstitial(cdata%thrd_no)%semis_ice +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +DEBUG: Updating local name of variable lake_area_fraction from lakefrac to GFS_Data(cdata%blk_no)%Sfcprop%lakefrac +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from faerlw(:,:,:,3) to GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,3) +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable humidity_mixing_ratio from qv_r to GFS_Interstitial(cdata%thrd_no)%qv_r +INFO: Converting local name coszdg of variable daytime_mean_cosz_over_rad_call_period from new to old metadata +DEBUG: Updating local name of variable daytime_mean_cosz_over_rad_call_period from coszdg to GFS_Data(cdata%blk_no)%Radtend%coszdg +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +DEBUG: Updating local name of variable h2o_forcing from h2opl to GFS_Data(cdata%blk_no)%Tbd%h2opl +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +DEBUG: Updating local name of variable number_of_latitude_points from latr to GFS_Control%latr +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +DEBUG: Updating local name of variable surface_snow_melt from snowmt to GFS_Interstitial(cdata%thrd_no)%snowmt +DEBUG: Variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d was in old metadata format and has already been converted +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +DEBUG: Updating local name of variable convective_updraft_area_fraction from sigmafrac to GFS_Interstitial(cdata%thrd_no)%sigmafrac +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +DEBUG: Updating local name of variable flag_for_reduced_drag_coefficient_over_sea from redrag to GFS_Control%redrag +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +DEBUG: Updating local name of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from cnvprcpb to GFS_Data(cdata%blk_no)%Intdiag%cnvprcpb +DEBUG: Variable ccpp_block_number was in old metadata format and has already been converted +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +DEBUG: Updating local name of variable emdf_updraft_area from edmf_a to GFS_Data(cdata%blk_no)%Intdiag%edmf_a +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +DEBUG: Updating local name of variable sea_surface_reference_temperature from tref to GFS_Data(cdata%blk_no)%Sfcprop%tref +INFO: Converting local name sw_file_clouds of variable rrtmgp_coeff_sw_cloud_optics from new to old metadata +DEBUG: Updating local name of variable rrtmgp_coeff_sw_cloud_optics from sw_file_clouds to GFS_Control%sw_file_clouds +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +DEBUG: Updating local name of variable total_cloud_condensate_mixing_ratio_updated_by_physics from cwm to GFS_Interstitial(cdata%thrd_no)%cwm +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +DEBUG: Updating local name of variable integrated_y_momentum_flux_from_small_scale_gwd from dvsfc_ss to GFS_Data(cdata%blk_no)%Intdiag%dvsfc_ss +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable virtual_temperature_at_Lagrangian_surface from pt to CCPP_interstitial%pt +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +DEBUG: Updating local name of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from keepsmfr to GFS_Data(cdata%blk_no)%Sfcprop%keepsmfr +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +DEBUG: Updating local name of variable surface_skin_temperature_over_ocean_interstitial from tsfc_ocean to GFS_Interstitial(cdata%thrd_no)%tsfc_ocean +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +DEBUG: Updating local name of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from bl_upfr to GFS_Control%bl_upfr +INFO: Converting local name sw_optical_props_clrsky of variable shortwave_optical_properties_for_clear_sky from new to old metadata +DEBUG: Updating local name of variable shortwave_optical_properties_for_clear_sky from sw_optical_props_clrsky to GFS_Interstitial(cdata%thrd_no)%sw_optical_props_clrsky +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +DEBUG: Updating local name of variable depth_of_soil_levels_for_land_surface_model from zs to GFS_Data(cdata%blk_no)%Sfcprop%zs +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_noahmp_land_surface_scheme from lsm_noahmp to GFS_Control%lsm_noahmp +INFO: Converting local name cldtausw of variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band from new to old metadata +DEBUG: Updating local name of variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band from cldtausw to GFS_Interstitial(cdata%thrd_no)%cldtausw +INFO: Converting local name iaerclm of variable flag_for_aerosol_input_MG_radiation from new to old metadata +DEBUG: Updating local name of variable flag_for_aerosol_input_MG_radiation from iaerclm to GFS_Control%iaerclm +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +DEBUG: Updating local name of variable date_and_time_at_model_initialization from idat to GFS_Control%idat +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +DEBUG: Updating local name of variable flag_for_global_cellular_automata from ca_global to GFS_Control%ca_global +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +DEBUG: Updating local name of variable flag_for_soil_moisture_factor_stomatal_resistance_option from iopt_btr to GFS_Control%iopt_btr +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +DEBUG: Updating local name of variable surface_exchange_coefficient_for_moisture_at_2m from cqs2 to GFS_Data(cdata%blk_no)%Sfcprop%cqs2 +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +DEBUG: Updating local name of variable threshold_for_perturbed_vertical_velocity from nthresh to GFS_Control%nthresh +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +DEBUG: Updating local name of variable normalized_soil_wetness_for_land_surface_model from wetness to GFS_Data(cdata%blk_no)%Sfcprop%wetness +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +DEBUG: Variable index_for_ozone was in old metadata format and has already been converted +DEBUG: Updating local name of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from dqdt(:,:,index_for_ozone) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntoz) +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +DEBUG: Variable index_for_rain_number_concentration was in old metadata format and has already been converted +DEBUG: Updating local name of variable rain_number_concentration_updated_by_physics from gq0(:,:,index_for_rain_number_concentration) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntrnc) +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +DEBUG: Updating local name of variable pressure_thickness_at_Lagrangian_surface from delp to CCPP_interstitial%delp +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +DEBUG: Updating local name of variable lwe_thickness_of_ice_amount_from_previous_timestep from iceprv to GFS_Data(cdata%blk_no)%Sfcprop%iceprv +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +DEBUG: Updating local name of variable diurnal_thermocline_layer_x_current from xu to GFS_Data(cdata%blk_no)%Sfcprop%xu +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +DEBUG: Updating local name of variable surface_upward_potential_latent_heat_flux_over_land from ep1d_land to GFS_Interstitial(cdata%thrd_no)%ep1d_land +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +DEBUG: Updating local name of variable vegetation_area_fraction from vfrac to GFS_Data(cdata%blk_no)%Sfcprop%vfrac +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +DEBUG: Updating local name of variable tendency_of_vertically_diffused_tracer_concentration from dvdftra to GFS_Interstitial(cdata%thrd_no)%dvdftra +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +DEBUG: Updating local name of variable instantaneous_dust_emission_flux from duem to GFS_Data(cdata%blk_no)%Intdiag%duem +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +DEBUG: Updating local name of variable pressure_cutoff_for_rayleigh_damping from prslrd0 to GFS_Control%prslrd0 +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +DEBUG: Updating local name of variable specific_humidity_at_2m from q2m to GFS_Data(cdata%blk_no)%Sfcprop%q2m +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +DEBUG: Updating local name of variable local_snow_water_mixing_ratio from qsnw to GFS_Interstitial(cdata%thrd_no)%qsnw +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +DEBUG: Updating local name of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from dlwsfci_cpl to GFS_Data(cdata%blk_no)%Coupling%dlwsfci_cpl +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +DEBUG: Updating local name of variable surface_drag_coefficient_for_momentum_for_noahmp from cmxy to GFS_Data(cdata%blk_no)%Sfcprop%cmxy +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +DEBUG: Updating local name of variable mg_flag_for_graupel from mg_do_graupel to GFS_Control%mg_do_graupel +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +DEBUG: Updating local name of variable diurnal_thermocline_layer_thickness from xz to GFS_Data(cdata%blk_no)%Sfcprop%xz +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +DEBUG: Updating local name of variable surface_air_pressure_at_previous_time_step from phy_f2d(:,2) to GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,2) +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +DEBUG: Updating local name of variable shoc_implicit_TKE_integration_uncentering_term from shoc_parm(4) to GFS_Control%shoc_parm(4) +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +DEBUG: Updating local name of variable surface_longwave_emissivity from semis to GFS_Data(cdata%blk_no)%Radtend%semis +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +DEBUG: Updating local name of variable kinematic_surface_upward_latent_heat_flux_over_ice from evap_ice to GFS_Interstitial(cdata%thrd_no)%evap_ice +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from dq3dt(:,:,4) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,4) +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +DEBUG: Updating local name of variable number_of_timesteps_between_surface_cycling_calls from nscyc to GFS_Control%nscyc +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +DEBUG: Updating local name of variable maximum_temperature_at_2m from tmpmax to GFS_Data(cdata%blk_no)%Intdiag%tmpmax +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +DEBUG: Updating local name of variable dewpoint_temperature_at_2m from dpt2m to GFS_Data(cdata%blk_no)%Intdiag%dpt2m +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_over_land from ffhh_land to GFS_Interstitial(cdata%thrd_no)%ffhh_land +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +DEBUG: Updating local name of variable critical_relative_humidity_at_top_of_atmosphere from crtrh(3) to GFS_Control%crtrh(3) +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +DEBUG: Updating local name of variable surface_skin_temperature_after_iteration_over_ocean from tsurf_ocean to GFS_Interstitial(cdata%thrd_no)%tsurf_ocean +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +DEBUG: Updating local name of variable y_momentum_tendency_from_small_scale_gwd from dtauy2d_ss to GFS_Data(cdata%blk_no)%Intdiag%dtauy2d_ss +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +DEBUG: Updating local name of variable maximum_updraft_velocity_at_cloud_base from wcbmax to GFS_Interstitial(cdata%thrd_no)%wcbmax +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +DEBUG: Updating local name of variable aerosol_aware_parameter_shallow_convection from asolfac_shal to GFS_Control%asolfac_shal +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +DEBUG: Updating local name of variable flag_skip_macro from skip_macro to GFS_Interstitial(cdata%thrd_no)%skip_macro +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +DEBUG: Updating local name of variable surface_drag_wind_speed_for_momentum_in_air from cmm to GFS_Data(cdata%blk_no)%Intdiag%cmm +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_ruc_land_surface_scheme from lsm_ruc to GFS_Control%lsm_ruc +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +DEBUG: Updating local name of variable instantaneous_atmosphere_detrainment_convective_mass_flux from dt_mf to GFS_Interstitial(cdata%thrd_no)%dt_mf +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +DEBUG: Variable index_for_water_vapor was in old metadata format and has already been converted +DEBUG: Updating local name of variable water_vapor_specific_humidity_updated_by_physics from gq0(:,:,index_for_water_vapor) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) +DEBUG: Variable profsw_type is in old metadata format, no conversion necessary +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +DEBUG: Updating local name of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from faersw(:,:,:,3) to GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,3) +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +DEBUG: Variable index_for_water_friendly_aerosols was in old metadata format and has already been converted +DEBUG: Updating local name of variable water_friendly_aerosol_number_concentration from qgrs(:,:,index_for_water_friendly_aerosols) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntwa) +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 +DEBUG: Updating local name of variable lwe_thickness_of_graupel_amount_from_previous_timestep from graupelprv to GFS_Data(cdata%blk_no)%Sfcprop%graupelprv +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +DEBUG: Updating local name of variable surface_specific_humidity from qss to GFS_Interstitial(cdata%thrd_no)%qss +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +DEBUG: Updating local name of variable surface_skin_temperature_over_land from tsfcl to GFS_Data(cdata%blk_no)%Sfcprop%tsfcl +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +DEBUG: Updating local name of variable mean_effective_radius_for_snow_flake from clouds(:,:,9) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,9) +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +DEBUG: Updating local name of variable wind_speed_at_lowest_model_layer from wind to GFS_Interstitial(cdata%thrd_no)%wind +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +DEBUG: Updating local name of variable soil_upward_latent_heat_flux from evbs to GFS_Interstitial(cdata%thrd_no)%evbs +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +DEBUG: Updating local name of variable tracer_concentration_save from save_q to GFS_Interstitial(cdata%thrd_no)%save_q +INFO: Metadata table for model FV3 written to /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +DEBUG: Parsing file rayleigh_damp.f with registry OrderedDict([('rayleigh_damp', {'rayleigh_damp': {'rayleigh_damp_finalize': [118, 119], 'rayleigh_damp_init': [8, 9], 'rayleigh_damp_run': [22, 114]}})]) +DEBUG: Skipping blank table rayleigh_damp_finalize +DEBUG: Skipping blank table rayleigh_damp_init +DEBUG: Module name: rayleigh_damp +DEBUG: Scheme name: rayleigh_damp +DEBUG: Variables in subroutine rayleigh_damp_finalize: +DEBUG: Variables in subroutine rayleigh_damp_init: +DEBUG: Variables in subroutine rayleigh_damp_run: flag_idealized_physics, horizontal_loop_extent, horizontal_dimension, vertical_dimension, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, x_wind, y_wind, time_step_for_physics, specific_heat_of_dry_air_at_constant_pressure, number_of_vertical_layers_for_radiation_calculations, surface_air_pressure, air_pressure, pressure_cutoff_for_rayleigh_damping, time_scale_for_rayleigh_damping, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file sfc_ocean.F with registry OrderedDict([('sfc_ocean', {'sfc_ocean': {'sfc_ocean_finalize': [11, 12], 'sfc_ocean_init': [7, 8], 'sfc_ocean_run': [18, 134]}})]) +DEBUG: Skipping blank table sfc_ocean_finalize +DEBUG: Skipping blank table sfc_ocean_init +DEBUG: Module name: sfc_ocean +DEBUG: Scheme name: sfc_ocean +DEBUG: Variables in subroutine sfc_ocean_finalize: +DEBUG: Variables in subroutine sfc_ocean_init: +DEBUG: Variables in subroutine sfc_ocean_run: horizontal_loop_extent, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, latent_heat_of_vaporization_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, surface_air_pressure, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, surface_skin_temperature_over_ocean_interstitial, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, flag_nonzero_wet_surface_fraction, wind_speed_at_lowest_model_layer, flag_for_iteration, surface_specific_humidity_over_ocean, surface_drag_wind_speed_for_momentum_in_air_over_ocean, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean, upward_heat_flux_in_soil_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_ocean, surface_upward_potential_latent_heat_flux_over_ocean, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file rrtmg_lw_post.F90 with registry OrderedDict([('rrtmg_lw_post', {'rrtmg_lw_post': {'rrtmg_lw_post_init': [8, 9], 'rrtmg_lw_post_run': [16, 64], 'rrtmg_lw_post_finalize': [67, 68]}})]) +DEBUG: Skipping blank table rrtmg_lw_post_init +DEBUG: Skipping blank table rrtmg_lw_post_finalize +DEBUG: Module name: rrtmg_lw_post +DEBUG: Scheme name: rrtmg_lw_post +DEBUG: Variables in subroutine rrtmg_lw_post_init: +DEBUG: Variables in subroutine rrtmg_lw_post_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_radtend_type_instance, GFS_coupling_type_instance, horizontal_loop_extent, extra_top_layer, number_of_vertical_layers_for_radiation_calculations, vertical_index_difference_between_inout_and_local, surface_air_temperature_for_radiation, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmg_lw_post_finalize: +DEBUG: Parsing file rrtmgp_sw_cloud_optics.F90 with registry OrderedDict([('rrtmgp_sw_cloud_optics', {'rrtmgp_sw_cloud_optics': {'rrtmgp_sw_cloud_optics_run': [226, 292], 'rrtmgp_sw_cloud_optics_finalize': [296, 297], 'rrtmgp_sw_cloud_optics_init': [19, 219]}})]) +DEBUG: Module name: rrtmgp_sw_cloud_optics +DEBUG: Scheme name: rrtmgp_sw_cloud_optics +DEBUG: Variables in subroutine rrtmgp_sw_cloud_optics_run: flag_to_calc_sw, horizontal_loop_extent, vertical_dimension, rrtmgp_cloud_optics_flag, number_of_rrtmgp_ice_roughness, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_snow_water_path, mean_effective_radius_for_snow_flake, cloud_rain_water_path, mean_effective_radius_for_rain_drop, coefficients_for_sw_cloud_optics, coefficients_for_sw_gas_optics, daytime_points_dimension, daytime_points, shortwave_optical_properties_for_cloudy_atmosphere_by_band, RRTMGP_cloud_optical_depth_layers_at_0_55mu_band, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmgp_sw_cloud_optics_finalize: +DEBUG: Variables in subroutine rrtmgp_sw_cloud_optics_init: rrtmgp_cloud_optics_flag, number_of_rrtmgp_ice_roughness, coefficients_for_sw_cloud_optics, ccpp_error_message, ccpp_error_flag, directory_for_rte_rrtmgp_source_code, rrtmgp_coeff_sw_cloud_optics, mpi_rank, mpi_root, mpi_comm +DEBUG: Parsing file GFS_rrtmg_pre.F90 with registry OrderedDict([('GFS_rrtmg_pre', {'GFS_rrtmg_pre': {'GFS_rrtmg_pre_finalize': [628, 629], 'GFS_rrtmg_pre_init': [9, 10], 'GFS_rrtmg_pre_run': [16, 625]}})]) +DEBUG: Skipping blank table GFS_rrtmg_pre_finalize +DEBUG: Skipping blank table GFS_rrtmg_pre_init +DEBUG: Module name: GFS_rrtmg_pre +DEBUG: Scheme name: GFS_rrtmg_pre +DEBUG: Variables in subroutine GFS_rrtmg_pre_finalize: +DEBUG: Variables in subroutine GFS_rrtmg_pre_init: +DEBUG: Variables in subroutine GFS_rrtmg_pre_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_sfcprop_type_instance, GFS_statein_type_instance, GFS_tbd_type_instance, GFS_cldprop_type_instance, GFS_coupling_type_instance, GFS_radtend_type_instance, fraction_of_ice_water_cloud, fraction_of_rain_water_cloud, rime_factor, minimum_large_ice_fraction, total_cloud_condensate_mixing_ratio_updated_by_physics, number_of_vertical_layers_for_radiation_calculations, horizontal_loop_extent, adjusted_vertical_layer_dimension_for_radiation, adjusted_vertical_level_dimension_for_radiation, vertical_index_difference_between_inout_and_local, vertical_index_difference_between_layer_and_upper_bound, vertical_index_difference_between_layer_and_lower_bound, time_step_for_radiation, layer_pressure_thickness_for_radiation, layer_thickness_for_radiation, air_pressure_at_interface_for_radiation_in_hPa, air_pressure_at_layer_for_radiation_in_hPa, air_temperature_at_interface_for_radiation, air_temperature_at_layer_for_radiation, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, water_vapor_specific_humidity_at_layer_for_radiation, ozone_concentration_at_layer_for_radiation, volume_mixing_ratio_co2, volume_mixing_ratio_n2o, volume_mixing_ratio_ch4, volume_mixing_ratio_o2, volume_mixing_ratio_co, volume_mixing_ratio_cfc11, volume_mixing_ratio_cfc12, volume_mixing_ratio_cfc22, volume_mixing_ratio_ccl4, volume_mixing_ratio_cfc113, aerosol_optical_depth_for_shortwave_bands_01_16, aerosol_single_scattering_albedo_for_shortwave_bands_01_16, aerosol_asymmetry_parameter_for_shortwave_bands_01_16, aerosol_optical_depth_for_longwave_bands_01_16, aerosol_single_scattering_albedo_for_longwave_bands_01_16, aerosol_asymmetry_parameter_for_longwave_bands_01_16, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_snow_water_path, mean_effective_radius_for_snow_flake, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, cloud_decorrelation_length, surface_albedo_perturbation, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file ysuvdif.F90 with registry OrderedDict([('ysuvdif', {'ysuvdif': {'ysuvdif_finalize': [13, 14], 'ysuvdif_init': [11, 12], 'ysuvdif_run': [23, 967]}})]) +DEBUG: Module name: ysuvdif +DEBUG: Scheme name: ysuvdif +DEBUG: Variables in subroutine ysuvdif_finalize: +DEBUG: Variables in subroutine ysuvdif_init: +DEBUG: Variables in subroutine ysuvdif_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure, air_pressure_at_interface, dimensionless_exner_function_at_model_layers, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_tracers_due_to_model_physics, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, number_of_tracers, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, geopotential_at_interface, geopotential, surface_air_pressure, surface_roughness_length, surface_wind_stress, atmosphere_boundary_layer_thickness, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, sea_land_ice_mask, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, latent_heat_of_vaporization_of_water_at_0C, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, time_step_for_physics, vertical_index_at_top_of_atmosphere_boundary_layer, x_wind_at_10m, y_wind_at_10m, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file cu_gf_driver_post.F90 with registry OrderedDict([('cu_gf_driver_post', {'cu_gf_driver_post': {'cu_gf_driver_post_init': [7, 8], 'cu_gf_driver_post_run': [14, 41], 'cu_gf_driver_post_finalize': [9, 10]}})]) +DEBUG: Module name: cu_gf_driver_post +DEBUG: Scheme name: cu_gf_driver_post +DEBUG: Variables in subroutine cu_gf_driver_post_init: +DEBUG: Variables in subroutine cu_gf_driver_post_run: horizontal_loop_extent, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, temperature_from_previous_timestep, moisture_from_previous_timestep, conv_activity_counter, gf_memory_counter, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine cu_gf_driver_post_finalize: +DEBUG: Parsing file sfc_diag_post.F90 with registry OrderedDict([('sfc_diag_post', {'sfc_diag_post': {'sfc_diag_post_init': [4, 5], 'sfc_diag_post_run': [13, 59], 'sfc_diag_post_finalize': [6, 7]}})]) +DEBUG: Module name: sfc_diag_post +DEBUG: Scheme name: sfc_diag_post +DEBUG: Variables in subroutine sfc_diag_post_init: +DEBUG: Variables in subroutine sfc_diag_post_run: horizontal_loop_extent, flag_for_land_surface_scheme, flag_for_noahmp_land_surface_scheme, flag_nonzero_land_surface_fraction, flag_diagnostics, time_step_for_dynamics, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, surface_air_pressure, temperature_at_2m_from_noahmp, specific_humidity_at_2m_from_noahmp, temperature_at_2m, specific_humidity_at_2m, x_wind_at_10m, y_wind_at_10m, minimum_temperature_at_2m, maximum_temperature_at_2m, minimum_specific_humidity_at_2m, maximum_specific_humidity_at_2m, maximum_wind_at_10m, maximum_x_wind_at_10m, maximum_y_wind_at_10m, dewpoint_temperature_at_2m, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine sfc_diag_post_finalize: +DEBUG: Parsing file sfc_noahmp_drv.f with registry OrderedDict([('noahmpdrv', {'noahmpdrv': {'noahmpdrv_finalize': [31, 32], 'noahmpdrv_run': [56, 715], 'noahmpdrv_init': [19, 30]}})]) +DEBUG: Module name: noahmpdrv +DEBUG: Scheme name: noahmpdrv +DEBUG: Variables in subroutine noahmpdrv_finalize: +DEBUG: Variables in subroutine noahmpdrv_run: horizontal_dimension, soil_vertical_dimension, index_of_time_step, surface_air_pressure, x_wind_at_lowest_model_layer, y_wind_at_lowest_model_layer, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, soil_type_classification, vegetation_type_classification, bounded_vegetation_area_fraction, surface_longwave_emissivity_over_land_interstitial, surface_downwelling_longwave_flux_absorbed_by_ground_over_land, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, time_step_for_dynamics, deep_soil_temperature, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, height_above_ground_at_lowest_model_layer, flag_nonzero_land_surface_fraction, wind_speed_at_lowest_model_layer, surface_slope_classification, minimum_vegetation_area_fraction, maximum_vegetation_area_fraction, upper_bound_on_max_albedo_over_deep_snow, surface_diffused_shortwave_albedo, flag_for_iteration, flag_for_guess_run, flag_for_dynamic_vegetation_option, flag_for_canopy_stomatal_resistance_option, flag_for_soil_moisture_factor_stomatal_resistance_option, flag_for_runoff_and_groundwater_option, flag_for_surface_layer_drag_coefficient_option, flag_for_supercooled_liquid_water_option, flag_for_frozen_soil_permeability_option, flag_for_radiation_transfer_option, flag_for_ground_snow_surface_albedo_option, flag_for_precipitation_partition_option, flag_for_lower_boundary_soil_temperature_option, flag_for_soil_and_snow_temperature_time_stepping_option, latitude, instantaneous_cosine_of_zenith_angle, number_of_days_in_year, julian_day, explicit_rainfall_rate_from_previous_timestep, convective_precipitation_rate_from_previous_timestep, snow_precipitation_rate_from_previous_timestep, graupel_precipitation_rate_from_previous_timestep, ice_precipitation_rate_from_previous_timestep, latent_heat_of_vaporization_of_water_at_0C, specific_heat_of_dry_air_at_constant_pressure, joules_per_calorie_constant, liquid_water_density, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gas_constant_dry_air, latent_heat_of_fusion_of_water_at_0C, water_equivalent_accumulated_snow_depth_over_land, surface_snow_thickness_water_equivalent_over_land, surface_skin_temperature_over_land_interstitial, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land, flag_for_precipitation_type, volume_fraction_of_soil_moisture, soil_temperature, volume_fraction_of_unfrozen_soil_moisture, canopy_water_amount, transpiration_flux, surface_skin_temperature_after_iteration_over_land, surface_roughness_length_over_land_interstitial, number_of_snow_layers, vegetation_temperature, ground_temperature_for_noahmp, canopy_intercepted_ice_mass, canopy_intercepted_liquid_water, canopy_air_vapor_pressure, canopy_air_temperature, surface_drag_coefficient_for_momentum_for_noahmp, surface_drag_coefficient_for_heat_and_moisture_for_noahmp, area_fraction_of_wet_canopy, snow_mass_at_previous_time_step, snow_albedo_at_previous_time_step, snow_precipitation_rate_at_surface, lake_water_storage, water_table_depth, water_storage_in_aquifer, water_storage_in_aquifer_and_saturated_soil, snow_temperature, layer_bottom_depth_from_snow_surface, snow_layer_ice, snow_layer_liquid_water, leaf_mass, fine_root_mass, stem_mass, wood_mass, slow_soil_pool_mass_content_of_carbon, fast_soil_pool_mass_content_of_carbon, leaf_area_index, stem_area_index, nondimensional_snow_age, equilibrium_soil_water_content, soil_water_content_between_soil_bottom_and_water_table, water_table_recharge_when_deep, water_table_recharge_when_shallow, surface_snow_area_fraction_over_land, surface_specific_humidity_over_land, upward_heat_flux_in_soil_over_land, subsurface_runoff_flux, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_land, surface_upward_potential_latent_heat_flux_over_land, surface_runoff_flux, surface_drag_wind_speed_for_momentum_in_air_over_land, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land, soil_upward_latent_heat_flux, canopy_upward_latent_heat_flux, snow_deposition_sublimation_upward_latent_heat_flux, surface_snow_area_fraction, soil_moisture_content, snow_freezing_rain_upward_latent_heat_flux, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, normalized_soil_wetness, temperature_at_2m_from_noahmp, specific_humidity_at_2m_from_noahmp, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine noahmpdrv_init: ccpp_error_message, ccpp_error_flag, mpi_rank, soil_type_dataset_choice, vegetation_type_dataset_choice, iounit_namelist +DEBUG: Parsing file mp_fer_hires.F90 with registry OrderedDict([('mp_fer_hires', {'mp_fer_hires': {'mp_fer_hires_run': [87, 304], 'mp_fer_hires_init': [20, 81], 'mp_fer_hires_finalize': [307, 308]}})]) +DEBUG: Skipping blank table mp_fer_hires_finalize +DEBUG: Module name: mp_fer_hires +DEBUG: Scheme name: mp_fer_hires +DEBUG: Variables in subroutine mp_fer_hires_run: horizontal_loop_extent, vertical_dimension, time_step_for_physics, flag_for_individual_cloud_species_advected, sea_land_ice_mask_real, air_pressure_at_interface, air_pressure, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, total_cloud_condensate_mixing_ratio_updated_by_physics, accumulated_change_of_air_temperature_due_to_FA_scheme, ratio_of_snowfall_to_rainfall, fraction_of_ice_water_cloud, fraction_of_rain_water_cloud, rime_factor, cloud_condensed_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, mass_weighted_rime_factor_updated_by_physics, lwe_thickness_of_explicit_precipitation_amount, mpi_rank, mpi_root, omp_threads, radar_reflectivity_10cm, fa_threshold_relative_humidity_for_onset_of_condensation, cell_size, minimum_value_of_specific_humidity, gas_constant_dry_air, ratio_of_vapor_to_dry_air_gas_constants_minus_one, specific_heat_of_dry_air_at_constant_pressure, gravitational_acceleration, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine mp_fer_hires_init: horizontal_loop_extent, vertical_dimension, time_step_for_physics, fraction_of_ice_water_cloud, fraction_of_rain_water_cloud, rime_factor, mpi_rank, mpi_root, omp_threads, ccpp_error_message, ccpp_error_flag, flag_for_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, flag_for_restart, mpi_comm +DEBUG: Variables in subroutine mp_fer_hires_finalize: +DEBUG: Parsing file GFS_debug.F90 with registry OrderedDict([('GFS_diagtoscreen', {'GFS_diagtoscreen': {'GFS_diagtoscreen_init': [26, 27], 'GFS_diagtoscreen_finalize': [28, 29], 'GFS_diagtoscreen_run': [33, 499]}}), ('GFS_interstitialtoscreen', {}), ('GFS_abort', {}), ('GFS_checkland', {})]) +DEBUG: Module name: GFS_diagtoscreen +DEBUG: Scheme name: GFS_diagtoscreen +DEBUG: Variables in subroutine GFS_diagtoscreen_init: +DEBUG: Variables in subroutine GFS_diagtoscreen_finalize: +DEBUG: Variables in subroutine GFS_diagtoscreen_run: GFS_control_type_instance, GFS_statein_type_instance, GFS_stateout_type_instance, GFS_sfcprop_type_instance, GFS_coupling_type_instance, GFS_grid_type_instance, GFS_tbd_type_instance, GFS_cldprop_type_instance, GFS_radtend_type_instance, GFS_diag_type_instance, GFS_interstitial_type_instance, omp_threads, ccpp_block_number, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file GFS_debug.F90 with registry OrderedDict([('GFS_diagtoscreen', {'GFS_diagtoscreen': {'GFS_diagtoscreen_init': [26, 27], 'GFS_diagtoscreen_finalize': [28, 29], 'GFS_diagtoscreen_run': [33, 499]}}), ('GFS_interstitialtoscreen', {'GFS_interstitialtoscreen': {'GFS_interstitialtoscreen_finalize': [667, 668], 'GFS_interstitialtoscreen_run': [672, 746], 'GFS_interstitialtoscreen_init': [665, 666]}}), ('GFS_abort', {}), ('GFS_checkland', {})]) +DEBUG: Module name: GFS_interstitialtoscreen +DEBUG: Scheme name: GFS_interstitialtoscreen +DEBUG: Variables in subroutine GFS_interstitialtoscreen_finalize: +DEBUG: Variables in subroutine GFS_interstitialtoscreen_run: GFS_control_type_instance, GFS_statein_type_instance, GFS_stateout_type_instance, GFS_sfcprop_type_instance, GFS_coupling_type_instance, GFS_grid_type_instance, GFS_tbd_type_instance, GFS_cldprop_type_instance, GFS_radtend_type_instance, GFS_diag_type_instance, GFS_interstitial_type_instance, omp_threads, ccpp_block_number, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_interstitialtoscreen_init: +DEBUG: Parsing file GFS_debug.F90 with registry OrderedDict([('GFS_diagtoscreen', {'GFS_diagtoscreen': {'GFS_diagtoscreen_init': [26, 27], 'GFS_diagtoscreen_finalize': [28, 29], 'GFS_diagtoscreen_run': [33, 499]}}), ('GFS_interstitialtoscreen', {'GFS_interstitialtoscreen': {'GFS_interstitialtoscreen_finalize': [667, 668], 'GFS_interstitialtoscreen_run': [672, 746], 'GFS_interstitialtoscreen_init': [665, 666]}}), ('GFS_abort', {'GFS_abort': {'GFS_abort_init': [752, 753], 'GFS_abort_run': [759, 776], 'GFS_abort_finalize': [754, 755]}}), ('GFS_checkland', {})]) +DEBUG: Module name: GFS_abort +DEBUG: Scheme name: GFS_abort +DEBUG: Variables in subroutine GFS_abort_init: +DEBUG: Variables in subroutine GFS_abort_run: GFS_control_type_instance, ccpp_block_number, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_abort_finalize: +DEBUG: Parsing file GFS_debug.F90 with registry OrderedDict([('GFS_diagtoscreen', {'GFS_diagtoscreen': {'GFS_diagtoscreen_init': [26, 27], 'GFS_diagtoscreen_finalize': [28, 29], 'GFS_diagtoscreen_run': [33, 499]}}), ('GFS_interstitialtoscreen', {'GFS_interstitialtoscreen': {'GFS_interstitialtoscreen_finalize': [667, 668], 'GFS_interstitialtoscreen_run': [672, 746], 'GFS_interstitialtoscreen_init': [665, 666]}}), ('GFS_abort', {'GFS_abort': {'GFS_abort_init': [752, 753], 'GFS_abort_run': [759, 776], 'GFS_abort_finalize': [754, 755]}}), ('GFS_checkland', {'GFS_checkland': {'GFS_checkland_run': [789, 861], 'GFS_checkland_finalize': [784, 785], 'GFS_checkland_init': [782, 783]}})]) +DEBUG: Module name: GFS_checkland +DEBUG: Scheme name: GFS_checkland +DEBUG: Variables in subroutine GFS_checkland_run: ccpp_block_number, ccpp_error_message, ccpp_error_flag, mpi_rank, mpi_root, horizontal_loop_extent, index_of_time_step, ccpp_loop_counter, flag_for_iteration, flag_for_guess_run, flag_for_first_time_step, flag_for_restart, flag_for_fractional_grid, soil_type_dataset_choice, vegetation_type_dataset_choice, soil_type_classification_real, vegetation_type_classification_real, surface_slope_classification_real, soil_type_classification, vegetation_type_classification, surface_slope_classification, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_wet_surface_fraction, flag_nonzero_lake_surface_fraction, flag_nonzero_ocean_surface_fraction, sea_area_fraction, land_area_fraction, lake_area_fraction, sea_land_ice_mask_real, sea_land_ice_mask +DEBUG: Variables in subroutine GFS_checkland_finalize: +DEBUG: Variables in subroutine GFS_checkland_init: +DEBUG: Parsing file precpd.f with registry OrderedDict([('zhaocarr_precpd', {'zhaocarr_precpd': {'zhaocarr_precpd_init': [10, 11], 'zhaocarr_precpd_finalize': [682, 683], 'zhaocarr_precpd_run': [44, 678]}})]) +DEBUG: Skipping blank table zhaocarr_precpd_init +DEBUG: Skipping blank table zhaocarr_precpd_finalize +DEBUG: Module name: zhaocarr_precpd +DEBUG: Scheme name: zhaocarr_precpd +DEBUG: Variables in subroutine zhaocarr_precpd_init: +DEBUG: Variables in subroutine zhaocarr_precpd_finalize: +DEBUG: Variables in subroutine zhaocarr_precpd_run: horizontal_loop_extent, horizontal_dimension, vertical_dimension, time_step_for_physics, air_pressure_difference_between_midlayers, air_pressure, water_vapor_specific_humidity_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, air_temperature_updated_by_physics, lwe_thickness_of_explicit_precipitation_amount, ratio_of_snowfall_to_rainfall, tendency_of_rain_water_mixing_ratio_due_to_microphysics, critical_relative_humidity, coefficient_from_cloud_ice_to_snow, coefficient_from_cloud_water_to_rain, coefficient_for_evaporation_of_rainfall, cloud_condensed_water_conversion_threshold, grid_size_related_coefficient_used_in_scale_sensitive_schemes, flag_print, horizontal_index_of_printed_column, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [17, 55], 'cs_conv_pre_finalize': [10, 11], 'cs_conv_pre_init': [6, 7]}}), ('cs_conv_post', {}), ('cs_conv', {})]) +DEBUG: Skipping blank table cs_conv_pre_finalize +DEBUG: Skipping blank table cs_conv_pre_init +DEBUG: Module name: cs_conv_pre +DEBUG: Scheme name: cs_conv_pre +DEBUG: Variables in subroutine cs_conv_pre_run: horizontal_dimension, vertical_dimension, number_of_tracers, number_of_hydrometeors, water_vapor_specific_humidity_updated_by_physics, ice_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_convective_transport_tracer, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, updraft_velocity_tunable_parameter_1_CS, updraft_velocity_tunable_parameter_2_CS, maximum_updraft_velocity_at_cloud_base, fraction_of_cloud_top_water_scavenged, fraction_of_tracer_scavenged, water_vapor_specific_humidity_save, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine cs_conv_pre_finalize: +DEBUG: Variables in subroutine cs_conv_pre_init: +DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [17, 55], 'cs_conv_pre_finalize': [10, 11], 'cs_conv_pre_init': [6, 7]}}), ('cs_conv_post', {'cs_conv_post': {'cs_conv_post_init': [61, 62], 'cs_conv_post_finalize': [65, 66], 'cs_conv_post_run': [71, 96]}}), ('cs_conv', {})]) +DEBUG: Skipping blank table cs_conv_post_init +DEBUG: Skipping blank table cs_conv_post_finalize +DEBUG: Module name: cs_conv_post +DEBUG: Scheme name: cs_conv_post +DEBUG: Variables in subroutine cs_conv_post_init: +DEBUG: Variables in subroutine cs_conv_post_finalize: +DEBUG: Variables in subroutine cs_conv_post_run: horizontal_dimension, vertical_dimension, ccpp_error_message, ccpp_error_flag, flag_for_Arakawa_Wu_adjustment, convective_updraft_area_fraction_at_model_interfaces, convective_updraft_area_fraction +DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [17, 55], 'cs_conv_pre_finalize': [10, 11], 'cs_conv_pre_init': [6, 7]}}), ('cs_conv_post', {'cs_conv_post': {'cs_conv_post_init': [61, 62], 'cs_conv_post_finalize': [65, 66], 'cs_conv_post_run': [71, 96]}}), ('cs_conv', {'cs_conv': {'cs_conv_init': [165, 166], 'cs_conv_finalize': [169, 170], 'cs_conv_run': [232, 571]}})]) +DEBUG: Skipping blank table cs_conv_init +DEBUG: Skipping blank table cs_conv_finalize +DEBUG: Module name: cs_conv +DEBUG: Scheme name: cs_conv +DEBUG: Variables in subroutine cs_conv_init: +DEBUG: Variables in subroutine cs_conv_finalize: +DEBUG: Variables in subroutine cs_conv_run: horizontal_dimension, vertical_dimension, water_vapor_specific_humidity_updated_by_physics, maximum_updraft_velocity_at_cloud_base, fraction_of_cloud_top_water_scavenged, fraction_of_tracer_scavenged, ccpp_error_message, ccpp_error_flag, flag_for_Arakawa_Wu_adjustment, convective_updraft_area_fraction_at_model_interfaces, horizontal_loop_extent, number_of_tracers_plus_one, number_of_tracers_for_convective_transport, number_of_tracers_for_CS, number_of_cloud_types_CS, flag_convective_tracer_transport, latitude_index_in_debug_printouts, index_of_time_step, air_temperature_updated_by_physics, lwe_thickness_of_deep_convective_precipitation_amount, convective_transportable_tracers, geopotential, geopotential_at_interface, air_pressure, air_pressure_at_interface, time_step_for_physics, time_step_for_dynamics, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, x_wind_updated_by_physics, y_wind_updated_by_physics, cloud_base_mass_flux, mpi_rank, detrainment_and_precipitation_tunable_parameter_3_CS, detrainment_and_precipitation_tunable_parameter_4_CS, entrainment_efficiency_tunable_parameter_9_CS, flag_arakawa_wu_downdraft, flag_flux_form_CS, flag_print, horizontal_index_of_printed_column, flag_deep_convection, mass_fraction_of_convective_cloud_liquid_water, mass_fraction_of_convective_cloud_ice, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, flag_for_microphysics_scheme +DEBUG: Parsing file moninedmf_hafs.f with registry OrderedDict([('hedmf_hafs', {'hedmf_hafs': {'hedmf_hafs_finalize': [24, 25], 'hedmf_hafs_init': [10, 23], 'hedmf_hafs_run': [51, 1324]}})]) +DEBUG: Module name: hedmf_hafs +DEBUG: Scheme name: hedmf_hafs +DEBUG: Variables in subroutine hedmf_hafs_finalize: +DEBUG: Variables in subroutine hedmf_hafs_init: atmosphere_diffusivity_coefficient_factor, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine hedmf_hafs_run: atmosphere_diffusivity_coefficient_factor, ccpp_error_message, ccpp_error_flag, horizontal_dimension, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, countergradient_mixing_term_for_temperature, countergradient_mixing_term_for_water_vapor, atmosphere_heat_diffusivity, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, flag_print, horizontal_index_of_printed_column, atmosphere_heat_diffusivity_background_maximum, sea_land_ice_mask +DEBUG: Parsing file GFS_rrtmgp_sw_pre.F90 with registry OrderedDict([('GFS_rrtmgp_sw_pre', {'GFS_rrtmgp_sw_pre': {'GFS_rrtmgp_sw_pre_finalize': [105, 106], 'GFS_rrtmgp_sw_pre_run': [28, 101], 'GFS_rrtmgp_sw_pre_init': [20, 21]}})]) +DEBUG: Module name: GFS_rrtmgp_sw_pre +DEBUG: Scheme name: GFS_rrtmgp_sw_pre +DEBUG: Variables in subroutine GFS_rrtmgp_sw_pre_finalize: +DEBUG: Variables in subroutine GFS_rrtmgp_sw_pre_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_sfcprop_type_instance, GFS_statein_type_instance, GFS_radtend_type_instance, GFS_coupling_type_instance, horizontal_loop_extent, virtual_temperature, relative_humidity, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, chemical_tracers, coefficients_for_sw_gas_optics, surface_albedo_perturbation, surface_albedo_nearIR_direct, surface_albedo_nearIR_diffuse, surface_albedo_uvvis_dir, surface_albedo_uvvis_dif, daytime_points_dimension, daytime_points, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmgp_sw_pre_init: +DEBUG: Warning, ignoring nested subroutine in module sfc_sice and subroutine sfc_sice_run +DEBUG: Parsing file sfc_sice.f with registry OrderedDict([('sfc_sice', {'sfc_sice': {'sfc_sice_run': [37, 611], 'sfc_sice_finalize': [8, 9], 'sfc_sice_init': [5, 6]}})]) +DEBUG: Module name: sfc_sice +DEBUG: Scheme name: sfc_sice +DEBUG: Variables in subroutine sfc_sice_run: horizontal_loop_extent, soil_vertical_dimension, stefan_boltzmann_constant, latent_heat_of_vaporization_of_water_at_0C, freezing_point_temperature_of_seawater, specific_heat_of_dry_air_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gravitational_acceleration, temperature_at_zero_celsius, gas_constant_dry_air, surface_air_pressure, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, time_step_for_dynamics, surface_longwave_emissivity_over_ice_interstitial, surface_downwelling_longwave_flux_absorbed_by_ground_over_ice, surface_net_downwelling_shortwave_flux, surface_downwelling_shortwave_flux, flag_for_precipitation_type, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, sea_land_ice_mask, wind_speed_at_lowest_model_layer, flag_for_iteration, flag_print, horizontal_index_of_printed_column, lake_ice_minimum, sea_ice_thickness, sea_ice_concentration, sea_ice_temperature_interstitial, water_equivalent_accumulated_snow_depth_over_ice, surface_skin_temperature_over_ice_interstitial, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice, soil_temperature, surface_upward_potential_latent_heat_flux_over_ice, surface_snow_thickness_water_equivalent_over_ice, surface_specific_humidity_over_ice, surface_snow_melt, upward_heat_flux_in_soil_over_ice, surface_drag_wind_speed_for_momentum_in_air_over_ice, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice, kinematic_surface_upward_latent_heat_flux_over_ice, kinematic_surface_upward_sensible_heat_flux_over_ice, flag_for_flux_coupling, flag_for_chemistry_coupling, flag_for_cice, sea_land_ice_mask_cice, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine sfc_sice_finalize: +DEBUG: Variables in subroutine sfc_sice_init: +DEBUG: Parsing file GFS_rrtmgp_lw_post.F90 with registry OrderedDict([('GFS_rrtmgp_lw_post', {'GFS_rrtmgp_lw_post': {'GFS_rrtmgp_lw_post_init': [16, 17], 'GFS_rrtmgp_lw_post_run': [24, 173], 'GFS_rrtmgp_lw_post_finalize': [177, 178]}})]) +DEBUG: Module name: GFS_rrtmgp_lw_post +DEBUG: Scheme name: GFS_rrtmgp_lw_post +DEBUG: Variables in subroutine GFS_rrtmgp_lw_post_init: +DEBUG: Variables in subroutine GFS_rrtmgp_lw_post_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_radtend_type_instance, GFS_coupling_type_instance, GFS_diag_type_instance, GFS_statein_type_instance, horizontal_loop_extent, surface_air_temperature_for_radiation, air_pressure_at_interface_for_RRTMGP_in_hPa, RRTMGP_lw_flux_profile_upward_allsky, RRTMGP_lw_flux_profile_downward_allsky, RRTMGP_lw_flux_profile_upward_clrsky, RRTMGP_lw_flux_profile_downward_clrsky, time_step_for_radiation, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, total_cloud_fraction, RRTMGP_cloud_optical_depth_layers_at_10mu_band, RRTMGP_lw_fluxes, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmgp_lw_post_finalize: +DEBUG: Parsing file sfc_diff.f with registry OrderedDict([('sfc_diff', {'sfc_diff': {'sfc_diff_init': [12, 13], 'sfc_diff_finalize': [14, 15], 'sfc_diff_run': [52, 299]}})]) +DEBUG: Module name: sfc_diff +DEBUG: Scheme name: sfc_diff +DEBUG: Variables in subroutine sfc_diff_init: +DEBUG: Variables in subroutine sfc_diff_finalize: +DEBUG: Variables in subroutine sfc_diff_run: horizontal_loop_extent, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, gravitational_acceleration, surface_air_pressure, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, height_above_ground_at_lowest_model_layer, wind_speed_at_lowest_model_layer, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, bounded_vegetation_area_fraction, vegetation_type_classification, maximum_vegetation_area_fraction, vegetation_type_dataset_choice, perturbation_of_momentum_roughness_length, perturbation_of_heat_to_momentum_roughness_length_ratio, flag_for_iteration, flag_for_reduced_drag_coefficient_over_sea, x_wind_at_10m, y_wind_at_10m, flag_for_surface_roughness_option_over_ocean, flag_nonzero_wet_surface_fraction, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ice_interstitial, surface_skin_temperature_after_iteration_over_ocean, surface_skin_temperature_after_iteration_over_land, surface_skin_temperature_after_iteration_over_ice, surface_snow_thickness_water_equivalent_over_ocean, surface_snow_thickness_water_equivalent_over_land, surface_snow_thickness_water_equivalent_over_ice, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, surface_friction_velocity_over_ocean, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, bulk_richardson_number_at_lowest_model_level_over_ocean, bulk_richardson_number_at_lowest_model_level_over_land, bulk_richardson_number_at_lowest_model_level_over_ice, surface_wind_stress_over_ocean, surface_wind_stress_over_land, surface_wind_stress_over_ice, Monin_Obukhov_similarity_function_for_momentum_over_ocean, Monin_Obukhov_similarity_function_for_momentum_over_land, Monin_Obukhov_similarity_function_for_momentum_over_ice, Monin_Obukhov_similarity_function_for_heat_over_ocean, Monin_Obukhov_similarity_function_for_heat_over_land, Monin_Obukhov_similarity_function_for_heat_over_ice, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean, Monin_Obukhov_similarity_function_for_heat_at_2m_over_land, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file GFS_GWD_generic.F90 with registry OrderedDict([('GFS_GWD_generic_pre', {'GFS_GWD_generic_pre': {'GFS_GWD_generic_pre_run': [13, 82], 'GFS_GWD_generic_pre_finalize': [84, 85], 'GFS_GWD_generic_pre_init': [5, 6]}}), ('GFS_GWD_generic_post', {})]) +DEBUG: Module name: GFS_GWD_generic_pre +DEBUG: Scheme name: GFS_GWD_generic_pre +DEBUG: Variables in subroutine GFS_GWD_generic_pre_run: horizontal_loop_extent, vertical_dimension, number_of_statistical_measures_of_subgrid_orography, statistical_measures_of_subgrid_orography, convexity_of_subgrid_orography, asymmetry_of_subgrid_orography, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height, angle_from_east_of_maximum_subgrid_orographic_variations, slope_of_subgrid_orography, anisotropy_of_subgrid_orography, maximum_subgrid_orography, flag_diagnostics, flag_diagnostics_3D, tendency_of_air_temperature_due_to_model_physics, cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag, time_step_for_dynamics, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_GWD_generic_pre_finalize: +DEBUG: Variables in subroutine GFS_GWD_generic_pre_init: +DEBUG: Parsing file GFS_GWD_generic.F90 with registry OrderedDict([('GFS_GWD_generic_pre', {'GFS_GWD_generic_pre': {'GFS_GWD_generic_pre_run': [13, 82], 'GFS_GWD_generic_pre_finalize': [84, 85], 'GFS_GWD_generic_pre_init': [5, 6]}}), ('GFS_GWD_generic_post', {'GFS_GWD_generic_post': {'GFS_GWD_generic_post_init': [91, 92], 'GFS_GWD_generic_post_finalize': [124, 125], 'GFS_GWD_generic_post_run': [99, 122]}})]) +DEBUG: Module name: GFS_GWD_generic_post +DEBUG: Scheme name: GFS_GWD_generic_post +DEBUG: Variables in subroutine GFS_GWD_generic_post_init: +DEBUG: Variables in subroutine GFS_GWD_generic_post_finalize: +DEBUG: Variables in subroutine GFS_GWD_generic_post_run: flag_diagnostics, flag_diagnostics_3D, tendency_of_air_temperature_due_to_model_physics, cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag, time_step_for_dynamics, ccpp_error_message, ccpp_error_flag, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, time_integral_of_x_stress_due_to_gravity_wave_drag, time_integral_of_y_stress_due_to_gravity_wave_drag, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag +DEBUG: Parsing file rrtmg_sw_pre.F90 with registry OrderedDict([('rrtmg_sw_pre', {'rrtmg_sw_pre': {'rrtmg_sw_pre_init': [9, 10], 'rrtmg_sw_pre_finalize': [71, 72], 'rrtmg_sw_pre_run': [14, 68]}})]) +DEBUG: Skipping blank table rrtmg_sw_pre_init +DEBUG: Skipping blank table rrtmg_sw_pre_finalize +DEBUG: Module name: rrtmg_sw_pre +DEBUG: Scheme name: rrtmg_sw_pre +DEBUG: Variables in subroutine rrtmg_sw_pre_init: +DEBUG: Variables in subroutine rrtmg_sw_pre_finalize: +DEBUG: Variables in subroutine rrtmg_sw_pre_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_sfcprop_type_instance, GFS_radtend_type_instance, horizontal_loop_extent, daytime_points_dimension, daytime_points, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, surface_albedo_perturbation, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file radlw_main.f with registry OrderedDict([('rrtmg_lw', {'rrtmg_lw': {'rrtmg_lw_init': [319, 320], 'rrtmg_lw_finalize': [1018, 1019], 'rrtmg_lw_run': [349, 1015]}})]) +DEBUG: Module name: rrtmg_lw +DEBUG: Scheme name: rrtmg_lw +DEBUG: Variables in subroutine rrtmg_lw_init: +DEBUG: Variables in subroutine rrtmg_lw_finalize: +DEBUG: Variables in subroutine rrtmg_lw_run: air_pressure_at_layer_for_radiation_in_hPa, air_pressure_at_interface_for_radiation_in_hPa, air_temperature_at_layer_for_radiation, air_temperature_at_interface_for_radiation, water_vapor_specific_humidity_at_layer_for_radiation, ozone_concentration_at_layer_for_radiation, volume_mixing_ratio_co2, volume_mixing_ratio_n2o, volume_mixing_ratio_ch4, volume_mixing_ratio_o2, volume_mixing_ratio_co, volume_mixing_ratio_cfc11, volume_mixing_ratio_cfc12, volume_mixing_ratio_cfc22, volume_mixing_ratio_ccl4, seed_random_numbers_lw, aerosol_optical_depth_for_longwave_bands_01_16, aerosol_single_scattering_albedo_for_longwave_bands_01_16, surface_longwave_emissivity, surface_ground_temperature_for_radiation, layer_thickness_for_radiation, layer_pressure_thickness_for_radiation, cloud_decorrelation_length, horizontal_loop_extent, adjusted_vertical_layer_dimension_for_radiation, adjusted_vertical_level_dimension_for_radiation, flag_print, total_cloud_fraction, flag_to_calc_lw, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels, lw_fluxes_top_atmosphere, lw_fluxes_sfc, cloud_optical_depth_layers_at_10mu_band, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_snow_water_path, mean_effective_radius_for_snow_flake, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file rrtmgp_lw_rte.F90 with registry OrderedDict([('rrtmgp_lw_rte', {'rrtmgp_lw_rte': {'rrtmgp_lw_rte_init': [18, 19], 'rrtmgp_lw_rte_finalize': [119, 120], 'rrtmgp_lw_rte_run': [26, 115]}})]) +DEBUG: Module name: rrtmgp_lw_rte +DEBUG: Scheme name: rrtmgp_lw_rte +DEBUG: Variables in subroutine rrtmgp_lw_rte_init: +DEBUG: Variables in subroutine rrtmgp_lw_rte_finalize: +DEBUG: Variables in subroutine rrtmgp_lw_rte_run: flag_to_calc_lw, horizontal_loop_extent, vertical_dimension, number_of_angles_used_in_gaussian_quadrature, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, surface_ground_temperature_for_radiation, surface_emissivity_in_each_RRTMGP_LW_band, coefficients_for_lw_gas_optics, longwave_optical_properties_for_clear_sky, longwave_optical_properties_for_cloudy_atmosphere, longwave_optical_properties_for_aerosols, longwave_source_function, RRTMGP_lw_heating_rate_spectral, secant_of_diffusivity_angle_each_RRTMGP_LW_band, RRTMGP_lw_flux_profile_upward_allsky, RRTMGP_lw_flux_profile_downward_allsky, RRTMGP_lw_flux_profile_upward_clrsky, RRTMGP_lw_flux_profile_downward_clrsky, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file dcyc2.f with registry OrderedDict([('dcyc2t3', {'dcyc2t3': {'dcyc2t3_init': [14, 15], 'dcyc2t3_run': [166, 298], 'dcyc2t3_finalize': [18, 19]}})]) +DEBUG: Skipping blank table dcyc2t3_init +DEBUG: Skipping blank table dcyc2t3_finalize +DEBUG: Module name: dcyc2t3 +DEBUG: Scheme name: dcyc2t3 +DEBUG: Variables in subroutine dcyc2t3_init: +DEBUG: Variables in subroutine dcyc2t3_run: forecast_hour_of_the_day, equation_of_time, sine_of_solar_declination_angle, cosine_of_solar_declination_angle, sine_of_latitude, cosine_of_latitude, longitude, cosine_of_zenith_angle, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_ice_interstitial, air_temperature_at_lowest_model_layer, surface_midlayer_air_temperature_in_longwave_radiation, surface_longwave_emissivity_over_land_interstitial, surface_longwave_emissivity_over_ice_interstitial, surface_longwave_emissivity_over_ocean_interstitial, surface_downwelling_shortwave_flux_on_radiation_time_step, surface_net_downwelling_shortwave_flux_on_radiation_time_step, surface_downwelling_longwave_flux_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step, surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, horizontal_dimension, horizontal_loop_extent, vertical_dimension, time_step_for_dynamics, frequency_for_shortwave_radiation, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_wet_surface_fraction, tendency_of_air_temperature_due_to_model_physics, tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, surface_downwelling_longwave_flux, surface_upwelling_longwave_flux_over_land_interstitial, surface_upwelling_longwave_flux_over_ice_interstitial, surface_upwelling_longwave_flux_over_ocean_interstitial, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, instantaneous_cosine_of_zenith_angle, surface_upwelling_direct_near_infrared_shortwave_flux, surface_upwelling_diffuse_near_infrared_shortwave_flux, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux, surface_downwelling_direct_near_infrared_shortwave_flux, surface_downwelling_diffuse_near_infrared_shortwave_flux, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine dcyc2t3_finalize: +DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [70, 71], 'gwdc_pre_init': [11, 12], 'gwdc_pre_run': [18, 65]}}), ('gwdc', {}), ('gwdc_post', {})]) +DEBUG: Skipping blank table gwdc_pre_finalize +DEBUG: Skipping blank table gwdc_pre_init +DEBUG: Module name: gwdc_pre +DEBUG: Scheme name: gwdc_pre +DEBUG: Variables in subroutine gwdc_pre_finalize: +DEBUG: Variables in subroutine gwdc_pre_init: +DEBUG: Variables in subroutine gwdc_pre_run: horizontal_loop_extent, multiplication_factors_for_convective_gravity_wave_drag, cell_size, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, characteristic_grid_length_scale, cloud_area_fraction, vertical_dimension, vertical_index_at_cloud_base, vertical_index_at_cloud_top, time_step_for_physics, air_temperature_updated_by_physics, air_temperature_save, air_pressure_difference_between_midlayers, maximum_column_heating_rate, flag_for_convective_gravity_wave_drag, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [70, 71], 'gwdc_pre_init': [11, 12], 'gwdc_pre_run': [18, 65]}}), ('gwdc', {'gwdc': {'gwdc_run': [117, 1268], 'gwdc_finalize': [1274, 1275], 'gwdc_init': [81, 82]}}), ('gwdc_post', {})]) +DEBUG: Skipping blank table gwdc_finalize +DEBUG: Skipping blank table gwdc_init +DEBUG: Module name: gwdc +DEBUG: Scheme name: gwdc +DEBUG: Variables in subroutine gwdc_run: horizontal_loop_extent, characteristic_grid_length_scale, cloud_area_fraction, vertical_dimension, vertical_index_at_cloud_base, vertical_index_at_cloud_top, time_step_for_physics, air_pressure_difference_between_midlayers, maximum_column_heating_rate, ccpp_error_message, ccpp_error_flag, horizontal_dimension, latitude_index_in_debug_printouts, x_wind, y_wind, air_temperature, water_vapor_specific_humidity, air_pressure, air_pressure_at_interface, flag_deep_convection, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, ratio_of_vapor_to_dry_air_gas_constants_minus_one, pi, flag_print, horizontal_index_of_printed_column, forecast_time, tendency_of_x_wind_due_to_convective_gravity_wave_drag, tendency_of_y_wind_due_to_convective_gravity_wave_drag, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag +DEBUG: Variables in subroutine gwdc_finalize: +DEBUG: Variables in subroutine gwdc_init: +DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [70, 71], 'gwdc_pre_init': [11, 12], 'gwdc_pre_run': [18, 65]}}), ('gwdc', {'gwdc': {'gwdc_run': [117, 1268], 'gwdc_finalize': [1274, 1275], 'gwdc_init': [81, 82]}}), ('gwdc_post', {'gwdc_post': {'gwdc_post_finalize': [1334, 1335], 'gwdc_post_init': [1285, 1286], 'gwdc_post_run': [1292, 1329]}})]) +DEBUG: Skipping blank table gwdc_post_finalize +DEBUG: Skipping blank table gwdc_post_init +DEBUG: Module name: gwdc_post +DEBUG: Scheme name: gwdc_post +DEBUG: Variables in subroutine gwdc_post_finalize: +DEBUG: Variables in subroutine gwdc_post_init: +DEBUG: Variables in subroutine gwdc_post_run: horizontal_loop_extent, vertical_dimension, time_step_for_physics, air_temperature_updated_by_physics, ccpp_error_message, ccpp_error_flag, specific_heat_of_dry_air_at_constant_pressure, tendency_of_x_wind_due_to_convective_gravity_wave_drag, tendency_of_y_wind_due_to_convective_gravity_wave_drag, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, flag_diagnostics, flag_diagnostics_3D, time_step_for_dynamics, time_integral_of_x_stress_due_to_gravity_wave_drag, time_integral_of_y_stress_due_to_gravity_wave_drag, cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag, x_wind_updated_by_physics, y_wind_updated_by_physics +DEBUG: Parsing file cu_gf_driver_pre.F90 with registry OrderedDict([('cu_gf_driver_pre', {'cu_gf_driver_pre': {'cu_gf_driver_pre_init': [7, 8], 'cu_gf_driver_pre_finalize': [9, 10], 'cu_gf_driver_pre_run': [14, 54]}})]) +DEBUG: Module name: cu_gf_driver_pre +DEBUG: Scheme name: cu_gf_driver_pre +DEBUG: Variables in subroutine cu_gf_driver_pre_init: +DEBUG: Variables in subroutine cu_gf_driver_pre_finalize: +DEBUG: Variables in subroutine cu_gf_driver_pre_run: flag_for_first_time_step, flag_for_restart, index_of_time_step, forecast_time, time_step_for_physics, air_temperature, water_vapor_specific_humidity, temperature_from_previous_timestep, moisture_from_previous_timestep, temperature_tendency_due_to_dynamics, moisture_tendency_due_to_dynamics, conv_activity_counter, gf_memory_counter, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file gfdl_cloud_microphys.F90 with registry OrderedDict([('gfdl_cloud_microphys', {'gfdl_cloud_microphys': {'gfdl_cloud_microphys_finalize': [56, 66], 'gfdl_cloud_microphys_run': [84, 238], 'gfdl_cloud_microphys_init': [19, 48]}})]) +DEBUG: Module name: gfdl_cloud_microphys +DEBUG: Scheme name: gfdl_cloud_microphys +DEBUG: Variables in subroutine gfdl_cloud_microphys_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine gfdl_cloud_microphys_run: ccpp_error_message, ccpp_error_flag, vertical_dimension, horizontal_loop_extent, gravitational_acceleration, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gas_constant_dry_air, land_area_fraction_for_microphysics, cell_area, sea_land_ice_mask, water_vapor_specific_humidity_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, cloud_fraction_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, omega, air_pressure, geopotential_at_interface, air_pressure_difference_between_midlayers, lwe_thickness_of_explicit_rain_amount, lwe_thickness_of_ice_amount, lwe_thickness_of_snow_amount, lwe_thickness_of_graupel_amount, lwe_thickness_of_explicit_precipitation_amount, ratio_of_snowfall_to_rainfall, time_step_for_physics, flag_for_hydrostatic_solver, flag_for_hydrostatic_heating_from_physics, flag_for_radar_reflectivity, radar_reflectivity_10cm, flag_reset_maximum_hourly_fields, flag_for_cloud_effective_radii, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, effective_radius_of_stratiform_cloud_graupel_particle_in_um +DEBUG: Variables in subroutine gfdl_cloud_microphys_init: ccpp_error_message, ccpp_error_flag, mpi_rank, mpi_root, iounit_namelist, namelist_filename_for_internal_file_reads, iounit_log, namelist_filename, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_shoc +DEBUG: Parsing file cires_ugwp_post.F90 with registry OrderedDict([('cires_ugwp_post', {'cires_ugwp_post': {'cires_ugwp_post_init': [8, 9], 'cires_ugwp_post_run': [16, 52], 'cires_ugwp_post_finalize': [55, 56]}})]) +DEBUG: Skipping blank table cires_ugwp_post_init +DEBUG: Skipping blank table cires_ugwp_post_finalize +DEBUG: Module name: cires_ugwp_post +DEBUG: Scheme name: cires_ugwp_post +DEBUG: Variables in subroutine cires_ugwp_post_init: +DEBUG: Variables in subroutine cires_ugwp_post_run: diag_ugwp_flag, time_step_for_dynamics, horizontal_loop_extent, vertical_dimension, tendency_of_air_temperature_due_to_ugwp, tendency_of_x_wind_due_to_ugwp, tendency_of_y_wind_due_to_ugwp, instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag, instantaneous_momentum_flux_due_to_mountain_blocking_drag, instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag, instantaneous_momentum_flux_due_to_nonstationary_gravity_wave, height_of_mountain_blocking, height_of_low_level_wave_breaking, height_of_launch_level_of_orographic_gravity_wave, instantaneous_change_in_x_wind_due_to_mountain_blocking_drag, instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag, instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag, time_integral_of_height_of_mountain_blocking, time_integral_of_height_of_low_level_wave_breaking, time_integral_of_height_of_launch_level_of_orographic_gravity_wave, time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag, time_integral_of_momentum_flux_due_to_mountain_blocking_drag, time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag, time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave, time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag, time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag, time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag, time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave, time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave, tendency_of_air_temperature_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine cires_ugwp_post_finalize: +DEBUG: Parsing file rrtmgp_lw_cloud_optics.F90 with registry OrderedDict([('rrtmgp_lw_cloud_optics', {'rrtmgp_lw_cloud_optics': {'rrtmgp_lw_cloud_optics_finalize': [299, 300], 'rrtmgp_lw_cloud_optics_run': [226, 292], 'rrtmgp_lw_cloud_optics_init': [18, 219]}})]) +DEBUG: Module name: rrtmgp_lw_cloud_optics +DEBUG: Scheme name: rrtmgp_lw_cloud_optics +DEBUG: Variables in subroutine rrtmgp_lw_cloud_optics_finalize: +DEBUG: Variables in subroutine rrtmgp_lw_cloud_optics_run: flag_to_calc_lw, horizontal_loop_extent, vertical_dimension, rrtmgp_cloud_optics_flag, number_of_rrtmgp_ice_roughness, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_snow_water_path, mean_effective_radius_for_snow_flake, cloud_rain_water_path, mean_effective_radius_for_rain_drop, air_pressure_at_layer_for_RRTMGP_in_hPa, coefficients_for_lw_gas_optics, coefficients_for_lw_cloud_optics, longitude, latitude, RRTMGP_cloud_optical_depth_layers_at_10mu_band, longwave_optical_properties_for_cloudy_atmosphere_by_band, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmgp_lw_cloud_optics_init: rrtmgp_cloud_optics_flag, number_of_rrtmgp_ice_roughness, coefficients_for_lw_cloud_optics, ccpp_error_message, ccpp_error_flag, directory_for_rte_rrtmgp_source_code, rrtmgp_coeff_lw_cloud_optics, mpi_rank, mpi_root, mpi_comm +DEBUG: Parsing file gwdps.f with registry OrderedDict([('gwdps', {'gwdps': {'gwdps_init': [8, 9], 'gwdps_run': [193, 1257], 'gwdps_finalize': [1262, 1263]}})]) +DEBUG: Skipping blank table gwdps_init +DEBUG: Skipping blank table gwdps_finalize +DEBUG: Module name: gwdps +DEBUG: Scheme name: gwdps +DEBUG: Variables in subroutine gwdps_init: +DEBUG: Variables in subroutine gwdps_run: horizontal_loop_extent, horizontal_dimension, vertical_dimension, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, x_wind, y_wind, air_temperature, water_vapor_specific_humidity, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, index_of_time_step, standard_deviation_of_subgrid_orography, convexity_of_subgrid_orography, asymmetry_of_subgrid_orography, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height, angle_from_east_of_maximum_subgrid_orographic_variations, slope_of_subgrid_orography, anisotropy_of_subgrid_orography, maximum_subgrid_orography, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, gas_constant_water_vapor, number_of_equatorial_longitude_points, number_of_statistical_measures_of_subgrid_orography, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, mpi_rank, flag_print, horizontal_index_of_printed_column, level_of_dividing_streamline, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine gwdps_finalize: +DEBUG: Parsing file moninshoc.f with registry OrderedDict([('moninshoc', {'moninshoc': {'moninshoc_run': [21, 521], 'moninshoc_finalize': [7, 8], 'moninshoc_init': [5, 6]}})]) +DEBUG: Module name: moninshoc +DEBUG: Scheme name: moninshoc +DEBUG: Variables in subroutine moninshoc_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, number_of_tracers_for_cloud_condensate, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, atmosphere_heat_diffusivity_from_shoc, prandtl_number, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_heat_diffusivity, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, atmosphere_heat_diffusivity_background_maximum, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine moninshoc_finalize: +DEBUG: Variables in subroutine moninshoc_init: +DEBUG: Parsing file sfc_cice.f with registry OrderedDict([('sfc_cice', {'sfc_cice': {'sfc_cice_finalize': [12, 13], 'sfc_cice_run': [31, 117], 'sfc_cice_init': [9, 10]}})]) +DEBUG: Module name: sfc_cice +DEBUG: Scheme name: sfc_cice +DEBUG: Variables in subroutine sfc_cice_finalize: +DEBUG: Variables in subroutine sfc_cice_run: horizontal_loop_extent, flag_for_flux_coupling, latent_heat_of_vaporization_of_water_at_0C, specific_heat_of_dry_air_at_constant_pressure, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gas_constant_dry_air, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, air_pressure_at_lowest_model_layer, wind_speed_at_lowest_model_layer, flag_for_cice, flag_for_iteration, surface_upward_latent_heat_flux_for_coupling, surface_upward_sensible_heat_flux_for_coupling, surface_x_momentum_flux_for_coupling, surface_y_momentum_flux_for_coupling, surface_specific_humidity_over_ice, surface_drag_wind_speed_for_momentum_in_air_over_ice, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice, kinematic_surface_upward_latent_heat_flux_over_ice, kinematic_surface_upward_sensible_heat_flux_over_ice, surface_wind_stress_over_ice, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine sfc_cice_init: +DEBUG: Parsing file GFS_suite_init_finalize_test.F90 with registry OrderedDict([('GFS_suite_ini_fini_test', {'GFS_suite_ini_fini_test': {'GFS_suite_ini_fini_test_run': [29, 37], 'GFS_suite_ini_fini_test_finalize': [17, 25], 'GFS_suite_ini_fini_test_init': [5, 13]}})]) +DEBUG: Module name: GFS_suite_ini_fini_test +DEBUG: Scheme name: GFS_suite_ini_fini_test +DEBUG: Variables in subroutine GFS_suite_ini_fini_test_run: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_suite_ini_fini_test_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_suite_ini_fini_test_init: ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file module_MYJPBL_wrapper.F90 with registry OrderedDict([('myjpbl_wrapper', {'myjpbl_wrapper': {'myjpbl_wrapper_init': [5, 6], 'myjpbl_wrapper_finalize': [7, 8], 'myjpbl_wrapper_run': [15, 644]}})]) +DEBUG: Module name: myjpbl_wrapper +DEBUG: Scheme name: myjpbl_wrapper +DEBUG: Variables in subroutine myjpbl_wrapper_init: +DEBUG: Variables in subroutine myjpbl_wrapper_finalize: +DEBUG: Variables in subroutine myjpbl_wrapper_run: flag_for_restart, do_myjsfc, horizontal_dimension, horizontal_loop_extent, vertical_dimension, time_step_for_physics, index_of_time_step, number_of_vertical_diffusion_tracers, index_for_turbulent_kinetic_energy, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, air_pressure, air_pressure_at_interface, geopotential_at_interface, standard_deviation_of_subgrid_orography, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, surface_skin_temperature, surface_specific_humidity, surface_specific_humidity_for_MYJ_schemes, potential_temperature_at_viscous_sublayer_top, specific_humidity_at_viscous_sublayer_top, u_wind_component_at_viscous_sublayer_top, v_wind_component_at_viscous_sublayer_top, baseline_surface_roughness_length, heat_exchange_coefficient_for_MYJ_schemes, momentum_exchange_coefficient_for_MYJ_schemes, surface_layer_evaporation_switch, kinematic_surface_latent_heat_flux, weight_for_momentum_at_viscous_sublayer_top, weight_for_potental_temperature_at_viscous_sublayer_top, weight_for_specific_humidity_at_viscous_sublayer_top, atmosphere_boundary_layer_thickness, vertical_index_at_top_of_atmosphere_boundary_layer, index_of_highest_temperature_inversion, sea_land_ice_mask_real, cell_area, surface_friction_velocity, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air, wind_speed_at_lowest_model_layer, surface_snow_thickness_water_equivalent, surface_roughness_length, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_heat_diffusivity, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, countergradient_mixing_term_for_temperature, countergradient_mixing_term_for_water_vapor, specific_heat_of_dry_air_at_constant_pressure, gravitational_acceleration, gas_constant_dry_air, mpi_rank, flag_print, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file rrtmgp_lw_cloud_sampling.F90 with registry OrderedDict([('rrtmgp_lw_cloud_sampling', {'rrtmgp_lw_cloud_sampling': {'rrtmgp_lw_cloud_sampling_run': [31, 88], 'rrtmgp_lw_cloud_sampling_init': [17, 24], 'rrtmgp_lw_cloud_sampling_finalize': [92, 93]}})]) +DEBUG: Module name: rrtmgp_lw_cloud_sampling +DEBUG: Scheme name: rrtmgp_lw_cloud_sampling +DEBUG: Variables in subroutine rrtmgp_lw_cloud_sampling_run: flag_to_calc_lw, horizontal_loop_extent, vertical_dimension, initial_permutation_seed_lw, seed_random_numbers_lw, total_cloud_fraction, coefficients_for_lw_gas_optics, longwave_optical_properties_for_cloudy_atmosphere_by_band, longwave_optical_properties_for_cloudy_atmosphere, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmgp_lw_cloud_sampling_init: initial_permutation_seed_lw, coefficients_for_lw_gas_optics +DEBUG: Variables in subroutine rrtmgp_lw_cloud_sampling_finalize: +DEBUG: Parsing file sfc_diag.f with registry OrderedDict([('sfc_diag', {'sfc_diag': {'sfc_diag_init': [6, 7], 'sfc_diag_finalize': [8, 9], 'sfc_diag_run': [18, 80]}})]) +DEBUG: Module name: sfc_diag +DEBUG: Scheme name: sfc_diag +DEBUG: Variables in subroutine sfc_diag_init: +DEBUG: Variables in subroutine sfc_diag_finalize: +DEBUG: Variables in subroutine sfc_diag_run: horizontal_loop_extent, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, surface_air_pressure, x_wind_at_lowest_model_layer_updated_by_physics, y_wind_at_lowest_model_layer_updated_by_physics, air_temperature_at_lowest_model_layer_updated_by_physics, water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, kinematic_surface_upward_latent_heat_flux, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, Monin_Obukhov_similarity_function_for_momentum_at_10m, Monin_Obukhov_similarity_function_for_heat_at_2m, surface_skin_temperature, surface_specific_humidity, ratio_of_wind_at_lowest_model_layer_and_wind_at_10m, x_wind_at_10m, y_wind_at_10m, temperature_at_2m, specific_humidity_at_2m, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file satmedmfvdifq.F with registry OrderedDict([('satmedmfvdifq', {'satmedmfvdifq': {'satmedmfvdifq_init': [17, 31], 'satmedmfvdifq_run': [49, 1462], 'satmedmfvdifq_finalize': [32, 33]}})]) +DEBUG: Module name: satmedmfvdifq +DEBUG: Scheme name: satmedmfvdifq +DEBUG: Variables in subroutine satmedmfvdifq_init: choice_of_scale_aware_TKE_moist_EDMF_PBL, choice_of_updated_scale_aware_TKE_moist_EDMF_PBL, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine satmedmfvdifq_run: ccpp_error_message, ccpp_error_flag, horizontal_dimension, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate_vertical_diffusion_tracer, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, cell_area, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, tke_dissipative_heating_factor, updraft_fraction_in_boundary_layer_mass_flux_scheme, downdraft_fraction_in_boundary_layer_mass_flux_scheme +DEBUG: Variables in subroutine satmedmfvdifq_finalize: +DEBUG: Parsing file cu_ntiedtke_post.F90 with registry OrderedDict([('cu_ntiedtke_post', {'cu_ntiedtke_post': {'cu_ntiedtke_post_init': [7, 8], 'cu_ntiedtke_post_finalize': [9, 10], 'cu_ntiedtke_post_run': [14, 29]}})]) +DEBUG: Module name: cu_ntiedtke_post +DEBUG: Scheme name: cu_ntiedtke_post +DEBUG: Variables in subroutine cu_ntiedtke_post_init: +DEBUG: Variables in subroutine cu_ntiedtke_post_finalize: +DEBUG: Variables in subroutine cu_ntiedtke_post_run: air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, temperature_from_previous_timestep, moisture_from_previous_timestep, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file cu_ntiedtke_pre.F90 with registry OrderedDict([('cu_ntiedtke_pre', {'cu_ntiedtke_pre': {'cu_ntiedtke_pre_run': [14, 51], 'cu_ntiedtke_pre_finalize': [9, 10], 'cu_ntiedtke_pre_init': [7, 8]}})]) +DEBUG: Module name: cu_ntiedtke_pre +DEBUG: Scheme name: cu_ntiedtke_pre +DEBUG: Variables in subroutine cu_ntiedtke_pre_run: flag_for_first_time_step, flag_for_restart, index_of_time_step, forecast_time, time_step_for_physics, air_temperature, water_vapor_specific_humidity, temperature_from_previous_timestep, moisture_from_previous_timestep, temperature_tendency_due_to_dynamics, moisture_tendency_due_to_dynamics, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine cu_ntiedtke_pre_finalize: +DEBUG: Variables in subroutine cu_ntiedtke_pre_init: +DEBUG: Parsing file mp_thompson_pre.F90 with registry OrderedDict([('mp_thompson_pre', {'mp_thompson_pre': {'mp_thompson_pre_init': [12, 13], 'mp_thompson_pre_finalize': [222, 223], 'mp_thompson_pre_run': [19, 221]}})]) +DEBUG: Module name: mp_thompson_pre +DEBUG: Scheme name: mp_thompson_pre +DEBUG: Variables in subroutine mp_thompson_pre_init: +DEBUG: Variables in subroutine mp_thompson_pre_finalize: +DEBUG: Variables in subroutine mp_thompson_pre_run: horizontal_loop_extent, vertical_dimension, index_of_time_step, gravitational_acceleration, gas_constant_dry_air, water_vapor_specific_humidity_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, ice_number_concentration_updated_by_physics, rain_number_concentration_updated_by_physics, flag_for_aerosol_physics, cloud_droplet_number_concentration_updated_by_physics, water_friendly_aerosol_number_concentration_updated_by_physics, ice_friendly_aerosol_number_concentration_updated_by_physics, tendency_of_water_friendly_aerosols_at_surface, tendency_of_ice_friendly_aerosols_at_surface, air_temperature_updated_by_physics, air_temperature_save, air_pressure, geopotential, cell_area, mpi_rank, mpi_root, ccpp_block_number, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file m_micro.F90 with registry OrderedDict([('m_micro', {'m_micro': {'m_micro_run': [71, 1259], 'm_micro_init': [17, 50], 'm_micro_finalize': [55, 56]}})]) +DEBUG: Skipping blank table m_micro_finalize +DEBUG: Module name: m_micro +DEBUG: Scheme name: m_micro +DEBUG: Variables in subroutine m_micro_run: horizontal_loop_extent, horizontal_dimension, vertical_dimension, flag_flip, time_step_for_physics, air_pressure, air_pressure_at_interface, geopotential, geopotential_at_interface, omega, cloud_condensed_water_mixing_ratio_convective_transport_tracer, mass_fraction_of_convective_cloud_liquid_water, ice_water_mixing_ratio_convective_transport_tracer, mass_fraction_of_convective_cloud_ice, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, land_area_fraction_for_microphysics, atmosphere_boundary_layer_thickness, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, x_wind_updated_by_physics, y_wind_updated_by_physics, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, water_vapor_specific_humidity_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, air_temperature_updated_by_physics, lwe_thickness_of_explicit_precipitation_amount, ratio_of_snowfall_to_rainfall, cloud_droplet_number_concentration_updated_by_physics, ice_number_concentration_updated_by_physics, number_of_frozen_precipitation_species, local_rain_water_mixing_ratio, local_snow_water_mixing_ratio, local_graupel_mixing_ratio, local_rain_number_concentration, local_snow_number_concentration, local_graupel_number_concentration, cloud_fraction_for_MG, vertical_index_at_cloud_base, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, effective_radius_of_stratiform_cloud_graupel_particle_in_um, aerosol_number_concentration_from_gocart_aerosol_climatology, in_number_concentration, ccn_number_concentration, flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics, flag_skip_macro, mg_tuning_factor_for_alphas, mg_minimum_cloud_condensed_water_and_ice_mixing_ratio, flag_for_pdf_for_morrison_gettelman_microphysics_scheme, index_of_time_step, latitude, longitude, critical_relative_humidity, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine m_micro_init: number_of_frozen_precipitation_species, ccpp_error_message, ccpp_error_flag, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, gravitational_acceleration, gas_constant_dry_air, gas_constant_water_vapor, specific_heat_of_dry_air_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, triple_point_temperature_of_water, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, mg_autoconversion_size_threshold_ice_snow, mg_cloud_water_variance, mg_time_scale_for_autoconversion_of_ice, mg_minimum_rh_for_ice, mg_flag_for_uniform_subcolumns, mg_flag_for_cloud_ice_processes, mg_flag_for_heterogeneous_freezing, mg_type_of_precip_fraction_method, mg_bergeron_efficiency_factor, mg_allow_supersat_after_sed, mg_flag_for_sb2001_autoconversion, mg_flag_for_hail, mg_flag_for_graupel, mg_flag_drop_concentration_constant, mg_flag_ice_concentration_constant, mg_flag_graupel_concentration_constant, mg_drop_concentration_constant, mg_ice_concentration_constant, mg_graupel_concentration_constant, mg_flag_for_gmao_ice_formulation, mg_flag_for_liu_liquid_treatment +DEBUG: Variables in subroutine m_micro_finalize: +DEBUG: Parsing file sfc_drv.f with registry OrderedDict([('lsm_noah', {'lsm_noah': {'lsm_noah_run': [150, 503], 'lsm_noah_finalize': [29, 36], 'lsm_noah_init': [14, 25]}})]) +DEBUG: Module name: lsm_noah +DEBUG: Scheme name: lsm_noah +DEBUG: Variables in subroutine lsm_noah_run: horizontal_loop_extent, soil_vertical_dimension, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, gas_constant_dry_air, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, surface_air_pressure, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, soil_type_classification, vegetation_type_classification, bounded_vegetation_area_fraction, surface_longwave_emissivity_over_land_interstitial, surface_downwelling_longwave_flux_absorbed_by_ground_over_land, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, time_step_for_dynamics, deep_soil_temperature, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, height_above_ground_at_lowest_model_layer, flag_nonzero_land_surface_fraction, wind_speed_at_lowest_model_layer, surface_slope_classification, minimum_vegetation_area_fraction, maximum_vegetation_area_fraction, upper_bound_on_max_albedo_over_deep_snow, surface_diffused_shortwave_albedo, flag_for_iteration, flag_for_guess_run, flag_for_canopy_heat_storage, soil_type_dataset_choice, vegetation_type_dataset_choice, perturbation_of_soil_type_b_parameter, perturbation_of_leaf_area_index, perturbation_of_vegetation_fraction, magnitude_of_perturbation_of_vegetation_fraction, water_equivalent_accumulated_snow_depth_over_land, surface_snow_thickness_water_equivalent_over_land, surface_skin_temperature_over_land_interstitial, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land, flag_for_precipitation_type, volume_fraction_of_soil_moisture, soil_temperature, volume_fraction_of_unfrozen_soil_moisture, canopy_water_amount, transpiration_flux, surface_skin_temperature_after_iteration_over_land, surface_roughness_length_over_land_interstitial, surface_snow_area_fraction_over_land, surface_specific_humidity_over_land, upward_heat_flux_in_soil_over_land, subsurface_runoff_flux, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_land, surface_upward_potential_latent_heat_flux_over_land, surface_runoff_flux, surface_drag_wind_speed_for_momentum_in_air_over_land, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land, soil_upward_latent_heat_flux, canopy_upward_latent_heat_flux, snow_deposition_sublimation_upward_latent_heat_flux, surface_snow_area_fraction, soil_moisture_content, snow_freezing_rain_upward_latent_heat_flux, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, normalized_soil_wetness, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine lsm_noah_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine lsm_noah_init: soil_type_dataset_choice, vegetation_type_dataset_choice, ccpp_error_message, ccpp_error_flag, mpi_rank, iounit_namelist +DEBUG: Parsing file sascnvn.F with registry OrderedDict([('sascnvn', {'sascnvn': {'sascnvn_init': [21, 37], 'sascnvn_run': [90, 2093], 'sascnvn_finalize': [42, 43]}})]) +DEBUG: Skipping blank table sascnvn_finalize +DEBUG: Module name: sascnvn +DEBUG: Scheme name: sascnvn +DEBUG: Variables in subroutine sascnvn_init: flag_for_mass_flux_deep_convection_scheme, flag_for_sas_deep_convection_scheme, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine sascnvn_run: ccpp_error_message, ccpp_error_flag, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, temperature_at_zero_celsius, gas_constant_dry_air, specific_heat_of_water_vapor_at_constant_pressure, specific_heat_of_liquid_water_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, horizontal_loop_extent, horizontal_dimension, vertical_dimension, number_of_spectral_wave_trancation_for_sas, time_step_for_physics, air_pressure_difference_between_midlayers, air_pressure, surface_air_pressure, geopotential, cloud_condensed_water_mixing_ratio_convective_transport_tracer, ice_water_mixing_ratio_convective_transport_tracer, water_vapor_specific_humidity_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, cloud_work_function, lwe_thickness_of_deep_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, sea_land_ice_mask, omega, number_of_hydrometeors, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, mass_fraction_of_convective_cloud_liquid_water, mass_fraction_of_convective_cloud_ice, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, entrainment_rate_coefficient_deep_convection, rain_conversion_parameter_deep_convection, detrainment_conversion_parameter_deep_convection, downdraft_fraction_reaching_surface_over_land_deep_convection, downdraft_fraction_reaching_surface_over_ocean_deep_convection, rain_evaporation_coefficient_deep_convection, rain_evaporation_coefficient_over_land_deep_convection, momentum_transport_reduction_factor_pgf_deep_convection +DEBUG: Variables in subroutine sascnvn_finalize: +DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {}), ('GFS_suite_interstitial_1', {}), ('GFS_suite_interstitial_2', {}), ('GFS_suite_stateout_reset', {}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) +DEBUG: Module name: GFS_suite_interstitial_rad_reset +DEBUG: Scheme name: GFS_suite_interstitial_rad_reset +DEBUG: Variables in subroutine GFS_suite_interstitial_rad_reset_finalize: +DEBUG: Variables in subroutine GFS_suite_interstitial_rad_reset_run: GFS_interstitial_type_instance, GFS_control_type_instance, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_suite_interstitial_rad_reset_init: +DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {}), ('GFS_suite_interstitial_2', {}), ('GFS_suite_stateout_reset', {}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) +DEBUG: Module name: GFS_suite_interstitial_phys_reset +DEBUG: Scheme name: GFS_suite_interstitial_phys_reset +DEBUG: Variables in subroutine GFS_suite_interstitial_phys_reset_finalize: +DEBUG: Variables in subroutine GFS_suite_interstitial_phys_reset_run: GFS_interstitial_type_instance, GFS_control_type_instance, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_suite_interstitial_phys_reset_init: +DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 95]}}), ('GFS_suite_interstitial_2', {}), ('GFS_suite_stateout_reset', {}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) +DEBUG: Module name: GFS_suite_interstitial_1 +DEBUG: Scheme name: GFS_suite_interstitial_1 +DEBUG: Variables in subroutine GFS_suite_interstitial_1_init: +DEBUG: Variables in subroutine GFS_suite_interstitial_1_finalize: +DEBUG: Variables in subroutine GFS_suite_interstitial_1_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, time_step_for_dynamics, time_step_for_physics, sea_land_ice_mask_real, cell_area, minimum_scaling_factor_for_critical_relative_humidity, inverse_scaling_factor_for_critical_relative_humidity, surface_air_pressure, sea_land_ice_mask, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, surface_air_pressure_diag, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky, tendency_of_tracers_due_to_model_physics +DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 95]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [101, 102], 'GFS_suite_interstitial_2_finalize': [103, 104], 'GFS_suite_interstitial_2_run': [110, 254]}}), ('GFS_suite_stateout_reset', {}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) +DEBUG: Module name: GFS_suite_interstitial_2 +DEBUG: Scheme name: GFS_suite_interstitial_2 +DEBUG: Variables in subroutine GFS_suite_interstitial_2_init: +DEBUG: Variables in subroutine GFS_suite_interstitial_2_finalize: +DEBUG: Variables in subroutine GFS_suite_interstitial_2_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, time_step_for_dynamics, surface_air_pressure, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, flag_diagnostics, flag_diagnostics_3D, flag_idealized_physics, flag_for_flux_coupling, flag_for_cice, flag_for_shallow_convection, flag_for_old_PBL_scheme, flag_for_moorthi_stratus, flag_for_shoc, flag_for_fractional_grid, flag_for_mass_flux_shallow_convection_scheme, instantaneous_cosine_of_zenith_angle, surface_downwelling_shortwave_flux, surface_downwelling_longwave_flux, sea_ice_concentration, surface_upwelling_longwave_flux_for_coupling, tendency_of_air_temperature_due_to_longwave_heating_for_idea, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, critical_cloud_top_entrainment_instability_criteria, air_pressure_at_interface, air_temperature, air_pressure, water_vapor_specific_humidity, cloud_condensed_water_mixing_ratio, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, dimensionless_exner_function_at_model_layers, duration_of_sunshine, surface_upwelling_longwave_flux, surface_upwelling_longwave_flux_over_land_interstitial, surface_upwelling_longwave_flux_over_ice_interstitial, surface_upwelling_longwave_flux_over_ocean_interstitial, cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep, cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep, cumulative_surface_pressure_multiplied_by_timestep, cumulative_change_in_temperature_due_to_longwave_radiation, cumulative_change_in_temperature_due_to_shortwave_radiation, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_temperature_due_to_deep_convection, cumulative_change_in_temperature_due_to_shal_convection, cumulative_change_in_temperature_due_to_microphysics, grid_sensitive_critical_cloud_top_entrainment_instability_criteria, cloud_top_entrainment_instability_value, index_of_highest_temperature_inversion, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_wet_surface_fraction, land_area_fraction_for_microphysics, netcdf_float_fillvalue +DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 95]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [101, 102], 'GFS_suite_interstitial_2_finalize': [103, 104], 'GFS_suite_interstitial_2_run': [110, 254]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [260, 261], 'GFS_suite_stateout_reset_init': [258, 259], 'GFS_suite_stateout_reset_run': [265, 285]}}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) +DEBUG: Module name: GFS_suite_stateout_reset +DEBUG: Scheme name: GFS_suite_stateout_reset +DEBUG: Variables in subroutine GFS_suite_stateout_reset_finalize: +DEBUG: Variables in subroutine GFS_suite_stateout_reset_init: +DEBUG: Variables in subroutine GFS_suite_stateout_reset_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, air_temperature, x_wind, y_wind, tracer_concentration, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, tracer_concentration_updated_by_physics +DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 95]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [101, 102], 'GFS_suite_interstitial_2_finalize': [103, 104], 'GFS_suite_interstitial_2_run': [110, 254]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [260, 261], 'GFS_suite_stateout_reset_init': [258, 259], 'GFS_suite_stateout_reset_run': [265, 285]}}), ('GFS_suite_stateout_update', {'GFS_suite_stateout_update': {'GFS_suite_stateout_update_init': [289, 290], 'GFS_suite_stateout_update_run': [296, 319], 'GFS_suite_stateout_update_finalize': [291, 292]}}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) +DEBUG: Module name: GFS_suite_stateout_update +DEBUG: Scheme name: GFS_suite_stateout_update +DEBUG: Variables in subroutine GFS_suite_stateout_update_init: +DEBUG: Variables in subroutine GFS_suite_stateout_update_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, time_step_for_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_tracers_due_to_model_physics, air_temperature, x_wind, y_wind, tracer_concentration, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, tracer_concentration_updated_by_physics +DEBUG: Variables in subroutine GFS_suite_stateout_update_finalize: +DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 95]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [101, 102], 'GFS_suite_interstitial_2_finalize': [103, 104], 'GFS_suite_interstitial_2_run': [110, 254]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [260, 261], 'GFS_suite_stateout_reset_init': [258, 259], 'GFS_suite_stateout_reset_run': [265, 285]}}), ('GFS_suite_stateout_update', {'GFS_suite_stateout_update': {'GFS_suite_stateout_update_init': [289, 290], 'GFS_suite_stateout_update_run': [296, 319], 'GFS_suite_stateout_update_finalize': [291, 292]}}), ('GFS_suite_interstitial_3', {'GFS_suite_interstitial_3': {'GFS_suite_interstitial_3_run': [332, 482], 'GFS_suite_interstitial_3_finalize': [325, 326], 'GFS_suite_interstitial_3_init': [323, 324]}}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) +DEBUG: Module name: GFS_suite_interstitial_3 +DEBUG: Scheme name: GFS_suite_interstitial_3 +DEBUG: Variables in subroutine GFS_suite_interstitial_3_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, sea_land_ice_mask, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, flag_for_shoc, air_pressure_at_interface, air_pressure, dimensionless_exner_function_at_model_layers, index_of_highest_temperature_inversion, tracer_concentration_updated_by_physics, number_of_tracers_for_convective_transport, flag_for_Chikira_Sugiyama_deep_convection, flag_for_scale_aware_TKE_moist_EDMF_PBL, flag_for_convective_transport_of_tracers, flag_for_aerosol_physics, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, index_for_cloud_amount, index_for_rain_water, index_for_snow_water, index_for_rain_number_concentration, index_for_snow_number_concentration, index_for_graupel, index_for_graupel_number_concentration, longitude, latitude, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_zhao_carr_pdf_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, critical_relative_humidity_at_surface, critical_relative_humidity_at_PBL_top, critical_relative_humidity_at_top_of_atmosphere, maximum_critical_relative_humidity, vertical_index_at_top_of_atmosphere_boundary_layer, flag_for_ras_deep_convection, mpi_rank, convective_transportable_tracers, critical_relative_humidity, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save +DEBUG: Variables in subroutine GFS_suite_interstitial_3_finalize: +DEBUG: Variables in subroutine GFS_suite_interstitial_3_init: +DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 95]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [101, 102], 'GFS_suite_interstitial_2_finalize': [103, 104], 'GFS_suite_interstitial_2_run': [110, 254]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [260, 261], 'GFS_suite_stateout_reset_init': [258, 259], 'GFS_suite_stateout_reset_run': [265, 285]}}), ('GFS_suite_stateout_update', {'GFS_suite_stateout_update': {'GFS_suite_stateout_update_init': [289, 290], 'GFS_suite_stateout_update_run': [296, 319], 'GFS_suite_stateout_update_finalize': [291, 292]}}), ('GFS_suite_interstitial_3', {'GFS_suite_interstitial_3': {'GFS_suite_interstitial_3_run': [332, 482], 'GFS_suite_interstitial_3_finalize': [325, 326], 'GFS_suite_interstitial_3_init': [323, 324]}}), ('GFS_suite_interstitial_4', {'GFS_suite_interstitial_4': {'GFS_suite_interstitial_4_finalize': [488, 489], 'GFS_suite_interstitial_4_run': [493, 583], 'GFS_suite_interstitial_4_init': [486, 487]}}), ('GFS_suite_interstitial_5', {})]) +DEBUG: Module name: GFS_suite_interstitial_4 +DEBUG: Scheme name: GFS_suite_interstitial_4 +DEBUG: Variables in subroutine GFS_suite_interstitial_4_finalize: +DEBUG: Variables in subroutine GFS_suite_interstitial_4_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, time_step_for_dynamics, air_temperature_updated_by_physics, tracer_concentration_updated_by_physics, number_of_tracers_for_convective_transport, flag_for_aerosol_physics, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, index_for_cloud_amount, index_for_rain_water, index_for_snow_water, index_for_rain_number_concentration, index_for_snow_number_concentration, index_for_graupel, index_for_graupel_number_concentration, flag_for_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_zhao_carr_pdf_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, convective_transportable_tracers, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save, flag_for_chemistry_coupling, number_of_total_tracers, pi, instantaneous_water_vapor_specific_humidity_tendency_due_to_convection, flag_for_mass_flux_deep_convection_scheme, flag_for_gf_deep_convection_scheme +DEBUG: Variables in subroutine GFS_suite_interstitial_4_init: +DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 95]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [101, 102], 'GFS_suite_interstitial_2_finalize': [103, 104], 'GFS_suite_interstitial_2_run': [110, 254]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [260, 261], 'GFS_suite_stateout_reset_init': [258, 259], 'GFS_suite_stateout_reset_run': [265, 285]}}), ('GFS_suite_stateout_update', {'GFS_suite_stateout_update': {'GFS_suite_stateout_update_init': [289, 290], 'GFS_suite_stateout_update_run': [296, 319], 'GFS_suite_stateout_update_finalize': [291, 292]}}), ('GFS_suite_interstitial_3', {'GFS_suite_interstitial_3': {'GFS_suite_interstitial_3_run': [332, 482], 'GFS_suite_interstitial_3_finalize': [325, 326], 'GFS_suite_interstitial_3_init': [323, 324]}}), ('GFS_suite_interstitial_4', {'GFS_suite_interstitial_4': {'GFS_suite_interstitial_4_finalize': [488, 489], 'GFS_suite_interstitial_4_run': [493, 583], 'GFS_suite_interstitial_4_init': [486, 487]}}), ('GFS_suite_interstitial_5', {'GFS_suite_interstitial_5': {'GFS_suite_interstitial_5_finalize': [589, 590], 'GFS_suite_interstitial_5_run': [596, 616], 'GFS_suite_interstitial_5_init': [587, 588]}})]) +DEBUG: Module name: GFS_suite_interstitial_5 +DEBUG: Scheme name: GFS_suite_interstitial_5 +DEBUG: Variables in subroutine GFS_suite_interstitial_5_finalize: +DEBUG: Variables in subroutine GFS_suite_interstitial_5_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, tracer_concentration_updated_by_physics, number_of_tracers_for_convective_transport, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, convective_transportable_tracers +DEBUG: Variables in subroutine GFS_suite_interstitial_5_init: +DEBUG: Parsing file mp_thompson_post.F90 with registry OrderedDict([('mp_thompson_post', {'mp_thompson_post': {'mp_thompson_post_init': [14, 40], 'mp_thompson_post_finalize': [102, 114], 'mp_thompson_post_run': [46, 96]}})]) +DEBUG: Module name: mp_thompson_post +DEBUG: Scheme name: mp_thompson_post +DEBUG: Variables in subroutine mp_thompson_post_init: horizontal_loop_extent, limit_for_temperature_tendency_for_microphysics, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine mp_thompson_post_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine mp_thompson_post_run: horizontal_loop_extent, ccpp_error_message, ccpp_error_flag, vertical_dimension, air_temperature_save, air_temperature_updated_by_physics, dimensionless_exner_function_at_model_layers, time_step_for_physics, index_of_time_step, mpi_comm, mpi_rank, mpi_root +DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [10, 11], 'sfc_nst_run': [25, 550], 'sfc_nst_finalize': [16, 17]}}), ('sfc_nst_pre', {}), ('sfc_nst_post', {})]) +DEBUG: Skipping blank table sfc_nst_init +DEBUG: Skipping blank table sfc_nst_finalize +DEBUG: Module name: sfc_nst +DEBUG: Scheme name: sfc_nst +DEBUG: Variables in subroutine sfc_nst_init: +DEBUG: Variables in subroutine sfc_nst_run: horizontal_loop_extent, latent_heat_of_vaporization_of_water_at_0C, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_fusion_of_water_at_0C, joules_per_calorie_constant, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gas_constant_dry_air, sea_water_reference_density, stefan_boltzmann_constant, pi, surface_air_pressure, x_wind_at_lowest_model_layer, y_wind_at_lowest_model_layer, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, sea_surface_reference_temperature, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, flag_nonzero_wet_surface_fraction, longitude, sine_of_latitude, surface_wind_stress_over_ocean, surface_longwave_emissivity_over_ocean_interstitial, surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean, surface_net_downwelling_shortwave_flux, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean, time_step_for_dynamics, index_of_time_step, forecast_hour_of_the_day, instantaneous_cosine_of_zenith_angle, wind_speed_at_lowest_model_layer, flag_for_iteration, flag_for_guess_run, flag_for_nsstm_run, vertical_temperature_average_range_lower_bound, vertical_temperature_average_range_upper_bound, flag_print, horizontal_index_of_printed_column, surface_skin_temperature_for_nsst, surface_skin_temperature_after_iteration_over_ocean, diurnal_thermocline_layer_heat_content, sea_water_salinity, diurnal_thermocline_layer_x_current, diurnal_thermocline_layer_y_current, diurnal_thermocline_layer_thickness, ocean_mixed_layer_thickness, sensitivity_of_dtl_heat_content_to_surface_temperature, sensitivity_of_dtl_thickness_to_surface_temperature, sub_layer_cooling_amount, sub_layer_cooling_thickness, coefficient_c_0, coefficient_c_d, coefficient_w_0, coefficient_w_d, free_convection_layer_thickness, index_of_dtlm_start, sensible_heat_flux_due_to_rainfall, surface_specific_humidity_over_ocean, upward_heat_flux_in_soil_over_ocean, surface_drag_wind_speed_for_momentum_in_air_over_ocean, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_ocean, surface_upward_potential_latent_heat_flux_over_ocean, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine sfc_nst_finalize: +DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [10, 11], 'sfc_nst_run': [25, 550], 'sfc_nst_finalize': [16, 17]}}), ('sfc_nst_pre', {'sfc_nst_pre': {'sfc_nst_pre_init': [565, 566], 'sfc_nst_pre_finalize': [569, 570], 'sfc_nst_pre_run': [576, 632]}}), ('sfc_nst_post', {})]) +DEBUG: Module name: sfc_nst_pre +DEBUG: Scheme name: sfc_nst_pre +DEBUG: Variables in subroutine sfc_nst_pre_init: +DEBUG: Variables in subroutine sfc_nst_pre_finalize: +DEBUG: Variables in subroutine sfc_nst_pre_run: horizontal_loop_extent, sea_surface_reference_temperature, flag_nonzero_wet_surface_fraction, surface_skin_temperature_for_nsst, surface_skin_temperature_after_iteration_over_ocean, diurnal_thermocline_layer_heat_content, diurnal_thermocline_layer_thickness, sub_layer_cooling_amount, sub_layer_cooling_thickness, ccpp_error_message, ccpp_error_flag, surface_skin_temperature_over_ocean_interstitial, flag_for_flux_coupling, sea_area_fraction +DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [10, 11], 'sfc_nst_run': [25, 550], 'sfc_nst_finalize': [16, 17]}}), ('sfc_nst_pre', {'sfc_nst_pre': {'sfc_nst_pre_init': [565, 566], 'sfc_nst_pre_finalize': [569, 570], 'sfc_nst_pre_run': [576, 632]}}), ('sfc_nst_post', {'sfc_nst_post': {'sfc_nst_post_run': [661, 709], 'sfc_nst_post_init': [644, 645], 'sfc_nst_post_finalize': [650, 651]}})]) +DEBUG: Skipping blank table sfc_nst_post_init +DEBUG: Skipping blank table sfc_nst_post_finalize +DEBUG: Module name: sfc_nst_post +DEBUG: Scheme name: sfc_nst_post +DEBUG: Variables in subroutine sfc_nst_post_run: horizontal_loop_extent, sea_surface_reference_temperature, flag_nonzero_wet_surface_fraction, longitude, flag_for_nsstm_run, vertical_temperature_average_range_lower_bound, vertical_temperature_average_range_upper_bound, surface_skin_temperature_after_iteration_over_ocean, diurnal_thermocline_layer_heat_content, diurnal_thermocline_layer_thickness, sub_layer_cooling_amount, sub_layer_cooling_thickness, ccpp_error_message, ccpp_error_flag, surface_skin_temperature_over_ocean_interstitial, air_temperature_lapse_rate_constant, freezing_point_temperature_of_seawater, flag_nonzero_sea_ice_surface_fraction, orography, orography_unfiltered, mean_change_over_depth_in_sea_water_temperature +DEBUG: Variables in subroutine sfc_nst_post_init: +DEBUG: Variables in subroutine sfc_nst_post_finalize: +DEBUG: Parsing file shalcnv.F with registry OrderedDict([('shalcnv', {'shalcnv': {'shalcnv_init': [21, 38], 'shalcnv_run': [90, 1316], 'shalcnv_finalize': [43, 44]}})]) +DEBUG: Skipping blank table shalcnv_finalize +DEBUG: Module name: shalcnv +DEBUG: Scheme name: shalcnv +DEBUG: Variables in subroutine shalcnv_init: flag_for_shoc, flag_for_shallow_convection, flag_for_mass_flux_shallow_convection_scheme, flag_for_sas_shallow_convection_scheme, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine shalcnv_run: ccpp_error_message, ccpp_error_flag, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, temperature_at_zero_celsius, gas_constant_dry_air, specific_heat_of_water_vapor_at_constant_pressure, specific_heat_of_liquid_water_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, horizontal_loop_extent, horizontal_dimension, vertical_dimension, number_of_spectral_wave_trancation_for_sas, time_step_for_physics, air_pressure_difference_between_midlayers, air_pressure, surface_air_pressure, geopotential, cloud_condensed_water_mixing_ratio_convective_transport_tracer, ice_water_mixing_ratio_convective_transport_tracer, water_vapor_specific_humidity_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, lwe_thickness_of_shallow_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, sea_land_ice_mask, omega, number_of_hydrometeors, atmosphere_boundary_layer_thickness, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, entrainment_rate_coefficient_shallow_convection, rain_conversion_parameter_shallow_convection, detrainment_conversion_parameter_shallow_convection, momentum_transport_reduction_factor_pgf_shallow_convection +DEBUG: Variables in subroutine shalcnv_finalize: +DEBUG: Parsing file get_prs_fv3.F90 with registry OrderedDict([('get_prs_fv3', {'get_prs_fv3': {'get_prs_fv3_init': [11, 12], 'get_prs_fv3_finalize': [44, 45], 'get_prs_fv3_run': [16, 41]}}), ('get_phi_fv3', {})]) +DEBUG: Skipping blank table get_prs_fv3_init +DEBUG: Skipping blank table get_prs_fv3_finalize +DEBUG: Module name: get_prs_fv3 +DEBUG: Scheme name: get_prs_fv3 +DEBUG: Variables in subroutine get_prs_fv3_init: +DEBUG: Variables in subroutine get_prs_fv3_finalize: +DEBUG: Variables in subroutine get_prs_fv3_run: horizontal_dimension, vertical_dimension, geopotential_at_interface, air_pressure_at_interface, air_temperature, water_vapor_specific_humidity, air_pressure_difference_between_midlayers, geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file get_prs_fv3.F90 with registry OrderedDict([('get_prs_fv3', {'get_prs_fv3': {'get_prs_fv3_init': [11, 12], 'get_prs_fv3_finalize': [44, 45], 'get_prs_fv3_run': [16, 41]}}), ('get_phi_fv3', {'get_phi_fv3': {'get_phi_fv3_finalize': [93, 94], 'get_phi_fv3_init': [58, 59], 'get_phi_fv3_run': [63, 90]}})]) +DEBUG: Skipping blank table get_phi_fv3_finalize +DEBUG: Skipping blank table get_phi_fv3_init +DEBUG: Module name: get_phi_fv3 +DEBUG: Scheme name: get_phi_fv3 +DEBUG: Variables in subroutine get_phi_fv3_finalize: +DEBUG: Variables in subroutine get_phi_fv3_init: +DEBUG: Variables in subroutine get_phi_fv3_run: horizontal_dimension, vertical_dimension, geopotential_at_interface, geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature, ccpp_error_message, ccpp_error_flag, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, geopotential +DEBUG: Parsing file module_MYNNSFC_wrapper.F90 with registry OrderedDict([('mynnsfc_wrapper', {'mynnsfc_wrapper': {'mynnsfc_wrapper_init': [4, 5], 'mynnsfc_wrapper_run': [16, 177], 'mynnsfc_wrapper_finalize': [6, 7]}})]) +DEBUG: Module name: mynnsfc_wrapper +DEBUG: Scheme name: mynnsfc_wrapper +DEBUG: Variables in subroutine mynnsfc_wrapper_init: +DEBUG: Variables in subroutine mynnsfc_wrapper_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, ccpp_loop_counter, flag_for_first_time_step, flag_for_restart, time_step_for_physics, cell_size, x_wind, y_wind, air_temperature, water_vapor_specific_humidity, cloud_condensed_water_mixing_ratio, air_pressure, geopotential_at_interface, dimensionless_exner_function_at_model_layers, t_prime_squared, q_prime_squared, t_prime_q_prime, mixing_length, stability_function_for_heat, subgrid_cloud_mixing_ratio_pbl, subgrid_cloud_fraction_pbl, surface_air_pressure, atmosphere_boundary_layer_thickness, sea_land_ice_mask_real, surface_skin_temperature, surface_specific_humidity, surface_snow_thickness_water_equivalent, surface_roughness_length, surface_friction_velocity, surface_friction_velocity_drag, surface_stability_parameter, theta_star, reciprocal_of_obukhov_length, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, Monin_Obukhov_similarity_function_for_momentum_at_10m, Monin_Obukhov_similarity_function_for_heat_at_2m, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, surface_drag_wind_speed_for_momentum_in_air, kinematic_surface_upward_sensible_heat_flux, kinematic_surface_upward_latent_heat_flux, surface_latent_heat, surface_exchange_coefficient_for_heat, surface_exchange_coefficient_for_moisture, x_wind_at_10m, y_wind_at_10m, potential_temperature_at_2m, temperature_at_2m, specific_humidity_at_2m, surface_wind_enhancement_due_to_convection, surface_exchange_coefficient_for_heat_at_2m, surface_exchange_coefficient_for_moisture_at_2m, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air, surface_wind_stress, cloudpdf, couple_sgs_clouds_to_radiation_flag, flag_print, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine mynnsfc_wrapper_finalize: +DEBUG: Parsing file module_MYJSFC_wrapper.F90 with registry OrderedDict([('myjsfc_wrapper', {'myjsfc_wrapper': {'myjsfc_wrapper_finalize': [7, 8], 'myjsfc_wrapper_init': [5, 6], 'myjsfc_wrapper_run': [15, 329]}})]) +DEBUG: Module name: myjsfc_wrapper +DEBUG: Scheme name: myjsfc_wrapper +DEBUG: Variables in subroutine myjsfc_wrapper_finalize: +DEBUG: Variables in subroutine myjsfc_wrapper_init: +DEBUG: Variables in subroutine myjsfc_wrapper_run: flag_for_restart, horizontal_dimension, horizontal_loop_extent, vertical_dimension, index_of_time_step, number_of_tracers, index_for_turbulent_kinetic_energy, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, ccpp_loop_counter, flag_for_iteration, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure, air_pressure_at_interface, geopotential_at_interface, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, surface_skin_temperature, surface_specific_humidity, surface_specific_humidity_for_MYJ_schemes, potential_temperature_at_viscous_sublayer_top, specific_humidity_at_viscous_sublayer_top, u_wind_component_at_viscous_sublayer_top, v_wind_component_at_viscous_sublayer_top, baseline_surface_roughness_length, heat_exchange_coefficient_for_MYJ_schemes, momentum_exchange_coefficient_for_MYJ_schemes, surface_layer_evaporation_switch, kinematic_surface_latent_heat_flux, weight_for_momentum_at_viscous_sublayer_top, weight_for_potental_temperature_at_viscous_sublayer_top, weight_for_specific_humidity_at_viscous_sublayer_top, atmosphere_boundary_layer_thickness, sea_land_ice_mask_real, surface_roughness_length, surface_friction_velocity, bulk_richardson_number_at_lowest_model_level, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air, surface_wind_stress, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, Monin_Obukhov_similarity_function_for_momentum_at_10m, Monin_Obukhov_similarity_function_for_heat_at_2m, land_area_fraction, lake_area_fraction, sea_area_fraction, sea_ice_concentration, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, surface_friction_velocity_over_ocean, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, bulk_richardson_number_at_lowest_model_level_over_ocean, bulk_richardson_number_at_lowest_model_level_over_land, bulk_richardson_number_at_lowest_model_level_over_ice, surface_wind_stress_over_ocean, surface_wind_stress_over_land, surface_wind_stress_over_ice, Monin_Obukhov_similarity_function_for_momentum_over_ocean, Monin_Obukhov_similarity_function_for_momentum_over_land, Monin_Obukhov_similarity_function_for_momentum_over_ice, Monin_Obukhov_similarity_function_for_heat_over_ocean, Monin_Obukhov_similarity_function_for_heat_over_land, Monin_Obukhov_similarity_function_for_heat_over_ice, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean, Monin_Obukhov_similarity_function_for_heat_at_2m_over_land, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice, wind_speed_at_lowest_model_layer, specific_heat_of_dry_air_at_constant_pressure, gravitational_acceleration, gas_constant_dry_air, mpi_rank, flag_print, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file module_MYNNPBL_wrapper.F90 with registry OrderedDict([('mynnedmf_wrapper', {'mynnedmf_wrapper': {'mynnedmf_wrapper_init': [9, 10], 'mynnedmf_wrapper_finalize': [11, 12], 'mynnedmf_wrapper_run': [19, 587]}})]) +DEBUG: Module name: mynnedmf_wrapper +DEBUG: Scheme name: mynnedmf_wrapper +DEBUG: Variables in subroutine mynnedmf_wrapper_init: +DEBUG: Variables in subroutine mynnedmf_wrapper_finalize: +DEBUG: Variables in subroutine mynnedmf_wrapper_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, flag_for_first_time_step, flag_for_restart, flag_diagnostics, flag_diagnostics_3D, flag_idealized_physics, time_step_for_physics, time_step_for_dynamics, cell_size, surface_roughness_length, geopotential_at_interface, x_wind, y_wind, omega, air_temperature, water_vapor_specific_humidity, cloud_condensed_water_mixing_ratio, ice_water_mixing_ratio, cloud_droplet_number_concentration, ice_number_concentration, ozone_mixing_ratio, water_friendly_aerosol_number_concentration, ice_friendly_aerosol_number_concentration, air_pressure, dimensionless_exner_function_at_model_layers, sea_land_ice_mask_real, surface_skin_temperature, surface_specific_humidity, surface_air_pressure, surface_friction_velocity, surface_drag_wind_speed_for_momentum_in_air, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, instantaneous_surface_upward_sensible_heat_flux_for_diag, instantaneous_surface_upward_latent_heat_flux_for_diag, cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep, reciprocal_of_obukhov_length, tke_at_mass_points, turbulent_kinetic_energy, t_prime_squared, q_prime_squared, t_prime_q_prime, mixing_length, stability_function_for_heat, atmosphere_heat_diffusivity_for_mynnpbl, atmosphere_momentum_diffusivity_for_mynnpbl, atmosphere_boundary_layer_thickness, vertical_index_at_top_of_atmosphere_boundary_layer, subgrid_cloud_mixing_ratio_pbl, subgrid_cloud_fraction_pbl, emdf_updraft_area, emdf_updraft_vertical_velocity, emdf_updraft_total_water, emdf_updraft_theta_l, emdf_updraft_entrainment_rate, emdf_updraft_cloud_water, number_of_plumes, maximum_mass_flux, k_level_of_highest_reaching_plume, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_water_vapor_specific_humidity_due_to_model_physics, tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ozone_mixing_ratio_due_to_model_physics, tendency_of_cloud_droplet_number_concentration_due_to_model_physics, tendency_of_ice_number_concentration_due_to_model_physics, tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics, tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, grav_settling, tke_budget, tke_advect, cloudpdf, mixing_length_flag, edmf_flag, edmf_momentum_transport_flag, edmf_tke_transport_flag, edmf_partition_flag, cloud_specie_mix_flag, mix_total_water_flag, couple_sgs_clouds_to_radiation_flag, do_mynnsfclay, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_aerosol_physics, flag_print, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file sfc_drv_ruc.F90 with registry OrderedDict([('lsm_ruc', {'lsm_ruc': {'lsm_ruc_finalize': [31, 38], 'lsm_ruc_run': [118, 834], 'lsm_ruc_init': [17, 27]}})]) +DEBUG: Module name: lsm_ruc +DEBUG: Scheme name: lsm_ruc +DEBUG: Variables in subroutine lsm_ruc_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine lsm_ruc_run: ccpp_error_message, ccpp_error_flag, time_step_for_dynamics, mpi_rank, mpi_root, index_of_time_step, ccpp_loop_counter, horizontal_loop_extent, vertical_dimension, flag_for_ruc_land_surface_scheme, flag_for_land_surface_scheme, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, do_mynnsfclay, soil_vertical_dimension_for_land_surface_model, soil_vertical_dimension, flag_for_reading_leaf_area_index_from_input, depth_of_soil_levels_for_land_surface_model, specific_heat_of_dry_air_at_constant_pressure, gravitational_acceleration, pi, gas_constant_dry_air, gas_constant_water_vapor, latent_heat_of_vaporization_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, flag_nonzero_land_surface_fraction, sea_land_ice_mask, lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep, lwe_thickness_of_convective_precipitation_amount_from_previous_timestep, lwe_thickness_of_ice_amount_from_previous_timestep, lwe_thickness_of_snow_amount_from_previous_timestep, lwe_thickness_of_graupel_amount_from_previous_timestep, flag_for_precipitation_type, surface_snow_area_fraction_over_land, water_equivalent_accumulated_snow_depth_over_land, surface_snow_thickness_water_equivalent_over_land, density_of_frozen_precipitation, height_above_ground_at_lowest_model_layer, air_pressure_at_lowest_model_layer, wind_speed_at_lowest_model_layer, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, cloud_condensed_water_mixing_ratio_at_lowest_model_layer, surface_downwelling_longwave_flux, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, surface_longwave_emissivity_over_land_interstitial, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land, surface_drag_wind_speed_for_momentum_in_air_over_land, normalized_soil_wetness_for_land_surface_model, canopy_water_amount, vegetation_area_fraction, leaf_area_index, surface_diffused_shortwave_albedo, mean_vis_albedo_with_weak_cosz_dependency, mean_nir_albedo_with_weak_cosz_dependency, upper_bound_on_max_albedo_over_deep_snow, surface_roughness_length_over_land_interstitial, surface_specific_humidity_over_land, cloud_condensed_water_mixing_ratio_at_surface, water_vapor_mixing_ratio_at_surface, surface_condensation_mass, deep_soil_temperature, volume_fraction_of_soil_moisture, volume_fraction_of_unfrozen_soil_moisture, soil_temperature, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, vegetation_type_classification, soil_type_classification, soil_type_dataset_choice, vegetation_type_dataset_choice, sea_ice_concentration, flag_for_frozen_soil_physics, volume_fraction_of_soil_moisture_for_land_surface_model, volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model, volume_fraction_of_frozen_soil_moisture_for_land_surface_model, soil_temperature_for_land_surface_model, soil_moisture_content, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_after_iteration_over_land, sea_ice_temperature_interstitial, snow_temperature_bottom_first_layer, total_accumulated_snowfall, accumulated_water_equivalent_of_frozen_precip, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_land, soil_upward_latent_heat_flux, canopy_upward_latent_heat_flux, snow_deposition_sublimation_upward_latent_heat_flux, transpiration_flux, surface_runoff_flux, subsurface_runoff_flux, total_runoff, surface_runoff, upward_heat_flux_in_soil_over_land, minimum_vegetation_area_fraction, maximum_vegetation_area_fraction, flag_for_iteration, flag_for_guess_run, flag_for_first_time_step, flag_for_restart +DEBUG: Variables in subroutine lsm_ruc_init: ccpp_error_message, ccpp_error_flag, mpi_rank, soil_type_dataset_choice, vegetation_type_dataset_choice, iounit_namelist +DEBUG: Parsing file module_MYNNrad_pre.F90 with registry OrderedDict([('mynnrad_pre', {'mynnrad_pre': {'mynnrad_pre_init': [6, 7], 'mynnrad_pre_run': [27, 98], 'mynnrad_pre_finalize': [8, 9]}})]) +DEBUG: Module name: mynnrad_pre +DEBUG: Scheme name: mynnrad_pre +DEBUG: Variables in subroutine mynnrad_pre_init: +DEBUG: Variables in subroutine mynnrad_pre_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, flag_for_first_time_step, flag_for_restart, cloud_condensed_water_mixing_ratio, ice_water_mixing_ratio, air_temperature, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save, subgrid_cloud_mixing_ratio_pbl, subgrid_cloud_fraction_pbl, layer_pressure_thickness_for_radiation, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, sea_land_ice_mask_real, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine mynnrad_pre_finalize: +DEBUG: Parsing file drag_suite.F90 with registry OrderedDict([('drag_suite', {'drag_suite': {'drag_suite_finalize': [1167, 1168], 'drag_suite_run': [186, 1162], 'drag_suite_init': [8, 9]}})]) +DEBUG: Skipping blank table drag_suite_finalize +DEBUG: Skipping blank table drag_suite_init +DEBUG: Module name: drag_suite +DEBUG: Scheme name: drag_suite +DEBUG: Variables in subroutine drag_suite_finalize: +DEBUG: Variables in subroutine drag_suite_run: horizontal_loop_extent, horizontal_dimension, vertical_dimension, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, x_wind, y_wind, air_temperature, water_vapor_specific_humidity, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, index_of_time_step, standard_deviation_of_subgrid_orography, convexity_of_subgrid_orography, asymmetry_of_subgrid_orography, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height, angle_from_east_of_maximum_subgrid_orographic_variations, slope_of_subgrid_orography, anisotropy_of_subgrid_orography, maximum_subgrid_orography, x_momentum_tendency_from_large_scale_gwd, y_momentum_tendency_from_large_scale_gwd, x_momentum_tendency_from_blocking_drag, y_momentum_tendency_from_blocking_drag, x_momentum_tendency_from_small_scale_gwd, y_momentum_tendency_from_small_scale_gwd, x_momentum_tendency_from_form_drag, y_momentum_tendency_from_form_drag, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, integrated_x_momentum_flux_from_large_scale_gwd, integrated_y_momentum_flux_from_large_scale_gwd, integrated_x_momentum_flux_from_blocking_drag, integrated_y_momentum_flux_from_blocking_drag, integrated_x_momentum_flux_from_small_scale_gwd, integrated_y_momentum_flux_from_small_scale_gwd, integrated_x_momentum_flux_from_form_drag, integrated_y_momentum_flux_from_form_drag, sea_land_ice_mask_real, bulk_richardson_number_at_lowest_model_level, atmosphere_boundary_layer_thickness, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, pi, number_of_equatorial_longitude_points, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, mpi_rank, mpi_root, flag_print, horizontal_index_of_printed_column, level_of_dividing_streamline, cell_size, gwd_opt, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine drag_suite_init: +DEBUG: Parsing file lsm_ruc_sfc_sice_interstitial.F90 with registry OrderedDict([('lsm_ruc_sfc_sice_pre', {'lsm_ruc_sfc_sice_pre': {'lsm_ruc_sfc_sice_pre_finalize': [8, 9], 'lsm_ruc_sfc_sice_pre_run': [15, 38], 'lsm_ruc_sfc_sice_pre_init': [6, 7]}}), ('lsm_ruc_sfc_sice_post', {})]) +DEBUG: Module name: lsm_ruc_sfc_sice_pre +DEBUG: Scheme name: lsm_ruc_sfc_sice_pre +DEBUG: Variables in subroutine lsm_ruc_sfc_sice_pre_finalize: +DEBUG: Variables in subroutine lsm_ruc_sfc_sice_pre_run: horizontal_loop_extent, soil_vertical_dimension_for_land_surface_model, soil_vertical_dimension, flag_nonzero_land_surface_fraction, soil_temperature, soil_temperature_for_land_surface_model, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine lsm_ruc_sfc_sice_pre_init: +DEBUG: Parsing file lsm_ruc_sfc_sice_interstitial.F90 with registry OrderedDict([('lsm_ruc_sfc_sice_pre', {'lsm_ruc_sfc_sice_pre': {'lsm_ruc_sfc_sice_pre_finalize': [8, 9], 'lsm_ruc_sfc_sice_pre_run': [15, 38], 'lsm_ruc_sfc_sice_pre_init': [6, 7]}}), ('lsm_ruc_sfc_sice_post', {'lsm_ruc_sfc_sice_post': {'lsm_ruc_sfc_sice_post_finalize': [48, 49], 'lsm_ruc_sfc_sice_post_init': [46, 47], 'lsm_ruc_sfc_sice_post_run': [55, 78]}})]) +DEBUG: Module name: lsm_ruc_sfc_sice_post +DEBUG: Scheme name: lsm_ruc_sfc_sice_post +DEBUG: Variables in subroutine lsm_ruc_sfc_sice_post_finalize: +DEBUG: Variables in subroutine lsm_ruc_sfc_sice_post_init: +DEBUG: Variables in subroutine lsm_ruc_sfc_sice_post_run: horizontal_loop_extent, soil_vertical_dimension_for_land_surface_model, soil_vertical_dimension, flag_nonzero_land_surface_fraction, soil_temperature, soil_temperature_for_land_surface_model, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file module_MYNNrad_post.F90 with registry OrderedDict([('mynnrad_post', {'mynnrad_post': {'mynnrad_post_finalize': [7, 8], 'mynnrad_post_run': [17, 49], 'mynnrad_post_init': [5, 6]}})]) +DEBUG: Module name: mynnrad_post +DEBUG: Scheme name: mynnrad_post +DEBUG: Variables in subroutine mynnrad_post_finalize: +DEBUG: Variables in subroutine mynnrad_post_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, flag_for_first_time_step, flag_for_restart, cloud_condensed_water_mixing_ratio, ice_water_mixing_ratio, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine mynnrad_post_init: +DEBUG: Parsing file gcm_shoc.F90 with registry OrderedDict([('shoc', {'shoc': {'shoc_finalize': [11, 12], 'shoc_init': [9, 10], 'shoc_run': [18, 115]}})]) +DEBUG: Module name: shoc +DEBUG: Scheme name: shoc +DEBUG: Variables in subroutine shoc_finalize: +DEBUG: Variables in subroutine shoc_init: +DEBUG: Variables in subroutine shoc_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, cloud_phase_transition_threshold_temperature, cloud_phase_transition_denominator, specific_heat_of_dry_air_at_constant_pressure, gravitational_acceleration, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, gas_constant_water_vapor, gas_constant_dry_air, pi, ratio_of_vapor_to_dry_air_gas_constants_minus_one, time_step_for_physics, air_pressure, air_pressure_difference_between_midlayers, geopotential_at_interface, geopotential, x_wind_updated_by_physics, y_wind_updated_by_physics, omega, critical_relative_humidity, ice_supersaturation_threshold, shoc_tke_dissipatation_pressure_threshold, shoc_tke_dissipation_tunable_parameter, shoc_tke_dissipation_tunable_parameter_near_surface, shoc_implicit_TKE_integration_uncentering_term, shoc_flag_for_optional_surface_TKE_dissipation, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, prandtl_number, air_temperature_updated_by_physics, tracer_concentration_updated_by_physics, number_of_tracers, index_for_water_vapor, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, subgrid_scale_cloud_fraction_from_shoc, turbulent_kinetic_energy_convective_transport_tracer, atmosphere_heat_diffusivity_from_shoc, kinematic_buoyancy_flux_from_shoc, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file GFS_rrtmgp_pre.F90 with registry OrderedDict([('GFS_rrtmgp_pre', {'GFS_rrtmgp_pre': {'GFS_rrtmgp_pre_finalize': [351, 352], 'GFS_rrtmgp_pre_init': [69, 146], 'GFS_rrtmgp_pre_run': [153, 347]}})]) +DEBUG: Module name: GFS_rrtmgp_pre +DEBUG: Scheme name: GFS_rrtmgp_pre +DEBUG: Variables in subroutine GFS_rrtmgp_pre_finalize: +DEBUG: Variables in subroutine GFS_rrtmgp_pre_init: GFS_control_type_instance, GFS_radtend_type_instance, list_of_active_gases_used_by_RRTMGP, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmgp_pre_run: GFS_control_type_instance, GFS_radtend_type_instance, list_of_active_gases_used_by_RRTMGP, ccpp_error_message, ccpp_error_flag, GFS_grid_type_instance, GFS_sfcprop_type_instance, GFS_statein_type_instance, GFS_tbd_type_instance, GFS_coupling_type_instance, horizontal_loop_extent, coefficients_for_lw_gas_optics, time_step_for_radiation, secant_of_diffusivity_angle_each_RRTMGP_LW_band, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, air_temperature_at_interface_for_RRTMGP, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, virtual_temperature, relative_humidity, chemical_tracers, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_snow_water_path, mean_effective_radius_for_snow_flake, cloud_rain_water_path, mean_effective_radius_for_rain_drop, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, cloud_decorrelation_length, cloud_area_fraction_for_radiation, Gas_concentrations_for_RRTMGP_suite +DEBUG: Parsing file GFS_surface_composites.F90 with registry OrderedDict([('GFS_surface_composites_pre', {'GFS_surface_composites_pre': {'GFS_surface_composites_pre_run': [16, 145], 'GFS_surface_composites_pre_finalize': [11, 12], 'GFS_surface_composites_pre_init': [9, 10]}}), ('GFS_surface_composites_inter', {}), ('GFS_surface_composites_post', {})]) +DEBUG: Module name: GFS_surface_composites_pre +DEBUG: Scheme name: GFS_surface_composites_pre +DEBUG: Variables in subroutine GFS_surface_composites_pre_run: horizontal_loop_extent, flag_for_fractional_grid, flag_for_cice, flag_for_flux_coupling, flag_for_wave_coupling_to_atm, land_area_fraction, lake_area_fraction, sea_area_fraction, land_area_fraction_for_microphysics, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_lake_surface_fraction, flag_nonzero_ocean_surface_fraction, flag_nonzero_wet_surface_fraction, sea_ice_concentration, minimum_sea_ice_concentration, surface_roughness_length, surface_roughness_length_over_ocean, surface_roughness_length_over_land, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, surface_snow_thickness_water_equivalent, surface_snow_thickness_water_equivalent_over_ocean, surface_snow_thickness_water_equivalent_over_land, surface_snow_thickness_water_equivalent_over_ice, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice, surface_friction_velocity, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, water_equivalent_accumulated_snow_depth, water_equivalent_accumulated_snow_depth_over_ocean, water_equivalent_accumulated_snow_depth_over_land, water_equivalent_accumulated_snow_depth_over_ice, surface_upward_potential_latent_heat_flux_over_ice, surface_skin_temperature, sea_surface_temperature, surface_skin_temperature_over_land, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ice_interstitial, sea_ice_temperature, sea_ice_temperature_interstitial, surface_skin_temperature_after_iteration, surface_skin_temperature_after_iteration_over_ocean, surface_skin_temperature_after_iteration_over_land, surface_skin_temperature_after_iteration_over_ice, upward_heat_flux_in_soil_over_ice, freezing_point_temperature_of_seawater, sea_land_ice_mask, surface_longwave_emissivity, surface_longwave_emissivity_over_ocean_interstitial, surface_longwave_emissivity_over_land_interstitial, surface_longwave_emissivity_over_ice_interstitial, lake_ice_minimum, sea_ice_minimum, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_surface_composites_pre_finalize: +DEBUG: Variables in subroutine GFS_surface_composites_pre_init: +DEBUG: Parsing file GFS_surface_composites.F90 with registry OrderedDict([('GFS_surface_composites_pre', {'GFS_surface_composites_pre': {'GFS_surface_composites_pre_run': [16, 145], 'GFS_surface_composites_pre_finalize': [11, 12], 'GFS_surface_composites_pre_init': [9, 10]}}), ('GFS_surface_composites_inter', {'GFS_surface_composites_inter': {'GFS_surface_composites_inter_run': [160, 199], 'GFS_surface_composites_inter_init': [153, 154], 'GFS_surface_composites_inter_finalize': [155, 156]}}), ('GFS_surface_composites_post', {})]) +DEBUG: Module name: GFS_surface_composites_inter +DEBUG: Scheme name: GFS_surface_composites_inter +DEBUG: Variables in subroutine GFS_surface_composites_inter_run: horizontal_loop_extent, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_wet_surface_fraction, surface_longwave_emissivity_over_ocean_interstitial, surface_longwave_emissivity_over_land_interstitial, surface_longwave_emissivity_over_ice_interstitial, ccpp_error_message, ccpp_error_flag, surface_downwelling_longwave_flux, surface_downwelling_longwave_flux_absorbed_by_ground_over_land, surface_downwelling_longwave_flux_absorbed_by_ground_over_ice, surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, surface_upwelling_shortwave_flux +DEBUG: Variables in subroutine GFS_surface_composites_inter_init: +DEBUG: Variables in subroutine GFS_surface_composites_inter_finalize: +DEBUG: Parsing file GFS_surface_composites.F90 with registry OrderedDict([('GFS_surface_composites_pre', {'GFS_surface_composites_pre': {'GFS_surface_composites_pre_run': [16, 145], 'GFS_surface_composites_pre_finalize': [11, 12], 'GFS_surface_composites_pre_init': [9, 10]}}), ('GFS_surface_composites_inter', {'GFS_surface_composites_inter': {'GFS_surface_composites_inter_run': [160, 199], 'GFS_surface_composites_inter_init': [153, 154], 'GFS_surface_composites_inter_finalize': [155, 156]}}), ('GFS_surface_composites_post', {'GFS_surface_composites_post': {'GFS_surface_composites_post_init': [208, 209], 'GFS_surface_composites_post_finalize': [210, 211], 'GFS_surface_composites_post_run': [217, 403]}})]) +DEBUG: Module name: GFS_surface_composites_post +DEBUG: Scheme name: GFS_surface_composites_post +DEBUG: Variables in subroutine GFS_surface_composites_post_init: +DEBUG: Variables in subroutine GFS_surface_composites_post_finalize: +DEBUG: Variables in subroutine GFS_surface_composites_post_run: horizontal_loop_extent, flag_for_fractional_grid, flag_for_cice, flag_for_flux_coupling, flag_for_wave_coupling_to_atm, land_area_fraction, lake_area_fraction, sea_area_fraction, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_wet_surface_fraction, sea_ice_concentration, surface_roughness_length, surface_roughness_length_over_ocean, surface_roughness_length_over_land, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, surface_snow_thickness_water_equivalent, surface_snow_thickness_water_equivalent_over_ocean, surface_snow_thickness_water_equivalent_over_land, surface_snow_thickness_water_equivalent_over_ice, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice, surface_friction_velocity, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, water_equivalent_accumulated_snow_depth, water_equivalent_accumulated_snow_depth_over_ocean, water_equivalent_accumulated_snow_depth_over_land, water_equivalent_accumulated_snow_depth_over_ice, surface_upward_potential_latent_heat_flux_over_ice, surface_skin_temperature, sea_surface_temperature, surface_skin_temperature_over_land, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ice_interstitial, sea_ice_temperature, sea_ice_temperature_interstitial, surface_skin_temperature_after_iteration, surface_skin_temperature_after_iteration_over_ocean, surface_skin_temperature_after_iteration_over_land, surface_skin_temperature_after_iteration_over_ice, upward_heat_flux_in_soil_over_ice, sea_land_ice_mask, ccpp_error_message, ccpp_error_flag, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, bulk_richardson_number_at_lowest_model_level, bulk_richardson_number_at_lowest_model_level_over_ocean, bulk_richardson_number_at_lowest_model_level_over_land, bulk_richardson_number_at_lowest_model_level_over_ice, surface_wind_stress, surface_wind_stress_over_ocean, surface_wind_stress_over_land, surface_wind_stress_over_ice, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_momentum_over_ocean, Monin_Obukhov_similarity_function_for_momentum_over_land, Monin_Obukhov_similarity_function_for_momentum_over_ice, Monin_Obukhov_similarity_function_for_heat, Monin_Obukhov_similarity_function_for_heat_over_ocean, Monin_Obukhov_similarity_function_for_heat_over_land, Monin_Obukhov_similarity_function_for_heat_over_ice, surface_friction_velocity_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice, Monin_Obukhov_similarity_function_for_heat_at_2m, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean, Monin_Obukhov_similarity_function_for_heat_at_2m_over_land, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice, surface_drag_wind_speed_for_momentum_in_air, surface_drag_wind_speed_for_momentum_in_air_over_ocean, surface_drag_wind_speed_for_momentum_in_air_over_land, surface_drag_wind_speed_for_momentum_in_air_over_ice, surface_drag_mass_flux_for_heat_and_moisture_in_air, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice, upward_heat_flux_in_soil, upward_heat_flux_in_soil_over_ocean, upward_heat_flux_in_soil_over_land, surface_upward_potential_latent_heat_flux, surface_upward_potential_latent_heat_flux_over_ocean, surface_upward_potential_latent_heat_flux_over_land, kinematic_surface_upward_latent_heat_flux, kinematic_surface_upward_latent_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_latent_heat_flux_over_ice, kinematic_surface_upward_sensible_heat_flux, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_ice, surface_specific_humidity, surface_specific_humidity_over_ocean, surface_specific_humidity_over_land, surface_specific_humidity_over_ice, sea_ice_thickness +DEBUG: Parsing file GFS_MP_generic.F90 with registry OrderedDict([('GFS_MP_generic_pre', {'GFS_MP_generic_pre': {'GFS_MP_generic_pre_finalize': [43, 44], 'GFS_MP_generic_pre_init': [8, 9], 'GFS_MP_generic_pre_run': [13, 40]}}), ('GFS_MP_generic_post', {})]) +DEBUG: Skipping blank table GFS_MP_generic_pre_finalize +DEBUG: Skipping blank table GFS_MP_generic_pre_init +DEBUG: Module name: GFS_MP_generic_pre +DEBUG: Scheme name: GFS_MP_generic_pre +DEBUG: Variables in subroutine GFS_MP_generic_pre_finalize: +DEBUG: Variables in subroutine GFS_MP_generic_pre_init: +DEBUG: Variables in subroutine GFS_MP_generic_pre_run: horizontal_loop_extent, vertical_dimension, flag_diagnostics_3D, flag_for_Arakawa_Wu_adjustment, index_for_liquid_cloud_condensate, number_of_tracers_for_cloud_condensate, number_of_tracers, air_temperature_updated_by_physics, tracer_concentration_updated_by_physics, air_temperature_save, tracer_concentration_save, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file GFS_MP_generic.F90 with registry OrderedDict([('GFS_MP_generic_pre', {'GFS_MP_generic_pre': {'GFS_MP_generic_pre_finalize': [43, 44], 'GFS_MP_generic_pre_init': [8, 9], 'GFS_MP_generic_pre_run': [13, 40]}}), ('GFS_MP_generic_post', {'GFS_MP_generic_post': {'GFS_MP_generic_post_init': [53, 54], 'GFS_MP_generic_post_run': [65, 316], 'GFS_MP_generic_post_finalize': [320, 321]}})]) +DEBUG: Skipping blank table GFS_MP_generic_post_init +DEBUG: Skipping blank table GFS_MP_generic_post_finalize +DEBUG: Module name: GFS_MP_generic_post +DEBUG: Scheme name: GFS_MP_generic_post +DEBUG: Variables in subroutine GFS_MP_generic_post_init: +DEBUG: Variables in subroutine GFS_MP_generic_post_run: horizontal_loop_extent, vertical_dimension, flag_diagnostics_3D, index_for_liquid_cloud_condensate, number_of_tracers_for_cloud_condensate, number_of_tracers, air_temperature_updated_by_physics, tracer_concentration_updated_by_physics, air_temperature_save, ccpp_error_message, ccpp_error_flag, horizontal_dimension, index_of_time_step, array_dimension_of_random_number, number_of_hydrometeors, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, flag_for_precipitation_type_algorithm, flag_diagnostics, flag_for_flux_coupling, flag_for_chemistry_coupling, gravitational_acceleration, time_step_for_dynamics, dynamics_to_physics_timestep_ratio, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, lwe_thickness_of_explicit_precipitation_amount, random_number_array, latitude, longitude, air_pressure, air_pressure_at_interface, geopotential_at_interface, surface_skin_temperature, lwe_thickness_of_ice_amount_on_dynamics_timestep, lwe_thickness_of_snow_amount_on_dynamics_timestep, lwe_thickness_of_graupel_amount_on_dynamics_timestep, water_vapor_specific_humidity_save, lwe_thickness_of_explicit_rain_amount, lwe_thickness_of_ice_amount, lwe_thickness_of_snow_amount, lwe_thickness_of_graupel_amount, air_pressure_difference_between_midlayers, lwe_thickness_of_precipitation_amount_on_dynamics_timestep, dominant_rain_type, dominant_freezing_rain_type, dominant_sleet_type, dominant_snow_type, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep, flag_for_precipitation_type, ratio_of_snowfall_to_rainfall, cumulative_lwe_thickness_of_convective_precipitation_amount, accumulated_lwe_thickness_of_precipitation_amount, accumulated_lwe_thickness_of_ice_amount, accumulated_lwe_thickness_of_snow_amount, accumulated_lwe_thickness_of_graupel_amount, cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket, accumulated_lwe_thickness_of_precipitation_amount_in_bucket, accumulated_lwe_thickness_of_ice_amount_in_bucket, accumulated_lwe_thickness_of_snow_amount_in_bucket, accumulated_lwe_thickness_of_graupel_amount_in_bucket, cumulative_change_in_temperature_due_to_microphysics, cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics, lwe_thickness_of_precipitation_amount_for_coupling, lwe_thickness_of_convective_precipitation_amount_for_coupling, lwe_thickness_of_snow_amount_for_coupling, column_precipitable_water, flag_for_stochastic_surface_physics_perturbations, flag_for_global_cellular_automata, tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step, tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky, tendency_of_lwe_thickness_of_precipitation_amount_for_coupling, tendency_of_lwe_thickness_of_snow_amount_for_coupling, flag_for_land_surface_scheme, flag_for_ruc_land_surface_scheme, flag_for_noahmp_land_surface_scheme, lwe_thickness_of_convective_precipitation_amount_from_previous_timestep, lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep, lwe_thickness_of_ice_amount_from_previous_timestep, lwe_thickness_of_snow_amount_from_previous_timestep, lwe_thickness_of_graupel_amount_from_previous_timestep, convective_precipitation_rate_from_previous_timestep, explicit_rainfall_rate_from_previous_timestep, ice_precipitation_rate_from_previous_timestep, snow_precipitation_rate_from_previous_timestep, graupel_precipitation_rate_from_previous_timestep, time_step_for_physics +DEBUG: Variables in subroutine GFS_MP_generic_post_finalize: +DEBUG: Parsing file gscond.f with registry OrderedDict([('zhaocarr_gscond', {'zhaocarr_gscond': {'zhaocarr_gscond_finalize': [17, 18], 'zhaocarr_gscond_run': [38, 482], 'zhaocarr_gscond_init': [11, 12]}})]) +DEBUG: Module name: zhaocarr_gscond +DEBUG: Scheme name: zhaocarr_gscond +DEBUG: Variables in subroutine zhaocarr_gscond_finalize: +DEBUG: Variables in subroutine zhaocarr_gscond_run: horizontal_loop_extent, horizontal_dimension, vertical_dimension, time_step_for_physics, time_step_for_dynamics, air_pressure, surface_air_pressure, water_vapor_specific_humidity_updated_by_physics, ice_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_updated_by_physics, air_temperature_updated_by_physics, air_temperature_two_time_steps_back, water_vapor_specific_humidity_two_time_steps_back, surface_air_pressure_two_time_steps_back, air_temperature_at_previous_time_step, water_vapor_specific_humidity_at_previous_time_step, surface_air_pressure_at_previous_time_step, critical_relative_humidity, flag_print, horizontal_index_of_printed_column, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine zhaocarr_gscond_init: +DEBUG: Parsing file ozphys.f with registry OrderedDict([('ozphys', {'ozphys': {'ozphys_run': [40, 171], 'ozphys_finalize': [28, 29], 'ozphys_init': [10, 23]}})]) +DEBUG: Skipping blank table ozphys_finalize +DEBUG: Module name: ozphys +DEBUG: Scheme name: ozphys +DEBUG: Variables in subroutine ozphys_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, vertical_dimension_of_ozone_forcing_data, time_step_for_physics, ozone_concentration_updated_by_physics, air_temperature_updated_by_physics, natural_log_of_ozone_forcing_data_pressure_levels, air_pressure, ozone_forcing, number_of_coefficients_in_ozone_forcing_data, air_pressure_difference_between_midlayers, flag_diagnostics_3D, cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate, cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio, cumulative_change_in_ozone_concentration_due_to_temperature, cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column, gravitational_acceleration, mpi_rank, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine ozphys_finalize: +DEBUG: Variables in subroutine ozphys_init: ccpp_error_message, ccpp_error_flag, flag_for_ozone_physics +DEBUG: Parsing file GFS_phys_time_vary.fv3.F90 with registry OrderedDict([('GFS_phys_time_vary', {'GFS_phys_time_vary': {'GFS_phys_time_vary_finalize': [212, 239], 'GFS_phys_time_vary_init': [32, 207], 'GFS_phys_time_vary_run': [245, 407]}})]) +DEBUG: Module name: GFS_phys_time_vary +DEBUG: Scheme name: GFS_phys_time_vary +DEBUG: Variables in subroutine GFS_phys_time_vary_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_phys_time_vary_init: ccpp_error_message, ccpp_error_flag, GFS_data_type_instance_all_blocks, GFS_control_type_instance, GFS_interstitial_type_instance_all_threads, omp_threads +DEBUG: Variables in subroutine GFS_phys_time_vary_run: ccpp_error_message, ccpp_error_flag, GFS_data_type_instance_all_blocks, GFS_control_type_instance, omp_threads, flag_for_first_time_step +DEBUG: Parsing file ozphys_2015.f with registry OrderedDict([('ozphys_2015', {'ozphys_2015': {'ozphys_2015_run': [44, 150], 'ozphys_2015_finalize': [26, 27], 'ozphys_2015_init': [8, 21]}})]) +DEBUG: Skipping blank table ozphys_2015_finalize +DEBUG: Module name: ozphys_2015 +DEBUG: Scheme name: ozphys_2015 +DEBUG: Variables in subroutine ozphys_2015_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, vertical_dimension_of_ozone_forcing_data, time_step_for_physics, ozone_concentration_updated_by_physics, air_temperature_updated_by_physics, natural_log_of_ozone_forcing_data_pressure_levels, air_pressure, ozone_forcing, number_of_coefficients_in_ozone_forcing_data, air_pressure_difference_between_midlayers, flag_diagnostics_3D, cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate, cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio, cumulative_change_in_ozone_concentration_due_to_temperature, cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column, gravitational_acceleration, mpi_rank, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine ozphys_2015_finalize: +DEBUG: Variables in subroutine ozphys_2015_init: ccpp_error_message, ccpp_error_flag, flag_for_2015_ozone_physics +DEBUG: Parsing file GFS_surface_generic.F90 with registry OrderedDict([('GFS_surface_generic_pre', {'GFS_surface_generic_pre': {'GFS_surface_generic_pre_finalize': [12, 13], 'GFS_surface_generic_pre_run': [17, 145], 'GFS_surface_generic_pre_init': [10, 11]}}), ('GFS_surface_generic_post', {})]) +DEBUG: Module name: GFS_surface_generic_pre +DEBUG: Scheme name: GFS_surface_generic_pre +DEBUG: Variables in subroutine GFS_surface_generic_pre_finalize: +DEBUG: Variables in subroutine GFS_surface_generic_pre_run: horizontal_loop_extent, vertical_dimension, vegetation_area_fraction, sea_land_ice_mask, soil_type_dataset_choice, vegetation_type_dataset_choice, soil_type_classification_real, vegetation_type_classification_real, surface_slope_classification_real, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, surface_skin_temperature, geopotential, gravitational_acceleration, bounded_vegetation_area_fraction, soil_type_classification, vegetation_type_classification, surface_slope_classification, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, surface_skin_temperature_after_iteration, height_above_ground_at_lowest_model_layer, flag_for_stochastic_surface_physics_perturbations, flag_for_global_cellular_automata, tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step, tendency_of_lwe_thickness_of_precipitation_amount_for_coupling, tendency_of_lwe_thickness_of_snow_amount_for_coupling, lwe_thickness_of_precipitation_amount_for_coupling, lwe_thickness_of_snow_amount_for_coupling, flag_for_stochastic_surface_perturbations, number_of_surface_perturbations, weights_for_stochastic_surface_physics_perturbation, magnitude_of_perturbation_of_momentum_roughness_length, magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio, magnitude_of_perturbation_of_soil_type_b_parameter, magnitude_of_perturbation_of_leaf_area_index, magnitude_of_perturbation_of_vegetation_fraction, perturbation_of_momentum_roughness_length, perturbation_of_heat_to_momentum_roughness_length_ratio, perturbation_of_soil_type_b_parameter, perturbation_of_leaf_area_index, perturbation_of_vegetation_fraction, flag_for_flux_coupling, flag_for_cice, sea_land_ice_mask_cice, sea_land_ice_mask_in, sea_ice_temperature, sea_surface_temperature, sea_ice_concentration, sea_ice_thickness, wind_speed_at_lowest_model_layer, x_wind_at_lowest_model_layer, y_wind_at_lowest_model_layer, surface_wind_enhancement_due_to_convection, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_surface_generic_pre_init: +DEBUG: Parsing file GFS_surface_generic.F90 with registry OrderedDict([('GFS_surface_generic_pre', {'GFS_surface_generic_pre': {'GFS_surface_generic_pre_finalize': [12, 13], 'GFS_surface_generic_pre_run': [17, 145], 'GFS_surface_generic_pre_init': [10, 11]}}), ('GFS_surface_generic_post', {'GFS_surface_generic_post': {'GFS_surface_generic_post_run': [161, 267], 'GFS_surface_generic_post_finalize': [156, 157], 'GFS_surface_generic_post_init': [154, 155]}})]) +DEBUG: Module name: GFS_surface_generic_post +DEBUG: Scheme name: GFS_surface_generic_post +DEBUG: Variables in subroutine GFS_surface_generic_post_run: horizontal_loop_extent, surface_skin_temperature, flag_for_flux_coupling, x_wind_at_lowest_model_layer, y_wind_at_lowest_model_layer, ccpp_error_message, ccpp_error_flag, flag_for_wave_coupling, flag_diagnostics, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_wet_surface_fraction, time_step_for_dynamics, surface_upward_potential_latent_heat_flux, upward_heat_flux_in_soil, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, surface_downwelling_longwave_flux, surface_downwelling_shortwave_flux, surface_downwelling_direct_near_infrared_shortwave_flux, surface_downwelling_diffuse_near_infrared_shortwave_flux, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux, surface_upwelling_longwave_flux, surface_upwelling_longwave_flux_over_ocean_interstitial, surface_upwelling_direct_near_infrared_shortwave_flux, surface_upwelling_diffuse_near_infrared_shortwave_flux, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux, temperature_at_2m, specific_humidity_at_2m, x_wind_at_10m, y_wind_at_10m, surface_skin_temperature_over_ocean_interstitial, surface_air_pressure, instantaneous_cosine_of_zenith_angle, soil_upward_latent_heat_flux, canopy_upward_latent_heat_flux, transpiration_flux, snow_deposition_sublimation_upward_latent_heat_flux, surface_snow_area_fraction, snow_freezing_rain_upward_latent_heat_flux, instantaneous_surface_potential_evaporation, instantaneous_surface_ground_heat_flux, air_temperature_at_lowest_model_layer_for_diag, water_vapor_specific_humidity_at_lowest_model_layer_for_diag, x_wind_at_lowest_model_layer_for_diag, y_wind_at_lowest_model_layer_for_diag, instantaneous_surface_downwelling_longwave_flux_for_coupling, instantaneous_surface_downwelling_shortwave_flux_for_coupling, cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep, instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling, cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, instantaneous_surface_net_downward_longwave_flux_for_coupling, cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep, instantaneous_temperature_at_2m_for_coupling, instantaneous_specific_humidity_at_2m_for_coupling, instantaneous_x_wind_at_10m_for_coupling, instantaneous_y_wind_at_10m_for_coupling, instantaneous_surface_skin_temperature_for_coupling, instantaneous_surface_air_pressure_for_coupling, instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_surface_net_downward_shortwave_flux_for_coupling, cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_ground_heat_flux_multiplied_by_timestep, cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep, cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep, cumulative_transpiration_flux_multiplied_by_timestep, cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep, cumulative_surface_snow_area_fraction_multiplied_by_timestep, cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep, cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep, total_runoff, surface_runoff, surface_runoff_flux, subsurface_runoff_flux +DEBUG: Variables in subroutine GFS_surface_generic_post_finalize: +DEBUG: Variables in subroutine GFS_surface_generic_post_init: +DEBUG: Parsing file cu_ntiedtke.F90 with registry OrderedDict([('cu_ntiedtke', {'cu_ntiedtke': {'cu_ntiedtke_init': [77, 93], 'cu_ntiedtke_finalize': [98, 99], 'cu_ntiedtke_run': [112, 311]}})]) +DEBUG: Skipping blank table cu_ntiedtke_finalize +DEBUG: Module name: cu_ntiedtke +DEBUG: Scheme name: cu_ntiedtke +DEBUG: Variables in subroutine cu_ntiedtke_init: mpi_rank, mpi_root, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine cu_ntiedtke_finalize: +DEBUG: Variables in subroutine cu_ntiedtke_run: ccpp_error_message, ccpp_error_flag, x_wind_updated_by_physics, y_wind_updated_by_physics, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, air_temperature, water_vapor_specific_humidity, moisture_tendency_due_to_dynamics, temperature_tendency_due_to_dynamics, convective_transportable_tracers, geopotential, geopotential_at_interface, air_pressure, air_pressure_at_interface, omega, kinematic_surface_upward_latent_heat_flux, kinematic_surface_upward_sensible_heat_flux, lwe_thickness_of_deep_convective_precipitation_amount, sea_land_ice_mask, horizontal_loop_extent, horizontal_dimension, vertical_dimension, time_step_for_physics, cell_size, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, number_of_tracers_for_convective_transport, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover +DEBUG: Parsing file rrtmg_sw_cloud_optics.F90 with registry OrderedDict([('mo_rrtmg_sw_cloud_optics', {})]) +DEBUG: Parsing file rrtmgp_sw_rte.F90 with registry OrderedDict([('rrtmgp_sw_rte', {'rrtmgp_sw_rte': {'rrtmgp_sw_rte_run': [25, 158], 'rrtmgp_sw_rte_init': [17, 18], 'rrtmgp_sw_rte_finalize': [162, 163]}})]) +DEBUG: Module name: rrtmgp_sw_rte +DEBUG: Scheme name: rrtmgp_sw_rte +DEBUG: Variables in subroutine rrtmgp_sw_rte_run: flag_to_calc_sw, horizontal_loop_extent, vertical_dimension, daytime_points_dimension, daytime_points, cosine_of_zenith_angle, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, coefficients_for_sw_gas_optics, shortwave_optical_properties_for_clear_sky, shortwave_optical_properties_for_cloudy_atmosphere, shortwave_optical_properties_for_aerosols, surface_albedo_nearIR_direct, surface_albedo_nearIR_diffuse, surface_albedo_uvvis_dir, surface_albedo_uvvis_dif, toa_incident_sw_flux_by_spectral_point, number_of_active_gases_used_by_RRTMGP, list_of_active_gases_used_by_RRTMGP, components_of_surface_downward_shortwave_fluxes, RRTMGP_sw_flux_profile_upward_allsky, RRTMGP_sw_flux_profile_downward_allsky, RRTMGP_sw_flux_profile_upward_clrsky, RRTMGP_sw_flux_profile_downward_clrsky, RRTMGP_sw_heating_rate_spectral, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmgp_sw_rte_init: +DEBUG: Variables in subroutine rrtmgp_sw_rte_finalize: +DEBUG: Parsing file rrtmgp_lw_pre.F90 with registry OrderedDict([('rrtmgp_lw_pre', {'rrtmgp_lw_pre': {'rrtmgp_lw_pre_finalize': [60, 61], 'rrtmgp_lw_pre_init': [16, 17], 'rrtmgp_lw_pre_run': [24, 56]}})]) +DEBUG: Module name: rrtmgp_lw_pre +DEBUG: Scheme name: rrtmgp_lw_pre +DEBUG: Variables in subroutine rrtmgp_lw_pre_finalize: +DEBUG: Variables in subroutine rrtmgp_lw_pre_init: +DEBUG: Variables in subroutine rrtmgp_lw_pre_run: flag_to_calc_lw, horizontal_loop_extent, longitude, latitude, sea_land_ice_mask_real, surface_roughness_length, surface_snow_thickness_water_equivalent, surface_snow_area_fraction_over_land, surface_skin_temperature, standard_deviation_of_subgrid_orography, coefficients_for_lw_gas_optics, surface_longwave_emissivity, surface_emissivity_in_each_RRTMGP_LW_band, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file GFS_rrtmg_post.F90 with registry OrderedDict([('GFS_rrtmg_post', {'GFS_rrtmg_post': {'GFS_rrtmg_post_init': [8, 9], 'GFS_rrtmg_post_run': [13, 166], 'GFS_rrtmg_post_finalize': [169, 170]}})]) +DEBUG: Skipping blank table GFS_rrtmg_post_init +DEBUG: Skipping blank table GFS_rrtmg_post_finalize +DEBUG: Module name: GFS_rrtmg_post +DEBUG: Scheme name: GFS_rrtmg_post +DEBUG: Variables in subroutine GFS_rrtmg_post_init: +DEBUG: Variables in subroutine GFS_rrtmg_post_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_diag_type_instance, GFS_radtend_type_instance, GFS_statein_type_instance, GFS_coupling_type_instance, components_of_surface_downward_shortwave_fluxes, horizontal_loop_extent, number_of_vertical_layers_for_radiation_calculations, extra_top_layer, vertical_index_difference_between_layer_and_upper_bound, vertical_index_difference_between_layer_and_lower_bound, vertical_index_difference_between_inout_and_local, time_step_for_radiation, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, total_cloud_fraction, cloud_optical_depth_layers_at_10mu_band, cloud_optical_depth_layers_at_0p55mu_band, daytime_points_dimension, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmg_post_finalize: +DEBUG: Parsing file GFS_rrtmgp_sw_post.F90 with registry OrderedDict([('GFS_rrtmgp_sw_post', {'GFS_rrtmgp_sw_post': {'GFS_rrtmgp_sw_post_finalize': [247, 248], 'GFS_rrtmgp_sw_post_run': [23, 243], 'GFS_rrtmgp_sw_post_init': [15, 16]}})]) +DEBUG: Module name: GFS_rrtmgp_sw_post +DEBUG: Scheme name: GFS_rrtmgp_sw_post +DEBUG: Variables in subroutine GFS_rrtmgp_sw_post_finalize: +DEBUG: Variables in subroutine GFS_rrtmgp_sw_post_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_diag_type_instance, GFS_radtend_type_instance, GFS_coupling_type_instance, GFS_statein_type_instance, components_of_surface_downward_shortwave_fluxes, horizontal_loop_extent, air_pressure_at_interface_for_RRTMGP_in_hPa, surface_albedo_nearIR_direct, surface_albedo_nearIR_diffuse, surface_albedo_uvvis_dir, surface_albedo_uvvis_dif, daytime_points_dimension, daytime_points, RRTMGP_sw_flux_profile_upward_allsky, RRTMGP_sw_flux_profile_downward_allsky, RRTMGP_sw_flux_profile_upward_clrsky, RRTMGP_sw_flux_profile_downward_clrsky, time_step_for_radiation, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, total_cloud_fraction, RRTMGP_cloud_optical_depth_layers_at_0_55mu_band, coefficients_for_sw_gas_optics, RRTMGP_sw_fluxes, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmgp_sw_post_init: +DEBUG: Parsing file GFS_PBL_generic.F90 with registry OrderedDict([('GFS_PBL_generic_common', {}), ('GFS_PBL_generic_pre', {}), ('GFS_PBL_generic_post', {})]) +DEBUG: Parsing file GFS_PBL_generic.F90 with registry OrderedDict([('GFS_PBL_generic_common', {}), ('GFS_PBL_generic_pre', {'GFS_PBL_generic_pre': {'GFS_PBL_generic_pre_run': [58, 257], 'GFS_PBL_generic_pre_finalize': [52, 53], 'GFS_PBL_generic_pre_init': [50, 51]}}), ('GFS_PBL_generic_post', {})]) +DEBUG: Module name: GFS_PBL_generic_pre +DEBUG: Scheme name: GFS_PBL_generic_pre +DEBUG: Variables in subroutine GFS_PBL_generic_pre_run: horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, number_of_tracers, index_for_water_vapor, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, index_for_rain_number_concentration, index_for_snow_number_concentration, index_for_graupel_number_concentration, index_for_water_friendly_aerosols, index_for_ice_friendly_aerosols, index_for_graupel, index_for_ozone, index_for_turbulent_kinetic_energy, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, index_for_mass_weighted_rime_factor, flag_for_aerosol_convective_transport_and_PBL_diffusion, index_for_first_chemical_tracer, number_of_chemical_tracers, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, flag_for_chemistry_coupling, flag_for_aerosol_physics, flag_for_hedmf, flag_for_shoc, flag_for_scale_aware_TKE_moist_EDMF_PBL, tracer_concentration, vertically_diffused_tracer_concentration, flag_for_canopy_heat_storage, surface_roughness_fraction_factor, latent_heat_flux_fraction_factor_relative_to_sensible_heat_flux, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, kinematic_surface_upward_sensible_heat_flux, kinematic_surface_upward_latent_heat_flux, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_upward_latent_heat_flux_reduction_factor, surface_upward_sensible_heat_flux_reduction_factor, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_PBL_generic_pre_finalize: +DEBUG: Variables in subroutine GFS_PBL_generic_pre_init: +DEBUG: Parsing file GFS_PBL_generic.F90 with registry OrderedDict([('GFS_PBL_generic_common', {}), ('GFS_PBL_generic_pre', {'GFS_PBL_generic_pre': {'GFS_PBL_generic_pre_run': [58, 257], 'GFS_PBL_generic_pre_finalize': [52, 53], 'GFS_PBL_generic_pre_init': [50, 51]}}), ('GFS_PBL_generic_post', {'GFS_PBL_generic_post': {'GFS_PBL_generic_post_init': [261, 262], 'GFS_PBL_generic_post_finalize': [263, 264], 'GFS_PBL_generic_post_run': [268, 533]}})]) +DEBUG: Module name: GFS_PBL_generic_post +DEBUG: Scheme name: GFS_PBL_generic_post +DEBUG: Variables in subroutine GFS_PBL_generic_post_init: +DEBUG: Variables in subroutine GFS_PBL_generic_post_finalize: +DEBUG: Variables in subroutine GFS_PBL_generic_post_run: horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, number_of_tracers, index_for_water_vapor, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, index_for_rain_number_concentration, index_for_snow_number_concentration, index_for_graupel_number_concentration, index_for_water_friendly_aerosols, index_for_ice_friendly_aerosols, index_for_graupel, index_for_ozone, index_for_turbulent_kinetic_energy, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, index_for_mass_weighted_rime_factor, flag_for_aerosol_convective_transport_and_PBL_diffusion, index_for_first_chemical_tracer, number_of_chemical_tracers, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, flag_for_chemistry_coupling, flag_for_aerosol_physics, flag_for_hedmf, flag_for_shoc, flag_for_scale_aware_TKE_moist_EDMF_PBL, kinematic_surface_upward_sensible_heat_flux, surface_upward_latent_heat_flux_reduction_factor, surface_upward_sensible_heat_flux_reduction_factor, ccpp_error_message, ccpp_error_flag, flag_for_flux_coupling, flag_diagnostics, flag_diagnostics_3D, flag_idealized_physics, flag_for_scale_aware_Shinhong_PBL, flag_for_ysu, tendency_of_vertically_diffused_tracer_concentration, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, time_step_for_dynamics, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, tendency_of_tracers_due_to_model_physics, cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep, instantaneous_surface_x_momentum_flux_for_coupling, instantaneous_surface_y_momentum_flux_for_coupling, instantaneous_surface_upward_sensible_heat_flux_for_coupling, instantaneous_surface_upward_latent_heat_flux_for_coupling, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep, instantaneous_surface_x_momentum_flux_for_diag, instantaneous_surface_y_momentum_flux_for_diag, instantaneous_surface_upward_sensible_heat_flux_for_diag, instantaneous_surface_upward_latent_heat_flux_for_diag, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, ratio_of_vapor_to_dry_air_gas_constants_minus_one, latent_heat_of_vaporization_of_water_at_0C, air_temperature_at_lowest_model_layer_for_diag, water_vapor_specific_humidity_at_lowest_model_layer_for_diag, air_pressure, instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling, sea_area_fraction, sea_ice_concentration, surface_x_momentum_flux_for_coupling, surface_y_momentum_flux_for_coupling, surface_upward_sensible_heat_flux_for_coupling, surface_upward_latent_heat_flux_for_coupling, flag_nonzero_wet_surface_fraction, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, wind_speed_at_lowest_model_layer, surface_wind_stress_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, x_wind_at_lowest_model_layer, y_wind_at_lowest_model_layer, instantaneous_atmosphere_heat_diffusivity, atmosphere_heat_diffusivity +DEBUG: Parsing file rrtmgp_sw_aerosol_optics.F90 with registry OrderedDict([('rrtmgp_sw_aerosol_optics', {'rrtmgp_sw_aerosol_optics': {'rrtmgp_sw_aerosol_optics_init': [16, 17], 'rrtmgp_sw_aerosol_optics_finalize': [81, 82], 'rrtmgp_sw_aerosol_optics_run': [24, 77]}})]) +DEBUG: Module name: rrtmgp_sw_aerosol_optics +DEBUG: Scheme name: rrtmgp_sw_aerosol_optics +DEBUG: Variables in subroutine rrtmgp_sw_aerosol_optics_init: +DEBUG: Variables in subroutine rrtmgp_sw_aerosol_optics_finalize: +DEBUG: Variables in subroutine rrtmgp_sw_aerosol_optics_run: flag_to_calc_sw, horizontal_loop_extent, vertical_dimension, number_of_tracers, number_of_aerosol_tracers_MG, daytime_points_dimension, daytime_points, air_pressure_at_interface_for_RRTMGP_in_hPa, air_pressure_at_layer_for_RRTMGP_in_hPa, dimensionless_exner_function_at_model_layers, virtual_temperature, relative_humidity, sea_land_ice_mask_real, chemical_tracers, aerosol_number_concentration_from_gocart_aerosol_climatology, longitude, latitude, coefficients_for_lw_gas_optics, coefficients_for_sw_gas_optics, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, shortwave_optical_properties_for_aerosols, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file GFS_surface_loop_control.F90 with registry OrderedDict([('GFS_surface_loop_control_part1', {'GFS_surface_loop_control_part1': {'GFS_surface_loop_control_part1_run': [20, 40], 'GFS_surface_loop_control_part1_finalize': [8, 9], 'GFS_surface_loop_control_part1_init': [6, 7]}}), ('GFS_surface_loop_control_part2', {})]) +DEBUG: Module name: GFS_surface_loop_control_part1 +DEBUG: Scheme name: GFS_surface_loop_control_part1 +DEBUG: Variables in subroutine GFS_surface_loop_control_part1_run: horizontal_loop_extent, ccpp_loop_counter, wind_speed_at_lowest_model_layer, flag_for_guess_run, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_surface_loop_control_part1_finalize: +DEBUG: Variables in subroutine GFS_surface_loop_control_part1_init: +DEBUG: Parsing file GFS_surface_loop_control.F90 with registry OrderedDict([('GFS_surface_loop_control_part1', {'GFS_surface_loop_control_part1': {'GFS_surface_loop_control_part1_run': [20, 40], 'GFS_surface_loop_control_part1_finalize': [8, 9], 'GFS_surface_loop_control_part1_init': [6, 7]}}), ('GFS_surface_loop_control_part2', {'GFS_surface_loop_control_part2': {'GFS_surface_loop_control_part2_run': [62, 90], 'GFS_surface_loop_control_part2_finalize': [50, 51], 'GFS_surface_loop_control_part2_init': [48, 49]}})]) +DEBUG: Module name: GFS_surface_loop_control_part2 +DEBUG: Scheme name: GFS_surface_loop_control_part2 +DEBUG: Variables in subroutine GFS_surface_loop_control_part2_run: horizontal_loop_extent, ccpp_loop_counter, wind_speed_at_lowest_model_layer, flag_for_guess_run, ccpp_error_message, ccpp_error_flag, flag_for_iteration, flag_nonzero_land_surface_fraction, flag_nonzero_wet_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_for_nsstm_run +DEBUG: Variables in subroutine GFS_surface_loop_control_part2_finalize: +DEBUG: Variables in subroutine GFS_surface_loop_control_part2_init: +DEBUG: Parsing file rrtmgp_lw_aerosol_optics.F90 with registry OrderedDict([('rrtmgp_lw_aerosol_optics', {'rrtmgp_lw_aerosol_optics': {'rrtmgp_lw_aerosol_optics_init': [16, 17], 'rrtmgp_lw_aerosol_optics_finalize': [65, 66], 'rrtmgp_lw_aerosol_optics_run': [24, 61]}})]) +DEBUG: Module name: rrtmgp_lw_aerosol_optics +DEBUG: Scheme name: rrtmgp_lw_aerosol_optics +DEBUG: Variables in subroutine rrtmgp_lw_aerosol_optics_init: +DEBUG: Variables in subroutine rrtmgp_lw_aerosol_optics_finalize: +DEBUG: Variables in subroutine rrtmgp_lw_aerosol_optics_run: flag_to_calc_lw, horizontal_loop_extent, vertical_dimension, number_of_tracers, number_of_aerosol_tracers_MG, air_pressure_at_interface_for_RRTMGP_in_hPa, air_pressure_at_layer_for_RRTMGP_in_hPa, dimensionless_exner_function_at_model_layers, virtual_temperature, relative_humidity, sea_land_ice_mask_real, chemical_tracers, aerosol_number_concentration_from_gocart_aerosol_climatology, longitude, latitude, coefficients_for_lw_gas_optics, coefficients_for_sw_gas_optics, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, longwave_optical_properties_for_aerosols, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file cnvc90.f with registry OrderedDict([('cnvc90', {'cnvc90': {'cnvc90_finalize': [124, 125], 'cnvc90_init': [8, 9], 'cnvc90_run': [19, 120]}})]) +DEBUG: Skipping blank table cnvc90_finalize +DEBUG: Skipping blank table cnvc90_init +DEBUG: Module name: cnvc90 +DEBUG: Scheme name: cnvc90 +DEBUG: Variables in subroutine cnvc90_finalize: +DEBUG: Variables in subroutine cnvc90_init: +DEBUG: Variables in subroutine cnvc90_run: convective_cloud_switch, horizontal_loop_extent, horizontal_dimension, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, vertical_index_at_cloud_base, vertical_index_at_cloud_top, vertical_dimension, air_pressure_at_interface, accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90, smallest_cloud_base_vertical_index_encountered_thus_far, largest_cloud_top_vertical_index_encountered_thus_far, fraction_of_convective_cloud, pressure_at_bottom_of_convective_cloud, pressure_at_top_of_convective_cloud, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file maximum_hourly_diagnostics.F90 with registry OrderedDict([('maximum_hourly_diagnostics', {'maximum_hourly_diagnostics': {'maximum_hourly_diagnostics_run': [18, 102], 'maximum_hourly_diagnostics_finalize': [11, 12], 'maximum_hourly_diagnostics_init': [9, 10]}})]) +DEBUG: Module name: maximum_hourly_diagnostics +DEBUG: Scheme name: maximum_hourly_diagnostics +DEBUG: Variables in subroutine maximum_hourly_diagnostics_run: horizontal_loop_extent, vertical_dimension, flag_reset_maximum_hourly_fields, flag_for_radar_reflectivity, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, gravitational_acceleration, geopotential, air_temperature_updated_by_physics, radar_reflectivity_10cm, maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval, maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval, x_wind_at_10m, y_wind_at_10m, maximum_u_wind_at_10m_over_maximum_hourly_time_interval, maximum_v_wind_at_10m_over_maximum_hourly_time_interval, maximum_wind_at_10m_over_maximum_hourly_time_interval, surface_air_pressure, temperature_at_2m, specific_humidity_at_2m, maximum_temperature_at_2m_over_maximum_hourly_time_interval, minimum_temperature_at_2m_over_maximum_hourly_time_interval, maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval, minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine maximum_hourly_diagnostics_finalize: +DEBUG: Variables in subroutine maximum_hourly_diagnostics_init: +DEBUG: Parsing file radsw_main.f with registry OrderedDict([('rrtmg_sw', {'rrtmg_sw': {'rrtmg_sw_init': [340, 341], 'rrtmg_sw_run': [426, 1091], 'rrtmg_sw_finalize': [1094, 1095]}})]) +DEBUG: Module name: rrtmg_sw +DEBUG: Scheme name: rrtmg_sw +DEBUG: Variables in subroutine rrtmg_sw_init: +DEBUG: Variables in subroutine rrtmg_sw_run: air_pressure_at_layer_for_radiation_in_hPa, air_pressure_at_interface_for_radiation_in_hPa, air_temperature_at_layer_for_radiation, air_temperature_at_interface_for_radiation, water_vapor_specific_humidity_at_layer_for_radiation, ozone_concentration_at_layer_for_radiation, volume_mixing_ratio_co2, volume_mixing_ratio_n2o, volume_mixing_ratio_ch4, volume_mixing_ratio_o2, volume_mixing_ratio_co, volume_mixing_ratio_cfc11, volume_mixing_ratio_cfc12, volume_mixing_ratio_cfc22, volume_mixing_ratio_ccl4, seed_random_numbers_sw, aerosol_optical_depth_for_shortwave_bands_01_16, aerosol_single_scattering_albedo_for_shortwave_bands_01_16, aerosol_asymmetry_parameter_for_shortwave_bands_01_16, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, layer_thickness_for_radiation, layer_pressure_thickness_for_radiation, cloud_decorrelation_length, cosine_of_zenith_angle, solar_constant, daytime_points_dimension, daytime_points, horizontal_loop_extent, adjusted_vertical_layer_dimension_for_radiation, adjusted_vertical_level_dimension_for_radiation, flag_print, total_cloud_fraction, flag_to_calc_sw, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels, sw_fluxes_top_atmosphere, sw_fluxes_sfc, cloud_optical_depth_layers_at_0p55mu_band, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, components_of_surface_downward_shortwave_fluxes, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_snow_water_path, mean_effective_radius_for_snow_flake, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmg_sw_finalize: +DEBUG: Parsing file samfshalcnv.f with registry OrderedDict([('samfshalcnv', {'samfshalcnv': {'samfshalcnv_run': [43, 1782], 'samfshalcnv_finalize': [17, 18], 'samfshalcnv_init': [11, 12]}})]) +DEBUG: Skipping blank table samfshalcnv_finalize +DEBUG: Skipping blank table samfshalcnv_init +DEBUG: Module name: samfshalcnv +DEBUG: Scheme name: samfshalcnv +DEBUG: Variables in subroutine samfshalcnv_run: horizontal_loop_extent, horizontal_dimension, vertical_dimension, number_of_aerosol_tracers_for_convection, number_of_chemical_tracers, specific_heat_of_liquid_water_at_constant_pressure, specific_heat_of_dry_air_at_constant_pressure, specific_heat_of_water_vapor_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gravitational_acceleration, latent_heat_of_vaporization_of_water_at_0C, gas_constant_dry_air, gas_constant_water_vapor, temperature_at_zero_celsius, time_step_for_physics, index_for_turbulent_kinetic_energy_convective_transport_tracer, number_of_tracers_for_samf, air_pressure_difference_between_midlayers, air_pressure, surface_air_pressure, geopotential, convective_transportable_tracers, water_vapor_specific_humidity_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, coefficients_for_aerosol_scavenging, lwe_thickness_of_shallow_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, sea_land_ice_mask, cell_area, omega, number_of_hydrometeors, atmosphere_boundary_layer_thickness, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, entrainment_rate_coefficient_shallow_convection, rain_conversion_parameter_shallow_convection, detrainment_conversion_parameter_shallow_convection, momentum_transport_reduction_factor_pgf_shallow_convection, aerosol_aware_parameter_shallow_convection, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine samfshalcnv_finalize: +DEBUG: Variables in subroutine samfshalcnv_init: +DEBUG: Parsing file GFS_time_vary_pre.fv3.F90 with registry OrderedDict([('GFS_time_vary_pre', {'GFS_time_vary_pre': {'GFS_time_vary_pre_finalize': [27, 37], 'GFS_time_vary_pre_run': [41, 136], 'GFS_time_vary_pre_init': [12, 23]}})]) +DEBUG: Module name: GFS_time_vary_pre +DEBUG: Scheme name: GFS_time_vary_pre +DEBUG: Variables in subroutine GFS_time_vary_pre_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_time_vary_pre_run: ccpp_error_message, ccpp_error_flag, forecast_date_and_time, date_and_time_at_model_initialization, time_step_for_physics, flag_for_land_surface_scheme, flag_for_noahmp_land_surface_scheme, number_of_timesteps_between_shortwave_radiation_calls, number_of_timesteps_between_longwave_radiation_calls, date_and_time_at_model_initialization_reordered, flag_debug, mpi_rank, mpi_root, number_of_timesteps_between_surface_cycling_calls, seconds_elapsed_since_model_initialization, forecast_time_at_previous_timestep, time_since_diagnostics_zeroed, forecast_time, index_of_time_step, julian_day, number_of_days_in_year, index_for_diagnostic_printout, flag_print, flag_diagnostics, flag_to_calc_sw, flag_to_calc_lw, forecast_hour_of_the_day +DEBUG: Variables in subroutine GFS_time_vary_pre_init: ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file GFS_rrtmg_setup.F90 with registry OrderedDict([('GFS_rrtmg_setup', {'GFS_rrtmg_setup': {'GFS_rrtmg_setup_run': [259, 284], 'GFS_rrtmg_setup_finalize': [288, 298], 'GFS_rrtmg_setup_init': [27, 255]}})]) +DEBUG: Module name: GFS_rrtmg_setup +DEBUG: Scheme name: GFS_rrtmg_setup +DEBUG: Variables in subroutine GFS_rrtmg_setup_run: date_and_time_at_model_initialization, forecast_date_and_time, frequency_for_shortwave_radiation, time_step_for_dynamics, flag_to_calc_sw, mpi_rank, equation_of_time, sine_of_solar_declination_angle, cosine_of_solar_declination_angle, solar_constant, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmg_setup_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmg_setup_init: mpi_rank, ccpp_error_message, ccpp_error_flag, vertical_sigma_coordinate_for_radiation_initialization, number_of_vertical_layers_for_radiation_calculations, flag_for_initial_time_date_control, flag_for_solar_constant, flag_for_using_prescribed_global_mean_co2_value, flag_for_default_aerosol_effect_in_shortwave_radiation, flag_for_using_climatology_albedo, flag_for_surface_emissivity_control, index_for_liquid_cloud_condensate, array_dimension_of_2d_arrays_for_microphysics, array_dimension_of_3d_arrays_for_microphysics, number_of_3d_arrays_associated_with_pdf_based_clouds, index_for_ozone, flag_for_max_random_overlap_clouds_for_shortwave_radiation, flag_for_max_random_overlap_clouds_for_longwave_radiation, flag_for_sw_clouds_without_sub_grid_approximation, flag_for_lw_clouds_without_sub_grid_approximation, flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation, flag_for_CRICK_proof_cloud_water, flag_for_cloud_condensate_normalized_by_cloud_cover, flag_for_microphysics_scheme, flag_for_precipitation_effect_on_radiation, date_and_time_at_model_initialization_reordered, flag_for_vertical_index_direction_control, horizontal_loop_extent, aerosol_optical_properties_for_longwave_bands_01_16, aerosol_optical_properties_for_shortwave_bands_01_16, atmosphere_optical_thickness_due_to_ambient_aerosol_particles +DEBUG: Parsing file rrtmgp_sw_gas_optics.F90 with registry OrderedDict([('rrtmgp_sw_gas_optics', {'rrtmgp_sw_gas_optics': {'rrtmgp_sw_gas_optics_init': [18, 220], 'rrtmgp_sw_gas_optics_finalize': [285, 286], 'rrtmgp_sw_gas_optics_run': [227, 281]}})]) +DEBUG: Module name: rrtmgp_sw_gas_optics +DEBUG: Scheme name: rrtmgp_sw_gas_optics +DEBUG: Variables in subroutine rrtmgp_sw_gas_optics_init: directory_for_rte_rrtmgp_source_code, rrtmgp_kdistribution_sw, number_of_active_gases_used_by_RRTMGP, list_of_active_gases_used_by_RRTMGP, mpi_rank, mpi_root, mpi_comm, ccpp_error_message, ccpp_error_flag, coefficients_for_sw_gas_optics +DEBUG: Variables in subroutine rrtmgp_sw_gas_optics_finalize: +DEBUG: Variables in subroutine rrtmgp_sw_gas_optics_run: number_of_active_gases_used_by_RRTMGP, list_of_active_gases_used_by_RRTMGP, ccpp_error_message, ccpp_error_flag, coefficients_for_sw_gas_optics, flag_to_calc_sw, horizontal_loop_extent, vertical_dimension, daytime_points_dimension, daytime_points, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, air_temperature_at_interface_for_RRTMGP, toa_incident_sw_flux_by_spectral_point, Gas_concentrations_for_RRTMGP_suite, solar_constant, shortwave_optical_properties_for_clear_sky +DEBUG: Parsing file rrtmg_sw_post.F90 with registry OrderedDict([('rrtmg_sw_post', {'rrtmg_sw_post': {'rrtmg_sw_post_init': [8, 9], 'rrtmg_sw_post_finalize': [103, 104], 'rrtmg_sw_post_run': [16, 100]}})]) +DEBUG: Skipping blank table rrtmg_sw_post_init +DEBUG: Skipping blank table rrtmg_sw_post_finalize +DEBUG: Module name: rrtmg_sw_post +DEBUG: Scheme name: rrtmg_sw_post +DEBUG: Variables in subroutine rrtmg_sw_post_init: +DEBUG: Variables in subroutine rrtmg_sw_post_finalize: +DEBUG: Variables in subroutine rrtmg_sw_post_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_diag_type_instance, GFS_radtend_type_instance, GFS_coupling_type_instance, horizontal_loop_extent, extra_top_layer, daytime_points_dimension, number_of_vertical_layers_for_radiation_calculations, vertical_index_difference_between_inout_and_local, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, components_of_surface_downward_shortwave_fluxes, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file GFS_SCNV_generic.F90 with registry OrderedDict([('GFS_SCNV_generic_pre', {'GFS_SCNV_generic_pre': {'GFS_SCNV_generic_pre_finalize': [6, 7], 'GFS_SCNV_generic_pre_init': [4, 5], 'GFS_SCNV_generic_pre_run': [11, 38]}}), ('GFS_SCNV_generic_post', {})]) +DEBUG: Module name: GFS_SCNV_generic_pre +DEBUG: Scheme name: GFS_SCNV_generic_pre +DEBUG: Variables in subroutine GFS_SCNV_generic_pre_finalize: +DEBUG: Variables in subroutine GFS_SCNV_generic_pre_init: +DEBUG: Variables in subroutine GFS_SCNV_generic_pre_run: horizontal_loop_extent, vertical_dimension, flag_diagnostics_3D, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, air_temperature_save, water_vapor_specific_humidity_save, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file GFS_SCNV_generic.F90 with registry OrderedDict([('GFS_SCNV_generic_pre', {'GFS_SCNV_generic_pre': {'GFS_SCNV_generic_pre_finalize': [6, 7], 'GFS_SCNV_generic_pre_init': [4, 5], 'GFS_SCNV_generic_pre_run': [11, 38]}}), ('GFS_SCNV_generic_post', {'GFS_SCNV_generic_post': {'GFS_SCNV_generic_post_run': [49, 125], 'GFS_SCNV_generic_post_init': [42, 43], 'GFS_SCNV_generic_post_finalize': [44, 45]}})]) +DEBUG: Module name: GFS_SCNV_generic_post +DEBUG: Scheme name: GFS_SCNV_generic_post +DEBUG: Variables in subroutine GFS_SCNV_generic_post_run: horizontal_loop_extent, vertical_dimension, flag_diagnostics_3D, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, air_temperature_save, water_vapor_specific_humidity_save, ccpp_error_message, ccpp_error_flag, number_of_tracers_for_convective_transport, flag_diagnostics, flag_for_chemistry_coupling, dynamics_to_physics_timestep_ratio, instantaneous_water_vapor_specific_humidity_tendency_due_to_convection, cumulative_change_in_temperature_due_to_shal_convection, cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection, convective_transportable_tracers, flag_shallow_convective_cloud, lwe_thickness_of_shallow_convective_precipitation_amount, number_of_3d_arrays_associated_with_pdf_based_clouds, array_dimension_of_3d_arrays_for_microphysics, number_of_convective_3d_cloud_fields, convective_cloud_cover, convective_cloud_water_mixing_ratio, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, cumulative_lwe_thickness_of_convective_precipitation_amount, cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket, convective_cloud_water_mixing_ratio_in_phy_f3d, convective_cloud_cover_in_phy_f3d, flag_for_mass_flux_shallow_convection_scheme, flag_for_sas_shallow_convection_scheme, flag_for_samf_shallow_convection_scheme +DEBUG: Variables in subroutine GFS_SCNV_generic_post_init: +DEBUG: Variables in subroutine GFS_SCNV_generic_post_finalize: +DEBUG: Parsing file satmedmfvdif.F with registry OrderedDict([('satmedmfvdif', {'satmedmfvdif': {'satmedmfvdif_init': [9, 23], 'satmedmfvdif_finalize': [24, 25], 'satmedmfvdif_run': [46, 1466]}})]) +DEBUG: Module name: satmedmfvdif +DEBUG: Scheme name: satmedmfvdif +DEBUG: Variables in subroutine satmedmfvdif_init: choice_of_scale_aware_TKE_moist_EDMF_PBL, choice_of_original_scale_aware_TKE_moist_EDMF_PBL, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine satmedmfvdif_finalize: +DEBUG: Variables in subroutine satmedmfvdif_run: ccpp_error_message, ccpp_error_flag, horizontal_dimension, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate_vertical_diffusion_tracer, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, cell_area, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level +DEBUG: Parsing file GFS_stochastics.F90 with registry OrderedDict([('GFS_stochastics', {'GFS_stochastics': {'GFS_stochastics_run': [22, 210], 'GFS_stochastics_finalize': [6, 7], 'GFS_stochastics_init': [4, 5]}})]) +DEBUG: Module name: GFS_stochastics +DEBUG: Scheme name: GFS_stochastics +DEBUG: Variables in subroutine GFS_stochastics_run: horizontal_loop_extent, vertical_dimension, index_of_time_step, flag_for_stochastic_surface_physics_perturbations, flag_for_mountain_blocking, flag_for_stochastic_shum_option, flag_for_stochastic_skeb_option, level_of_dividing_streamline, weights_for_stochastic_sppt_perturbation, flag_for_cellular_automata, flag_for_global_cellular_automata, cellular_automata_global_pattern, vertical_weight_for_ca, vertical_sigma_coordinate_for_radiation_initialization, weights_for_stochastic_skeb_perturbation_of_x_wind, weights_for_stochastic_skeb_perturbation_of_y_wind, weights_for_stochastic_shum_perturbation, weights_for_stochastic_sppt_perturbation_flipped, weights_for_stochastic_skeb_perturbation_of_x_wind_flipped, weights_for_stochastic_skeb_perturbation_of_y_wind_flipped, weights_for_stochastic_shum_perturbation_flipped, dissipation_estimate_of_air_temperature_at_model_layers, x_wind, y_wind, air_temperature, water_vapor_specific_humidity, x_wind_updated_by_physics, y_wind_updated_by_physics, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step, lwe_thickness_of_precipitation_amount_on_dynamics_timestep, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep, accumulated_lwe_thickness_of_precipitation_amount, cumulative_lwe_thickness_of_convective_precipitation_amount, accumulated_lwe_thickness_of_precipitation_amount_in_bucket, cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket, flag_for_flux_coupling, lwe_thickness_of_precipitation_amount_for_coupling, lwe_thickness_of_snow_amount_for_coupling, tendency_of_lwe_thickness_of_precipitation_amount_for_coupling, tendency_of_lwe_thickness_of_snow_amount_for_coupling, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_stochastics_finalize: +DEBUG: Variables in subroutine GFS_stochastics_init: +DEBUG: Parsing file rrtmgp_sw_cloud_sampling.F90 with registry OrderedDict([('rrtmgp_sw_cloud_sampling', {'rrtmgp_sw_cloud_sampling': {'rrtmgp_sw_cloud_sampling_run': [31, 92], 'rrtmgp_sw_cloud_sampling_finalize': [96, 97], 'rrtmgp_sw_cloud_sampling_init': [17, 24]}})]) +DEBUG: Module name: rrtmgp_sw_cloud_sampling +DEBUG: Scheme name: rrtmgp_sw_cloud_sampling +DEBUG: Variables in subroutine rrtmgp_sw_cloud_sampling_run: flag_to_calc_sw, horizontal_loop_extent, daytime_points_dimension, vertical_dimension, initial_permutation_seed_sw, daytime_points, seed_random_numbers_sw, total_cloud_fraction, coefficients_for_sw_gas_optics, shortwave_optical_properties_for_cloudy_atmosphere_by_band, shortwave_optical_properties_for_cloudy_atmosphere, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmgp_sw_cloud_sampling_finalize: +DEBUG: Variables in subroutine rrtmgp_sw_cloud_sampling_init: initial_permutation_seed_sw, coefficients_for_sw_gas_optics +DEBUG: Parsing file shinhongvdif.F90 with registry OrderedDict([('shinhongvdif', {'shinhongvdif': {'shinhongvdif_run': [23, 1183], 'shinhongvdif_finalize': [13, 14], 'shinhongvdif_init': [11, 12]}})]) +DEBUG: Module name: shinhongvdif +DEBUG: Scheme name: shinhongvdif +DEBUG: Variables in subroutine shinhongvdif_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure, air_pressure_at_interface, dimensionless_exner_function_at_model_layers, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_tracers_due_to_model_physics, number_of_tracers, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, geopotential_at_interface, geopotential, surface_air_pressure, surface_roughness_length, surface_wind_stress, atmosphere_boundary_layer_thickness, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, sea_land_ice_mask, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, latent_heat_of_vaporization_of_water_at_0C, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, time_step_for_physics, vertical_index_at_top_of_atmosphere_boundary_layer, x_wind_at_10m, y_wind_at_10m, cell_size, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine shinhongvdif_finalize: +DEBUG: Variables in subroutine shinhongvdif_init: +DEBUG: Parsing file h2ophys.f with registry OrderedDict([('h2ophys', {'h2ophys': {'h2ophys_init': [12, 13], 'h2ophys_run': [21, 125], 'h2ophys_finalize': [131, 132]}})]) +DEBUG: Skipping blank table h2ophys_init +DEBUG: Skipping blank table h2ophys_finalize +DEBUG: Module name: h2ophys +DEBUG: Scheme name: h2ophys +DEBUG: Variables in subroutine h2ophys_init: +DEBUG: Variables in subroutine h2ophys_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, vertical_dimension_of_h2o_forcing_data, time_step_for_physics, water_vapor_specific_humidity_updated_by_physics, natural_log_of_h2o_forcing_data_pressure_levels, air_pressure, h2o_forcing, number_of_coefficients_in_h2o_forcing_data, flag_diagnostics_3D, mpi_rank, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine h2ophys_finalize: +DEBUG: Parsing file moninedmf.f with registry OrderedDict([('hedmf', {'hedmf': {'hedmf_run': [52, 1114], 'hedmf_init': [10, 24], 'hedmf_finalize': [25, 26]}})]) +DEBUG: Module name: hedmf +DEBUG: Scheme name: hedmf +DEBUG: Variables in subroutine hedmf_run: horizontal_dimension, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, countergradient_mixing_term_for_temperature, countergradient_mixing_term_for_water_vapor, atmosphere_heat_diffusivity, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, flag_print, horizontal_index_of_printed_column, atmosphere_heat_diffusivity_background_maximum, atmosphere_diffusivity_coefficient_factor, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine hedmf_init: atmosphere_diffusivity_coefficient_factor, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine hedmf_finalize: +DEBUG: Parsing file rrtmgp_aux.F90 with registry OrderedDict([('rrtmgp_aux', {})]) +DEBUG: Parsing file m_micro_interstitial.F90 with registry OrderedDict([('m_micro_pre', {'m_micro_pre': {'m_micro_pre_init': [10, 11], 'm_micro_pre_finalize': [124, 125], 'm_micro_pre_run': [19, 119]}}), ('m_micro_post', {})]) +DEBUG: Skipping blank table m_micro_pre_init +DEBUG: Skipping blank table m_micro_pre_finalize +DEBUG: Module name: m_micro_pre +DEBUG: Scheme name: m_micro_pre +DEBUG: Variables in subroutine m_micro_pre_init: +DEBUG: Variables in subroutine m_micro_pre_finalize: +DEBUG: Variables in subroutine m_micro_pre_run: horizontal_loop_extent, vertical_dimension, flag_for_shoc, flag_skip_macro, number_of_frozen_precipitation_species, flag_mg3_as_mg2, ice_water_mixing_ratio_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, rain_number_concentration_updated_by_physics, snow_number_concentration_updated_by_physics, graupel_number_concentration_updated_by_physics, subgrid_scale_cloud_fraction_from_shoc, convective_cloud_cover, convective_cloud_water_mixing_ratio, cloud_phase_transition_threshold_temperature, cloud_phase_transition_denominator, air_temperature_updated_by_physics, local_rain_water_mixing_ratio, local_snow_water_mixing_ratio, local_graupel_mixing_ratio, local_rain_number_concentration, local_snow_number_concentration, local_graupel_number_concentration, cloud_fraction_for_MG, cloud_condensed_water_mixing_ratio_convective_transport_tracer, ice_water_mixing_ratio_convective_transport_tracer, convective_cloud_volume_fraction, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file m_micro_interstitial.F90 with registry OrderedDict([('m_micro_pre', {'m_micro_pre': {'m_micro_pre_init': [10, 11], 'm_micro_pre_finalize': [124, 125], 'm_micro_pre_run': [19, 119]}}), ('m_micro_post', {'m_micro_post': {'m_micro_post_init': [136, 137], 'm_micro_post_run': [143, 237], 'm_micro_post_finalize': [242, 243]}})]) +DEBUG: Skipping blank table m_micro_post_init +DEBUG: Skipping blank table m_micro_post_finalize +DEBUG: Module name: m_micro_post +DEBUG: Scheme name: m_micro_post +DEBUG: Variables in subroutine m_micro_post_init: +DEBUG: Variables in subroutine m_micro_post_run: horizontal_loop_extent, vertical_dimension, number_of_frozen_precipitation_species, flag_mg3_as_mg2, ice_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, rain_number_concentration_updated_by_physics, snow_number_concentration_updated_by_physics, graupel_number_concentration_updated_by_physics, local_rain_water_mixing_ratio, local_snow_water_mixing_ratio, local_graupel_mixing_ratio, local_rain_number_concentration, local_snow_number_concentration, local_graupel_number_concentration, ccpp_error_message, ccpp_error_flag, lwe_thickness_of_ice_amount_on_dynamics_timestep, lwe_thickness_of_snow_amount_on_dynamics_timestep, lwe_thickness_of_graupel_amount_on_dynamics_timestep, time_step_for_physics +DEBUG: Variables in subroutine m_micro_post_finalize: +DEBUG: Parsing file gfdl_fv_sat_adj.F90 with registry OrderedDict([('fv_sat_adj', {'fv_sat_adj': {'fv_sat_adj_finalize': [155, 172], 'fv_sat_adj_run': [186, 307], 'fv_sat_adj_init': [104, 149]}})]) +DEBUG: Module name: fv_sat_adj +DEBUG: Scheme name: fv_sat_adj +DEBUG: Variables in subroutine fv_sat_adj_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine fv_sat_adj_run: ccpp_error_message, ccpp_error_flag, time_step_for_remapping_for_fast_physics, ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind, starting_x_direction_index, ending_x_direction_index, starting_x_direction_index_domain, ending_x_direction_index_domain, top_layer_index_for_fast_physics, vertical_dimension_for_fast_physics, vertical_dimension_for_thickness_at_Lagrangian_surface, starting_y_direction_index, ending_y_direction_index, starting_y_direction_index_domain, ending_y_direction_index_domain, number_of_ghost_zones, flag_for_hydrostatic_solver_for_fast_physics, flag_for_fast_microphysics_energy_conservation, atmosphere_energy_content_in_column, atmosphere_energy_content_at_Lagrangian_surface, number_of_gases_for_multi_gases_physics, gas_tracers_for_multi_gas_physics_at_Lagrangian_surface, water_vapor_specific_humidity_at_Lagrangian_surface, cloud_liquid_water_specific_humidity_at_Lagrangian_surface, cloud_ice_specific_humidity_at_Lagrangian_surface, cloud_rain_specific_humidity_at_Lagrangian_surface, cloud_snow_specific_humidity_at_Lagrangian_surface, cloud_graupel_specific_humidity_at_Lagrangian_surface, surface_geopotential_at_Lagrangian_surface, log_pressure_at_Lagrangian_surface, thickness_at_Lagrangian_surface, pressure_thickness_at_Lagrangian_surface, virtual_temperature_at_Lagrangian_surface, finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa, cloud_condensed_water_specific_humidity_at_Lagrangian_surface, kappa_dry_for_fast_physics, cappa_moist_gas_constant_at_Lagrangian_surface, cell_area_for_fast_physics, tendency_of_air_temperature_at_Lagrangian_surface, flag_for_tendency_of_air_temperature_at_Lagrangian_surface, flag_for_the_last_step_of_k_split_remapping, flag_for_inline_cloud_fraction_calculation, cloud_fraction_at_Lagrangian_surface, omp_threads_for_fast_physics +DEBUG: Variables in subroutine fv_sat_adj_init: ccpp_error_message, ccpp_error_flag, top_layer_index_for_fast_physics, number_of_gases_for_multi_gases_physics, flag_for_saturation_adjustment_for_microphysics_in_dynamics, number_of_water_species, gas_constants_for_multi_gases_physics, specific_heat_capacities_for_multi_gases_physics, mpi_rank_for_fast_physics, mpi_root_for_fast_physics +DEBUG: Parsing file cu_gf_driver.F90 with registry OrderedDict([('cu_gf_driver', {'cu_gf_driver': {'cu_gf_driver_run': [55, 685], 'cu_gf_driver_init': [18, 34], 'cu_gf_driver_finalize': [39, 40]}})]) +DEBUG: Skipping blank table cu_gf_driver_finalize +DEBUG: Module name: cu_gf_driver +DEBUG: Scheme name: cu_gf_driver +DEBUG: Variables in subroutine cu_gf_driver_run: number_of_tracers, cell_area, horizontal_loop_extent, horizontal_dimension, vertical_dimension, time_step_for_physics, conv_activity_counter, temperature_tendency_due_to_dynamics, moisture_tendency_due_to_dynamics, geopotential, lwe_thickness_of_deep_convective_precipitation_amount, water_vapor_specific_humidity_updated_by_physics, air_temperature_updated_by_physics, cloud_work_function, x_wind_updated_by_physics, y_wind_updated_by_physics, air_temperature, omega, water_vapor_specific_humidity, air_pressure, surface_air_pressure, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, sea_land_ice_mask, kinematic_surface_upward_sensible_heat_flux, kinematic_surface_upward_latent_heat_flux, ice_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_convective_transport_tracer, atmosphere_boundary_layer_thickness, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, flag_for_mass_flux_shallow_convection_scheme, water_friendly_aerosol_number_concentration, gas_constant_dry_air, tracer_concentration_updated_by_physics, index_for_ice_cloud_number_concentration, index_for_liquid_cloud_number_concentration, flag_for_microphysics_scheme, flag_for_thompson_microphysics_scheme, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine cu_gf_driver_init: ccpp_error_message, ccpp_error_flag, mpi_rank, mpi_root +DEBUG: Variables in subroutine cu_gf_driver_finalize: +DEBUG: Parsing file samfdeepcnv.f with registry OrderedDict([('samfdeepcnv', {'samfdeepcnv': {'samfdeepcnv_run': [63, 2824], 'samfdeepcnv_finalize': [18, 19], 'samfdeepcnv_init': [12, 13]}})]) +DEBUG: Skipping blank table samfdeepcnv_finalize +DEBUG: Skipping blank table samfdeepcnv_init +DEBUG: Module name: samfdeepcnv +DEBUG: Scheme name: samfdeepcnv +DEBUG: Variables in subroutine samfdeepcnv_run: horizontal_loop_extent, horizontal_dimension, vertical_dimension, number_of_aerosol_tracers_for_convection, number_of_chemical_tracers, specific_heat_of_liquid_water_at_constant_pressure, specific_heat_of_dry_air_at_constant_pressure, specific_heat_of_water_vapor_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gravitational_acceleration, latent_heat_of_vaporization_of_water_at_0C, gas_constant_dry_air, gas_constant_water_vapor, temperature_at_zero_celsius, time_step_for_physics, index_for_turbulent_kinetic_energy_convective_transport_tracer, number_of_tracers_for_samf, air_pressure_difference_between_midlayers, air_pressure, surface_air_pressure, geopotential, convective_transportable_tracers, water_vapor_specific_humidity_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, coefficients_for_aerosol_scavenging, threshold_for_perturbed_vertical_velocity, flag_for_cellular_automata, flag_for_global_cellular_automata_closure, flag_for_global_cellular_automata_entr, flag_for_global_cellular_automata_trigger, fraction_of_cellular_automata_for_deep_convection, physics_field_for_coupling, cloud_work_function, lwe_thickness_of_deep_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, sea_land_ice_mask, cell_area, omega, number_of_hydrometeors, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, mass_fraction_of_convective_cloud_liquid_water, mass_fraction_of_convective_cloud_ice, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, entrainment_rate_coefficient_deep_convection, rain_conversion_parameter_deep_convection, detrainment_conversion_parameter_deep_convection, downdraft_fraction_reaching_surface_over_land_deep_convection, downdraft_fraction_reaching_surface_over_ocean_deep_convection, rain_evaporation_coefficient_deep_convection, rain_evaporation_coefficient_over_land_deep_convection, momentum_transport_reduction_factor_pgf_deep_convection, aerosol_aware_parameter_deep_convection, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine samfdeepcnv_finalize: +DEBUG: Variables in subroutine samfdeepcnv_init: +DEBUG: Parsing file rrtmgp_lw_gas_optics.F90 with registry OrderedDict([('rrtmgp_lw_gas_optics', {'rrtmgp_lw_gas_optics': {'rrtmgp_lw_gas_optics_init': [18, 220], 'rrtmgp_lw_gas_optics_finalize': [264, 265], 'rrtmgp_lw_gas_optics_run': [227, 260]}})]) +DEBUG: Module name: rrtmgp_lw_gas_optics +DEBUG: Scheme name: rrtmgp_lw_gas_optics +DEBUG: Variables in subroutine rrtmgp_lw_gas_optics_init: directory_for_rte_rrtmgp_source_code, rrtmgp_kdistribution_lw, number_of_active_gases_used_by_RRTMGP, list_of_active_gases_used_by_RRTMGP, mpi_rank, mpi_root, mpi_comm, ccpp_error_message, ccpp_error_flag, coefficients_for_lw_gas_optics +DEBUG: Variables in subroutine rrtmgp_lw_gas_optics_finalize: +DEBUG: Variables in subroutine rrtmgp_lw_gas_optics_run: ccpp_error_message, ccpp_error_flag, coefficients_for_lw_gas_optics, flag_to_calc_lw, horizontal_loop_extent, vertical_dimension, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, air_temperature_at_interface_for_RRTMGP, surface_ground_temperature_for_radiation, Gas_concentrations_for_RRTMGP_suite, longwave_optical_properties_for_clear_sky, longwave_source_function +DEBUG: Parsing file rrtmg_lw_cloud_optics.F90 with registry OrderedDict([('mo_rrtmg_lw_cloud_optics', {})]) +DEBUG: Parsing file mp_thompson.F90 with registry OrderedDict([('mp_thompson', {'mp_thompson': {'mp_thompson_run': [95, 282], 'mp_thompson_finalize': [289, 299], 'mp_thompson_init': [18, 86]}})]) +DEBUG: Module name: mp_thompson +DEBUG: Scheme name: mp_thompson +DEBUG: Variables in subroutine mp_thompson_run: horizontal_loop_extent, vertical_dimension, gravitational_acceleration, gas_constant_dry_air, water_vapor_specific_humidity_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, ice_number_concentration_updated_by_physics, rain_number_concentration_updated_by_physics, flag_for_aerosol_physics, cloud_droplet_number_concentration_updated_by_physics, water_friendly_aerosol_number_concentration_updated_by_physics, ice_friendly_aerosol_number_concentration_updated_by_physics, tendency_of_water_friendly_aerosols_at_surface, tendency_of_ice_friendly_aerosols_at_surface, air_temperature_updated_by_physics, air_pressure, geopotential_at_interface, omega, time_step_for_physics, lwe_thickness_of_explicit_precipitation_amount, lwe_thickness_of_explicit_rain_amount, lwe_thickness_of_graupel_amount, lwe_thickness_of_ice_amount, lwe_thickness_of_snow_amount, ratio_of_snowfall_to_rainfall, radar_reflectivity_10cm, flag_for_resetting_radar_reflectivity_calculation, flag_for_radar_reflectivity, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, mpi_comm, mpi_rank, mpi_root, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine mp_thompson_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine mp_thompson_init: horizontal_loop_extent, vertical_dimension, flag_for_aerosol_physics, tendency_of_water_friendly_aerosols_at_surface, tendency_of_ice_friendly_aerosols_at_surface, mpi_comm, mpi_rank, mpi_root, ccpp_error_message, ccpp_error_flag, water_friendly_aerosol_number_concentration, ice_friendly_aerosol_number_concentration, omp_threads, flag_for_microphysics_scheme, flag_for_thompson_microphysics_scheme +DEBUG: Parsing file rrtmg_lw_pre.F90 with registry OrderedDict([('rrtmg_lw_pre', {'rrtmg_lw_pre': {'rrtmg_lw_pre_run': [14, 36], 'rrtmg_lw_pre_init': [9, 10], 'rrtmg_lw_pre_finalize': [39, 40]}})]) +DEBUG: Skipping blank table rrtmg_lw_pre_init +DEBUG: Skipping blank table rrtmg_lw_pre_finalize +DEBUG: Module name: rrtmg_lw_pre +DEBUG: Scheme name: rrtmg_lw_pre +DEBUG: Variables in subroutine rrtmg_lw_pre_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_sfcprop_type_instance, GFS_radtend_type_instance, horizontal_loop_extent, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmg_lw_pre_init: +DEBUG: Variables in subroutine rrtmg_lw_pre_finalize: +DEBUG: Parsing file cires_ugwp.F90 with registry OrderedDict([('cires_ugwp', {'cires_ugwp': {'cires_ugwp_run': [112, 272], 'cires_ugwp_finalize': [81, 92], 'cires_ugwp_init': [29, 71]}})]) +DEBUG: Module name: cires_ugwp +DEBUG: Scheme name: cires_ugwp +DEBUG: Variables in subroutine cires_ugwp_run: do_ugwp, mpi_rank, mpi_root, horizontal_loop_extent, vertical_dimension, number_of_tracers, time_step_for_physics, index_of_time_step, number_of_equatorial_longitude_points, orography, orography_unfiltered, standard_deviation_of_subgrid_orography, number_of_statistical_measures_of_subgrid_orography, convexity_of_subgrid_orography, asymmetry_of_subgrid_orography, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height, angle_from_east_of_maximum_subgrid_orographic_variations, slope_of_subgrid_orography, anisotropy_of_subgrid_orography, maximum_subgrid_orography, turb_oro_form_drag_flag, diag_ugwp_flag, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, latitude, latitude_degree, sine_of_latitude, cosine_of_latitude, cell_area, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure_at_interface, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, air_pressure_difference_between_midlayers, vertical_index_at_top_of_atmosphere_boundary_layer, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, tendency_of_x_wind_due_to_ugwp, tendency_of_y_wind_due_to_ugwp, tendency_of_air_temperature_due_to_ugwp, eddy_mixing_due_to_ugwp, instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag, instantaneous_momentum_flux_due_to_mountain_blocking_drag, instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag, instantaneous_momentum_flux_due_to_nonstationary_gravity_wave, height_of_mountain_blocking, height_of_low_level_wave_breaking, height_of_launch_level_of_orographic_gravity_wave, instantaneous_change_in_x_wind_due_to_mountain_blocking_drag, instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag, instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag, time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag, time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag, time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, level_of_dividing_streamline, gravitational_acceleration, pi, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, lwe_thickness_of_precipitation_amount_on_dynamics_timestep, index_for_turbulent_kinetic_energy, turbulent_kinetic_energy, tendency_of_turbulent_kinetic_energy_due_to_model_physics, flag_print, horizontal_index_of_printed_column, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine cires_ugwp_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine cires_ugwp_init: do_ugwp, mpi_rank, mpi_root, vertical_dimension, time_step_for_physics, number_of_equatorial_longitude_points, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, ccpp_error_message, ccpp_error_flag, iounit_namelist, namelist_filename_for_internal_file_reads, iounit_log, namelist_filename, number_of_latitude_points, a_parameter_of_the_hybrid_coordinate, b_parameter_of_the_hybrid_coordinate, multiplication_factors_for_convective_gravity_wave_drag, pressure_cutoff_for_rayleigh_damping, time_scale_for_rayleigh_damping, standard_atmospheric_pressure +DEBUG: Parsing file rascnv.F90 with registry OrderedDict([('rascnv', {'rascnv': {'rascnv_init': [61, 140], 'rascnv_finalize': [145, 152], 'rascnv_run': [225, 898]}})]) +DEBUG: Module name: rascnv +DEBUG: Scheme name: rascnv +DEBUG: Variables in subroutine rascnv_init: mpi_rank, time_step_for_physics, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, gas_constant_water_vapor, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, temperature_at_zero_celsius, triple_point_temperature_of_water, specific_heat_of_water_vapor_at_constant_pressure, specific_heat_of_liquid_water_at_constant_pressure, specific_heat_of_ice_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rascnv_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rascnv_run: mpi_rank, time_step_for_physics, ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, horizontal_dimension, vertical_dimension, number_of_tracers_for_samf, time_step_for_dynamics, multiplication_factor_for_critical_cloud_workfunction, cell_area, minimum_scaling_factor_for_critical_relative_humidity, inverse_scaling_factor_for_critical_relative_humidity, coefficient_from_cloud_ice_to_snow_ras, coefficient_from_cloud_water_to_rain_ras, cloud_condensed_water_ice_conversion_threshold_ras, condensate_fraction_detrained_in_updraft_layers, flag_flip, random_number_array, array_dimension_of_random_number, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, index_for_turbulent_kinetic_energy_convective_transport_tracer, index_of_time_step, critical_relative_humidity, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, convective_transportable_tracers, coefficients_for_aerosol_scavenging, air_pressure_at_interface, air_pressure, dimensionless_exner_function_at_model_interfaces, dimensionless_exner_function_at_model_layers, geopotential, geopotential_at_interface, vertical_index_at_top_of_atmosphere_boundary_layer, surface_drag_coefficient_for_momentum_in_air, lwe_thickness_of_deep_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, surface_wind_enhancement_due_to_convection, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, mass_fraction_of_convective_cloud_liquid_water, mass_fraction_of_convective_cloud_ice, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment +DEBUG: Parsing file cs_conv_aw_adj.F90 with registry OrderedDict([('cs_conv_aw_adj', {'cs_conv_aw_adj': {'cs_conv_aw_adj_run': [20, 92], 'cs_conv_aw_adj_finalize': [12, 13], 'cs_conv_aw_adj_init': [10, 11]}})]) +DEBUG: Module name: cs_conv_aw_adj +DEBUG: Scheme name: cs_conv_aw_adj +DEBUG: Variables in subroutine cs_conv_aw_adj_run: horizontal_dimension, vertical_dimension, flag_for_Chikira_Sugiyama_deep_convection, flag_for_Arakawa_Wu_adjustment, flag_for_shoc, number_of_tracers, number_of_hydrometeors, index_for_liquid_cloud_condensate, index_for_cloud_amount, number_of_tracers_for_cloud_condensate, gravitational_acceleration, convective_updraft_area_fraction, air_temperature_updated_by_physics, tracer_concentration_updated_by_physics, air_temperature_save, tracer_concentration_save, air_pressure_at_interface, cloud_fraction_for_MG, subgrid_scale_cloud_fraction_from_shoc, lwe_thickness_of_explicit_precipitation_amount, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine cs_conv_aw_adj_finalize: +DEBUG: Variables in subroutine cs_conv_aw_adj_init: +DEBUG: Parsing file GFS_DCNV_generic.F90 with registry OrderedDict([('GFS_DCNV_generic_pre', {'GFS_DCNV_generic_pre': {'GFS_DCNV_generic_pre_run': [14, 62], 'GFS_DCNV_generic_pre_init': [4, 5], 'GFS_DCNV_generic_pre_finalize': [6, 7]}}), ('GFS_DCNV_generic_post', {})]) +DEBUG: Module name: GFS_DCNV_generic_pre +DEBUG: Scheme name: GFS_DCNV_generic_pre +DEBUG: Variables in subroutine GFS_DCNV_generic_pre_run: horizontal_loop_extent, vertical_dimension, flag_diagnostics_3D, flag_for_convective_gravity_wave_drag, flag_for_chemistry_coupling, x_wind_updated_by_physics, y_wind_updated_by_physics, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, x_wind_save, y_wind_save, air_temperature_save, water_vapor_specific_humidity_save, fraction_of_cellular_automata_for_deep_convection, instantaneous_water_vapor_specific_humidity_tendency_due_to_convection, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_DCNV_generic_pre_init: +DEBUG: Variables in subroutine GFS_DCNV_generic_pre_finalize: +DEBUG: Parsing file GFS_DCNV_generic.F90 with registry OrderedDict([('GFS_DCNV_generic_pre', {'GFS_DCNV_generic_pre': {'GFS_DCNV_generic_pre_run': [14, 62], 'GFS_DCNV_generic_pre_init': [4, 5], 'GFS_DCNV_generic_pre_finalize': [6, 7]}}), ('GFS_DCNV_generic_post', {'GFS_DCNV_generic_post': {'GFS_DCNV_generic_post_init': [66, 67], 'GFS_DCNV_generic_post_run': [73, 142], 'GFS_DCNV_generic_post_finalize': [68, 69]}})]) +DEBUG: Module name: GFS_DCNV_generic_post +DEBUG: Scheme name: GFS_DCNV_generic_post +DEBUG: Variables in subroutine GFS_DCNV_generic_post_init: +DEBUG: Variables in subroutine GFS_DCNV_generic_post_run: horizontal_loop_extent, vertical_dimension, flag_diagnostics_3D, x_wind_updated_by_physics, y_wind_updated_by_physics, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, x_wind_save, y_wind_save, air_temperature_save, water_vapor_specific_humidity_save, ccpp_error_message, ccpp_error_flag, flag_diagnostics, flag_for_ras_deep_convection, flag_for_Chikira_Sugiyama_deep_convection, dynamics_to_physics_timestep_ratio, lwe_thickness_of_deep_convective_precipitation_amount, time_step_for_dynamics, cloud_work_function, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, gravitational_acceleration, number_of_3d_arrays_associated_with_pdf_based_clouds, array_dimension_of_3d_arrays_for_microphysics, number_of_convective_3d_cloud_fields, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, cumulative_cloud_work_function, cumulative_change_in_temperature_due_to_deep_convection, cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection, cumulative_change_in_x_wind_due_to_deep_convection, cumulative_change_in_y_wind_due_to_deep_convection, cumulative_atmosphere_updraft_convective_mass_flux, cumulative_atmosphere_downdraft_convective_mass_flux, cumulative_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, convective_cloud_water_mixing_ratio_in_phy_f3d, convective_cloud_cover_in_phy_f3d +DEBUG: Variables in subroutine GFS_DCNV_generic_post_finalize: +DEBUG: Parsing file GFS_rad_time_vary.fv3.F90 with registry OrderedDict([('GFS_rad_time_vary', {'GFS_rad_time_vary': {'GFS_rad_time_vary_init': [9, 10], 'GFS_rad_time_vary_run': [16, 74], 'GFS_rad_time_vary_finalize': [78, 79]}})]) +DEBUG: Skipping blank table GFS_rad_time_vary_init +DEBUG: Skipping blank table GFS_rad_time_vary_finalize +DEBUG: Module name: GFS_rad_time_vary +DEBUG: Scheme name: GFS_rad_time_vary +DEBUG: Variables in subroutine GFS_rad_time_vary_init: +DEBUG: Variables in subroutine GFS_rad_time_vary_run: GFS_control_type_instance, GFS_data_type_instance_all_blocks, omp_threads, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rad_time_vary_finalize: +DEBUG: Parsing file GFS_rrtmgp_setup.F90 with registry OrderedDict([('GFS_rrtmgp_setup', {'GFS_rrtmgp_setup': {'GFS_rrtmgp_setup_init': [27, 95], 'GFS_rrtmgp_setup_finalize': [128, 138], 'GFS_rrtmgp_setup_run': [99, 124]}})]) +DEBUG: Module name: GFS_rrtmgp_setup +DEBUG: Scheme name: GFS_rrtmgp_setup +DEBUG: Variables in subroutine GFS_rrtmgp_setup_init: GFS_control_type_instance, vertical_sigma_coordinate_for_radiation_initialization, number_of_vertical_layers_for_radiation_calculations, flag_for_initial_time_date_control, flag_for_solar_constant, flag_for_using_prescribed_global_mean_co2_value, flag_for_default_aerosol_effect_in_shortwave_radiation, flag_for_using_climatology_albedo, flag_for_surface_emissivity_control, index_for_liquid_cloud_condensate, array_dimension_of_3d_arrays_for_microphysics, index_for_ozone, flag_for_max_random_overlap_clouds_for_shortwave_radiation, flag_for_max_random_overlap_clouds_for_longwave_radiation, flag_for_sw_clouds_without_sub_grid_approximation, flag_for_lw_clouds_without_sub_grid_approximation, flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation, flag_for_CRICK_proof_cloud_water, flag_for_cloud_condensate_normalized_by_cloud_cover, flag_for_microphysics_scheme, flag_for_precipitation_effect_on_radiation, date_and_time_at_model_initialization_reordered, flag_for_vertical_index_direction_control, mpi_rank, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmgp_setup_finalize: ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmgp_setup_run: mpi_rank, ccpp_error_message, ccpp_error_flag, date_and_time_at_model_initialization, forecast_date_and_time, frequency_for_shortwave_radiation, time_step_for_dynamics, flag_to_calc_sw, equation_of_time, sine_of_solar_declination_angle, cosine_of_solar_declination_angle, solar_constant +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable Gas_concentrations_for_RRTMGP_suite +INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band +INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_10mu_band +INFO: filtering out variable RRTMGP_lw_flux_profile_downward_allsky +INFO: filtering out variable RRTMGP_lw_flux_profile_downward_clrsky +INFO: filtering out variable RRTMGP_lw_flux_profile_upward_allsky +INFO: filtering out variable RRTMGP_lw_flux_profile_upward_clrsky +INFO: filtering out variable RRTMGP_lw_fluxes +INFO: filtering out variable RRTMGP_lw_heating_rate_spectral +INFO: filtering out variable RRTMGP_sw_flux_profile_downward_allsky +INFO: filtering out variable RRTMGP_sw_flux_profile_downward_clrsky +INFO: filtering out variable RRTMGP_sw_flux_profile_upward_allsky +INFO: filtering out variable RRTMGP_sw_flux_profile_upward_clrsky +INFO: filtering out variable RRTMGP_sw_fluxes +INFO: filtering out variable RRTMGP_sw_heating_rate_spectral +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_pressure_at_interface_for_RRTMGP_in_hPa +INFO: filtering out variable air_pressure_at_layer_for_RRTMGP_in_hPa +INFO: filtering out variable air_temperature_at_interface_for_RRTMGP +INFO: filtering out variable air_temperature_at_layer_for_RRTMGP +INFO: filtering out variable air_temperature_lapse_rate_constant +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 chemical_tracers +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_ice_conversion_threshold_ras +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_c_0 +INFO: filtering out variable coefficient_c_d +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable coefficient_w_0 +INFO: filtering out variable coefficient_w_d +INFO: filtering out variable coefficients_for_lw_cloud_optics +INFO: filtering out variable coefficients_for_lw_gas_optics +INFO: filtering out variable coefficients_for_sw_cloud_optics +INFO: filtering out variable coefficients_for_sw_gas_optics +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +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 dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable directory_for_rte_rrtmgp_source_code +INFO: filtering out variable diurnal_thermocline_layer_heat_content +INFO: filtering out variable diurnal_thermocline_layer_thickness +INFO: filtering out variable diurnal_thermocline_layer_x_current +INFO: filtering out variable diurnal_thermocline_layer_y_current +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_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_resetting_radar_reflectivity_calculation +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_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 free_convection_layer_thickness +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 index_of_dtlm_start +INFO: filtering out variable initial_permutation_seed_lw +INFO: filtering out variable initial_permutation_seed_sw +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 joules_per_calorie_constant +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 list_of_active_gases_used_by_RRTMGP +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 longwave_optical_properties_for_aerosols +INFO: filtering out variable longwave_optical_properties_for_clear_sky +INFO: filtering out variable longwave_optical_properties_for_cloudy_atmosphere +INFO: filtering out variable longwave_optical_properties_for_cloudy_atmosphere_by_band +INFO: filtering out variable longwave_source_function +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_change_over_depth_in_sea_water_temperature +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 multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_active_gases_used_by_RRTMGP +INFO: filtering out variable number_of_aerosol_tracers_MG +INFO: filtering out variable number_of_angles_used_in_gaussian_quadrature +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_rrtmgp_ice_roughness +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 ocean_mixed_layer_thickness +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 relative_humidity +INFO: filtering out variable rrtmgp_cloud_optics_flag +INFO: filtering out variable rrtmgp_coeff_lw_cloud_optics +INFO: filtering out variable rrtmgp_coeff_sw_cloud_optics +INFO: filtering out variable rrtmgp_kdistribution_lw +INFO: filtering out variable rrtmgp_kdistribution_sw +INFO: filtering out variable sea_surface_reference_temperature +INFO: filtering out variable sea_water_reference_density +INFO: filtering out variable sea_water_salinity +INFO: filtering out variable secant_of_diffusivity_angle_each_RRTMGP_LW_band +INFO: filtering out variable sensible_heat_flux_due_to_rainfall +INFO: filtering out variable sensitivity_of_dtl_heat_content_to_surface_temperature +INFO: filtering out variable sensitivity_of_dtl_thickness_to_surface_temperature +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 shortwave_optical_properties_for_aerosols +INFO: filtering out variable shortwave_optical_properties_for_clear_sky +INFO: filtering out variable shortwave_optical_properties_for_cloudy_atmosphere +INFO: filtering out variable shortwave_optical_properties_for_cloudy_atmosphere_by_band +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_of_ice_at_constant_pressure +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 sub_layer_cooling_amount +INFO: filtering out variable sub_layer_cooling_thickness +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_albedo_nearIR_diffuse +INFO: filtering out variable surface_albedo_nearIR_direct +INFO: filtering out variable surface_albedo_uvvis_dif +INFO: filtering out variable surface_albedo_uvvis_dir +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_emissivity_in_each_RRTMGP_LW_band +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_skin_temperature_for_nsst +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 toa_incident_sw_flux_by_spectral_point +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_temperature_average_range_lower_bound +INFO: filtering out variable vertical_temperature_average_range_upper_bound +INFO: filtering out variable virtual_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 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 ... +DEBUG: Optional argument cloud_ice_water_path to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list +DEBUG: Optional argument cloud_ice_water_path to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list +DEBUG: Optional argument cloud_liquid_water_path to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list +DEBUG: Optional argument cloud_liquid_water_path to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list +DEBUG: Optional argument cloud_rain_water_path to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list +DEBUG: Optional argument cloud_rain_water_path to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list +DEBUG: Optional argument cloud_snow_water_path to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list +DEBUG: Optional argument cloud_snow_water_path to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list +DEBUG: Optional argument components_of_surface_downward_shortwave_fluxes to subroutine rrtmgp_sw_rte_run in module rrtmgp_sw_rte is required, keep in list +DEBUG: Optional argument components_of_surface_downward_shortwave_fluxes to subroutine GFS_rrtmgp_sw_post_run in module GFS_rrtmgp_sw_post is required, keep in list +DEBUG: Optional argument components_of_surface_downward_shortwave_fluxes to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list +DEBUG: Optional argument fraction_of_ice_water_cloud to subroutine mp_fer_hires_init in module mp_fer_hires is required, keep in list +DEBUG: Optional argument fraction_of_rain_water_cloud to subroutine mp_fer_hires_init in module mp_fer_hires is required, keep in list +DEBUG: Optional argument mean_effective_radius_for_ice_cloud to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list +DEBUG: Optional argument mean_effective_radius_for_ice_cloud to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list +DEBUG: Optional argument mean_effective_radius_for_liquid_cloud to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list +DEBUG: Optional argument mean_effective_radius_for_liquid_cloud to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list +DEBUG: Optional argument mean_effective_radius_for_rain_drop to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list +DEBUG: Optional argument mean_effective_radius_for_rain_drop to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list +DEBUG: Optional argument mean_effective_radius_for_snow_flake to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list +DEBUG: Optional argument mean_effective_radius_for_snow_flake to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list +DEBUG: Optional argument rime_factor to subroutine mp_fer_hires_init in module mp_fer_hires is required, keep in list +DEBUG: Optional argument tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list +DEBUG: Optional argument tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list +INFO: Metadata table for model FV3 written to /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +DEBUG: Requested variable GFS_cldprop_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Cldprop in module GFS_typedefs +DEBUG: Requested variable GFS_cldprop_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Cldprop in module GFS_typedefs +DEBUG: Requested variable GFS_cldprop_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Cldprop in module GFS_typedefs +DEBUG: Requested variable GFS_control_type_instance in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_abort SCHEME_GFS_abort SUBROUTINE_GFS_abort_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_suite_interstitial_rad_reset SCHEME_GFS_suite_interstitial_rad_reset SUBROUTINE_GFS_suite_interstitial_rad_reset_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_suite_interstitial_phys_reset SCHEME_GFS_suite_interstitial_phys_reset SUBROUTINE_GFS_suite_interstitial_phys_reset_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_init matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_init matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rad_time_vary SCHEME_GFS_rad_time_vary SUBROUTINE_GFS_rad_time_vary_run matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control in module CCPP_data +DEBUG: Requested variable GFS_coupling_type_instance in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs +DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs +DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs +DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs +DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs +DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs +DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs +DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs +DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs +DEBUG: Requested variable GFS_coupling_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs +DEBUG: Requested variable GFS_data_type_instance_all_blocks in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_init matched to target GFS_Data in module CCPP_data +DEBUG: Requested variable GFS_data_type_instance_all_blocks in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_run matched to target GFS_Data in module CCPP_data +DEBUG: Requested variable GFS_data_type_instance_all_blocks in MODULE_GFS_rad_time_vary SCHEME_GFS_rad_time_vary SUBROUTINE_GFS_rad_time_vary_run matched to target GFS_Data in module CCPP_data +DEBUG: Requested variable GFS_diag_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs +DEBUG: Requested variable GFS_diag_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs +DEBUG: Requested variable GFS_diag_type_instance in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs +DEBUG: Requested variable GFS_diag_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs +DEBUG: Requested variable GFS_diag_type_instance in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs +DEBUG: Requested variable GFS_diag_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_grid_type_instance in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs +DEBUG: Requested variable GFS_interstitial_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Interstitial(cdata%thrd_no) in module CCPP_data +DEBUG: Requested variable GFS_interstitial_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Interstitial(cdata%thrd_no) in module CCPP_data +DEBUG: Requested variable GFS_interstitial_type_instance in MODULE_GFS_suite_interstitial_rad_reset SCHEME_GFS_suite_interstitial_rad_reset SUBROUTINE_GFS_suite_interstitial_rad_reset_run matched to target GFS_Interstitial(cdata%thrd_no) in module CCPP_data +DEBUG: Requested variable GFS_interstitial_type_instance in MODULE_GFS_suite_interstitial_phys_reset SCHEME_GFS_suite_interstitial_phys_reset SUBROUTINE_GFS_suite_interstitial_phys_reset_run matched to target GFS_Interstitial(cdata%thrd_no) in module CCPP_data +DEBUG: Requested variable GFS_interstitial_type_instance_all_threads in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_init matched to target GFS_Interstitial in module CCPP_data +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_init matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_radtend_type_instance in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs +DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs +DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs +DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs +DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs +DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs +DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs +DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs +DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs +DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs +DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs +DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs +DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs +DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs +DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs +DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs +DEBUG: Requested variable GFS_tbd_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd in module GFS_typedefs +DEBUG: Requested variable GFS_tbd_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Tbd in module GFS_typedefs +DEBUG: Requested variable GFS_tbd_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Tbd in module GFS_typedefs +DEBUG: Requested variable GFS_tbd_type_instance in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2 in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2 in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2 in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2 in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2_ocean in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2_ocean in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%fh2_ocean in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_over_ice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%ffhh_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_over_ice in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%ffhh_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ffhh_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_over_land in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%ffhh_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_over_land in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%ffhh_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ffhh_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%ffhh_ocean in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_over_ocean in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%ffhh_ocean in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ffhh_ocean in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffmm in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffmm in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffmm in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffmm in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffmm in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffmm in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffmm in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffmm in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffmm in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffmm in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffmm in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10 in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10 in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10 in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10 in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10_ocean in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10_ocean in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%fm10_ocean in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_over_ice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%ffmm_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_over_ice in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%ffmm_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ffmm_ice in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_over_land in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%ffmm_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_over_land in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%ffmm_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ffmm_land in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%ffmm_ocean in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%ffmm_ocean in module GFS_typedefs +DEBUG: Requested variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ffmm_ocean in module GFS_typedefs +DEBUG: Requested variable a_parameter_of_the_hybrid_coordinate in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%ak in module GFS_typedefs +DEBUG: Requested variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Data(cdata%blk_no)%Tbd%acv in module GFS_typedefs +DEBUG: Requested variable accumulated_lwe_thickness_of_graupel_amount in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%totgrp in module GFS_typedefs +DEBUG: Requested variable accumulated_lwe_thickness_of_graupel_amount_in_bucket in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%totgrpb in module GFS_typedefs +DEBUG: Requested variable accumulated_lwe_thickness_of_ice_amount in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%totice in module GFS_typedefs +DEBUG: Requested variable accumulated_lwe_thickness_of_ice_amount_in_bucket in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%toticeb in module GFS_typedefs +DEBUG: Requested variable accumulated_lwe_thickness_of_precipitation_amount in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%totprcp in module GFS_typedefs +DEBUG: Requested variable accumulated_lwe_thickness_of_precipitation_amount in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%totprcp in module GFS_typedefs +DEBUG: Requested variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%totprcpb in module GFS_typedefs +DEBUG: Requested variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%totprcpb in module GFS_typedefs +DEBUG: Requested variable accumulated_lwe_thickness_of_snow_amount in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%totsnw in module GFS_typedefs +DEBUG: Requested variable accumulated_lwe_thickness_of_snow_amount_in_bucket in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%totsnwb in module GFS_typedefs +DEBUG: Requested variable adjusted_vertical_layer_dimension_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%lmk in module GFS_typedefs +DEBUG: Requested variable adjusted_vertical_layer_dimension_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%lmk in module GFS_typedefs +DEBUG: Requested variable adjusted_vertical_layer_dimension_for_radiation in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%lmk in module GFS_typedefs +DEBUG: Requested variable adjusted_vertical_level_dimension_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%lmp in module GFS_typedefs +DEBUG: Requested variable adjusted_vertical_level_dimension_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%lmp in module GFS_typedefs +DEBUG: Requested variable adjusted_vertical_level_dimension_for_radiation in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%lmp in module GFS_typedefs +DEBUG: Requested variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,3) in module GFS_typedefs +DEBUG: Requested variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,3) in module GFS_typedefs +DEBUG: Requested variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,3) in module GFS_typedefs +DEBUG: Requested variable aerosol_aware_parameter_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%asolfac_deep in module GFS_typedefs +DEBUG: Requested variable aerosol_aware_parameter_shallow_convection in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%asolfac_shal in module GFS_typedefs +DEBUG: Requested variable aerosol_optical_depth_for_longwave_bands_01_16 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,1) in module GFS_typedefs +DEBUG: Requested variable aerosol_optical_depth_for_longwave_bands_01_16 in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,1) in module GFS_typedefs +DEBUG: Requested variable aerosol_optical_depth_for_shortwave_bands_01_16 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,1) in module GFS_typedefs +DEBUG: Requested variable aerosol_optical_depth_for_shortwave_bands_01_16 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,1) in module GFS_typedefs +DEBUG: Requested variable aerosol_optical_properties_for_longwave_bands_01_16 in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Interstitial(cdata%thrd_no)%faerlw in module GFS_typedefs +DEBUG: Requested variable aerosol_optical_properties_for_shortwave_bands_01_16 in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Interstitial(cdata%thrd_no)%faersw in module GFS_typedefs +DEBUG: Requested variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,2) in module GFS_typedefs +DEBUG: Requested variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,2) in module GFS_typedefs +DEBUG: Requested variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,2) in module GFS_typedefs +DEBUG: Requested variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,2) in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_get_prs_fv3 SCHEME_get_prs_fv3 SUBROUTINE_get_prs_fv3_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface_for_radiation_in_hPa in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%plvl in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface_for_radiation_in_hPa in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%plvl in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface_for_radiation_in_hPa in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%plvl in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_layer_for_radiation_in_hPa in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%plyr in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_layer_for_radiation_in_hPa in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%plyr in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_layer_for_radiation_in_hPa in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%plyr in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_lowest_model_layer in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl(:,1) in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_lowest_model_layer in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl(:,1) in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_lowest_model_layer in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl(:,1) in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_lowest_model_layer in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl(:,1) in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_lowest_model_layer in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl(:,1) in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_lowest_model_layer in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl(:,1) in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_lowest_model_layer in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl(:,1) in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_lowest_model_layer in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl(:,1) in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_get_prs_fv3 SCHEME_get_prs_fv3 SUBROUTINE_get_prs_fv3_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_cu_gf_driver_pre SCHEME_cu_gf_driver_pre SUBROUTINE_cu_gf_driver_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_cu_ntiedtke_pre SCHEME_cu_ntiedtke_pre SUBROUTINE_cu_ntiedtke_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_get_prs_fv3 SCHEME_get_prs_fv3 SUBROUTINE_get_prs_fv3_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_interface_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tlvl in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_interface_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%tlvl in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_interface_for_radiation in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%tlvl in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_layer_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tlyr in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_layer_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%tlyr in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_layer_for_radiation in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%tlyr in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer_for_diag in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%t1 in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer_for_diag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%t1 in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_lowest_model_layer_updated_by_physics in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0(:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_previous_time_step in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,3) in module GFS_typedefs +DEBUG: Requested variable air_temperature_save in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs +DEBUG: Requested variable air_temperature_save in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs +DEBUG: Requested variable air_temperature_save in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs +DEBUG: Requested variable air_temperature_save in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs +DEBUG: Requested variable air_temperature_save in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs +DEBUG: Requested variable air_temperature_save in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs +DEBUG: Requested variable air_temperature_save in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs +DEBUG: Requested variable air_temperature_save in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs +DEBUG: Requested variable air_temperature_save in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs +DEBUG: Requested variable air_temperature_save in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs +DEBUG: Requested variable air_temperature_two_time_steps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_cu_gf_driver_post SCHEME_cu_gf_driver_post SUBROUTINE_cu_gf_driver_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_cu_ntiedtke_post SCHEME_cu_ntiedtke_post SUBROUTINE_cu_ntiedtke_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_get_phi_fv3 SCHEME_get_phi_fv3 SUBROUTINE_get_phi_fv3_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs +DEBUG: Requested variable angle_from_east_of_maximum_subgrid_orographic_variations in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%theta in module GFS_typedefs +DEBUG: Requested variable angle_from_east_of_maximum_subgrid_orographic_variations in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%theta in module GFS_typedefs +DEBUG: Requested variable angle_from_east_of_maximum_subgrid_orographic_variations in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%theta in module GFS_typedefs +DEBUG: Requested variable angle_from_east_of_maximum_subgrid_orographic_variations in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%theta in module GFS_typedefs +DEBUG: Requested variable anisotropy_of_subgrid_orography in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gamma in module GFS_typedefs +DEBUG: Requested variable anisotropy_of_subgrid_orography in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%gamma in module GFS_typedefs +DEBUG: Requested variable anisotropy_of_subgrid_orography in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%gamma in module GFS_typedefs +DEBUG: Requested variable anisotropy_of_subgrid_orography in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%gamma in module GFS_typedefs +DEBUG: Requested variable array_dimension_of_2d_arrays_for_microphysics in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%num_p2d in module GFS_typedefs +DEBUG: Requested variable array_dimension_of_3d_arrays_for_microphysics in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%num_p3d in module GFS_typedefs +DEBUG: Requested variable array_dimension_of_3d_arrays_for_microphysics in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%num_p3d in module GFS_typedefs +DEBUG: Requested variable array_dimension_of_3d_arrays_for_microphysics in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%num_p3d in module GFS_typedefs +DEBUG: Requested variable array_dimension_of_3d_arrays_for_microphysics in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%num_p3d in module GFS_typedefs +DEBUG: Requested variable array_dimension_of_random_number in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%nrcm in module GFS_typedefs +DEBUG: Requested variable array_dimension_of_random_number in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%nrcm in module GFS_typedefs +DEBUG: Requested variable asymmetry_of_subgrid_orography in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%oa4 in module GFS_typedefs +DEBUG: Requested variable asymmetry_of_subgrid_orography in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%oa4 in module GFS_typedefs +DEBUG: Requested variable asymmetry_of_subgrid_orography in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%oa4 in module GFS_typedefs +DEBUG: Requested variable asymmetry_of_subgrid_orography in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%oa4 in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_boundary_layer_thickness in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Intdiag%hpbl in module GFS_typedefs +DEBUG: Requested variable atmosphere_diffusivity_coefficient_factor in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_init matched to target GFS_Control%moninq_fac in module GFS_typedefs +DEBUG: Requested variable atmosphere_diffusivity_coefficient_factor in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%moninq_fac in module GFS_typedefs +DEBUG: Requested variable atmosphere_diffusivity_coefficient_factor in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%moninq_fac in module GFS_typedefs +DEBUG: Requested variable atmosphere_diffusivity_coefficient_factor in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_init matched to target GFS_Control%moninq_fac in module GFS_typedefs +DEBUG: Requested variable atmosphere_energy_content_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%te0 in module CCPP_typedefs +DEBUG: Requested variable atmosphere_energy_content_in_column in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%te0_2d in module CCPP_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%dkt in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%dkt in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dkt in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dkt in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%dkt in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity_background in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%xkzm_h in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity_background in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%xkzm_h in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity_background in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%xkzm_h in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity_background in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%xkzm_h in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity_background in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%xkzm_h in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity_background in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%xkzm_h in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity_background_maximum in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%xkzminv in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity_background_maximum in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%xkzminv in module GFS_typedefs +DEBUG: Requested variable atmosphere_heat_diffusivity_background_maximum in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%xkzminv in module GFS_typedefs +DEBUG: Requested variable atmosphere_momentum_diffusivity_background in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%xkzm_m in module GFS_typedefs +DEBUG: Requested variable atmosphere_momentum_diffusivity_background in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%xkzm_m in module GFS_typedefs +DEBUG: Requested variable atmosphere_momentum_diffusivity_background in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%xkzm_m in module GFS_typedefs +DEBUG: Requested variable atmosphere_momentum_diffusivity_background in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%xkzm_m in module GFS_typedefs +DEBUG: Requested variable atmosphere_momentum_diffusivity_background in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%xkzm_m in module GFS_typedefs +DEBUG: Requested variable atmosphere_momentum_diffusivity_background in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%xkzm_m in module GFS_typedefs +DEBUG: Requested variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%aerodp in module GFS_typedefs +DEBUG: Requested variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%aerodp in module GFS_typedefs +DEBUG: Requested variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%aerodp in module GFS_typedefs +DEBUG: Requested variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%aerodp in module GFS_typedefs +DEBUG: Requested variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%aerodp in module GFS_typedefs +DEBUG: Requested variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%aerodp in module GFS_typedefs +DEBUG: Requested variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Interstitial(cdata%thrd_no)%aerodp in module GFS_typedefs +DEBUG: Requested variable b_parameter_of_the_hybrid_coordinate in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%bk in module GFS_typedefs +DEBUG: Requested variable bounded_vegetation_area_fraction in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%sigmaf in module GFS_typedefs +DEBUG: Requested variable bounded_vegetation_area_fraction in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%sigmaf in module GFS_typedefs +DEBUG: Requested variable bounded_vegetation_area_fraction in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%sigmaf in module GFS_typedefs +DEBUG: Requested variable bounded_vegetation_area_fraction in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%sigmaf in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%rb in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level_over_ice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%rb_ice in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level_over_ice in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%rb_ice in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%rb_ice in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level_over_land in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%rb_land in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level_over_land in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%rb_land in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%rb_land in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%rb_ocean in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level_over_ocean in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%rb_ocean in module GFS_typedefs +DEBUG: Requested variable bulk_richardson_number_at_lowest_model_level_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%rb_ocean in module GFS_typedefs +DEBUG: Requested variable canopy_upward_latent_heat_flux in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%evcw in module GFS_typedefs +DEBUG: Requested variable canopy_upward_latent_heat_flux in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%evcw in module GFS_typedefs +DEBUG: Requested variable canopy_upward_latent_heat_flux in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%evcw in module GFS_typedefs +DEBUG: Requested variable canopy_upward_latent_heat_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%evcw in module GFS_typedefs +DEBUG: Requested variable canopy_water_amount in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%canopy in module GFS_typedefs +DEBUG: Requested variable canopy_water_amount in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%canopy in module GFS_typedefs +DEBUG: Requested variable canopy_water_amount in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%canopy in module GFS_typedefs +DEBUG: Requested variable cappa_moist_gas_constant_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%cappa in module CCPP_typedefs +DEBUG: Requested variable ccpp_error_flag in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cu_gf_driver_post SCHEME_cu_gf_driver_post SUBROUTINE_cu_gf_driver_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_abort SCHEME_GFS_abort SUBROUTINE_GFS_abort_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cs_conv_post SCHEME_cs_conv_post SUBROUTINE_cs_conv_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_lw_rte SCHEME_rrtmgp_lw_rte SUBROUTINE_rrtmgp_lw_rte_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cu_gf_driver_pre SCHEME_cu_gf_driver_pre SUBROUTINE_cu_gf_driver_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_ini_fini_test SCHEME_GFS_suite_ini_fini_test SUBROUTINE_GFS_suite_ini_fini_test_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_ini_fini_test SCHEME_GFS_suite_ini_fini_test SUBROUTINE_GFS_suite_ini_fini_test_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_ini_fini_test SCHEME_GFS_suite_ini_fini_test SUBROUTINE_GFS_suite_ini_fini_test_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_lw_cloud_sampling SCHEME_rrtmgp_lw_cloud_sampling SUBROUTINE_rrtmgp_lw_cloud_sampling_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cu_ntiedtke_post SCHEME_cu_ntiedtke_post SUBROUTINE_cu_ntiedtke_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cu_ntiedtke_pre SCHEME_cu_ntiedtke_pre SUBROUTINE_cu_ntiedtke_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_interstitial_rad_reset SCHEME_GFS_suite_interstitial_rad_reset SUBROUTINE_GFS_suite_interstitial_rad_reset_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_interstitial_phys_reset SCHEME_GFS_suite_interstitial_phys_reset SUBROUTINE_GFS_suite_interstitial_phys_reset_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_sfc_nst_pre SCHEME_sfc_nst_pre SUBROUTINE_sfc_nst_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_get_prs_fv3 SCHEME_get_prs_fv3 SUBROUTINE_get_prs_fv3_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_get_phi_fv3 SCHEME_get_phi_fv3 SUBROUTINE_get_phi_fv3_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_lsm_ruc_sfc_sice_pre SCHEME_lsm_ruc_sfc_sice_pre SUBROUTINE_lsm_ruc_sfc_sice_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_lsm_ruc_sfc_sice_post SCHEME_lsm_ruc_sfc_sice_post SUBROUTINE_lsm_ruc_sfc_sice_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mynnrad_post SCHEME_mynnrad_post SUBROUTINE_mynnrad_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_surface_loop_control_part1 SCHEME_GFS_surface_loop_control_part1 SUBROUTINE_GFS_surface_loop_control_part1_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_sw_cloud_sampling SCHEME_rrtmgp_sw_cloud_sampling SUBROUTINE_rrtmgp_sw_cloud_sampling_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rad_time_vary SCHEME_GFS_rad_time_vary SUBROUTINE_GFS_rad_time_vary_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_finalize matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_message in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cu_gf_driver_post SCHEME_cu_gf_driver_post SUBROUTINE_cu_gf_driver_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cu_gf_driver_post SCHEME_cu_gf_driver_post SUBROUTINE_cu_gf_driver_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_abort SCHEME_GFS_abort SUBROUTINE_GFS_abort_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_abort SCHEME_GFS_abort SUBROUTINE_GFS_abort_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cs_conv_post SCHEME_cs_conv_post SUBROUTINE_cs_conv_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cs_conv_post SCHEME_cs_conv_post SUBROUTINE_cs_conv_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_lw_rte SCHEME_rrtmgp_lw_rte SUBROUTINE_rrtmgp_lw_rte_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_lw_rte SCHEME_rrtmgp_lw_rte SUBROUTINE_rrtmgp_lw_rte_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cu_gf_driver_pre SCHEME_cu_gf_driver_pre SUBROUTINE_cu_gf_driver_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cu_gf_driver_pre SCHEME_cu_gf_driver_pre SUBROUTINE_cu_gf_driver_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_ini_fini_test SCHEME_GFS_suite_ini_fini_test SUBROUTINE_GFS_suite_ini_fini_test_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_ini_fini_test SCHEME_GFS_suite_ini_fini_test SUBROUTINE_GFS_suite_ini_fini_test_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_ini_fini_test SCHEME_GFS_suite_ini_fini_test SUBROUTINE_GFS_suite_ini_fini_test_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_ini_fini_test SCHEME_GFS_suite_ini_fini_test SUBROUTINE_GFS_suite_ini_fini_test_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_ini_fini_test SCHEME_GFS_suite_ini_fini_test SUBROUTINE_GFS_suite_ini_fini_test_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_ini_fini_test SCHEME_GFS_suite_ini_fini_test SUBROUTINE_GFS_suite_ini_fini_test_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_lw_cloud_sampling SCHEME_rrtmgp_lw_cloud_sampling SUBROUTINE_rrtmgp_lw_cloud_sampling_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_lw_cloud_sampling SCHEME_rrtmgp_lw_cloud_sampling SUBROUTINE_rrtmgp_lw_cloud_sampling_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cu_ntiedtke_post SCHEME_cu_ntiedtke_post SUBROUTINE_cu_ntiedtke_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cu_ntiedtke_post SCHEME_cu_ntiedtke_post SUBROUTINE_cu_ntiedtke_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cu_ntiedtke_pre SCHEME_cu_ntiedtke_pre SUBROUTINE_cu_ntiedtke_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cu_ntiedtke_pre SCHEME_cu_ntiedtke_pre SUBROUTINE_cu_ntiedtke_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_rad_reset SCHEME_GFS_suite_interstitial_rad_reset SUBROUTINE_GFS_suite_interstitial_rad_reset_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_rad_reset SCHEME_GFS_suite_interstitial_rad_reset SUBROUTINE_GFS_suite_interstitial_rad_reset_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_phys_reset SCHEME_GFS_suite_interstitial_phys_reset SUBROUTINE_GFS_suite_interstitial_phys_reset_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_phys_reset SCHEME_GFS_suite_interstitial_phys_reset SUBROUTINE_GFS_suite_interstitial_phys_reset_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_sfc_nst_pre SCHEME_sfc_nst_pre SUBROUTINE_sfc_nst_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_sfc_nst_pre SCHEME_sfc_nst_pre SUBROUTINE_sfc_nst_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_get_prs_fv3 SCHEME_get_prs_fv3 SUBROUTINE_get_prs_fv3_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_get_prs_fv3 SCHEME_get_prs_fv3 SUBROUTINE_get_prs_fv3_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_get_phi_fv3 SCHEME_get_phi_fv3 SUBROUTINE_get_phi_fv3_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_get_phi_fv3 SCHEME_get_phi_fv3 SUBROUTINE_get_phi_fv3_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_lsm_ruc_sfc_sice_pre SCHEME_lsm_ruc_sfc_sice_pre SUBROUTINE_lsm_ruc_sfc_sice_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_lsm_ruc_sfc_sice_pre SCHEME_lsm_ruc_sfc_sice_pre SUBROUTINE_lsm_ruc_sfc_sice_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_lsm_ruc_sfc_sice_post SCHEME_lsm_ruc_sfc_sice_post SUBROUTINE_lsm_ruc_sfc_sice_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_lsm_ruc_sfc_sice_post SCHEME_lsm_ruc_sfc_sice_post SUBROUTINE_lsm_ruc_sfc_sice_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mynnrad_post SCHEME_mynnrad_post SUBROUTINE_mynnrad_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mynnrad_post SCHEME_mynnrad_post SUBROUTINE_mynnrad_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_surface_loop_control_part1 SCHEME_GFS_surface_loop_control_part1 SUBROUTINE_GFS_surface_loop_control_part1_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_surface_loop_control_part1 SCHEME_GFS_surface_loop_control_part1 SUBROUTINE_GFS_surface_loop_control_part1_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_sw_cloud_sampling SCHEME_rrtmgp_sw_cloud_sampling SUBROUTINE_rrtmgp_sw_cloud_sampling_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_sw_cloud_sampling SCHEME_rrtmgp_sw_cloud_sampling SUBROUTINE_rrtmgp_sw_cloud_sampling_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rad_time_vary SCHEME_GFS_rad_time_vary SUBROUTINE_GFS_rad_time_vary_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rad_time_vary SCHEME_GFS_rad_time_vary SUBROUTINE_GFS_rad_time_vary_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_finalize matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_finalize from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run from len=* to len=512 +DEBUG: Requested variable ccpp_loop_counter in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target cdata%loop_cnt in module ccpp_types +DEBUG: Requested variable ccpp_loop_counter in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target cdata%loop_cnt in module ccpp_types +DEBUG: Requested variable ccpp_loop_counter in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target cdata%loop_cnt in module ccpp_types +DEBUG: Requested variable ccpp_loop_counter in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target cdata%loop_cnt in module ccpp_types +DEBUG: Requested variable ccpp_loop_counter in MODULE_GFS_surface_loop_control_part1 SCHEME_GFS_surface_loop_control_part1 SUBROUTINE_GFS_surface_loop_control_part1_run matched to target cdata%loop_cnt in module ccpp_types +DEBUG: Requested variable ccpp_loop_counter in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run matched to target cdata%loop_cnt in module ccpp_types +DEBUG: Requested variable cell_area in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Grid%area in module GFS_typedefs +DEBUG: Requested variable cell_area in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Grid%area in module GFS_typedefs +DEBUG: Requested variable cell_area in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Grid%area in module GFS_typedefs +DEBUG: Requested variable cell_area in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%area in module GFS_typedefs +DEBUG: Requested variable cell_area in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Data(cdata%blk_no)%Grid%area in module GFS_typedefs +DEBUG: Requested variable cell_area in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Data(cdata%blk_no)%Grid%area in module GFS_typedefs +DEBUG: Requested variable cell_area in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Grid%area in module GFS_typedefs +DEBUG: Requested variable cell_area in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Grid%area in module GFS_typedefs +DEBUG: Requested variable cell_area in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Data(cdata%blk_no)%Grid%area in module GFS_typedefs +DEBUG: Requested variable cell_area in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Grid%area in module GFS_typedefs +DEBUG: Requested variable cell_area in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Grid%area in module GFS_typedefs +DEBUG: Requested variable cell_area_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%area in module CCPP_typedefs +DEBUG: Requested variable cellular_automata_global_pattern in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Coupling%ca1 in module GFS_typedefs +DEBUG: Requested variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_init matched to target GFS_Control%isatmedmf_vdif in module GFS_typedefs +DEBUG: Requested variable choice_of_scale_aware_TKE_moist_EDMF_PBL in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_init matched to target GFS_Control%isatmedmf in module GFS_typedefs +DEBUG: Requested variable choice_of_scale_aware_TKE_moist_EDMF_PBL in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_init matched to target GFS_Control%isatmedmf in module GFS_typedefs +DEBUG: Requested variable cloud_area_fraction_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%cldsa in module GFS_typedefs +DEBUG: Requested variable cloud_area_fraction_for_radiation in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cldsa in module GFS_typedefs +DEBUG: Requested variable cloud_area_fraction_for_radiation in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%cldsa in module GFS_typedefs +DEBUG: Requested variable cloud_area_fraction_for_radiation in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cldsa in module GFS_typedefs +DEBUG: Requested variable cloud_area_fraction_for_radiation in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cldsa in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_conversion_threshold in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Control%wminco in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio in MODULE_mynnrad_post SCHEME_mynnrad_post SUBROUTINE_mynnrad_post_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_save in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_save in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_save in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_save in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_save in MODULE_mynnrad_post SCHEME_mynnrad_post SUBROUTINE_mynnrad_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_updated_by_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_updated_by_physics in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_updated_by_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_updated_by_physics in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_updated_by_physics in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_updated_by_physics in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_updated_by_physics in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_mixing_ratio_updated_by_physics in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntcw) in module GFS_typedefs +DEBUG: Requested variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%q_con in module CCPP_typedefs +DEBUG: Requested variable cloud_decorrelation_length in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%de_lgth in module GFS_typedefs +DEBUG: Requested variable cloud_decorrelation_length in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%de_lgth in module GFS_typedefs +DEBUG: Requested variable cloud_decorrelation_length in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%de_lgth in module GFS_typedefs +DEBUG: Requested variable cloud_decorrelation_length in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%de_lgth in module GFS_typedefs +DEBUG: Requested variable cloud_fraction_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%qc in module CCPP_typedefs +DEBUG: Requested variable cloud_fraction_updated_by_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntclamt) in module GFS_typedefs +DEBUG: Requested variable cloud_graupel_specific_humidity_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%qg in module CCPP_typedefs +DEBUG: Requested variable cloud_ice_specific_humidity_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%qi in module CCPP_typedefs +DEBUG: Requested variable cloud_ice_water_path in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,4) in module GFS_typedefs +DEBUG: Requested variable cloud_ice_water_path in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,4) in module GFS_typedefs +DEBUG: Requested variable cloud_ice_water_path in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,4) in module GFS_typedefs +DEBUG: Requested variable cloud_ice_water_path in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,4) in module GFS_typedefs +DEBUG: Requested variable cloud_ice_water_path in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,4) in module GFS_typedefs +DEBUG: Requested variable cloud_ice_water_path in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,4) in module GFS_typedefs +DEBUG: Requested variable cloud_ice_water_path in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,4) in module GFS_typedefs +DEBUG: Requested variable cloud_liquid_water_path in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_liquid_water_path in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_liquid_water_path in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_liquid_water_path in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_liquid_water_path in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_liquid_water_path in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_liquid_water_path in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%ql in module CCPP_typedefs +DEBUG: Requested variable cloud_optical_depth_layers_at_0p55mu_band in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cldtausw in module GFS_typedefs +DEBUG: Requested variable cloud_optical_depth_layers_at_0p55mu_band in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%cldtausw in module GFS_typedefs +DEBUG: Requested variable cloud_optical_depth_layers_at_10mu_band in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%cldtaulw in module GFS_typedefs +DEBUG: Requested variable cloud_optical_depth_layers_at_10mu_band in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cldtaulw in module GFS_typedefs +DEBUG: Requested variable cloud_rain_specific_humidity_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%qr in module CCPP_typedefs +DEBUG: Requested variable cloud_rain_water_path in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,6) in module GFS_typedefs +DEBUG: Requested variable cloud_rain_water_path in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,6) in module GFS_typedefs +DEBUG: Requested variable cloud_rain_water_path in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,6) in module GFS_typedefs +DEBUG: Requested variable cloud_rain_water_path in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,6) in module GFS_typedefs +DEBUG: Requested variable cloud_rain_water_path in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,6) in module GFS_typedefs +DEBUG: Requested variable cloud_rain_water_path in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,6) in module GFS_typedefs +DEBUG: Requested variable cloud_snow_specific_humidity_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%qs in module CCPP_typedefs +DEBUG: Requested variable cloud_snow_water_path in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,8) in module GFS_typedefs +DEBUG: Requested variable cloud_snow_water_path in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,8) in module GFS_typedefs +DEBUG: Requested variable cloud_snow_water_path in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,8) in module GFS_typedefs +DEBUG: Requested variable cloud_snow_water_path in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,8) in module GFS_typedefs +DEBUG: Requested variable cloud_snow_water_path in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,8) in module GFS_typedefs +DEBUG: Requested variable cloud_snow_water_path in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,8) in module GFS_typedefs +DEBUG: Requested variable cloud_top_entrainment_instability_value in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%ctei_r in module GFS_typedefs +DEBUG: Requested variable cloud_work_function in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%cld1d in module GFS_typedefs +DEBUG: Requested variable cloud_work_function in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%cld1d in module GFS_typedefs +DEBUG: Requested variable cloud_work_function in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cld1d in module GFS_typedefs +DEBUG: Requested variable cloud_work_function in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cld1d in module GFS_typedefs +DEBUG: Requested variable coefficient_for_evaporation_of_rainfall in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Control%evpco in module GFS_typedefs +DEBUG: Requested variable coefficient_from_cloud_ice_to_snow in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Control%psautco in module GFS_typedefs +DEBUG: Requested variable coefficient_from_cloud_water_to_rain in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Control%prautco in module GFS_typedefs +DEBUG: Requested variable coefficients_for_aerosol_scavenging in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%fscav in module GFS_typedefs +DEBUG: Requested variable coefficients_for_aerosol_scavenging in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%fscav in module GFS_typedefs +DEBUG: Requested variable coefficients_for_aerosol_scavenging in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%fscav in module GFS_typedefs +DEBUG: Requested variable column_precipitable_water in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%pwat in module GFS_typedefs +DEBUG: Requested variable components_of_surface_downward_shortwave_fluxes in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target GFS_Interstitial(cdata%thrd_no)%scmpsw in module GFS_typedefs +DEBUG: Requested variable components_of_surface_downward_shortwave_fluxes in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%scmpsw in module GFS_typedefs +DEBUG: Requested variable components_of_surface_downward_shortwave_fluxes in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%scmpsw in module GFS_typedefs +DEBUG: Requested variable components_of_surface_downward_shortwave_fluxes in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%scmpsw in module GFS_typedefs +DEBUG: Requested variable components_of_surface_downward_shortwave_fluxes in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%scmpsw in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvc in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvc in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvc in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvc in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvc in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvc in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvc in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvc in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvc in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover_in_phy_f3d in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvc) in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover_in_phy_f3d in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvc) in module GFS_typedefs +DEBUG: Requested variable convective_cloud_fraction_for_microphysics in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%cf_upi in module GFS_typedefs +DEBUG: Requested variable convective_cloud_fraction_for_microphysics in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%cf_upi in module GFS_typedefs +DEBUG: Requested variable convective_cloud_fraction_for_microphysics in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%cf_upi in module GFS_typedefs +DEBUG: Requested variable convective_cloud_fraction_for_microphysics in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cf_upi in module GFS_typedefs +DEBUG: Requested variable convective_cloud_fraction_for_microphysics in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cf_upi in module GFS_typedefs +DEBUG: Requested variable convective_cloud_switch in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Control%clstp in module GFS_typedefs +DEBUG: Requested variable convective_cloud_volume_fraction in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%clcn in module GFS_typedefs +DEBUG: Requested variable convective_cloud_volume_fraction in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%clcn in module GFS_typedefs +DEBUG: Requested variable convective_cloud_volume_fraction in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%clcn in module GFS_typedefs +DEBUG: Requested variable convective_cloud_volume_fraction in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clcn in module GFS_typedefs +DEBUG: Requested variable convective_cloud_volume_fraction in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%clcn in module GFS_typedefs +DEBUG: Requested variable convective_cloud_volume_fraction in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%clcn in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvw in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvw in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvw in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvw in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvw in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvw in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvw in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvw in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvw in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio_in_phy_f3d in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvw) in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio_in_phy_f3d in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvw) in module GFS_typedefs +DEBUG: Requested variable convective_precipitation_rate_from_previous_timestep in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%draincprv in module GFS_typedefs +DEBUG: Requested variable convective_precipitation_rate_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%draincprv in module GFS_typedefs +DEBUG: Requested variable convective_transportable_tracers in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%clw in module GFS_typedefs +DEBUG: Requested variable convective_transportable_tracers in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%clw in module GFS_typedefs +DEBUG: Requested variable convective_transportable_tracers in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Interstitial(cdata%thrd_no)%clw in module GFS_typedefs +DEBUG: Requested variable convective_transportable_tracers in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run matched to target GFS_Interstitial(cdata%thrd_no)%clw in module GFS_typedefs +DEBUG: Requested variable convective_transportable_tracers in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%clw in module GFS_typedefs +DEBUG: Requested variable convective_transportable_tracers in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%clw in module GFS_typedefs +DEBUG: Requested variable convective_transportable_tracers in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%clw in module GFS_typedefs +DEBUG: Requested variable convective_transportable_tracers in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%clw in module GFS_typedefs +DEBUG: Requested variable convective_transportable_tracers in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%clw in module GFS_typedefs +DEBUG: Requested variable convexity_of_subgrid_orography in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%oc in module GFS_typedefs +DEBUG: Requested variable convexity_of_subgrid_orography in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%oc in module GFS_typedefs +DEBUG: Requested variable convexity_of_subgrid_orography in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%oc in module GFS_typedefs +DEBUG: Requested variable convexity_of_subgrid_orography in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%oc in module GFS_typedefs +DEBUG: Requested variable cosine_of_latitude in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Grid%coslat in module GFS_typedefs +DEBUG: Requested variable cosine_of_latitude in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Grid%coslat in module GFS_typedefs +DEBUG: Requested variable cosine_of_solar_declination_angle in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%cdec in module GFS_typedefs +DEBUG: Requested variable cosine_of_solar_declination_angle in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%cdec in module GFS_typedefs +DEBUG: Requested variable cosine_of_solar_declination_angle in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%cdec in module GFS_typedefs +DEBUG: Requested variable cosine_of_zenith_angle in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs +DEBUG: Requested variable cosine_of_zenith_angle in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs +DEBUG: Requested variable cosine_of_zenith_angle in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs +DEBUG: Requested variable countergradient_mixing_term_for_temperature in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%gamt in module GFS_typedefs +DEBUG: Requested variable countergradient_mixing_term_for_temperature in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%gamt in module GFS_typedefs +DEBUG: Requested variable countergradient_mixing_term_for_temperature in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%gamt in module GFS_typedefs +DEBUG: Requested variable countergradient_mixing_term_for_water_vapor in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%gamq in module GFS_typedefs +DEBUG: Requested variable countergradient_mixing_term_for_water_vapor in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%gamq in module GFS_typedefs +DEBUG: Requested variable countergradient_mixing_term_for_water_vapor in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%gamq in module GFS_typedefs +DEBUG: Requested variable critical_cloud_top_entrainment_instability_criteria in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%ctei_rm in module GFS_typedefs +DEBUG: Requested variable critical_relative_humidity in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Interstitial(cdata%thrd_no)%rhc in module GFS_typedefs +DEBUG: Requested variable critical_relative_humidity in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%rhc in module GFS_typedefs +DEBUG: Requested variable critical_relative_humidity in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%rhc in module GFS_typedefs +DEBUG: Requested variable critical_relative_humidity in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Interstitial(cdata%thrd_no)%rhc in module GFS_typedefs +DEBUG: Requested variable critical_relative_humidity in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Interstitial(cdata%thrd_no)%rhc in module GFS_typedefs +DEBUG: Requested variable critical_relative_humidity in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%rhc in module GFS_typedefs +DEBUG: Requested variable critical_relative_humidity_at_PBL_top in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%crtrh(2) in module GFS_typedefs +DEBUG: Requested variable critical_relative_humidity_at_surface in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%crtrh(1) in module GFS_typedefs +DEBUG: Requested variable critical_relative_humidity_at_top_of_atmosphere in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%crtrh(3) in module GFS_typedefs +DEBUG: Requested variable cumulative_atmosphere_detrainment_convective_mass_flux in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%det_mf in module GFS_typedefs +DEBUG: Requested variable cumulative_atmosphere_downdraft_convective_mass_flux in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dwn_mf in module GFS_typedefs +DEBUG: Requested variable cumulative_atmosphere_updraft_convective_mass_flux in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%upd_mf in module GFS_typedefs +DEBUG: Requested variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%evcwa in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,9) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,9) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,7) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,7) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,6) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,6) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_concentration_due_to_temperature in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,8) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_concentration_due_to_temperature in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,8) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_deep_convection in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,4) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_deep_convection in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,4) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_longwave_radiation in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_microphysics in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,6) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_microphysics in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,6) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,7) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,7) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_shal_convection in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,5) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_shal_convection in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,5) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_shortwave_radiation in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,4) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_deep_convection in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_deep_convection in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,2) in module GFS_typedefs +DEBUG: Requested variable cumulative_cloud_work_function in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cldwrk in module GFS_typedefs +DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_amount in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cnvprcp in module GFS_typedefs +DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_amount in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cnvprcp in module GFS_typedefs +DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_amount in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cnvprcp in module GFS_typedefs +DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cnvprcpb in module GFS_typedefs +DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cnvprcpb in module GFS_typedefs +DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cnvprcpb in module GFS_typedefs +DEBUG: Requested variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sbsnoa in module GFS_typedefs +DEBUG: Requested variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%snohfa in module GFS_typedefs +DEBUG: Requested variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%evbsa in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dnirdf_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvisdf_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dnirbm_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvisbm_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dlwsfc_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dlwsfc in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dswsfc_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_ground_heat_flux_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%gflux in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nnirdf_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nvisdf_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nnirbm_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nvisbm_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nlwsfc_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nswsfc_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_pressure_multiplied_by_timestep in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%psmean in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_snow_area_fraction_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%snowca in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dqsfc_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dqsfc in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dqsfc in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%ep in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dtsfc_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dtsfc in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dtsfc in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%ulwsfc in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dusfc_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dusfc in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dusfc in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvsfc_cpl in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dvsfc in module GFS_typedefs +DEBUG: Requested variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dvsfc in module GFS_typedefs +DEBUG: Requested variable cumulative_transpiration_flux_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%transa in module GFS_typedefs +DEBUG: Requested variable date_and_time_at_model_initialization in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%idat in module GFS_typedefs +DEBUG: Requested variable date_and_time_at_model_initialization in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%idat in module GFS_typedefs +DEBUG: Requested variable date_and_time_at_model_initialization in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%idat in module GFS_typedefs +DEBUG: Requested variable date_and_time_at_model_initialization_reordered in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%idate in module GFS_typedefs +DEBUG: Requested variable date_and_time_at_model_initialization_reordered in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%idate in module GFS_typedefs +DEBUG: Requested variable date_and_time_at_model_initialization_reordered in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%idate in module GFS_typedefs +DEBUG: Requested variable daytime_points in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs +DEBUG: Requested variable daytime_points in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs +DEBUG: Requested variable daytime_points in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs +DEBUG: Requested variable daytime_points in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs +DEBUG: Requested variable daytime_points in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs +DEBUG: Requested variable daytime_points in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs +DEBUG: Requested variable daytime_points in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs +DEBUG: Requested variable daytime_points in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs +DEBUG: Requested variable daytime_points in MODULE_rrtmgp_sw_cloud_sampling SCHEME_rrtmgp_sw_cloud_sampling SUBROUTINE_rrtmgp_sw_cloud_sampling_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs +DEBUG: Requested variable daytime_points_dimension in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%nday in module GFS_typedefs +DEBUG: Requested variable daytime_points_dimension in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%nday in module GFS_typedefs +DEBUG: Requested variable daytime_points_dimension in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%nday in module GFS_typedefs +DEBUG: Requested variable daytime_points_dimension in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target GFS_Interstitial(cdata%thrd_no)%nday in module GFS_typedefs +DEBUG: Requested variable daytime_points_dimension in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%nday in module GFS_typedefs +DEBUG: Requested variable daytime_points_dimension in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%nday in module GFS_typedefs +DEBUG: Requested variable daytime_points_dimension in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%nday in module GFS_typedefs +DEBUG: Requested variable daytime_points_dimension in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%nday in module GFS_typedefs +DEBUG: Requested variable daytime_points_dimension in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%nday in module GFS_typedefs +DEBUG: Requested variable daytime_points_dimension in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%nday in module GFS_typedefs +DEBUG: Requested variable daytime_points_dimension in MODULE_rrtmgp_sw_cloud_sampling SCHEME_rrtmgp_sw_cloud_sampling SUBROUTINE_rrtmgp_sw_cloud_sampling_run matched to target GFS_Interstitial(cdata%thrd_no)%nday in module GFS_typedefs +DEBUG: Requested variable deep_soil_temperature in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tg3 in module GFS_typedefs +DEBUG: Requested variable deep_soil_temperature in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tg3 in module GFS_typedefs +DEBUG: Requested variable deep_soil_temperature in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tg3 in module GFS_typedefs +DEBUG: Requested variable detrained_mass_flux in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_mfd in module GFS_typedefs +DEBUG: Requested variable detrained_mass_flux in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_mfd in module GFS_typedefs +DEBUG: Requested variable detrained_mass_flux in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_mfd in module GFS_typedefs +DEBUG: Requested variable detrained_mass_flux in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_mfd in module GFS_typedefs +DEBUG: Requested variable detrained_mass_flux in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_mfd in module GFS_typedefs +DEBUG: Requested variable detrainment_conversion_parameter_deep_convection in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%c1_deep in module GFS_typedefs +DEBUG: Requested variable detrainment_conversion_parameter_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%c1_deep in module GFS_typedefs +DEBUG: Requested variable detrainment_conversion_parameter_shallow_convection in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%c1_shal in module GFS_typedefs +DEBUG: Requested variable detrainment_conversion_parameter_shallow_convection in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%c1_shal in module GFS_typedefs +DEBUG: Requested variable dewpoint_temperature_at_2m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dpt2m in module GFS_typedefs +DEBUG: Requested variable diag_ugwp_flag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Control%ldiag_ugwp in module GFS_typedefs +DEBUG: Requested variable diag_ugwp_flag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%ldiag_ugwp in module GFS_typedefs +DEBUG: Requested variable diffusivity_background_sigma_level in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%xkzm_s in module GFS_typedefs +DEBUG: Requested variable diffusivity_background_sigma_level in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%xkzm_s in module GFS_typedefs +DEBUG: Requested variable diffusivity_background_sigma_level in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%xkzm_s in module GFS_typedefs +DEBUG: Requested variable diffusivity_background_sigma_level in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%xkzm_s in module GFS_typedefs +DEBUG: Requested variable diffusivity_background_sigma_level in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%xkzm_s in module GFS_typedefs +DEBUG: Requested variable diffusivity_background_sigma_level in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%xkzm_s in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_interface in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Statein%prsik(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_interface in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Statein%prsik(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_interface in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Statein%prsik(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_interface in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Statein%prsik(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_interface in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prsik(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_interface in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Statein%prsik(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_interface in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Statein%prsik(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_interface in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prsik(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_interface in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%prsik(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_interface in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%prsik(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_interface in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Statein%prsik(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs +DEBUG: Requested variable dissipation_estimate_of_air_temperature_at_model_layers in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Statein%diss_est in module GFS_typedefs +DEBUG: Requested variable do_ugwp in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%do_ugwp in module GFS_typedefs +DEBUG: Requested variable do_ugwp in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%do_ugwp in module GFS_typedefs +DEBUG: Requested variable dominant_freezing_rain_type in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%tdomzr in module GFS_typedefs +DEBUG: Requested variable dominant_rain_type in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%tdomr in module GFS_typedefs +DEBUG: Requested variable dominant_sleet_type in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%tdomip in module GFS_typedefs +DEBUG: Requested variable dominant_snow_type in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%tdoms in module GFS_typedefs +DEBUG: Requested variable downdraft_fraction_reaching_surface_over_land_deep_convection in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%betal_deep in module GFS_typedefs +DEBUG: Requested variable downdraft_fraction_reaching_surface_over_land_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%betal_deep in module GFS_typedefs +DEBUG: Requested variable downdraft_fraction_reaching_surface_over_ocean_deep_convection in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%betas_deep in module GFS_typedefs +DEBUG: Requested variable downdraft_fraction_reaching_surface_over_ocean_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%betas_deep in module GFS_typedefs +DEBUG: Requested variable duration_of_sunshine in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%suntim in module GFS_typedefs +DEBUG: Requested variable dynamics_to_physics_timestep_ratio in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%frain in module GFS_typedefs +DEBUG: Requested variable dynamics_to_physics_timestep_ratio in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%frain in module GFS_typedefs +DEBUG: Requested variable dynamics_to_physics_timestep_ratio in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%frain in module GFS_typedefs +DEBUG: Requested variable eddy_mixing_due_to_ugwp in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%gw_kdis in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ngeffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ngeffr) in module GFS_typedefs +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +DEBUG: Requested variable effective_radius_of_stratiform_cloud_ice_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nieffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_ice_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nieffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_ice_particle_in_um in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nieffr) in module GFS_typedefs +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +DEBUG: Requested variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nleffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nleffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nleffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_rain_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nreffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_rain_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nreffr) in module GFS_typedefs +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +DEBUG: Requested variable effective_radius_of_stratiform_cloud_snow_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nseffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_snow_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nseffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_snow_particle_in_um in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nseffr) in module GFS_typedefs +DEBUG: Requested variable ending_x_direction_index in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%ie in module CCPP_typedefs +DEBUG: Requested variable ending_x_direction_index_domain in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%ied in module CCPP_typedefs +DEBUG: Requested variable ending_y_direction_index in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%je in module CCPP_typedefs +DEBUG: Requested variable ending_y_direction_index_domain in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%jed in module CCPP_typedefs +DEBUG: Requested variable entrainment_rate_coefficient_deep_convection in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%clam_deep in module GFS_typedefs +DEBUG: Requested variable entrainment_rate_coefficient_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%clam_deep in module GFS_typedefs +DEBUG: Requested variable entrainment_rate_coefficient_shallow_convection in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%clam_shal in module GFS_typedefs +DEBUG: Requested variable entrainment_rate_coefficient_shallow_convection in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%clam_shal in module GFS_typedefs +DEBUG: Requested variable equation_of_time in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%slag in module GFS_typedefs +DEBUG: Requested variable equation_of_time in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%slag in module GFS_typedefs +DEBUG: Requested variable equation_of_time in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%slag in module GFS_typedefs +DEBUG: Requested variable explicit_rainfall_rate_from_previous_timestep in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%drainncprv in module GFS_typedefs +DEBUG: Requested variable explicit_rainfall_rate_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%drainncprv in module GFS_typedefs +DEBUG: Requested variable extra_top_layer in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target LTP in module GFS_typedefs +DEBUG: Requested variable extra_top_layer in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target LTP in module GFS_typedefs +DEBUG: Requested variable extra_top_layer in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target LTP in module GFS_typedefs +DEBUG: Requested variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%pkz in module CCPP_typedefs +DEBUG: Requested variable flag_TKE_dissipation_heating in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%dspheat in module GFS_typedefs +DEBUG: Requested variable flag_TKE_dissipation_heating in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%dspheat in module GFS_typedefs +DEBUG: Requested variable flag_TKE_dissipation_heating in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%dspheat in module GFS_typedefs +DEBUG: Requested variable flag_TKE_dissipation_heating in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%dspheat in module GFS_typedefs +DEBUG: Requested variable flag_debug in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%debug in module GFS_typedefs +DEBUG: Requested variable flag_deep_convection in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%kcnv in module GFS_typedefs +DEBUG: Requested variable flag_deep_convection in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Interstitial(cdata%thrd_no)%kcnv in module GFS_typedefs +DEBUG: Requested variable flag_deep_convection in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%kcnv in module GFS_typedefs +DEBUG: Requested variable flag_deep_convection in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%kcnv in module GFS_typedefs +DEBUG: Requested variable flag_deep_convection in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%kcnv in module GFS_typedefs +DEBUG: Requested variable flag_deep_convection in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%kcnv in module GFS_typedefs +DEBUG: Requested variable flag_deep_convection in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%kcnv in module GFS_typedefs +DEBUG: Requested variable flag_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%kcnv in module GFS_typedefs +DEBUG: Requested variable flag_deep_convection in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%kcnv in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_for_2015_ozone_physics in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_init matched to target GFS_Control%oz_phys_2015 in module GFS_typedefs +DEBUG: Requested variable flag_for_Arakawa_Wu_adjustment in MODULE_cs_conv_post SCHEME_cs_conv_post SUBROUTINE_cs_conv_post_run matched to target GFS_Control%do_aw in module GFS_typedefs +DEBUG: Requested variable flag_for_Arakawa_Wu_adjustment in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Control%do_aw in module GFS_typedefs +DEBUG: Requested variable flag_for_Arakawa_Wu_adjustment in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Control%do_aw in module GFS_typedefs +DEBUG: Requested variable flag_for_Arakawa_Wu_adjustment in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%do_aw in module GFS_typedefs +DEBUG: Requested variable flag_for_CRICK_proof_cloud_water in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%crick_proof in module GFS_typedefs +DEBUG: Requested variable flag_for_CRICK_proof_cloud_water in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%crick_proof in module GFS_typedefs +DEBUG: Requested variable flag_for_Chikira_Sugiyama_deep_convection in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%cscnv in module GFS_typedefs +DEBUG: Requested variable flag_for_Chikira_Sugiyama_deep_convection in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%cscnv in module GFS_typedefs +DEBUG: Requested variable flag_for_Chikira_Sugiyama_deep_convection in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%cscnv in module GFS_typedefs +DEBUG: Requested variable flag_for_aerosol_convective_transport_and_PBL_diffusion in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%trans_aero in module GFS_typedefs +DEBUG: Requested variable flag_for_aerosol_convective_transport_and_PBL_diffusion in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%trans_aero in module GFS_typedefs +DEBUG: Requested variable flag_for_aerosol_physics in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Control%ltaerosol in module GFS_typedefs +DEBUG: Requested variable flag_for_aerosol_physics in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ltaerosol in module GFS_typedefs +DEBUG: Requested variable flag_for_aerosol_physics in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ltaerosol in module GFS_typedefs +DEBUG: Requested variable flag_for_aerosol_physics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%ltaerosol in module GFS_typedefs +DEBUG: Requested variable flag_for_aerosol_physics in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ltaerosol in module GFS_typedefs +DEBUG: Requested variable flag_for_aerosol_physics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ltaerosol in module GFS_typedefs +DEBUG: Requested variable flag_for_aerosol_physics in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Control%ltaerosol in module GFS_typedefs +DEBUG: Requested variable flag_for_aerosol_physics in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init matched to target GFS_Control%ltaerosol in module GFS_typedefs +DEBUG: Requested variable flag_for_canopy_heat_storage in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Control%lheatstrg in module GFS_typedefs +DEBUG: Requested variable flag_for_canopy_heat_storage in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%lheatstrg in module GFS_typedefs +DEBUG: Requested variable flag_for_cellular_automata in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%do_ca in module GFS_typedefs +DEBUG: Requested variable flag_for_cellular_automata in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%do_ca in module GFS_typedefs +DEBUG: Requested variable flag_for_chemistry_coupling in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Control%cplchm in module GFS_typedefs +DEBUG: Requested variable flag_for_chemistry_coupling in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%cplchm in module GFS_typedefs +DEBUG: Requested variable flag_for_chemistry_coupling in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%cplchm in module GFS_typedefs +DEBUG: Requested variable flag_for_chemistry_coupling in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%cplchm in module GFS_typedefs +DEBUG: Requested variable flag_for_chemistry_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%cplchm in module GFS_typedefs +DEBUG: Requested variable flag_for_chemistry_coupling in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%cplchm in module GFS_typedefs +DEBUG: Requested variable flag_for_chemistry_coupling in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Control%cplchm in module GFS_typedefs +DEBUG: Requested variable flag_for_cice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_cice in module GFS_typedefs +DEBUG: Requested variable flag_for_cice in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_cice in module GFS_typedefs +DEBUG: Requested variable flag_for_cice in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_cice in module GFS_typedefs +DEBUG: Requested variable flag_for_cice in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_cice in module GFS_typedefs +DEBUG: Requested variable flag_for_cice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_cice in module GFS_typedefs +DEBUG: Requested variable flag_for_cice in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_cice in module GFS_typedefs +DEBUG: Requested variable flag_for_cloud_condensate_normalized_by_cloud_cover in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ccnorm in module GFS_typedefs +DEBUG: Requested variable flag_for_cloud_condensate_normalized_by_cloud_cover in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%ccnorm in module GFS_typedefs +DEBUG: Requested variable flag_for_cloud_effective_radii in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Control%effr_in in module GFS_typedefs +DEBUG: Requested variable flag_for_convective_gravity_wave_drag in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Control%do_cnvgwd in module GFS_typedefs +DEBUG: Requested variable flag_for_convective_gravity_wave_drag in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Control%do_cnvgwd in module GFS_typedefs +DEBUG: Requested variable flag_for_convective_transport_of_tracers in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%trans_trac in module GFS_typedefs +DEBUG: Requested variable flag_for_default_aerosol_effect_in_shortwave_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%iaer in module GFS_typedefs +DEBUG: Requested variable flag_for_default_aerosol_effect_in_shortwave_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%iaer in module GFS_typedefs +DEBUG: Requested variable flag_for_fast_microphysics_energy_conservation in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%fast_mp_consv in module CCPP_typedefs +DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs +DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs +DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs +DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs +DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs +DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs +DEBUG: Requested variable flag_for_first_time_step in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Control%first_time_step in module GFS_typedefs +DEBUG: Requested variable flag_for_first_time_step in MODULE_cu_gf_driver_pre SCHEME_cu_gf_driver_pre SUBROUTINE_cu_gf_driver_pre_run matched to target GFS_Control%first_time_step in module GFS_typedefs +DEBUG: Requested variable flag_for_first_time_step in MODULE_cu_ntiedtke_pre SCHEME_cu_ntiedtke_pre SUBROUTINE_cu_ntiedtke_pre_run matched to target GFS_Control%first_time_step in module GFS_typedefs +DEBUG: Requested variable flag_for_first_time_step in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Control%first_time_step in module GFS_typedefs +DEBUG: Requested variable flag_for_first_time_step in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%first_time_step in module GFS_typedefs +DEBUG: Requested variable flag_for_first_time_step in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%first_time_step in module GFS_typedefs +DEBUG: Requested variable flag_for_first_time_step in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Control%first_time_step in module GFS_typedefs +DEBUG: Requested variable flag_for_first_time_step in MODULE_mynnrad_post SCHEME_mynnrad_post SUBROUTINE_mynnrad_post_run matched to target GFS_Control%first_time_step in module GFS_typedefs +DEBUG: Requested variable flag_for_first_time_step in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_run matched to target GFS_Control%first_time_step in module GFS_typedefs +DEBUG: Requested variable flag_for_flux_coupling in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Control%cplflx in module GFS_typedefs +DEBUG: Requested variable flag_for_flux_coupling in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Control%cplflx in module GFS_typedefs +DEBUG: Requested variable flag_for_flux_coupling in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%cplflx in module GFS_typedefs +DEBUG: Requested variable flag_for_flux_coupling in MODULE_sfc_nst_pre SCHEME_sfc_nst_pre SUBROUTINE_sfc_nst_pre_run matched to target GFS_Control%cplflx in module GFS_typedefs +DEBUG: Requested variable flag_for_flux_coupling in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Control%cplflx in module GFS_typedefs +DEBUG: Requested variable flag_for_flux_coupling in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Control%cplflx in module GFS_typedefs +DEBUG: Requested variable flag_for_flux_coupling in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%cplflx in module GFS_typedefs +DEBUG: Requested variable flag_for_flux_coupling in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%cplflx in module GFS_typedefs +DEBUG: Requested variable flag_for_flux_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Control%cplflx in module GFS_typedefs +DEBUG: Requested variable flag_for_flux_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%cplflx in module GFS_typedefs +DEBUG: Requested variable flag_for_flux_coupling in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%cplflx in module GFS_typedefs +DEBUG: Requested variable flag_for_fractional_grid in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Control%frac_grid in module GFS_typedefs +DEBUG: Requested variable flag_for_fractional_grid in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%frac_grid in module GFS_typedefs +DEBUG: Requested variable flag_for_fractional_grid in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Control%frac_grid in module GFS_typedefs +DEBUG: Requested variable flag_for_fractional_grid in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Control%frac_grid in module GFS_typedefs +DEBUG: Requested variable flag_for_gf_deep_convection_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imfdeepcnv_gf in module GFS_typedefs +DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs +DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs +DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs +DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs +DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs +DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs +DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs +DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs +DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs +DEBUG: Requested variable flag_for_global_cellular_automata in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%ca_global in module GFS_typedefs +DEBUG: Requested variable flag_for_global_cellular_automata in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%ca_global in module GFS_typedefs +DEBUG: Requested variable flag_for_global_cellular_automata in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%ca_global in module GFS_typedefs +DEBUG: Requested variable flag_for_global_cellular_automata_closure in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%ca_closure in module GFS_typedefs +DEBUG: Requested variable flag_for_global_cellular_automata_entr in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%ca_entr in module GFS_typedefs +DEBUG: Requested variable flag_for_global_cellular_automata_trigger in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%ca_trigger in module GFS_typedefs +DEBUG: Requested variable flag_for_guess_run in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_guess in module GFS_typedefs +DEBUG: Requested variable flag_for_guess_run in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_guess in module GFS_typedefs +DEBUG: Requested variable flag_for_guess_run in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_guess in module GFS_typedefs +DEBUG: Requested variable flag_for_guess_run in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_guess in module GFS_typedefs +DEBUG: Requested variable flag_for_guess_run in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_guess in module GFS_typedefs +DEBUG: Requested variable flag_for_guess_run in MODULE_GFS_surface_loop_control_part1 SCHEME_GFS_surface_loop_control_part1 SUBROUTINE_GFS_surface_loop_control_part1_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_guess in module GFS_typedefs +DEBUG: Requested variable flag_for_guess_run in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_guess in module GFS_typedefs +DEBUG: Requested variable flag_for_hedmf in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%hybedmf in module GFS_typedefs +DEBUG: Requested variable flag_for_hedmf in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%hybedmf in module GFS_typedefs +DEBUG: Requested variable flag_for_hydrostatic_heating_from_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Interstitial(cdata%thrd_no)%phys_hydrostatic in module GFS_typedefs +DEBUG: Requested variable flag_for_hydrostatic_solver in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Control%hydrostatic in module GFS_typedefs +DEBUG: Requested variable flag_for_hydrostatic_solver_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%hydrostatic in module CCPP_typedefs +DEBUG: Requested variable flag_for_initial_time_date_control in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ictm in module GFS_typedefs +DEBUG: Requested variable flag_for_initial_time_date_control in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%ictm in module GFS_typedefs +DEBUG: Requested variable flag_for_inline_cloud_fraction_calculation in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%do_qa in module CCPP_typedefs +DEBUG: Requested variable flag_for_iteration in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_iter in module GFS_typedefs +DEBUG: Requested variable flag_for_iteration in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_iter in module GFS_typedefs +DEBUG: Requested variable flag_for_iteration in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_iter in module GFS_typedefs +DEBUG: Requested variable flag_for_iteration in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_iter in module GFS_typedefs +DEBUG: Requested variable flag_for_iteration in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_iter in module GFS_typedefs +DEBUG: Requested variable flag_for_iteration in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_iter in module GFS_typedefs +DEBUG: Requested variable flag_for_iteration in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_iter in module GFS_typedefs +DEBUG: Requested variable flag_for_iteration in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_iter in module GFS_typedefs +DEBUG: Requested variable flag_for_iteration in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_iter in module GFS_typedefs +DEBUG: Requested variable flag_for_iteration in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_iter in module GFS_typedefs +DEBUG: Requested variable flag_for_iteration in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_iter in module GFS_typedefs +DEBUG: Requested variable flag_for_land_surface_scheme in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Control%lsm in module GFS_typedefs +DEBUG: Requested variable flag_for_land_surface_scheme in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%lsm in module GFS_typedefs +DEBUG: Requested variable flag_for_land_surface_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%lsm in module GFS_typedefs +DEBUG: Requested variable flag_for_land_surface_scheme in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%lsm in module GFS_typedefs +DEBUG: Requested variable flag_for_lw_clouds_without_sub_grid_approximation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%isubc_lw in module GFS_typedefs +DEBUG: Requested variable flag_for_lw_clouds_without_sub_grid_approximation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%isubc_lw in module GFS_typedefs +DEBUG: Requested variable flag_for_mass_flux_deep_convection_scheme in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_init matched to target GFS_Control%imfdeepcnv in module GFS_typedefs +DEBUG: Requested variable flag_for_mass_flux_deep_convection_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imfdeepcnv in module GFS_typedefs +DEBUG: Requested variable flag_for_mass_flux_shallow_convection_scheme in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%imfshalcnv in module GFS_typedefs +DEBUG: Requested variable flag_for_mass_flux_shallow_convection_scheme in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_init matched to target GFS_Control%imfshalcnv in module GFS_typedefs +DEBUG: Requested variable flag_for_mass_flux_shallow_convection_scheme in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%imfshalcnv in module GFS_typedefs +DEBUG: Requested variable flag_for_mass_flux_shallow_convection_scheme in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%imfshalcnv in module GFS_typedefs +DEBUG: Requested variable flag_for_max_random_overlap_clouds_for_longwave_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%iovr_lw in module GFS_typedefs +DEBUG: Requested variable flag_for_max_random_overlap_clouds_for_longwave_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%iovr_lw in module GFS_typedefs +DEBUG: Requested variable flag_for_max_random_overlap_clouds_for_shortwave_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%iovr_sw in module GFS_typedefs +DEBUG: Requested variable flag_for_max_random_overlap_clouds_for_shortwave_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%iovr_sw in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_moorthi_stratus in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%mstrat in module GFS_typedefs +DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init matched to target GFS_Control%imp_physics_mg in module GFS_typedefs +DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs +DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs +DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs +DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs +DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs +DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs +DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs +DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs +DEBUG: Requested variable flag_for_mountain_blocking in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%use_zmtnblck in module GFS_typedefs +DEBUG: Requested variable flag_for_noahmp_land_surface_scheme in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Control%lsm_noahmp in module GFS_typedefs +DEBUG: Requested variable flag_for_noahmp_land_surface_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%lsm_noahmp in module GFS_typedefs +DEBUG: Requested variable flag_for_noahmp_land_surface_scheme in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%lsm_noahmp in module GFS_typedefs +DEBUG: Requested variable flag_for_nsstm_run in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Control%nstf_name(1) in module GFS_typedefs +DEBUG: Requested variable flag_for_nsstm_run in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target GFS_Control%nstf_name(1) in module GFS_typedefs +DEBUG: Requested variable flag_for_nsstm_run in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run matched to target GFS_Control%nstf_name(1) in module GFS_typedefs +DEBUG: Requested variable flag_for_old_PBL_scheme in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%old_monin in module GFS_typedefs +DEBUG: Requested variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%icliq_sw in module GFS_typedefs +DEBUG: Requested variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%icliq_sw in module GFS_typedefs +DEBUG: Requested variable flag_for_ozone_physics in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_init matched to target GFS_Control%oz_phys in module GFS_typedefs +DEBUG: Requested variable flag_for_precipitation_effect_on_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%norad_precip in module GFS_typedefs +DEBUG: Requested variable flag_for_precipitation_effect_on_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%norad_precip in module GFS_typedefs +DEBUG: Requested variable flag_for_precipitation_type in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%srflag in module GFS_typedefs +DEBUG: Requested variable flag_for_precipitation_type in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%srflag in module GFS_typedefs +DEBUG: Requested variable flag_for_precipitation_type in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%srflag in module GFS_typedefs +DEBUG: Requested variable flag_for_precipitation_type in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%srflag in module GFS_typedefs +DEBUG: Requested variable flag_for_precipitation_type in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%srflag in module GFS_typedefs +DEBUG: Requested variable flag_for_precipitation_type_algorithm in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%cal_pre in module GFS_typedefs +DEBUG: Requested variable flag_for_radar_reflectivity in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Control%lradar in module GFS_typedefs +DEBUG: Requested variable flag_for_radar_reflectivity in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Control%lradar in module GFS_typedefs +DEBUG: Requested variable flag_for_radar_reflectivity in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Control%lradar in module GFS_typedefs +DEBUG: Requested variable flag_for_ras_deep_convection in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ras in module GFS_typedefs +DEBUG: Requested variable flag_for_ras_deep_convection in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%ras in module GFS_typedefs +DEBUG: Requested variable flag_for_reduced_drag_coefficient_over_sea in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Control%redrag in module GFS_typedefs +DEBUG: Requested variable flag_for_ruc_land_surface_scheme in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%lsm_ruc in module GFS_typedefs +DEBUG: Requested variable flag_for_ruc_land_surface_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%lsm_ruc in module GFS_typedefs +DEBUG: Requested variable flag_for_samf_shallow_convection_scheme in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%imfshalcnv_samf in module GFS_typedefs +DEBUG: Requested variable flag_for_sas_shallow_convection_scheme in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_init matched to target GFS_Control%imfshalcnv_sas in module GFS_typedefs +DEBUG: Requested variable flag_for_sas_shallow_convection_scheme in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%imfshalcnv_sas in module GFS_typedefs +DEBUG: Requested variable flag_for_saturation_adjustment_for_microphysics_in_dynamics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target CCPP_interstitial%do_sat_adj in module CCPP_typedefs +DEBUG: Requested variable flag_for_scale_aware_Shinhong_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%shinhong in module GFS_typedefs +DEBUG: Requested variable flag_for_scale_aware_TKE_moist_EDMF_PBL in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%satmedmf in module GFS_typedefs +DEBUG: Requested variable flag_for_scale_aware_TKE_moist_EDMF_PBL in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%satmedmf in module GFS_typedefs +DEBUG: Requested variable flag_for_scale_aware_TKE_moist_EDMF_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%satmedmf in module GFS_typedefs +DEBUG: Requested variable flag_for_shallow_convection in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%shal_cnv in module GFS_typedefs +DEBUG: Requested variable flag_for_shallow_convection in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_init matched to target GFS_Control%shal_cnv in module GFS_typedefs +DEBUG: Requested variable flag_for_shoc in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target GFS_Control%do_shoc in module GFS_typedefs +DEBUG: Requested variable flag_for_shoc in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%do_shoc in module GFS_typedefs +DEBUG: Requested variable flag_for_shoc in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%do_shoc in module GFS_typedefs +DEBUG: Requested variable flag_for_shoc in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_init matched to target GFS_Control%do_shoc in module GFS_typedefs +DEBUG: Requested variable flag_for_shoc in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%do_shoc in module GFS_typedefs +DEBUG: Requested variable flag_for_shoc in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%do_shoc in module GFS_typedefs +DEBUG: Requested variable flag_for_shoc in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Control%do_shoc in module GFS_typedefs +DEBUG: Requested variable flag_for_shoc in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%do_shoc in module GFS_typedefs +DEBUG: Requested variable flag_for_solar_constant in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%isol in module GFS_typedefs +DEBUG: Requested variable flag_for_solar_constant in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%isol in module GFS_typedefs +DEBUG: Requested variable flag_for_stochastic_shum_option in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%do_shum in module GFS_typedefs +DEBUG: Requested variable flag_for_stochastic_skeb_option in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%do_skeb in module GFS_typedefs +DEBUG: Requested variable flag_for_stochastic_surface_perturbations in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%do_sfcperts in module GFS_typedefs +DEBUG: Requested variable flag_for_stochastic_surface_physics_perturbations in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%do_sppt in module GFS_typedefs +DEBUG: Requested variable flag_for_stochastic_surface_physics_perturbations in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%do_sppt in module GFS_typedefs +DEBUG: Requested variable flag_for_stochastic_surface_physics_perturbations in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%do_sppt in module GFS_typedefs +DEBUG: Requested variable flag_for_surface_emissivity_control in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%iems in module GFS_typedefs +DEBUG: Requested variable flag_for_surface_emissivity_control in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%iems in module GFS_typedefs +DEBUG: Requested variable flag_for_surface_roughness_option_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Control%sfc_z0_type in module GFS_typedefs +DEBUG: Requested variable flag_for_sw_clouds_without_sub_grid_approximation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%isubc_sw in module GFS_typedefs +DEBUG: Requested variable flag_for_sw_clouds_without_sub_grid_approximation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%isubc_sw in module GFS_typedefs +DEBUG: Requested variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%out_dt in module CCPP_typedefs +DEBUG: Requested variable flag_for_the_last_step_of_k_split_remapping in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%last_step in module CCPP_typedefs +DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_using_climatology_albedo in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ialb in module GFS_typedefs +DEBUG: Requested variable flag_for_using_climatology_albedo in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%ialb in module GFS_typedefs +DEBUG: Requested variable flag_for_using_prescribed_global_mean_co2_value in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ico2 in module GFS_typedefs +DEBUG: Requested variable flag_for_using_prescribed_global_mean_co2_value in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%ico2 in module GFS_typedefs +DEBUG: Requested variable flag_for_vertical_index_direction_control in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%iflip in module GFS_typedefs +DEBUG: Requested variable flag_for_vertical_index_direction_control in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%iflip in module GFS_typedefs +DEBUG: Requested variable flag_for_wave_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Control%cplwav in module GFS_typedefs +DEBUG: Requested variable flag_for_wave_coupling_to_atm in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Control%cplwav2atm in module GFS_typedefs +DEBUG: Requested variable flag_for_wave_coupling_to_atm in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Control%cplwav2atm in module GFS_typedefs +DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs +DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs +DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs +DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs +DEBUG: Requested variable flag_for_ysu in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%do_ysu in module GFS_typedefs +DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs +DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs +DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs +DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs +DEBUG: Requested variable flag_for_zhao_carr_pdf_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_zhao_carr_pdf in module GFS_typedefs +DEBUG: Requested variable flag_for_zhao_carr_pdf_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics_zhao_carr_pdf in module GFS_typedefs +DEBUG: Requested variable flag_idealized_physics in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Control%lsidea in module GFS_typedefs +DEBUG: Requested variable flag_idealized_physics in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%lsidea in module GFS_typedefs +DEBUG: Requested variable flag_idealized_physics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%lsidea in module GFS_typedefs +DEBUG: Requested variable flag_idealized_physics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%lsidea in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_lake_surface_fraction in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%lake in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_lake_surface_fraction in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%lake in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_lsm_ruc_sfc_sice_pre SCHEME_lsm_ruc_sfc_sice_pre SUBROUTINE_lsm_ruc_sfc_sice_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_lsm_ruc_sfc_sice_post SCHEME_lsm_ruc_sfc_sice_post SUBROUTINE_lsm_ruc_sfc_sice_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_land_surface_fraction in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run matched to target GFS_Interstitial(cdata%thrd_no)%dry in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_ocean_surface_fraction in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%ocean in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_ocean_surface_fraction in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%ocean in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_sea_ice_surface_fraction in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%icy in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_sea_ice_surface_fraction in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%icy in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_sea_ice_surface_fraction in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%icy in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_sea_ice_surface_fraction in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%icy in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_sea_ice_surface_fraction in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target GFS_Interstitial(cdata%thrd_no)%icy in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_sea_ice_surface_fraction in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%icy in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_sea_ice_surface_fraction in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Interstitial(cdata%thrd_no)%icy in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_sea_ice_surface_fraction in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%icy in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_sea_ice_surface_fraction in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%icy in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_sea_ice_surface_fraction in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%icy in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_sea_ice_surface_fraction in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run matched to target GFS_Interstitial(cdata%thrd_no)%icy in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_sfc_nst_pre SCHEME_sfc_nst_pre SUBROUTINE_sfc_nst_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_nonzero_wet_surface_fraction in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run matched to target GFS_Interstitial(cdata%thrd_no)%wet in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_print in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%lprnt in module GFS_typedefs +DEBUG: Requested variable flag_reset_maximum_hourly_fields in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Interstitial(cdata%thrd_no)%reset in module GFS_typedefs +DEBUG: Requested variable flag_reset_maximum_hourly_fields in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Interstitial(cdata%thrd_no)%reset in module GFS_typedefs +DEBUG: Requested variable flag_shallow_convective_cloud in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%shcnvcw in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_rte SCHEME_rrtmgp_lw_rte SUBROUTINE_rrtmgp_lw_rte_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_cloud_sampling SCHEME_rrtmgp_lw_cloud_sampling SUBROUTINE_rrtmgp_lw_cloud_sampling_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmgp_sw_cloud_sampling SCHEME_rrtmgp_sw_cloud_sampling SUBROUTINE_rrtmgp_sw_cloud_sampling_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable forecast_date_and_time in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%jdat in module GFS_typedefs +DEBUG: Requested variable forecast_date_and_time in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%jdat in module GFS_typedefs +DEBUG: Requested variable forecast_date_and_time in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%jdat in module GFS_typedefs +DEBUG: Requested variable forecast_hour_of_the_day in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%solhr in module GFS_typedefs +DEBUG: Requested variable forecast_hour_of_the_day in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Control%solhr in module GFS_typedefs +DEBUG: Requested variable forecast_hour_of_the_day in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%solhr in module GFS_typedefs +DEBUG: Requested variable forecast_time in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Control%fhour in module GFS_typedefs +DEBUG: Requested variable forecast_time in MODULE_cu_gf_driver_pre SCHEME_cu_gf_driver_pre SUBROUTINE_cu_gf_driver_pre_run matched to target GFS_Control%fhour in module GFS_typedefs +DEBUG: Requested variable forecast_time in MODULE_cu_ntiedtke_pre SCHEME_cu_ntiedtke_pre SUBROUTINE_cu_ntiedtke_pre_run matched to target GFS_Control%fhour in module GFS_typedefs +DEBUG: Requested variable forecast_time in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%fhour in module GFS_typedefs +DEBUG: Requested variable forecast_time_at_previous_timestep in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%phour in module GFS_typedefs +DEBUG: Requested variable fraction_of_cellular_automata_for_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Data(cdata%blk_no)%Coupling%ca_deep in module GFS_typedefs +DEBUG: Requested variable fraction_of_cellular_automata_for_deep_convection in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%ca_deep in module GFS_typedefs +DEBUG: Requested variable fraction_of_convective_cloud in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Data(cdata%blk_no)%Cldprop%cv in module GFS_typedefs +DEBUG: Requested variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clx in module GFS_typedefs +DEBUG: Requested variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%clx in module GFS_typedefs +DEBUG: Requested variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%clx in module GFS_typedefs +DEBUG: Requested variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%clx in module GFS_typedefs +DEBUG: Requested variable fraction_of_ice_water_cloud in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%f_ice in module GFS_typedefs +DEBUG: Requested variable fraction_of_ice_water_cloud in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Interstitial(cdata%thrd_no)%f_ice in module GFS_typedefs +DEBUG: Requested variable fraction_of_ice_water_cloud in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Interstitial(cdata%thrd_no)%f_ice in module GFS_typedefs +DEBUG: Requested variable fraction_of_rain_water_cloud in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%f_rain in module GFS_typedefs +DEBUG: Requested variable fraction_of_rain_water_cloud in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Interstitial(cdata%thrd_no)%f_rain in module GFS_typedefs +DEBUG: Requested variable fraction_of_rain_water_cloud in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Interstitial(cdata%thrd_no)%f_rain in module GFS_typedefs +DEBUG: Requested variable freezing_point_temperature_of_seawater in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_tice in module GFS_typedefs +DEBUG: Requested variable freezing_point_temperature_of_seawater in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target con_tice in module GFS_typedefs +DEBUG: Requested variable freezing_point_temperature_of_seawater in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target con_tice in module GFS_typedefs +DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%fhswr in module GFS_typedefs +DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%fhswr in module GFS_typedefs +DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%fhswr in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constant_water_vapor in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_rv in module GFS_typedefs +DEBUG: Requested variable gas_constants_for_multi_gases_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target CCPP_interstitial%rilist in module CCPP_typedefs +DEBUG: Requested variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%qvi in module CCPP_typedefs +DEBUG: Requested variable geopotential in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_get_phi_fv3 SCHEME_get_phi_fv3 SUBROUTINE_get_phi_fv3_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Statein%phil in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_get_prs_fv3 SCHEME_get_prs_fv3 SUBROUTINE_get_prs_fv3_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_get_phi_fv3 SCHEME_get_phi_fv3 SUBROUTINE_get_phi_fv3_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_at_interface in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Statein%phii in module GFS_typedefs +DEBUG: Requested variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature in MODULE_get_prs_fv3 SCHEME_get_prs_fv3 SUBROUTINE_get_prs_fv3_run matched to target GFS_Interstitial(cdata%thrd_no)%del_gz in module GFS_typedefs +DEBUG: Requested variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature in MODULE_get_phi_fv3 SCHEME_get_phi_fv3 SUBROUTINE_get_phi_fv3_run matched to target GFS_Interstitial(cdata%thrd_no)%del_gz in module GFS_typedefs +DEBUG: Requested variable graupel_mixing_ratio_updated_by_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntgl) in module GFS_typedefs +DEBUG: Requested variable graupel_mixing_ratio_updated_by_physics in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntgl) in module GFS_typedefs +DEBUG: Requested variable graupel_mixing_ratio_updated_by_physics in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntgl) in module GFS_typedefs +DEBUG: Requested variable graupel_mixing_ratio_updated_by_physics in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntgl) in module GFS_typedefs +DEBUG: Requested variable graupel_mixing_ratio_updated_by_physics in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntgl) in module GFS_typedefs +DEBUG: Requested variable graupel_precipitation_rate_from_previous_timestep in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%dgraupelprv in module GFS_typedefs +DEBUG: Requested variable graupel_precipitation_rate_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%dgraupelprv in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable gravitational_acceleration in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target con_g in module GFS_typedefs +DEBUG: Requested variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%ctei_rml in module GFS_typedefs +DEBUG: Requested variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Interstitial(cdata%thrd_no)%work1 in module GFS_typedefs +DEBUG: Requested variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%work1 in module GFS_typedefs +DEBUG: Requested variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%work1 in module GFS_typedefs +DEBUG: Requested variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Interstitial(cdata%thrd_no)%work1 in module GFS_typedefs +DEBUG: Requested variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%work1 in module GFS_typedefs +DEBUG: Requested variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%work1 in module GFS_typedefs +DEBUG: Requested variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%work2 in module GFS_typedefs +DEBUG: Requested variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%work2 in module GFS_typedefs +DEBUG: Requested variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Interstitial(cdata%thrd_no)%work2 in module GFS_typedefs +DEBUG: Requested variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%work2 in module GFS_typedefs +DEBUG: Requested variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%work2 in module GFS_typedefs +DEBUG: Requested variable h2o_forcing in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Data(cdata%blk_no)%Tbd%h2opl in module GFS_typedefs +DEBUG: Requested variable height_above_ground_at_lowest_model_layer in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zlvl in module GFS_typedefs +DEBUG: Requested variable height_above_ground_at_lowest_model_layer in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zlvl in module GFS_typedefs +DEBUG: Requested variable height_above_ground_at_lowest_model_layer in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zlvl in module GFS_typedefs +DEBUG: Requested variable height_above_ground_at_lowest_model_layer in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zlvl in module GFS_typedefs +DEBUG: Requested variable height_above_ground_at_lowest_model_layer in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zlvl in module GFS_typedefs +DEBUG: Requested variable height_of_launch_level_of_orographic_gravity_wave in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%zogw in module GFS_typedefs +DEBUG: Requested variable height_of_launch_level_of_orographic_gravity_wave in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%zogw in module GFS_typedefs +DEBUG: Requested variable height_of_low_level_wave_breaking in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%zlwb in module GFS_typedefs +DEBUG: Requested variable height_of_low_level_wave_breaking in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%zlwb in module GFS_typedefs +DEBUG: Requested variable height_of_mountain_blocking in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%zmtb in module GFS_typedefs +DEBUG: Requested variable height_of_mountain_blocking in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%zmtb in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_cs_conv_post SCHEME_cs_conv_post SUBROUTINE_cs_conv_post_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_get_prs_fv3 SCHEME_get_prs_fv3 SUBROUTINE_get_prs_fv3_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_get_phi_fv3 SCHEME_get_phi_fv3 SUBROUTINE_get_phi_fv3_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_mynnrad_post SCHEME_mynnrad_post SUBROUTINE_mynnrad_post_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_dimension in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%blksz2(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_index_of_printed_column in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Interstitial(cdata%thrd_no)%ipr in module GFS_typedefs +DEBUG: Requested variable horizontal_index_of_printed_column in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%ipr in module GFS_typedefs +DEBUG: Requested variable horizontal_index_of_printed_column in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%ipr in module GFS_typedefs +DEBUG: Requested variable horizontal_index_of_printed_column in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%ipr in module GFS_typedefs +DEBUG: Requested variable horizontal_index_of_printed_column in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Interstitial(cdata%thrd_no)%ipr in module GFS_typedefs +DEBUG: Requested variable horizontal_index_of_printed_column in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%ipr in module GFS_typedefs +DEBUG: Requested variable horizontal_index_of_printed_column in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%ipr in module GFS_typedefs +DEBUG: Requested variable horizontal_index_of_printed_column in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%ipr in module GFS_typedefs +DEBUG: Requested variable horizontal_index_of_printed_column in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Interstitial(cdata%thrd_no)%ipr in module GFS_typedefs +DEBUG: Requested variable horizontal_index_of_printed_column in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%ipr in module GFS_typedefs +DEBUG: Requested variable horizontal_index_of_printed_column in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%ipr in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_cu_gf_driver_post SCHEME_cu_gf_driver_post SUBROUTINE_cu_gf_driver_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmgp_lw_rte SCHEME_rrtmgp_lw_rte SUBROUTINE_rrtmgp_lw_rte_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmgp_lw_cloud_sampling SCHEME_rrtmgp_lw_cloud_sampling SUBROUTINE_rrtmgp_lw_cloud_sampling_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_init matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_sfc_nst_pre SCHEME_sfc_nst_pre SUBROUTINE_sfc_nst_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_lsm_ruc_sfc_sice_pre SCHEME_lsm_ruc_sfc_sice_pre SUBROUTINE_lsm_ruc_sfc_sice_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_lsm_ruc_sfc_sice_post SCHEME_lsm_ruc_sfc_sice_post SUBROUTINE_lsm_ruc_sfc_sice_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_mynnrad_post SCHEME_mynnrad_post SUBROUTINE_mynnrad_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_surface_loop_control_part1 SCHEME_GFS_surface_loop_control_part1 SUBROUTINE_GFS_surface_loop_control_part1_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmgp_sw_cloud_sampling SCHEME_rrtmgp_sw_cloud_sampling SUBROUTINE_rrtmgp_sw_cloud_sampling_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable horizontal_loop_extent in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%blksz(cdata%blk_no) in module GFS_typedefs +DEBUG: Requested variable ice_fraction_in_convective_tower in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_fice in module GFS_typedefs +DEBUG: Requested variable ice_fraction_in_convective_tower in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_fice in module GFS_typedefs +DEBUG: Requested variable ice_fraction_in_convective_tower in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_fice in module GFS_typedefs +DEBUG: Requested variable ice_fraction_in_convective_tower in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_fice in module GFS_typedefs +DEBUG: Requested variable ice_fraction_in_convective_tower in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_fice in module GFS_typedefs +DEBUG: Requested variable ice_precipitation_rate_from_previous_timestep in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%diceprv in module GFS_typedefs +DEBUG: Requested variable ice_precipitation_rate_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%diceprv in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_convective_transport_tracer in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,1) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_convective_transport_tracer in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,1) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_convective_transport_tracer in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,1) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_convective_transport_tracer in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,1) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_convective_transport_tracer in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,1) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_convective_transport_tracer in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,1) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_convective_transport_tracer in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%clw(:,:,1) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_save in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_save in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_save in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_save in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_save in MODULE_mynnrad_post SCHEME_mynnrad_post SUBROUTINE_mynnrad_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable index_for_cloud_amount in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntclamt in module GFS_typedefs +DEBUG: Requested variable index_for_cloud_amount in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntclamt in module GFS_typedefs +DEBUG: Requested variable index_for_cloud_amount in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%ntclamt in module GFS_typedefs +DEBUG: Requested variable index_for_diagnostic_printout in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%ipt in module GFS_typedefs +DEBUG: Requested variable index_for_first_chemical_tracer in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntchs in module GFS_typedefs +DEBUG: Requested variable index_for_first_chemical_tracer in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntchs in module GFS_typedefs +DEBUG: Requested variable index_for_graupel in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%ntgl in module GFS_typedefs +DEBUG: Requested variable index_for_graupel in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntgl in module GFS_typedefs +DEBUG: Requested variable index_for_graupel in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntgl in module GFS_typedefs +DEBUG: Requested variable index_for_graupel in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%ntgl in module GFS_typedefs +DEBUG: Requested variable index_for_graupel in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntgl in module GFS_typedefs +DEBUG: Requested variable index_for_graupel in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntgl in module GFS_typedefs +DEBUG: Requested variable index_for_graupel in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntgl in module GFS_typedefs +DEBUG: Requested variable index_for_graupel_number_concentration in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntgnc in module GFS_typedefs +DEBUG: Requested variable index_for_graupel_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntgnc in module GFS_typedefs +DEBUG: Requested variable index_for_graupel_number_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntgnc in module GFS_typedefs +DEBUG: Requested variable index_for_graupel_number_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntgnc in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%ntiw in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%ntiw in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntiw in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntiw in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run matched to target GFS_Control%ntiw in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%ntiw in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntiw in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntiw in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntiw in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%ntiw in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate_vertical_diffusion_tracer in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%ntiwx in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate_vertical_diffusion_tracer in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%ntiwx in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntinc in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntinc in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntinc in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntinc in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntinc in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%ntinc in module GFS_typedefs +DEBUG: Requested variable index_for_ice_friendly_aerosols in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntia in module GFS_typedefs +DEBUG: Requested variable index_for_ice_friendly_aerosols in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntia in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntlnc in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntlnc in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntlnc in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntlnc in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntlnc in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%ntlnc in module GFS_typedefs +DEBUG: Requested variable index_for_mass_weighted_rime_factor in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%nqrimef in module GFS_typedefs +DEBUG: Requested variable index_for_mass_weighted_rime_factor in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%nqrimef in module GFS_typedefs +DEBUG: Requested variable index_for_ozone in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntoz in module GFS_typedefs +DEBUG: Requested variable index_for_ozone in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntoz in module GFS_typedefs +DEBUG: Requested variable index_for_ozone in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ntoz in module GFS_typedefs +DEBUG: Requested variable index_for_ozone in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%ntoz in module GFS_typedefs +DEBUG: Requested variable index_for_rain_number_concentration in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntrnc in module GFS_typedefs +DEBUG: Requested variable index_for_rain_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntrnc in module GFS_typedefs +DEBUG: Requested variable index_for_rain_number_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntrnc in module GFS_typedefs +DEBUG: Requested variable index_for_rain_number_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntrnc in module GFS_typedefs +DEBUG: Requested variable index_for_rain_water in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%ntrw in module GFS_typedefs +DEBUG: Requested variable index_for_rain_water in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntrw in module GFS_typedefs +DEBUG: Requested variable index_for_rain_water in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntrw in module GFS_typedefs +DEBUG: Requested variable index_for_rain_water in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%ntrw in module GFS_typedefs +DEBUG: Requested variable index_for_rain_water in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntrw in module GFS_typedefs +DEBUG: Requested variable index_for_rain_water in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntrw in module GFS_typedefs +DEBUG: Requested variable index_for_rain_water in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntrw in module GFS_typedefs +DEBUG: Requested variable index_for_snow_number_concentration in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntsnc in module GFS_typedefs +DEBUG: Requested variable index_for_snow_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntsnc in module GFS_typedefs +DEBUG: Requested variable index_for_snow_number_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntsnc in module GFS_typedefs +DEBUG: Requested variable index_for_snow_number_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntsnc in module GFS_typedefs +DEBUG: Requested variable index_for_snow_water in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%ntsw in module GFS_typedefs +DEBUG: Requested variable index_for_snow_water in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntsw in module GFS_typedefs +DEBUG: Requested variable index_for_snow_water in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntsw in module GFS_typedefs +DEBUG: Requested variable index_for_snow_water in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%ntsw in module GFS_typedefs +DEBUG: Requested variable index_for_snow_water in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntsw in module GFS_typedefs +DEBUG: Requested variable index_for_snow_water in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntsw in module GFS_typedefs +DEBUG: Requested variable index_for_snow_water in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntsw in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%ntke in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%ntke in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntke in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntke in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%ntke in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy_convective_transport_tracer in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%ntk in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy_convective_transport_tracer in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%ntk in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy_convective_transport_tracer in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%ntk in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%ntkev in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%ntkev in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%ntkev in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ntkev in module GFS_typedefs +DEBUG: Requested variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%ntkev in module GFS_typedefs +DEBUG: Requested variable index_for_water_friendly_aerosols in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntwa in module GFS_typedefs +DEBUG: Requested variable index_for_water_friendly_aerosols in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntwa in module GFS_typedefs +DEBUG: Requested variable index_for_water_vapor in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntqv in module GFS_typedefs +DEBUG: Requested variable index_for_water_vapor in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntqv in module GFS_typedefs +DEBUG: Requested variable index_for_water_vapor in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntqv in module GFS_typedefs +DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs +DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs +DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs +DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs +DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs +DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs +DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs +DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_cu_gf_driver_pre SCHEME_cu_gf_driver_pre SUBROUTINE_cu_gf_driver_pre_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_cu_ntiedtke_pre SCHEME_cu_ntiedtke_pre SUBROUTINE_cu_ntiedtke_pre_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_detrainment_convective_mass_flux in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%dt_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_detrainment_convective_mass_flux in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%dt_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_detrainment_convective_mass_flux in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%dt_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_detrainment_convective_mass_flux in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%dt_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_detrainment_convective_mass_flux in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%dt_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_detrainment_convective_mass_flux in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%dt_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_detrainment_convective_mass_flux in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%dt_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_detrainment_convective_mass_flux in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%dt_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_detrainment_convective_mass_flux in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dt_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_downdraft_convective_mass_flux in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%dd_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_downdraft_convective_mass_flux in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%dd_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_downdraft_convective_mass_flux in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%dd_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_downdraft_convective_mass_flux in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%dd_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_downdraft_convective_mass_flux in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%dd_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_downdraft_convective_mass_flux in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%dd_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_downdraft_convective_mass_flux in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dd_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_heat_diffusivity in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dkt in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_updraft_convective_mass_flux in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%ud_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_updraft_convective_mass_flux in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%ud_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_updraft_convective_mass_flux in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%ud_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_updraft_convective_mass_flux in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%ud_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_updraft_convective_mass_flux in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%ud_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_updraft_convective_mass_flux in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%ud_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_updraft_convective_mass_flux in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%ud_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_updraft_convective_mass_flux in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%ud_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_atmosphere_updraft_convective_mass_flux in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ud_mf in module GFS_typedefs +DEBUG: Requested variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt_mtb in module GFS_typedefs +DEBUG: Requested variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt_mtb in module GFS_typedefs +DEBUG: Requested variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt_ogw in module GFS_typedefs +DEBUG: Requested variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt_ogw in module GFS_typedefs +DEBUG: Requested variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt_tms in module GFS_typedefs +DEBUG: Requested variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt_tms in module GFS_typedefs +DEBUG: Requested variable instantaneous_cosine_of_zenith_angle in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%xcosz in module GFS_typedefs +DEBUG: Requested variable instantaneous_cosine_of_zenith_angle in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%xcosz in module GFS_typedefs +DEBUG: Requested variable instantaneous_cosine_of_zenith_angle in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%xcosz in module GFS_typedefs +DEBUG: Requested variable instantaneous_cosine_of_zenith_angle in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%xcosz in module GFS_typedefs +DEBUG: Requested variable instantaneous_cosine_of_zenith_angle in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%xcosz in module GFS_typedefs +DEBUG: Requested variable instantaneous_momentum_flux_due_to_mountain_blocking_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tau_mtb in module GFS_typedefs +DEBUG: Requested variable instantaneous_momentum_flux_due_to_mountain_blocking_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%tau_mtb in module GFS_typedefs +DEBUG: Requested variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tau_ngw in module GFS_typedefs +DEBUG: Requested variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%tau_ngw in module GFS_typedefs +DEBUG: Requested variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tau_ogw in module GFS_typedefs +DEBUG: Requested variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%tau_ogw in module GFS_typedefs +DEBUG: Requested variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tau_tofd in module GFS_typedefs +DEBUG: Requested variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%tau_tofd in module GFS_typedefs +DEBUG: Requested variable instantaneous_specific_humidity_at_2m_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%q2mi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_air_pressure_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%psurfi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dnirdfi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvisdfi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dnirbmi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvisbmi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_downwelling_longwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dlwsfci_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_downwelling_shortwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dswsfci_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_ground_heat_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%gfluxi in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nnirdfi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nvisdfi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nnirbmi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nvisbmi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_net_downward_longwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nlwsfci_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_net_downward_shortwave_flux_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nswsfci_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_potential_evaporation in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%epi in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_skin_temperature_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%tsfci_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dqsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%dqsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%dqsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dqsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%dqsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dqsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dqsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dqsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dqsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%dqsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux_for_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dqsfci_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux_for_diag in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dqsfci in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_latent_heat_flux_for_diag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dqsfci in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dtsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%dtsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%dtsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dtsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%dtsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dtsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dtsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dtsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dtsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%dtsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%ushfsfci in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux_for_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dtsfci_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux_for_diag in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dtsfci in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_upward_sensible_heat_flux_for_diag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dtsfci in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux_for_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dusfci_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_x_momentum_flux_for_diag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dusfci in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfc1 in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux_for_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvsfci_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_surface_y_momentum_flux_for_diag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dvsfci in module GFS_typedefs +DEBUG: Requested variable instantaneous_temperature_at_2m_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%t2mi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Data(cdata%blk_no)%Coupling%dqdti in module GFS_typedefs +DEBUG: Requested variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dqdti in module GFS_typedefs +DEBUG: Requested variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%dqdti in module GFS_typedefs +DEBUG: Requested variable instantaneous_x_stress_due_to_gravity_wave_drag in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_x_stress_due_to_gravity_wave_drag in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_x_stress_due_to_gravity_wave_drag in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_x_stress_due_to_gravity_wave_drag in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_x_stress_due_to_gravity_wave_drag in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_x_stress_due_to_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%dusfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_x_wind_at_10m_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%u10mi_cpl in module GFS_typedefs +DEBUG: Requested variable instantaneous_y_stress_due_to_gravity_wave_drag in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_y_stress_due_to_gravity_wave_drag in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_y_stress_due_to_gravity_wave_drag in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_y_stress_due_to_gravity_wave_drag in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_y_stress_due_to_gravity_wave_drag in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_y_stress_due_to_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%dvsfcg in module GFS_typedefs +DEBUG: Requested variable instantaneous_y_wind_at_10m_for_coupling in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%v10mi_cpl in module GFS_typedefs +DEBUG: Requested variable inverse_scaling_factor_for_critical_relative_humidity in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Control%dxinv in module GFS_typedefs +DEBUG: Requested variable inverse_scaling_factor_for_critical_relative_humidity in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%dxinv in module GFS_typedefs +DEBUG: Requested variable iounit_log in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target GFS_Control%logunit in module GFS_typedefs +DEBUG: Requested variable iounit_log in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%logunit in module GFS_typedefs +DEBUG: Requested variable iounit_namelist in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_init matched to target GFS_Control%nlunit in module GFS_typedefs +DEBUG: Requested variable iounit_namelist in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target GFS_Control%nlunit in module GFS_typedefs +DEBUG: Requested variable iounit_namelist in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_init matched to target GFS_Control%nlunit in module GFS_typedefs +DEBUG: Requested variable iounit_namelist in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_init matched to target GFS_Control%nlunit in module GFS_typedefs +DEBUG: Requested variable iounit_namelist in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%nlunit in module GFS_typedefs +DEBUG: Requested variable julian_day in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Control%julian in module GFS_typedefs +DEBUG: Requested variable julian_day in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%julian in module GFS_typedefs +DEBUG: Requested variable kappa_dry_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%akap in module CCPP_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Interstitial(cdata%thrd_no)%evap in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%evap in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%evap in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%evap in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%evap in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%evap in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%evap_ice in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_over_ice in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%evap_ice in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%evap_ice in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%evap_land in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%evap_land in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%evap_land in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%evap_land in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_over_ocean in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%evap_ocean in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%evap_ocean in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%evap_ocean in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_over_ocean in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%evap_ocean in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%evapq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx_ice in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_over_ice in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx_ice in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx_ice in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx_land in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx_land in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx_land in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx_land in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_over_ocean in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx_ocean in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx_ocean in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx_ocean in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_over_ocean in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%hflx_ocean in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%hflxq in module GFS_typedefs +DEBUG: Requested variable lake_area_fraction in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%lakefrac in module GFS_typedefs +DEBUG: Requested variable lake_area_fraction in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%lakefrac in module GFS_typedefs +DEBUG: Requested variable lake_area_fraction in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%lakefrac in module GFS_typedefs +DEBUG: Requested variable lake_area_fraction in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%lakefrac in module GFS_typedefs +DEBUG: Requested variable lake_ice_minimum in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Control%min_lakeice in module GFS_typedefs +DEBUG: Requested variable lake_ice_minimum in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Control%min_lakeice in module GFS_typedefs +DEBUG: Requested variable land_area_fraction in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%landfrac in module GFS_typedefs +DEBUG: Requested variable land_area_fraction in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%landfrac in module GFS_typedefs +DEBUG: Requested variable land_area_fraction in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%landfrac in module GFS_typedefs +DEBUG: Requested variable land_area_fraction in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%landfrac in module GFS_typedefs +DEBUG: Requested variable land_area_fraction_for_microphysics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Interstitial(cdata%thrd_no)%frland in module GFS_typedefs +DEBUG: Requested variable land_area_fraction_for_microphysics in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%frland in module GFS_typedefs +DEBUG: Requested variable land_area_fraction_for_microphysics in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%frland in module GFS_typedefs +DEBUG: Requested variable land_area_fraction_for_microphysics in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%frland in module GFS_typedefs +DEBUG: Requested variable largest_cloud_top_vertical_index_encountered_thus_far in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Data(cdata%blk_no)%Tbd%acvt in module GFS_typedefs +DEBUG: Requested variable latent_heat_flux_fraction_factor_relative_to_sensible_heat_flux in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%e0fac in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_fusion_of_water_at_0C in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target con_hfus in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_fusion_of_water_at_0C in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target con_hfus in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_fusion_of_water_at_0C in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init matched to target con_hfus in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_fusion_of_water_at_0C in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target con_hfus in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_fusion_of_water_at_0C in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target con_hfus in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_fusion_of_water_at_0C in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target con_hfus in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_fusion_of_water_at_0C in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_hfus in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_hvap in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude_degree in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat_d in module GFS_typedefs +DEBUG: Requested variable layer_pressure_thickness_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%delr in module GFS_typedefs +DEBUG: Requested variable layer_pressure_thickness_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%delr in module GFS_typedefs +DEBUG: Requested variable layer_pressure_thickness_for_radiation in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%delr in module GFS_typedefs +DEBUG: Requested variable layer_pressure_thickness_for_radiation in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%delr in module GFS_typedefs +DEBUG: Requested variable layer_thickness_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%dzlyr in module GFS_typedefs +DEBUG: Requested variable layer_thickness_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%dzlyr in module GFS_typedefs +DEBUG: Requested variable layer_thickness_for_radiation in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%dzlyr in module GFS_typedefs +DEBUG: Requested variable level_of_dividing_streamline in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zmtnblck in module GFS_typedefs +DEBUG: Requested variable level_of_dividing_streamline in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zmtnblck in module GFS_typedefs +DEBUG: Requested variable level_of_dividing_streamline in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zmtnblck in module GFS_typedefs +DEBUG: Requested variable level_of_dividing_streamline in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zmtnblck in module GFS_typedefs +DEBUG: Requested variable log_pressure_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%peln in module CCPP_typedefs +DEBUG: Requested variable longitude in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable lw_fluxes_sfc in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcflw in module GFS_typedefs +DEBUG: Requested variable lw_fluxes_top_atmosphere in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topflw in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_convective_precipitation_amount_for_coupling in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%rainc_cpl in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%raincprv in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%raincprv in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%rainc in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Data(cdata%blk_no)%Intdiag%rainc in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%rainc in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%rainc in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%rainc in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_deep_convective_precipitation_amount in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%raincd in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_deep_convective_precipitation_amount in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%raincd in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_deep_convective_precipitation_amount in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%raincd in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_deep_convective_precipitation_amount in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%raincd in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_deep_convective_precipitation_amount in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%raincd in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_deep_convective_precipitation_amount in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%raincd in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_deep_convective_precipitation_amount in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%raincd in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_precipitation_amount in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Interstitial(cdata%thrd_no)%prcpmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_precipitation_amount in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Interstitial(cdata%thrd_no)%prcpmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_precipitation_amount in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Interstitial(cdata%thrd_no)%prcpmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_precipitation_amount in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%prcpmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_precipitation_amount in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%prcpmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_precipitation_amount in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Interstitial(cdata%thrd_no)%prcpmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_precipitation_amount in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Interstitial(cdata%thrd_no)%prcpmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_rain_amount in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Interstitial(cdata%thrd_no)%rainmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_rain_amount in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%rainmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_rain_amount in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Interstitial(cdata%thrd_no)%rainmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%rainncprv in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%rainncprv in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_graupel_amount in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Interstitial(cdata%thrd_no)%graupelmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_graupel_amount in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%graupelmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_graupel_amount in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Interstitial(cdata%thrd_no)%graupelmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_graupel_amount_from_previous_timestep in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%graupelprv in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_graupel_amount_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%graupelprv in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_graupel_amount_on_dynamics_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%graupel in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_graupel_amount_on_dynamics_timestep in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%graupel in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_ice_amount in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Interstitial(cdata%thrd_no)%icemp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_ice_amount in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%icemp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_ice_amount in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Interstitial(cdata%thrd_no)%icemp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_ice_amount_from_previous_timestep in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%iceprv in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_ice_amount_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%iceprv in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_ice_amount_on_dynamics_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%ice in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_ice_amount_on_dynamics_timestep in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%ice in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_precipitation_amount_for_coupling in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%rain_cpl in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_precipitation_amount_for_coupling in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%rain_cpl in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_precipitation_amount_for_coupling in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Coupling%rain_cpl in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%rain in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%rain in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Intdiag%rain in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_shallow_convective_precipitation_amount in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%raincs in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_shallow_convective_precipitation_amount in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%raincs in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_shallow_convective_precipitation_amount in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%raincs in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_snow_amount in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Interstitial(cdata%thrd_no)%snowmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_snow_amount in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%snowmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_snow_amount in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Interstitial(cdata%thrd_no)%snowmp in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_snow_amount_for_coupling in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%snow_cpl in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_snow_amount_for_coupling in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%snow_cpl in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_snow_amount_for_coupling in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Coupling%snow_cpl in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_snow_amount_from_previous_timestep in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowprv in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_snow_amount_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowprv in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_snow_amount_on_dynamics_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%snow in module GFS_typedefs +DEBUG: Requested variable lwe_thickness_of_snow_amount_on_dynamics_timestep in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%snow in module GFS_typedefs +DEBUG: Requested variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%pertzt in module GFS_typedefs +DEBUG: Requested variable magnitude_of_perturbation_of_leaf_area_index in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%pertlai in module GFS_typedefs +DEBUG: Requested variable magnitude_of_perturbation_of_momentum_roughness_length in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%pertz0 in module GFS_typedefs +DEBUG: Requested variable magnitude_of_perturbation_of_soil_type_b_parameter in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%pertshc in module GFS_typedefs +DEBUG: Requested variable magnitude_of_perturbation_of_vegetation_fraction in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Control%pertvegf in module GFS_typedefs +DEBUG: Requested variable magnitude_of_perturbation_of_vegetation_fraction in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%pertvegf in module GFS_typedefs +DEBUG: Requested variable mass_fraction_of_convective_cloud_ice in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%qicn in module GFS_typedefs +DEBUG: Requested variable mass_fraction_of_convective_cloud_ice in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%qicn in module GFS_typedefs +DEBUG: Requested variable mass_fraction_of_convective_cloud_ice in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%qicn in module GFS_typedefs +DEBUG: Requested variable mass_fraction_of_convective_cloud_ice in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%qicn in module GFS_typedefs +DEBUG: Requested variable mass_fraction_of_convective_cloud_ice in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%qicn in module GFS_typedefs +DEBUG: Requested variable mass_fraction_of_convective_cloud_liquid_water in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%qlcn in module GFS_typedefs +DEBUG: Requested variable mass_fraction_of_convective_cloud_liquid_water in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%qlcn in module GFS_typedefs +DEBUG: Requested variable mass_fraction_of_convective_cloud_liquid_water in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%qlcn in module GFS_typedefs +DEBUG: Requested variable mass_fraction_of_convective_cloud_liquid_water in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%qlcn in module GFS_typedefs +DEBUG: Requested variable mass_fraction_of_convective_cloud_liquid_water in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%qlcn in module GFS_typedefs +DEBUG: Requested variable maximum_critical_relative_humidity in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%rhcmax in module GFS_typedefs +DEBUG: Requested variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%refdmax in module GFS_typedefs +DEBUG: Requested variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%refdmax263k in module GFS_typedefs +DEBUG: Requested variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%rh02max in module GFS_typedefs +DEBUG: Requested variable maximum_specific_humidity_at_2m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%spfhmax in module GFS_typedefs +DEBUG: Requested variable maximum_subgrid_orography in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%elvmax in module GFS_typedefs +DEBUG: Requested variable maximum_subgrid_orography in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%elvmax in module GFS_typedefs +DEBUG: Requested variable maximum_subgrid_orography in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%elvmax in module GFS_typedefs +DEBUG: Requested variable maximum_subgrid_orography in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%elvmax in module GFS_typedefs +DEBUG: Requested variable maximum_temperature_at_2m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%tmpmax in module GFS_typedefs +DEBUG: Requested variable maximum_temperature_at_2m_over_maximum_hourly_time_interval in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%t02max in module GFS_typedefs +DEBUG: Requested variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10max in module GFS_typedefs +DEBUG: Requested variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10max in module GFS_typedefs +DEBUG: Requested variable maximum_vegetation_area_fraction in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%shdmax in module GFS_typedefs +DEBUG: Requested variable maximum_vegetation_area_fraction in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%shdmax in module GFS_typedefs +DEBUG: Requested variable maximum_vegetation_area_fraction in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%shdmax in module GFS_typedefs +DEBUG: Requested variable maximum_vegetation_area_fraction in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%shdmax in module GFS_typedefs +DEBUG: Requested variable maximum_wind_at_10m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%wind10mmax in module GFS_typedefs +DEBUG: Requested variable maximum_wind_at_10m_over_maximum_hourly_time_interval in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%spd10max in module GFS_typedefs +DEBUG: Requested variable maximum_x_wind_at_10m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10mmax in module GFS_typedefs +DEBUG: Requested variable maximum_y_wind_at_10m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10mmax in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_ice_cloud in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,5) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_ice_cloud in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,5) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_ice_cloud in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,5) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_ice_cloud in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,5) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_ice_cloud in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,5) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_ice_cloud in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,5) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_ice_cloud in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,5) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_liquid_cloud in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,3) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_liquid_cloud in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,3) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_liquid_cloud in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,3) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_liquid_cloud in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,3) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_liquid_cloud in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,3) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_liquid_cloud in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,3) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_liquid_cloud in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,3) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_rain_drop in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,7) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_rain_drop in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,7) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_rain_drop in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,7) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_rain_drop in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,7) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_rain_drop in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,7) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_rain_drop in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,7) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,9) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,9) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,9) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,9) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,9) in module GFS_typedefs +DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,9) in module GFS_typedefs +DEBUG: Requested variable minimum_large_ice_fraction in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%flgmin in module GFS_typedefs +DEBUG: Requested variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%rh02min in module GFS_typedefs +DEBUG: Requested variable minimum_scaling_factor_for_critical_relative_humidity in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Control%dxmin in module GFS_typedefs +DEBUG: Requested variable minimum_scaling_factor_for_critical_relative_humidity in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%dxmin in module GFS_typedefs +DEBUG: Requested variable minimum_sea_ice_concentration in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target cimin in module GFS_typedefs +DEBUG: Requested variable minimum_specific_humidity_at_2m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%spfhmin in module GFS_typedefs +DEBUG: Requested variable minimum_temperature_at_2m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%tmpmin in module GFS_typedefs +DEBUG: Requested variable minimum_temperature_at_2m_over_maximum_hourly_time_interval in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%t02min in module GFS_typedefs +DEBUG: Requested variable minimum_vegetation_area_fraction in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%shdmin in module GFS_typedefs +DEBUG: Requested variable minimum_vegetation_area_fraction in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%shdmin in module GFS_typedefs +DEBUG: Requested variable minimum_vegetation_area_fraction in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%shdmin in module GFS_typedefs +DEBUG: Requested variable model_layer_number_at_cloud_base in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%mbota in module GFS_typedefs +DEBUG: Requested variable model_layer_number_at_cloud_base in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%mbota in module GFS_typedefs +DEBUG: Requested variable model_layer_number_at_cloud_base in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%mbota in module GFS_typedefs +DEBUG: Requested variable model_layer_number_at_cloud_base in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%mbota in module GFS_typedefs +DEBUG: Requested variable model_layer_number_at_cloud_base in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%mbota in module GFS_typedefs +DEBUG: Requested variable model_layer_number_at_cloud_top in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%mtopa in module GFS_typedefs +DEBUG: Requested variable model_layer_number_at_cloud_top in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%mtopa in module GFS_typedefs +DEBUG: Requested variable model_layer_number_at_cloud_top in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%mtopa in module GFS_typedefs +DEBUG: Requested variable model_layer_number_at_cloud_top in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%mtopa in module GFS_typedefs +DEBUG: Requested variable model_layer_number_at_cloud_top in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%mtopa in module GFS_typedefs +DEBUG: Requested variable momentum_transport_reduction_factor_pgf_deep_convection in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%pgcon_deep in module GFS_typedefs +DEBUG: Requested variable momentum_transport_reduction_factor_pgf_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%pgcon_deep in module GFS_typedefs +DEBUG: Requested variable momentum_transport_reduction_factor_pgf_shallow_convection in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%pgcon_shal in module GFS_typedefs +DEBUG: Requested variable momentum_transport_reduction_factor_pgf_shallow_convection in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%pgcon_shal in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target CCPP_interstitial%mpirank in module CCPP_typedefs +DEBUG: Requested variable mpi_root in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_init matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_init matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_init matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_init matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_init matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_init matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%master in module GFS_typedefs +DEBUG: Requested variable mpi_root_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target CCPP_interstitial%mpiroot in module CCPP_typedefs +DEBUG: Requested variable multiplication_factors_for_convective_gravity_wave_drag in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Control%cgwf in module GFS_typedefs +DEBUG: Requested variable multiplication_factors_for_convective_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%cgwf in module GFS_typedefs +DEBUG: Requested variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Control%cdmbgwd in module GFS_typedefs +DEBUG: Requested variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Control%cdmbgwd in module GFS_typedefs +DEBUG: Requested variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%cdmbgwd in module GFS_typedefs +DEBUG: Requested variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%cdmbgwd in module GFS_typedefs +DEBUG: Requested variable namelist_filename in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target GFS_Control%fn_nml in module GFS_typedefs +DEBUG: Update kind information for requested variable namelist_filename in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init from len=* to len=64 +DEBUG: Requested variable namelist_filename in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%fn_nml in module GFS_typedefs +DEBUG: Update kind information for requested variable namelist_filename in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init from len=* to len=64 +DEBUG: Requested variable namelist_filename_for_internal_file_reads in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target GFS_Control%input_nml_file in module GFS_typedefs +DEBUG: Update kind information for requested variable namelist_filename_for_internal_file_reads in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init from len=* to len=256 +DEBUG: Requested variable namelist_filename_for_internal_file_reads in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%input_nml_file in module GFS_typedefs +DEBUG: Update kind information for requested variable namelist_filename_for_internal_file_reads in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init from len=* to len=256 +DEBUG: Requested variable natural_log_of_h2o_forcing_data_pressure_levels in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Interstitial(cdata%thrd_no)%h2o_pres in module GFS_typedefs +DEBUG: Requested variable natural_log_of_ozone_forcing_data_pressure_levels in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Interstitial(cdata%thrd_no)%oz_pres in module GFS_typedefs +DEBUG: Requested variable natural_log_of_ozone_forcing_data_pressure_levels in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Interstitial(cdata%thrd_no)%oz_pres in module GFS_typedefs +DEBUG: Requested variable netcdf_float_fillvalue in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target huge in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tprcp in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tprcp in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tprcp in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tprcp in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%tprcp_ice in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tprcp_ice in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tprcp_ice in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%tprcp_land in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%tprcp_land in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tprcp_land in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tprcp_land in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%tprcp_ocean in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tprcp_ocean in module GFS_typedefs +DEBUG: Requested variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tprcp_ocean in module GFS_typedefs +DEBUG: Requested variable normalized_soil_wetness in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Intdiag%wet1 in module GFS_typedefs +DEBUG: Requested variable normalized_soil_wetness in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Intdiag%wet1 in module GFS_typedefs +DEBUG: Requested variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_ndrop in module GFS_typedefs +DEBUG: Requested variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_ndrop in module GFS_typedefs +DEBUG: Requested variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_ndrop in module GFS_typedefs +DEBUG: Requested variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_ndrop in module GFS_typedefs +DEBUG: Requested variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_ndrop in module GFS_typedefs +DEBUG: Requested variable number_concentration_of_ice_crystals_for_detrainment in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_nice in module GFS_typedefs +DEBUG: Requested variable number_concentration_of_ice_crystals_for_detrainment in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_nice in module GFS_typedefs +DEBUG: Requested variable number_concentration_of_ice_crystals_for_detrainment in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_nice in module GFS_typedefs +DEBUG: Requested variable number_concentration_of_ice_crystals_for_detrainment in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_nice in module GFS_typedefs +DEBUG: Requested variable number_concentration_of_ice_crystals_for_detrainment in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_nice in module GFS_typedefs +DEBUG: Requested variable number_of_3d_arrays_associated_with_pdf_based_clouds in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%npdf3d in module GFS_typedefs +DEBUG: Requested variable number_of_3d_arrays_associated_with_pdf_based_clouds in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%npdf3d in module GFS_typedefs +DEBUG: Requested variable number_of_3d_arrays_associated_with_pdf_based_clouds in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%npdf3d in module GFS_typedefs +DEBUG: Requested variable number_of_aerosol_tracers_for_convection in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%itc in module GFS_typedefs +DEBUG: Requested variable number_of_aerosol_tracers_for_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%itc in module GFS_typedefs +DEBUG: Requested variable number_of_chemical_tracers in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntchm in module GFS_typedefs +DEBUG: Requested variable number_of_chemical_tracers in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntchm in module GFS_typedefs +DEBUG: Requested variable number_of_chemical_tracers in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%ntchm in module GFS_typedefs +DEBUG: Requested variable number_of_chemical_tracers in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%ntchm in module GFS_typedefs +DEBUG: Requested variable number_of_coefficients_in_h2o_forcing_data in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Interstitial(cdata%thrd_no)%h2o_coeff in module GFS_typedefs +DEBUG: Requested variable number_of_coefficients_in_ozone_forcing_data in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Interstitial(cdata%thrd_no)%oz_coeff in module GFS_typedefs +DEBUG: Requested variable number_of_coefficients_in_ozone_forcing_data in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Interstitial(cdata%thrd_no)%oz_coeff in module GFS_typedefs +DEBUG: Requested variable number_of_convective_3d_cloud_fields in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%ncnvcld3d in module GFS_typedefs +DEBUG: Requested variable number_of_convective_3d_cloud_fields in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%ncnvcld3d in module GFS_typedefs +DEBUG: Requested variable number_of_days_in_year in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Control%yearlen in module GFS_typedefs +DEBUG: Requested variable number_of_days_in_year in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%yearlen in module GFS_typedefs +DEBUG: Requested variable number_of_equatorial_longitude_points in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Control%lonr in module GFS_typedefs +DEBUG: Requested variable number_of_equatorial_longitude_points in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Control%lonr in module GFS_typedefs +DEBUG: Requested variable number_of_equatorial_longitude_points in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%lonr in module GFS_typedefs +DEBUG: Requested variable number_of_equatorial_longitude_points in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%lonr in module GFS_typedefs +DEBUG: Requested variable number_of_gases_for_multi_gases_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%ngas in module CCPP_typedefs +DEBUG: Requested variable number_of_gases_for_multi_gases_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target CCPP_interstitial%ngas in module CCPP_typedefs +DEBUG: Requested variable number_of_ghost_zones in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%ng in module CCPP_typedefs +DEBUG: Requested variable number_of_hydrometeors in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Control%ncld in module GFS_typedefs +DEBUG: Requested variable number_of_hydrometeors in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%ncld in module GFS_typedefs +DEBUG: Requested variable number_of_hydrometeors in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%ncld in module GFS_typedefs +DEBUG: Requested variable number_of_hydrometeors in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%ncld in module GFS_typedefs +DEBUG: Requested variable number_of_hydrometeors in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%ncld in module GFS_typedefs +DEBUG: Requested variable number_of_hydrometeors in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%ncld in module GFS_typedefs +DEBUG: Requested variable number_of_hydrometeors in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%ncld in module GFS_typedefs +DEBUG: Requested variable number_of_latitude_points in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%latr in module GFS_typedefs +DEBUG: Requested variable number_of_statistical_measures_of_subgrid_orography in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Control%nmtvr in module GFS_typedefs +DEBUG: Requested variable number_of_statistical_measures_of_subgrid_orography in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Control%nmtvr in module GFS_typedefs +DEBUG: Requested variable number_of_statistical_measures_of_subgrid_orography in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%nmtvr in module GFS_typedefs +DEBUG: Requested variable number_of_surface_perturbations in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%nsfcpert in module GFS_typedefs +DEBUG: Requested variable number_of_timesteps_between_longwave_radiation_calls in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%nslwr in module GFS_typedefs +DEBUG: Requested variable number_of_timesteps_between_shortwave_radiation_calls in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%nsswr in module GFS_typedefs +DEBUG: Requested variable number_of_timesteps_between_surface_cycling_calls in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%nscyc in module GFS_typedefs +DEBUG: Requested variable number_of_total_tracers in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Interstitial(cdata%thrd_no)%tracers_total in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_cloud_condensate in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%nncl in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_cloud_condensate in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%nncl in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_cloud_condensate in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%nncl in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_cloud_condensate in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Interstitial(cdata%thrd_no)%nncl in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_convective_transport in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%nn in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_convective_transport in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%nn in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_convective_transport in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Interstitial(cdata%thrd_no)%nn in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_convective_transport in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run matched to target GFS_Interstitial(cdata%thrd_no)%nn in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_convective_transport in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%nn in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_convective_transport in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%nn in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_samf in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%nsamftrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_samf in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%nsamftrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers_for_samf in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%nsamftrac in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_diffusion_tracers in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%nvdiff in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_diffusion_tracers in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%nvdiff in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_diffusion_tracers in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%nvdiff in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_diffusion_tracers in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%nvdiff in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_diffusion_tracers in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%nvdiff in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_diffusion_tracers in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%nvdiff in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_diffusion_tracers in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%nvdiff in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_diffusion_tracers in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%nvdiff in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_diffusion_tracers in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%nvdiff in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_diffusion_tracers in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%nvdiff in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_layers_for_radiation_calculations in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Control%levr in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_layers_for_radiation_calculations in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Control%levr in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_layers_for_radiation_calculations in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%levr in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_layers_for_radiation_calculations in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%levr in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_layers_for_radiation_calculations in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%levr in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_layers_for_radiation_calculations in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Control%levr in module GFS_typedefs +DEBUG: Requested variable number_of_vertical_layers_for_radiation_calculations in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%levr in module GFS_typedefs +DEBUG: Requested variable number_of_water_species in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target CCPP_interstitial%nwat in module CCPP_typedefs +DEBUG: Requested variable omega in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Statein%vvl in module GFS_typedefs +DEBUG: Requested variable omega in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Statein%vvl in module GFS_typedefs +DEBUG: Requested variable omega in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Data(cdata%blk_no)%Statein%vvl in module GFS_typedefs +DEBUG: Requested variable omega in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%vvl in module GFS_typedefs +DEBUG: Requested variable omega in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%vvl in module GFS_typedefs +DEBUG: Requested variable omega in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Data(cdata%blk_no)%Statein%vvl in module GFS_typedefs +DEBUG: Requested variable omega in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Data(cdata%blk_no)%Statein%vvl in module GFS_typedefs +DEBUG: Requested variable omega in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%vvl in module GFS_typedefs +DEBUG: Requested variable omega in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Statein%vvl in module GFS_typedefs +DEBUG: Requested variable omega in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%vvl in module GFS_typedefs +DEBUG: Requested variable omega in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Statein%vvl in module GFS_typedefs +DEBUG: Requested variable omp_threads in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Control%nthreads in module GFS_typedefs +DEBUG: Requested variable omp_threads in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Control%nthreads in module GFS_typedefs +DEBUG: Requested variable omp_threads in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Control%nthreads in module GFS_typedefs +DEBUG: Requested variable omp_threads in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Control%nthreads in module GFS_typedefs +DEBUG: Requested variable omp_threads in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_init matched to target GFS_Control%nthreads in module GFS_typedefs +DEBUG: Requested variable omp_threads in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_run matched to target GFS_Control%nthreads in module GFS_typedefs +DEBUG: Requested variable omp_threads in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init matched to target GFS_Control%nthreads in module GFS_typedefs +DEBUG: Requested variable omp_threads in MODULE_GFS_rad_time_vary SCHEME_GFS_rad_time_vary SUBROUTINE_GFS_rad_time_vary_run matched to target GFS_Control%nthreads in module GFS_typedefs +DEBUG: Requested variable omp_threads_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%nthreads in module CCPP_typedefs +DEBUG: Requested variable orography in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oro in module GFS_typedefs +DEBUG: Requested variable orography in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oro in module GFS_typedefs +DEBUG: Requested variable orography_unfiltered in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oro_uf in module GFS_typedefs +DEBUG: Requested variable orography_unfiltered in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oro_uf in module GFS_typedefs +DEBUG: Requested variable ozone_concentration_at_layer_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%olyr in module GFS_typedefs +DEBUG: Requested variable ozone_concentration_at_layer_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%olyr in module GFS_typedefs +DEBUG: Requested variable ozone_concentration_at_layer_for_radiation in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%olyr in module GFS_typedefs +DEBUG: Requested variable ozone_concentration_updated_by_physics in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntoz) in module GFS_typedefs +DEBUG: Requested variable ozone_concentration_updated_by_physics in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntoz) in module GFS_typedefs +DEBUG: Requested variable ozone_forcing in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%ozpl in module GFS_typedefs +DEBUG: Requested variable ozone_forcing in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Data(cdata%blk_no)%Tbd%ozpl in module GFS_typedefs +DEBUG: Requested variable perturbation_of_heat_to_momentum_roughness_length_ratio in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%zt1d in module GFS_typedefs +DEBUG: Requested variable perturbation_of_heat_to_momentum_roughness_length_ratio in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%zt1d in module GFS_typedefs +DEBUG: Requested variable perturbation_of_leaf_area_index in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%xlai1d in module GFS_typedefs +DEBUG: Requested variable perturbation_of_leaf_area_index in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%xlai1d in module GFS_typedefs +DEBUG: Requested variable perturbation_of_momentum_roughness_length in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%z01d in module GFS_typedefs +DEBUG: Requested variable perturbation_of_momentum_roughness_length in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%z01d in module GFS_typedefs +DEBUG: Requested variable perturbation_of_soil_type_b_parameter in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%bexp1d in module GFS_typedefs +DEBUG: Requested variable perturbation_of_soil_type_b_parameter in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%bexp1d in module GFS_typedefs +DEBUG: Requested variable perturbation_of_vegetation_fraction in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%vegf1d in module GFS_typedefs +DEBUG: Requested variable perturbation_of_vegetation_fraction in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%vegf1d in module GFS_typedefs +DEBUG: Requested variable physics_field_for_coupling in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Data(cdata%blk_no)%Coupling%condition in module GFS_typedefs +DEBUG: Requested variable pi in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target con_pi in module GFS_typedefs +DEBUG: Requested variable pi in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target con_pi in module GFS_typedefs +DEBUG: Requested variable pi in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target con_pi in module GFS_typedefs +DEBUG: Requested variable pi in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target con_pi in module GFS_typedefs +DEBUG: Requested variable pi in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target con_pi in module GFS_typedefs +DEBUG: Requested variable pi in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target con_pi in module GFS_typedefs +DEBUG: Requested variable pi in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target con_pi in module GFS_typedefs +DEBUG: Requested variable pressure_at_bottom_of_convective_cloud in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Data(cdata%blk_no)%Cldprop%cvb in module GFS_typedefs +DEBUG: Requested variable pressure_at_top_of_convective_cloud in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Data(cdata%blk_no)%Cldprop%cvt in module GFS_typedefs +DEBUG: Requested variable pressure_cutoff_for_rayleigh_damping in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Control%prslrd0 in module GFS_typedefs +DEBUG: Requested variable pressure_cutoff_for_rayleigh_damping in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%prslrd0 in module GFS_typedefs +DEBUG: Requested variable pressure_thickness_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%delp in module CCPP_typedefs +DEBUG: Requested variable radar_reflectivity_10cm in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Intdiag%refl_10cm in module GFS_typedefs +DEBUG: Requested variable radar_reflectivity_10cm in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Intdiag%refl_10cm in module GFS_typedefs +DEBUG: Requested variable radar_reflectivity_10cm in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%refl_10cm in module GFS_typedefs +DEBUG: Requested variable radar_reflectivity_10cm in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Intdiag%refl_10cm in module GFS_typedefs +DEBUG: Requested variable rain_conversion_parameter_deep_convection in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%c0s_deep in module GFS_typedefs +DEBUG: Requested variable rain_conversion_parameter_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%c0s_deep in module GFS_typedefs +DEBUG: Requested variable rain_conversion_parameter_shallow_convection in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%c0s_shal in module GFS_typedefs +DEBUG: Requested variable rain_conversion_parameter_shallow_convection in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%c0s_shal in module GFS_typedefs +DEBUG: Requested variable rain_evaporation_coefficient_deep_convection in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%evfact_deep in module GFS_typedefs +DEBUG: Requested variable rain_evaporation_coefficient_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%evfact_deep in module GFS_typedefs +DEBUG: Requested variable rain_evaporation_coefficient_over_land_deep_convection in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%evfactl_deep in module GFS_typedefs +DEBUG: Requested variable rain_evaporation_coefficient_over_land_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%evfactl_deep in module GFS_typedefs +DEBUG: Requested variable rain_water_mixing_ratio_updated_by_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntrw) in module GFS_typedefs +DEBUG: Requested variable rain_water_mixing_ratio_updated_by_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntrw) in module GFS_typedefs +DEBUG: Requested variable rain_water_mixing_ratio_updated_by_physics in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntrw) in module GFS_typedefs +DEBUG: Requested variable rain_water_mixing_ratio_updated_by_physics in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntrw) in module GFS_typedefs +DEBUG: Requested variable rain_water_mixing_ratio_updated_by_physics in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntrw) in module GFS_typedefs +DEBUG: Requested variable rain_water_mixing_ratio_updated_by_physics in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntrw) in module GFS_typedefs +DEBUG: Requested variable random_number_array in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%rann in module GFS_typedefs +DEBUG: Requested variable random_number_array in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Tbd%rann in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_epsm1 in module GFS_typedefs +DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs +DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs +DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs +DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs +DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs +DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs +DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs +DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs +DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs +DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs +DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs +DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs +DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs +DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs +DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%zvir in module CCPP_typedefs +DEBUG: Requested variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%f10m in module GFS_typedefs +DEBUG: Requested variable rime_factor in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%f_rimef in module GFS_typedefs +DEBUG: Requested variable rime_factor in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Interstitial(cdata%thrd_no)%f_rimef in module GFS_typedefs +DEBUG: Requested variable rime_factor in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Interstitial(cdata%thrd_no)%f_rimef in module GFS_typedefs +DEBUG: Requested variable sea_area_fraction in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oceanfrac in module GFS_typedefs +DEBUG: Requested variable sea_area_fraction in MODULE_sfc_nst_pre SCHEME_sfc_nst_pre SUBROUTINE_sfc_nst_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oceanfrac in module GFS_typedefs +DEBUG: Requested variable sea_area_fraction in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oceanfrac in module GFS_typedefs +DEBUG: Requested variable sea_area_fraction in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oceanfrac in module GFS_typedefs +DEBUG: Requested variable sea_area_fraction in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oceanfrac in module GFS_typedefs +DEBUG: Requested variable sea_area_fraction in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oceanfrac in module GFS_typedefs +DEBUG: Requested variable sea_ice_concentration in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs +DEBUG: Requested variable sea_ice_concentration in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs +DEBUG: Requested variable sea_ice_concentration in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs +DEBUG: Requested variable sea_ice_concentration in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs +DEBUG: Requested variable sea_ice_concentration in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs +DEBUG: Requested variable sea_ice_concentration in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs +DEBUG: Requested variable sea_ice_concentration in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs +DEBUG: Requested variable sea_ice_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs +DEBUG: Requested variable sea_ice_minimum in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Control%min_seaice in module GFS_typedefs +DEBUG: Requested variable sea_ice_temperature in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tisfc in module GFS_typedefs +DEBUG: Requested variable sea_ice_temperature in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tisfc in module GFS_typedefs +DEBUG: Requested variable sea_ice_temperature in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tisfc in module GFS_typedefs +DEBUG: Requested variable sea_ice_temperature_interstitial in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%tice in module GFS_typedefs +DEBUG: Requested variable sea_ice_temperature_interstitial in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%tice in module GFS_typedefs +DEBUG: Requested variable sea_ice_temperature_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tice in module GFS_typedefs +DEBUG: Requested variable sea_ice_temperature_interstitial in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tice in module GFS_typedefs +DEBUG: Requested variable sea_ice_thickness in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hice in module GFS_typedefs +DEBUG: Requested variable sea_ice_thickness in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hice in module GFS_typedefs +DEBUG: Requested variable sea_ice_thickness in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hice in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_cice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk_cice in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_cice in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk_cice in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_in in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%slimskin_cpl in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_surface_temperature in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfco in module GFS_typedefs +DEBUG: Requested variable sea_surface_temperature in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfco in module GFS_typedefs +DEBUG: Requested variable sea_surface_temperature in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfco in module GFS_typedefs +DEBUG: Requested variable seconds_elapsed_since_model_initialization in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%sec in module GFS_typedefs +DEBUG: Requested variable seed_random_numbers_lw in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Data(cdata%blk_no)%Tbd%icsdlw in module GFS_typedefs +DEBUG: Requested variable seed_random_numbers_lw in MODULE_rrtmgp_lw_cloud_sampling SCHEME_rrtmgp_lw_cloud_sampling SUBROUTINE_rrtmgp_lw_cloud_sampling_run matched to target GFS_Data(cdata%blk_no)%Tbd%icsdlw in module GFS_typedefs +DEBUG: Requested variable seed_random_numbers_sw in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Data(cdata%blk_no)%Tbd%icsdsw in module GFS_typedefs +DEBUG: Requested variable seed_random_numbers_sw in MODULE_rrtmgp_sw_cloud_sampling SCHEME_rrtmgp_sw_cloud_sampling SUBROUTINE_rrtmgp_sw_cloud_sampling_run matched to target GFS_Data(cdata%blk_no)%Tbd%icsdsw in module GFS_typedefs +DEBUG: Requested variable sine_of_latitude in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Grid%sinlat in module GFS_typedefs +DEBUG: Requested variable sine_of_latitude in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Grid%sinlat in module GFS_typedefs +DEBUG: Requested variable sine_of_latitude in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Grid%sinlat in module GFS_typedefs +DEBUG: Requested variable sine_of_solar_declination_angle in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%sdec in module GFS_typedefs +DEBUG: Requested variable sine_of_solar_declination_angle in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%sdec in module GFS_typedefs +DEBUG: Requested variable sine_of_solar_declination_angle in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%sdec in module GFS_typedefs +DEBUG: Requested variable slope_of_subgrid_orography in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%sigma in module GFS_typedefs +DEBUG: Requested variable slope_of_subgrid_orography in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%sigma in module GFS_typedefs +DEBUG: Requested variable slope_of_subgrid_orography in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%sigma in module GFS_typedefs +DEBUG: Requested variable slope_of_subgrid_orography in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%sigma in module GFS_typedefs +DEBUG: Requested variable smallest_cloud_base_vertical_index_encountered_thus_far in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Data(cdata%blk_no)%Tbd%acvb in module GFS_typedefs +DEBUG: Requested variable snow_deposition_sublimation_upward_latent_heat_flux in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%sbsno in module GFS_typedefs +DEBUG: Requested variable snow_deposition_sublimation_upward_latent_heat_flux in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%sbsno in module GFS_typedefs +DEBUG: Requested variable snow_deposition_sublimation_upward_latent_heat_flux in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%sbsno in module GFS_typedefs +DEBUG: Requested variable snow_deposition_sublimation_upward_latent_heat_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%sbsno in module GFS_typedefs +DEBUG: Requested variable snow_freezing_rain_upward_latent_heat_flux in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%snohf in module GFS_typedefs +DEBUG: Requested variable snow_freezing_rain_upward_latent_heat_flux in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%snohf in module GFS_typedefs +DEBUG: Requested variable snow_freezing_rain_upward_latent_heat_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%snohf in module GFS_typedefs +DEBUG: Requested variable snow_precipitation_rate_from_previous_timestep in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%dsnowprv in module GFS_typedefs +DEBUG: Requested variable snow_precipitation_rate_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%dsnowprv in module GFS_typedefs +DEBUG: Requested variable snow_water_mixing_ratio_updated_by_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntsw) in module GFS_typedefs +DEBUG: Requested variable snow_water_mixing_ratio_updated_by_physics in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntsw) in module GFS_typedefs +DEBUG: Requested variable snow_water_mixing_ratio_updated_by_physics in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntsw) in module GFS_typedefs +DEBUG: Requested variable snow_water_mixing_ratio_updated_by_physics in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntsw) in module GFS_typedefs +DEBUG: Requested variable snow_water_mixing_ratio_updated_by_physics in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntsw) in module GFS_typedefs +DEBUG: Requested variable soil_moisture_content in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Intdiag%soilm in module GFS_typedefs +DEBUG: Requested variable soil_moisture_content in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Intdiag%soilm in module GFS_typedefs +DEBUG: Requested variable soil_moisture_content in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%soilm in module GFS_typedefs +DEBUG: Requested variable soil_temperature in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%stc in module GFS_typedefs +DEBUG: Requested variable soil_temperature in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%stc in module GFS_typedefs +DEBUG: Requested variable soil_temperature in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%stc in module GFS_typedefs +DEBUG: Requested variable soil_temperature in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%stc in module GFS_typedefs +DEBUG: Requested variable soil_temperature in MODULE_lsm_ruc_sfc_sice_pre SCHEME_lsm_ruc_sfc_sice_pre SUBROUTINE_lsm_ruc_sfc_sice_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%stc in module GFS_typedefs +DEBUG: Requested variable soil_temperature in MODULE_lsm_ruc_sfc_sice_post SCHEME_lsm_ruc_sfc_sice_post SUBROUTINE_lsm_ruc_sfc_sice_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%stc in module GFS_typedefs +DEBUG: Requested variable soil_type_classification in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%soiltype in module GFS_typedefs +DEBUG: Requested variable soil_type_classification in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%soiltype in module GFS_typedefs +DEBUG: Requested variable soil_type_classification in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%soiltype in module GFS_typedefs +DEBUG: Requested variable soil_type_classification in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%soiltype in module GFS_typedefs +DEBUG: Requested variable soil_type_classification in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%soiltype in module GFS_typedefs +DEBUG: Requested variable soil_type_classification_real in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%stype in module GFS_typedefs +DEBUG: Requested variable soil_type_classification_real in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%stype in module GFS_typedefs +DEBUG: Requested variable soil_type_dataset_choice in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_init matched to target GFS_Control%isot in module GFS_typedefs +DEBUG: Requested variable soil_type_dataset_choice in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Control%isot in module GFS_typedefs +DEBUG: Requested variable soil_type_dataset_choice in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Control%isot in module GFS_typedefs +DEBUG: Requested variable soil_type_dataset_choice in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_init matched to target GFS_Control%isot in module GFS_typedefs +DEBUG: Requested variable soil_type_dataset_choice in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%isot in module GFS_typedefs +DEBUG: Requested variable soil_type_dataset_choice in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_init matched to target GFS_Control%isot in module GFS_typedefs +DEBUG: Requested variable soil_type_dataset_choice in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%isot in module GFS_typedefs +DEBUG: Requested variable soil_upward_latent_heat_flux in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%evbs in module GFS_typedefs +DEBUG: Requested variable soil_upward_latent_heat_flux in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%evbs in module GFS_typedefs +DEBUG: Requested variable soil_upward_latent_heat_flux in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%evbs in module GFS_typedefs +DEBUG: Requested variable soil_upward_latent_heat_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%evbs in module GFS_typedefs +DEBUG: Requested variable soil_vertical_dimension in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Control%lsoil in module GFS_typedefs +DEBUG: Requested variable soil_vertical_dimension in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Control%lsoil in module GFS_typedefs +DEBUG: Requested variable soil_vertical_dimension in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Control%lsoil in module GFS_typedefs +DEBUG: Requested variable soil_vertical_dimension in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%lsoil in module GFS_typedefs +DEBUG: Requested variable soil_vertical_dimension in MODULE_lsm_ruc_sfc_sice_pre SCHEME_lsm_ruc_sfc_sice_pre SUBROUTINE_lsm_ruc_sfc_sice_pre_run matched to target GFS_Control%lsoil in module GFS_typedefs +DEBUG: Requested variable soil_vertical_dimension in MODULE_lsm_ruc_sfc_sice_post SCHEME_lsm_ruc_sfc_sice_post SUBROUTINE_lsm_ruc_sfc_sice_post_run matched to target GFS_Control%lsoil in module GFS_typedefs +DEBUG: Requested variable solar_constant in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Control%solcon in module GFS_typedefs +DEBUG: Requested variable solar_constant in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%solcon in module GFS_typedefs +DEBUG: Requested variable solar_constant in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run matched to target GFS_Control%solcon in module GFS_typedefs +DEBUG: Requested variable solar_constant in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%solcon in module GFS_typedefs +DEBUG: Requested variable specific_heat_capacities_for_multi_gases_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target CCPP_interstitial%cpilist in module CCPP_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_init matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_dry_air_at_constant_pressure in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_cp in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_liquid_water_at_constant_pressure in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_cliq in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_liquid_water_at_constant_pressure in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target con_cliq in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_liquid_water_at_constant_pressure in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_cliq in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_liquid_water_at_constant_pressure in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_cliq in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_liquid_water_at_constant_pressure in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_cliq in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_water_vapor_at_constant_pressure in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_cvap in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_water_vapor_at_constant_pressure in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target con_cvap in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_water_vapor_at_constant_pressure in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_cvap in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_water_vapor_at_constant_pressure in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_cvap in module GFS_typedefs +DEBUG: Requested variable specific_heat_of_water_vapor_at_constant_pressure in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_cvap in module GFS_typedefs +DEBUG: Requested variable specific_humidity_at_2m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%q2m in module GFS_typedefs +DEBUG: Requested variable specific_humidity_at_2m in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%q2m in module GFS_typedefs +DEBUG: Requested variable specific_humidity_at_2m in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%q2m in module GFS_typedefs +DEBUG: Requested variable specific_humidity_at_2m in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%q2m in module GFS_typedefs +DEBUG: Requested variable specific_humidity_at_2m in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%q2m in module GFS_typedefs +DEBUG: Requested variable specific_humidity_at_2m_from_noahmp in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Interstitial(cdata%thrd_no)%q2mp in module GFS_typedefs +DEBUG: Requested variable specific_humidity_at_2m_from_noahmp in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%q2mp in module GFS_typedefs +DEBUG: Requested variable standard_atmospheric_pressure in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target con_p0 in module GFS_typedefs +DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs +DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs +DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs +DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs +DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs +DEBUG: Requested variable starting_x_direction_index in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%is in module CCPP_typedefs +DEBUG: Requested variable starting_x_direction_index_domain in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%isd in module CCPP_typedefs +DEBUG: Requested variable starting_y_direction_index in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%js in module CCPP_typedefs +DEBUG: Requested variable starting_y_direction_index_domain in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%jsd in module CCPP_typedefs +DEBUG: Requested variable statistical_measures_of_subgrid_orography in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime in module GFS_typedefs +DEBUG: Requested variable stefan_boltzmann_constant in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_sbc in module GFS_typedefs +DEBUG: Requested variable stefan_boltzmann_constant in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target con_sbc in module GFS_typedefs +DEBUG: Requested variable subsurface_runoff_flux in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%drain in module GFS_typedefs +DEBUG: Requested variable subsurface_runoff_flux in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%drain in module GFS_typedefs +DEBUG: Requested variable subsurface_runoff_flux in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%drain in module GFS_typedefs +DEBUG: Requested variable subsurface_runoff_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%drain in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure_at_previous_time_step in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,2) in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure_diag in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Data(cdata%blk_no)%Intdiag%psurf in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure_two_time_steps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,1) in module GFS_typedefs +DEBUG: Requested variable surface_air_temperature_for_radiation in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfa in module GFS_typedefs +DEBUG: Requested variable surface_air_temperature_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfa in module GFS_typedefs +DEBUG: Requested variable surface_air_temperature_for_radiation in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfa in module GFS_typedefs +DEBUG: Requested variable surface_air_temperature_for_radiation in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfa in module GFS_typedefs +DEBUG: Requested variable surface_air_temperature_for_radiation in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfa in module GFS_typedefs +DEBUG: Requested variable surface_air_temperature_for_radiation in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfa in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_UV_and_VIS_diffused in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,4) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_UV_and_VIS_diffused in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,4) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_UV_and_VIS_diffused in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,4) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_UV_and_VIS_direct in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,3) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_UV_and_VIS_direct in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,3) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_UV_and_VIS_direct in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,3) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_near_IR_diffused in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,2) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_near_IR_diffused in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,2) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_near_IR_diffused in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,2) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_near_IR_direct in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,1) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_near_IR_direct in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,1) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_due_to_near_IR_direct in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%sfcalb(:,1) in module GFS_typedefs +DEBUG: Requested variable surface_albedo_perturbation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%alb1d in module GFS_typedefs +DEBUG: Requested variable surface_albedo_perturbation in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%alb1d in module GFS_typedefs +DEBUG: Requested variable surface_albedo_perturbation in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%alb1d in module GFS_typedefs +DEBUG: Requested variable surface_diffused_shortwave_albedo in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfalb in module GFS_typedefs +DEBUG: Requested variable surface_diffused_shortwave_albedo in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfalb in module GFS_typedefs +DEBUG: Requested variable surface_diffused_shortwave_albedo in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfalb in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_diffuse_near_infrared_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirdfd in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_diffuse_near_infrared_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirdfd in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirdfdi in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisdfd in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisdfd in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%visdfdi in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_direct_near_infrared_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirbmd in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_direct_near_infrared_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirbmd in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirbmdi in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisbmd in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisbmd in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%visbmdi in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dlwsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dlwsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dlwsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dlwsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dlwsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%gabsbdlw_ice in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Interstitial(cdata%thrd_no)%gabsbdlw_ice in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%gabsbdlw_land in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%gabsbdlw_land in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Interstitial(cdata%thrd_no)%gabsbdlw_land in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%gabsbdlw_ocean in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Interstitial(cdata%thrd_no)%gabsbdlw_ocean in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcdlw in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcdsw in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cd in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cd in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cd in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cd in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cd in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_ice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_ice in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_ice in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_land in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_land in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_ocean in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_ocean in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_coefficient_for_momentum_in_air_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cd_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_mass_flux_for_heat_and_moisture_in_air in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%chh in module GFS_typedefs +DEBUG: Requested variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%chh_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%chh_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%chh_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%chh_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%chh_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%chh_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%chh_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%chh_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%chh_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%chh_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cmm in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cmm in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cmm in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%cmm_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air_over_ice in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%cmm_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cmm_ice in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%cmm_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%cmm_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%cmm_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cmm_land in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%cmm_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%cmm_ocean in module GFS_typedefs +DEBUG: Requested variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cmm_ocean in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%uustar in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%uustar in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%uustar in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%uustar in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%uustar in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%uustar in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity_over_ice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%uustar_ice in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity_over_ice in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%uustar_ice in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity_over_ice in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%uustar_ice in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%uustar_ice in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity_over_land in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%uustar_land in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity_over_land in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%uustar_land in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity_over_land in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%uustar_land in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%uustar_land in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%uustar_ocean in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity_over_ocean in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%uustar_ocean in module GFS_typedefs +DEBUG: Requested variable surface_friction_velocity_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%uustar_ocean in module GFS_typedefs +DEBUG: Requested variable surface_geopotential_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%phis in module CCPP_typedefs +DEBUG: Requested variable surface_ground_temperature_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfg in module GFS_typedefs +DEBUG: Requested variable surface_ground_temperature_for_radiation in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfg in module GFS_typedefs +DEBUG: Requested variable surface_ground_temperature_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfg in module GFS_typedefs +DEBUG: Requested variable surface_ground_temperature_for_radiation in MODULE_rrtmgp_lw_rte SCHEME_rrtmgp_lw_rte SUBROUTINE_rrtmgp_lw_rte_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfg in module GFS_typedefs +DEBUG: Requested variable surface_ground_temperature_for_radiation in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfg in module GFS_typedefs +DEBUG: Requested variable surface_ground_temperature_for_radiation in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfg in module GFS_typedefs +DEBUG: Requested variable surface_ground_temperature_for_radiation in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfg in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Data(cdata%blk_no)%Radtend%semis in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%semis in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%semis in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_ice_interstitial in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ice in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_ice_interstitial in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ice in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_ice_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ice in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_ice_interstitial in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ice in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_land_interstitial in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_land in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_land_interstitial in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_land in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_land_interstitial in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_land in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_land_interstitial in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_land in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_land_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_land in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_land_interstitial in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_land in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_ocean_interstitial in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ocean in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_ocean_interstitial in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ocean in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_ocean_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ocean in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity_over_ocean_interstitial in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ocean in module GFS_typedefs +DEBUG: Requested variable surface_midlayer_air_temperature_in_longwave_radiation in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%tsflw in module GFS_typedefs +DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs +DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs +DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs +DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs +DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs +DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs +DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs +DEBUG: Requested variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcnsw in module GFS_typedefs +DEBUG: Requested variable surface_roughness_fraction_factor in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%z0fac in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_ice_interstitial in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_ice in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_ice_interstitial in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_ice in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_ice_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_ice in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_ice_interstitial in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_ice in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_land in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorll in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorll in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_land_interstitial in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_land in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_land_interstitial in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_land in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_land_interstitial in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_land in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_land_interstitial in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_land in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_land_interstitial in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_land in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_land_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_land in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_land_interstitial in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_land in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_ocean in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorlo in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorlo in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_ocean_interstitial in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_ocean in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_ocean_interstitial in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_ocean in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_ocean_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_ocean in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length_over_ocean_interstitial in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%zorl_ocean in module GFS_typedefs +DEBUG: Requested variable surface_runoff in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%srunoff in module GFS_typedefs +DEBUG: Requested variable surface_runoff in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%srunoff in module GFS_typedefs +DEBUG: Requested variable surface_runoff_flux in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%runoff in module GFS_typedefs +DEBUG: Requested variable surface_runoff_flux in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%runoff in module GFS_typedefs +DEBUG: Requested variable surface_runoff_flux in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%runoff in module GFS_typedefs +DEBUG: Requested variable surface_runoff_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%runoff in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_ice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_ice in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_ice in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_ice in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_ice in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_land in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_land in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_ocean in MODULE_sfc_nst_pre SCHEME_sfc_nst_pre SUBROUTINE_sfc_nst_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_ocean in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_ocean in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_after_iteration_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsurf_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ice_interstitial in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ice in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ice_interstitial in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ice in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ice_interstitial in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ice in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ice_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ice in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ice_interstitial in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ice in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_land in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfcl in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfcl in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_land_interstitial in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_land_interstitial in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_land_interstitial in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_land_interstitial in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_land_interstitial in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_land_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_land_interstitial in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_land in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ocean_interstitial in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ocean_interstitial in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ocean_interstitial in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ocean_interstitial in MODULE_sfc_nst_pre SCHEME_sfc_nst_pre SUBROUTINE_sfc_nst_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ocean_interstitial in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ocean_interstitial in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ocean_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ocean_interstitial in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ocean in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature_over_ocean_interstitial in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfc_ocean in module GFS_typedefs +DEBUG: Requested variable surface_slope_classification in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%slopetype in module GFS_typedefs +DEBUG: Requested variable surface_slope_classification in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%slopetype in module GFS_typedefs +DEBUG: Requested variable surface_slope_classification in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%slopetype in module GFS_typedefs +DEBUG: Requested variable surface_slope_classification in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%slopetype in module GFS_typedefs +DEBUG: Requested variable surface_slope_classification_real in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slope in module GFS_typedefs +DEBUG: Requested variable surface_slope_classification_real in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slope in module GFS_typedefs +DEBUG: Requested variable surface_snow_area_fraction in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%snowc in module GFS_typedefs +DEBUG: Requested variable surface_snow_area_fraction in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%snowc in module GFS_typedefs +DEBUG: Requested variable surface_snow_area_fraction in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%snowc in module GFS_typedefs +DEBUG: Requested variable surface_snow_area_fraction_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%sncovr in module GFS_typedefs +DEBUG: Requested variable surface_snow_area_fraction_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%sncovr in module GFS_typedefs +DEBUG: Requested variable surface_snow_area_fraction_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%sncovr in module GFS_typedefs +DEBUG: Requested variable surface_snow_area_fraction_over_land in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%sncovr in module GFS_typedefs +DEBUG: Requested variable surface_snow_melt in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%snowmt in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_ice in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_ice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_ice in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_ice in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_ice in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_ice in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_land in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_land in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_land in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_land in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_land in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_land in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_land in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_land in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_ocean in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_ocean in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_ocean in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_ocean in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%qss in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Interstitial(cdata%thrd_no)%qss in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%qss in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%qss in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%qss in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%qss in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%qss_ice in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity_over_ice in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%qss_ice in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%qss_ice in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%qss_land in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%qss_land in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%qss_land in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%qss_land in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity_over_ocean in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%qss_ocean in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%qss_ocean in module GFS_typedefs +DEBUG: Requested variable surface_specific_humidity_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%qss_ocean in module GFS_typedefs +DEBUG: Requested variable surface_upward_latent_heat_flux_for_coupling in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Data(cdata%blk_no)%Coupling%dqsfcin_cpl in module GFS_typedefs +DEBUG: Requested variable surface_upward_latent_heat_flux_for_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dqsfcin_cpl in module GFS_typedefs +DEBUG: Requested variable surface_upward_latent_heat_flux_reduction_factor in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%hefac in module GFS_typedefs +DEBUG: Requested variable surface_upward_latent_heat_flux_reduction_factor in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%hefac in module GFS_typedefs +DEBUG: Requested variable surface_upward_potential_latent_heat_flux in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ep1d in module GFS_typedefs +DEBUG: Requested variable surface_upward_potential_latent_heat_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ep1d in module GFS_typedefs +DEBUG: Requested variable surface_upward_potential_latent_heat_flux_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%ep1d_ice in module GFS_typedefs +DEBUG: Requested variable surface_upward_potential_latent_heat_flux_over_ice in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%ep1d_ice in module GFS_typedefs +DEBUG: Requested variable surface_upward_potential_latent_heat_flux_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ep1d_ice in module GFS_typedefs +DEBUG: Requested variable surface_upward_potential_latent_heat_flux_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%ep1d_land in module GFS_typedefs +DEBUG: Requested variable surface_upward_potential_latent_heat_flux_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%ep1d_land in module GFS_typedefs +DEBUG: Requested variable surface_upward_potential_latent_heat_flux_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ep1d_land in module GFS_typedefs +DEBUG: Requested variable surface_upward_potential_latent_heat_flux_over_ocean in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%ep1d_ocean in module GFS_typedefs +DEBUG: Requested variable surface_upward_potential_latent_heat_flux_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%ep1d_ocean in module GFS_typedefs +DEBUG: Requested variable surface_upward_potential_latent_heat_flux_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%ep1d_ocean in module GFS_typedefs +DEBUG: Requested variable surface_upward_sensible_heat_flux_for_coupling in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Data(cdata%blk_no)%Coupling%dtsfcin_cpl in module GFS_typedefs +DEBUG: Requested variable surface_upward_sensible_heat_flux_for_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dtsfcin_cpl in module GFS_typedefs +DEBUG: Requested variable surface_upward_sensible_heat_flux_reduction_factor in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%hffac in module GFS_typedefs +DEBUG: Requested variable surface_upward_sensible_heat_flux_reduction_factor in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%hffac in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_diffuse_near_infrared_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirdfu in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_diffuse_near_infrared_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirdfu in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirdfui in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisdfu in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisdfu in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%visdfui in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_direct_near_infrared_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirbmu in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_direct_near_infrared_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirbmu in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirbmui in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisbmu in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisbmu in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%visbmui in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_longwave_flux in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%ulwsfci in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_longwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%ulwsfci in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_longwave_flux_for_coupling in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Coupling%ulwsfcin_cpl in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_longwave_flux_over_ice_interstitial in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjsfculw_ice in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_longwave_flux_over_ice_interstitial in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%adjsfculw_ice in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_longwave_flux_over_land_interstitial in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjsfculw_land in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_longwave_flux_over_land_interstitial in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%adjsfculw_land in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_longwave_flux_over_ocean_interstitial in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjsfculw_ocean in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_longwave_flux_over_ocean_interstitial in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%adjsfculw_ocean in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_longwave_flux_over_ocean_interstitial in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjsfculw_ocean in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_shortwave_flux in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Data(cdata%blk_no)%Intdiag%uswsfci in module GFS_typedefs +DEBUG: Requested variable surface_wind_enhancement_due_to_convection in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,GFS_Control%num_p2d) in module GFS_typedefs +DEBUG: Requested variable surface_wind_enhancement_due_to_convection in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,GFS_Control%num_p2d) in module GFS_typedefs +DEBUG: Requested variable surface_wind_enhancement_due_to_convection in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,GFS_Control%num_p2d) in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%stress in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%stress in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%stress in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%stress in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%stress in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%stress in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%stress in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%stress in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%stress in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%stress in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_ice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_ice in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_ice in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_ice in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_ice in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_ice in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_ice in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_land in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_land in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_land in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_land in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_land in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_ocean in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_ocean in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_ocean in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_ocean in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_ocean in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_ocean in module GFS_typedefs +DEBUG: Requested variable surface_wind_stress_over_ocean in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%stress_ocean in module GFS_typedefs +DEBUG: Requested variable surface_x_momentum_flux_for_coupling in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Data(cdata%blk_no)%Coupling%dusfcin_cpl in module GFS_typedefs +DEBUG: Requested variable surface_x_momentum_flux_for_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dusfcin_cpl in module GFS_typedefs +DEBUG: Requested variable surface_y_momentum_flux_for_coupling in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvsfcin_cpl in module GFS_typedefs +DEBUG: Requested variable surface_y_momentum_flux_for_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvsfcin_cpl in module GFS_typedefs +DEBUG: Requested variable sw_fluxes_sfc in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcfsw in module GFS_typedefs +DEBUG: Requested variable sw_fluxes_top_atmosphere in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topfsw in module GFS_typedefs +DEBUG: Requested variable temperature_at_2m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%t2m in module GFS_typedefs +DEBUG: Requested variable temperature_at_2m in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%t2m in module GFS_typedefs +DEBUG: Requested variable temperature_at_2m in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%t2m in module GFS_typedefs +DEBUG: Requested variable temperature_at_2m in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%t2m in module GFS_typedefs +DEBUG: Requested variable temperature_at_2m in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%t2m in module GFS_typedefs +DEBUG: Requested variable temperature_at_2m_from_noahmp in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Interstitial(cdata%thrd_no)%t2mmp in module GFS_typedefs +DEBUG: Requested variable temperature_at_2m_from_noahmp in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%t2mmp in module GFS_typedefs +DEBUG: Requested variable temperature_at_zero_celsius in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_t0c in module GFS_typedefs +DEBUG: Requested variable temperature_at_zero_celsius in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_t0c in module GFS_typedefs +DEBUG: Requested variable temperature_at_zero_celsius in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target con_t0c in module GFS_typedefs +DEBUG: Requested variable temperature_at_zero_celsius in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_t0c in module GFS_typedefs +DEBUG: Requested variable temperature_at_zero_celsius in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_t0c in module GFS_typedefs +DEBUG: Requested variable temperature_at_zero_celsius in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target con_t0c in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%dtdt in module CCPP_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%lwhc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%htlw0 in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%htlw0 in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_for_idea in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Radtend%lwhd in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%htlwc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%htlwc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_model_physics in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdtc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdtc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dtdtc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%dtdtr in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%dtdtr in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Tbd%dtdtr in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%swhc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%htsw0 in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%htsw0 in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%htswc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%htswc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_ugwp in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%gw_dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_ugwp in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%gw_dtdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_cloud_water_due_to_convective_microphysics in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_dqldt in module GFS_typedefs +DEBUG: Requested variable tendency_of_cloud_water_due_to_convective_microphysics in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_dqldt in module GFS_typedefs +DEBUG: Requested variable tendency_of_cloud_water_due_to_convective_microphysics in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_dqldt in module GFS_typedefs +DEBUG: Requested variable tendency_of_cloud_water_due_to_convective_microphysics in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_dqldt in module GFS_typedefs +DEBUG: Requested variable tendency_of_cloud_water_due_to_convective_microphysics in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_dqldt in module GFS_typedefs +DEBUG: Requested variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%drain_cpl in module GFS_typedefs +DEBUG: Requested variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%drain_cpl in module GFS_typedefs +DEBUG: Requested variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Tbd%drain_cpl in module GFS_typedefs +DEBUG: Requested variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%dsnow_cpl in module GFS_typedefs +DEBUG: Requested variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%dsnow_cpl in module GFS_typedefs +DEBUG: Requested variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Tbd%dsnow_cpl in module GFS_typedefs +DEBUG: Requested variable tendency_of_rain_water_mixing_ratio_due_to_microphysics in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Interstitial(cdata%thrd_no)%rainp in module GFS_typedefs +DEBUG: Requested variable tendency_of_tracers_due_to_model_physics in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dqdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_tracers_due_to_model_physics in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Interstitial(cdata%thrd_no)%dqdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_tracers_due_to_model_physics in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Interstitial(cdata%thrd_no)%dqdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_tracers_due_to_model_physics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dqdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_tracers_due_to_model_physics in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dqdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_turbulent_kinetic_energy_due_to_model_physics in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntke) in module GFS_typedefs +DEBUG: Requested variable tendency_of_vertically_diffused_tracer_concentration in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdftra in module GFS_typedefs +DEBUG: Requested variable tendency_of_vertically_diffused_tracer_concentration in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdftra in module GFS_typedefs +DEBUG: Requested variable tendency_of_vertically_diffused_tracer_concentration in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdftra in module GFS_typedefs +DEBUG: Requested variable tendency_of_vertically_diffused_tracer_concentration in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdftra in module GFS_typedefs +DEBUG: Requested variable tendency_of_vertically_diffused_tracer_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdftra in module GFS_typedefs +DEBUG: Requested variable tendency_of_vertically_diffused_tracer_concentration in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdftra in module GFS_typedefs +DEBUG: Requested variable tendency_of_vertically_diffused_tracer_concentration in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdftra in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_model_physics in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_ugwp in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%gw_dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_x_wind_due_to_ugwp in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%gw_dudt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_model_physics in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_ugwp in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Interstitial(cdata%thrd_no)%gw_dvdt in module GFS_typedefs +DEBUG: Requested variable tendency_of_y_wind_due_to_ugwp in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%gw_dvdt in module GFS_typedefs +DEBUG: Requested variable thickness_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%delz in module CCPP_typedefs +DEBUG: Requested variable threshold_for_perturbed_vertical_velocity in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%nthresh in module GFS_typedefs +DEBUG: Requested variable threshold_volume_fraction_of_condensed_water_in_soil in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Intdiag%smcref2 in module GFS_typedefs +DEBUG: Requested variable threshold_volume_fraction_of_condensed_water_in_soil in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Intdiag%smcref2 in module GFS_typedefs +DEBUG: Requested variable threshold_volume_fraction_of_condensed_water_in_soil in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%smcref2 in module GFS_typedefs +DEBUG: Requested variable threshold_volume_fraction_of_condensed_water_in_soil in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Intdiag%smcref2 in module GFS_typedefs +DEBUG: Requested variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt_mtb in module GFS_typedefs +DEBUG: Requested variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt_mtb in module GFS_typedefs +DEBUG: Requested variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt_ngw in module GFS_typedefs +DEBUG: Requested variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt_ogw in module GFS_typedefs +DEBUG: Requested variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt_ogw in module GFS_typedefs +DEBUG: Requested variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt_tms in module GFS_typedefs +DEBUG: Requested variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt_tms in module GFS_typedefs +DEBUG: Requested variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt_ngw in module GFS_typedefs +DEBUG: Requested variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zogw in module GFS_typedefs +DEBUG: Requested variable time_integral_of_height_of_low_level_wave_breaking in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zlwb in module GFS_typedefs +DEBUG: Requested variable time_integral_of_height_of_mountain_blocking in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zmtb in module GFS_typedefs +DEBUG: Requested variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%tau_mtb in module GFS_typedefs +DEBUG: Requested variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%tau_ngw in module GFS_typedefs +DEBUG: Requested variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%tau_ogw in module GFS_typedefs +DEBUG: Requested variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%tau_tofd in module GFS_typedefs +DEBUG: Requested variable time_integral_of_x_stress_due_to_gravity_wave_drag in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dugwd in module GFS_typedefs +DEBUG: Requested variable time_integral_of_x_stress_due_to_gravity_wave_drag in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dugwd in module GFS_typedefs +DEBUG: Requested variable time_integral_of_y_stress_due_to_gravity_wave_drag in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dvgwd in module GFS_typedefs +DEBUG: Requested variable time_integral_of_y_stress_due_to_gravity_wave_drag in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dvgwd in module GFS_typedefs +DEBUG: Requested variable time_scale_for_rayleigh_damping in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Control%ral_ts in module GFS_typedefs +DEBUG: Requested variable time_scale_for_rayleigh_damping in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%ral_ts in module GFS_typedefs +DEBUG: Requested variable time_since_diagnostics_zeroed in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%zhour in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_GFS_GWD_generic_post SCHEME_GFS_GWD_generic_post SUBROUTINE_GFS_GWD_generic_post_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_dynamics in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%dtf in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_cu_gf_driver_pre SCHEME_cu_gf_driver_pre SUBROUTINE_cu_gf_driver_pre_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_cu_ntiedtke_pre SCHEME_cu_ntiedtke_pre SUBROUTINE_cu_ntiedtke_pre_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_init matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_physics in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%dtp in module GFS_typedefs +DEBUG: Requested variable time_step_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%raddt in module GFS_typedefs +DEBUG: Requested variable time_step_for_radiation in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%raddt in module GFS_typedefs +DEBUG: Requested variable time_step_for_radiation in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%raddt in module GFS_typedefs +DEBUG: Requested variable time_step_for_radiation in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%raddt in module GFS_typedefs +DEBUG: Requested variable time_step_for_radiation in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%raddt in module GFS_typedefs +DEBUG: Requested variable time_step_for_remapping_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%mdt in module CCPP_typedefs +DEBUG: Requested variable top_layer_index_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%kmp in module CCPP_typedefs +DEBUG: Requested variable top_layer_index_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target CCPP_interstitial%kmp in module CCPP_typedefs +DEBUG: Requested variable total_cloud_condensate_mixing_ratio_updated_by_physics in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%cwm in module GFS_typedefs +DEBUG: Requested variable total_cloud_condensate_mixing_ratio_updated_by_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Interstitial(cdata%thrd_no)%cwm in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_rrtmgp_lw_cloud_sampling SCHEME_rrtmgp_lw_cloud_sampling SUBROUTINE_rrtmgp_lw_cloud_sampling_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_cloud_fraction in MODULE_rrtmgp_sw_cloud_sampling SCHEME_rrtmgp_sw_cloud_sampling SUBROUTINE_rrtmgp_sw_cloud_sampling_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs +DEBUG: Requested variable total_runoff in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%runoff in module GFS_typedefs +DEBUG: Requested variable total_runoff in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%runoff in module GFS_typedefs +DEBUG: Requested variable tracer_concentration in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs +DEBUG: Requested variable tracer_concentration in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs +DEBUG: Requested variable tracer_concentration in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs +DEBUG: Requested variable tracer_concentration in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs +DEBUG: Requested variable tracer_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs +DEBUG: Requested variable tracer_concentration in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs +DEBUG: Requested variable tracer_concentration in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_save in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_save in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_updated_by_physics in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0 in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_updated_by_physics in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0 in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_updated_by_physics in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0 in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_updated_by_physics in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0 in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_updated_by_physics in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0 in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_updated_by_physics in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0 in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_updated_by_physics in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0 in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_updated_by_physics in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0 in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_updated_by_physics in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0 in module GFS_typedefs +DEBUG: Requested variable tracer_concentration_updated_by_physics in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0 in module GFS_typedefs +DEBUG: Requested variable transpiration_flux in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%trans in module GFS_typedefs +DEBUG: Requested variable transpiration_flux in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%trans in module GFS_typedefs +DEBUG: Requested variable transpiration_flux in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%trans in module GFS_typedefs +DEBUG: Requested variable transpiration_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%trans in module GFS_typedefs +DEBUG: Requested variable turb_oro_form_drag_flag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%do_tofd in module GFS_typedefs +DEBUG: Requested variable turbulent_kinetic_energy in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntke) in module GFS_typedefs +DEBUG: Requested variable turbulent_kinetic_energy in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntke) in module GFS_typedefs +DEBUG: Requested variable upper_bound_on_max_albedo_over_deep_snow in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snoalb in module GFS_typedefs +DEBUG: Requested variable upper_bound_on_max_albedo_over_deep_snow in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snoalb in module GFS_typedefs +DEBUG: Requested variable upper_bound_on_max_albedo_over_deep_snow in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snoalb in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_ice in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil_over_ice in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_ice in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_ice in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_land in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_land in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_land in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_land in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil_over_ocean in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_ocean in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_ocean in module GFS_typedefs +DEBUG: Requested variable upward_heat_flux_in_soil_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_ocean in module GFS_typedefs +DEBUG: Requested variable vegetation_area_fraction in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%vfrac in module GFS_typedefs +DEBUG: Requested variable vegetation_area_fraction in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%vfrac in module GFS_typedefs +DEBUG: Requested variable vegetation_type_classification in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%vegtype in module GFS_typedefs +DEBUG: Requested variable vegetation_type_classification in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%vegtype in module GFS_typedefs +DEBUG: Requested variable vegetation_type_classification in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%vegtype in module GFS_typedefs +DEBUG: Requested variable vegetation_type_classification in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%vegtype in module GFS_typedefs +DEBUG: Requested variable vegetation_type_classification in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%vegtype in module GFS_typedefs +DEBUG: Requested variable vegetation_type_classification in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%vegtype in module GFS_typedefs +DEBUG: Requested variable vegetation_type_classification_real in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%vtype in module GFS_typedefs +DEBUG: Requested variable vegetation_type_classification_real in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%vtype in module GFS_typedefs +DEBUG: Requested variable vegetation_type_dataset_choice in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_init matched to target GFS_Control%ivegsrc in module GFS_typedefs +DEBUG: Requested variable vegetation_type_dataset_choice in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Control%ivegsrc in module GFS_typedefs +DEBUG: Requested variable vegetation_type_dataset_choice in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Control%ivegsrc in module GFS_typedefs +DEBUG: Requested variable vegetation_type_dataset_choice in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Control%ivegsrc in module GFS_typedefs +DEBUG: Requested variable vegetation_type_dataset_choice in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_init matched to target GFS_Control%ivegsrc in module GFS_typedefs +DEBUG: Requested variable vegetation_type_dataset_choice in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%ivegsrc in module GFS_typedefs +DEBUG: Requested variable vegetation_type_dataset_choice in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_init matched to target GFS_Control%ivegsrc in module GFS_typedefs +DEBUG: Requested variable vegetation_type_dataset_choice in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%ivegsrc in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_cs_conv_post SCHEME_cs_conv_post SUBROUTINE_cs_conv_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmgp_lw_rte SCHEME_rrtmgp_lw_rte SUBROUTINE_rrtmgp_lw_rte_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_cires_ugwp_post SCHEME_cires_ugwp_post SUBROUTINE_cires_ugwp_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmgp_lw_cloud_sampling SCHEME_rrtmgp_lw_cloud_sampling SUBROUTINE_rrtmgp_lw_cloud_sampling_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_get_prs_fv3 SCHEME_get_prs_fv3 SUBROUTINE_get_prs_fv3_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_get_phi_fv3 SCHEME_get_phi_fv3 SUBROUTINE_get_phi_fv3_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_mynnrad_pre SCHEME_mynnrad_pre SUBROUTINE_mynnrad_pre_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_mynnrad_post SCHEME_mynnrad_post SUBROUTINE_mynnrad_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmgp_sw_cloud_sampling SCHEME_rrtmgp_sw_cloud_sampling SUBROUTINE_rrtmgp_sw_cloud_sampling_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%npz in module CCPP_typedefs +DEBUG: Requested variable vertical_dimension_for_thickness_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%npzdelz in module CCPP_typedefs +DEBUG: Requested variable vertical_dimension_of_h2o_forcing_data in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Interstitial(cdata%thrd_no)%levh2o in module GFS_typedefs +DEBUG: Requested variable vertical_dimension_of_ozone_forcing_data in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Interstitial(cdata%thrd_no)%levozp in module GFS_typedefs +DEBUG: Requested variable vertical_dimension_of_ozone_forcing_data in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Interstitial(cdata%thrd_no)%levozp in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_top in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%ktop in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_top in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Interstitial(cdata%thrd_no)%ktop in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_top in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%ktop in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_top in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%ktop in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_top in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%ktop in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_top in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Interstitial(cdata%thrd_no)%ktop in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_top in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%ktop in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_top in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%ktop in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_top in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%ktop in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_cloud_top in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%ktop in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_at_top_of_atmosphere_boundary_layer in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%kpbl in module GFS_typedefs +DEBUG: Requested variable vertical_index_difference_between_inout_and_local in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%kd in module GFS_typedefs +DEBUG: Requested variable vertical_index_difference_between_inout_and_local in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%kd in module GFS_typedefs +DEBUG: Requested variable vertical_index_difference_between_inout_and_local in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%kd in module GFS_typedefs +DEBUG: Requested variable vertical_index_difference_between_inout_and_local in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%kd in module GFS_typedefs +DEBUG: Requested variable vertical_index_difference_between_layer_and_lower_bound in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%kb in module GFS_typedefs +DEBUG: Requested variable vertical_index_difference_between_layer_and_lower_bound in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%kb in module GFS_typedefs +DEBUG: Requested variable vertical_index_difference_between_layer_and_upper_bound in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%kt in module GFS_typedefs +DEBUG: Requested variable vertical_index_difference_between_layer_and_upper_bound in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%kt in module GFS_typedefs +DEBUG: Requested variable vertical_sigma_coordinate_for_radiation_initialization in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%si in module GFS_typedefs +DEBUG: Requested variable vertical_sigma_coordinate_for_radiation_initialization in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%si in module GFS_typedefs +DEBUG: Requested variable vertical_sigma_coordinate_for_radiation_initialization in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%si in module GFS_typedefs +DEBUG: Requested variable vertical_velocity_for_updraft in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%w_upi in module GFS_typedefs +DEBUG: Requested variable vertical_velocity_for_updraft in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Interstitial(cdata%thrd_no)%w_upi in module GFS_typedefs +DEBUG: Requested variable vertical_velocity_for_updraft in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%w_upi in module GFS_typedefs +DEBUG: Requested variable vertical_velocity_for_updraft in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%w_upi in module GFS_typedefs +DEBUG: Requested variable vertical_velocity_for_updraft in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%w_upi in module GFS_typedefs +DEBUG: Requested variable vertical_weight_for_ca in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Coupling%vfact_ca in module GFS_typedefs +DEBUG: Requested variable vertically_diffused_tracer_concentration in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%vdftra in module GFS_typedefs +DEBUG: Requested variable vertically_diffused_tracer_concentration in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%vdftra in module GFS_typedefs +DEBUG: Requested variable vertically_diffused_tracer_concentration in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%vdftra in module GFS_typedefs +DEBUG: Requested variable vertically_diffused_tracer_concentration in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%vdftra in module GFS_typedefs +DEBUG: Requested variable vertically_diffused_tracer_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%vdftra in module GFS_typedefs +DEBUG: Requested variable vertically_diffused_tracer_concentration in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%vdftra in module GFS_typedefs +DEBUG: Requested variable vertically_diffused_tracer_concentration in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%vdftra in module GFS_typedefs +DEBUG: Requested variable virtual_temperature_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%pt in module CCPP_typedefs +DEBUG: Requested variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Intdiag%smcwlt2 in module GFS_typedefs +DEBUG: Requested variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Intdiag%smcwlt2 in module GFS_typedefs +DEBUG: Requested variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%smcwlt2 in module GFS_typedefs +DEBUG: Requested variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Intdiag%smcwlt2 in module GFS_typedefs +DEBUG: Requested variable volume_fraction_of_soil_moisture in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%smc in module GFS_typedefs +DEBUG: Requested variable volume_fraction_of_soil_moisture in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%smc in module GFS_typedefs +DEBUG: Requested variable volume_fraction_of_soil_moisture in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%smc in module GFS_typedefs +DEBUG: Requested variable volume_fraction_of_unfrozen_soil_moisture in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slc in module GFS_typedefs +DEBUG: Requested variable volume_fraction_of_unfrozen_soil_moisture in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slc in module GFS_typedefs +DEBUG: Requested variable volume_fraction_of_unfrozen_soil_moisture in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slc in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_ccl4 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,9) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_ccl4 in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,9) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_ccl4 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,9) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_cfc11 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,6) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_cfc11 in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,6) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_cfc11 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,6) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_cfc113 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,10) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_cfc12 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,7) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_cfc12 in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,7) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_cfc12 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,7) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_cfc22 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,8) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_cfc22 in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,8) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_cfc22 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,8) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_ch4 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,3) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_ch4 in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,3) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_ch4 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,3) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_co in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,5) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_co in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,5) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_co in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,5) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_co2 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,1) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_co2 in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,1) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_co2 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,1) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_n2o in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,2) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_n2o in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,2) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_n2o in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,2) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_o2 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,4) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_o2 in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,4) in module GFS_typedefs +DEBUG: Requested variable volume_mixing_ratio_o2 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,4) in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%weasd in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%weasd in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth_over_ice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%weasd_ice in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth_over_ice in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%weasd_ice in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth_over_ice in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%weasd_ice in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%weasd_land in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%weasd_land in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%weasd_land in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth_over_land in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%weasd_land in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth_over_land in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%weasd_land in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth_over_ocean in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%weasd_ocean in module GFS_typedefs +DEBUG: Requested variable water_equivalent_accumulated_snow_depth_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%weasd_ocean in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_cu_gf_driver_pre SCHEME_cu_gf_driver_pre SUBROUTINE_cu_gf_driver_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_cu_ntiedtke_pre SCHEME_cu_ntiedtke_pre SUBROUTINE_cu_ntiedtke_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_get_prs_fv3 SCHEME_get_prs_fv3 SUBROUTINE_get_prs_fv3_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%qv in module CCPP_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_layer_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%qlyr in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_layer_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%qlyr in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_layer_for_radiation in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%qlyr in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,1,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,1,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,1,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,1,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,1,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,1,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,1,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,1,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,1,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%q1 in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%q1 in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,1,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_previous_time_step in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,4) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_two_time_steps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,2) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_cu_gf_driver_post SCHEME_cu_gf_driver_post SUBROUTINE_cu_gf_driver_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_cu_ntiedtke_post SCHEME_cu_ntiedtke_post SUBROUTINE_cu_ntiedtke_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_mp_thompson_pre SCHEME_mp_thompson_pre SUBROUTINE_mp_thompson_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_get_phi_fv3 SCHEME_get_phi_fv3 SUBROUTINE_get_phi_fv3_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs +DEBUG: Requested variable weights_for_stochastic_shum_perturbation in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Coupling%shum_wts in module GFS_typedefs +DEBUG: Requested variable weights_for_stochastic_shum_perturbation_flipped in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%shum_wts in module GFS_typedefs +DEBUG: Requested variable weights_for_stochastic_skeb_perturbation_of_x_wind in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Coupling%skebu_wts in module GFS_typedefs +DEBUG: Requested variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%skebu_wts in module GFS_typedefs +DEBUG: Requested variable weights_for_stochastic_skeb_perturbation_of_y_wind in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Coupling%skebv_wts in module GFS_typedefs +DEBUG: Requested variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%skebv_wts in module GFS_typedefs +DEBUG: Requested variable weights_for_stochastic_sppt_perturbation in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Coupling%sppt_wts in module GFS_typedefs +DEBUG: Requested variable weights_for_stochastic_sppt_perturbation_flipped in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sppt_wts in module GFS_typedefs +DEBUG: Requested variable weights_for_stochastic_surface_physics_perturbation in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfc_wts in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_GFS_surface_loop_control_part1 SCHEME_GFS_surface_loop_control_part1 SUBROUTINE_GFS_surface_loop_control_part1_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_GFS_surface_loop_control_part2 SCHEME_GFS_surface_loop_control_part2 SUBROUTINE_GFS_surface_loop_control_part2_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_10m in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u10m in module GFS_typedefs +DEBUG: Requested variable x_wind_at_lowest_model_layer in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs(:,1) in module GFS_typedefs +DEBUG: Requested variable x_wind_at_lowest_model_layer in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs(:,1) in module GFS_typedefs +DEBUG: Requested variable x_wind_at_lowest_model_layer in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs(:,1) in module GFS_typedefs +DEBUG: Requested variable x_wind_at_lowest_model_layer in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs(:,1) in module GFS_typedefs +DEBUG: Requested variable x_wind_at_lowest_model_layer in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%ugrs(:,1) in module GFS_typedefs +DEBUG: Requested variable x_wind_at_lowest_model_layer_for_diag in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%u1 in module GFS_typedefs +DEBUG: Requested variable x_wind_at_lowest_model_layer_updated_by_physics in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0(:,1) in module GFS_typedefs +DEBUG: Requested variable x_wind_save in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_u in module GFS_typedefs +DEBUG: Requested variable x_wind_save in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_u in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable x_wind_updated_by_physics in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gu0 in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_10m in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v10m in module GFS_typedefs +DEBUG: Requested variable y_wind_at_lowest_model_layer in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable y_wind_at_lowest_model_layer in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable y_wind_at_lowest_model_layer in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable y_wind_at_lowest_model_layer in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable y_wind_at_lowest_model_layer in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%vgrs(:,1) in module GFS_typedefs +DEBUG: Requested variable y_wind_at_lowest_model_layer_for_diag in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%v1 in module GFS_typedefs +DEBUG: Requested variable y_wind_at_lowest_model_layer_updated_by_physics in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0(:,1) in module GFS_typedefs +DEBUG: Requested variable y_wind_save in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_v in module GFS_typedefs +DEBUG: Requested variable y_wind_save in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_v in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable y_wind_updated_by_physics in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gv0 in module GFS_typedefs +DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%xmu in module GFS_typedefs +DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Interstitial(cdata%thrd_no)%xmu in module GFS_typedefs +DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%xmu in module GFS_typedefs +DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%xmu in module GFS_typedefs +DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%xmu in module GFS_typedefs +DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%xmu in module GFS_typedefs +DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%xmu in module GFS_typedefs +DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Interstitial(cdata%thrd_no)%xmu in module GFS_typedefs +DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Interstitial(cdata%thrd_no)%xmu in module GFS_typedefs +INFO: Generating list of Fortran modules containing CCPP type definitions ... +INFO: Generating typedefs makefile/cmakefile snippet ... +INFO: Added 10 typedefs to /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_TYPEDEFS.sh +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 215 schemes to /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.mk, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +DEBUG: Generating suite and group caps for suite FV3_GFS_2017_coupled... +DEBUG: Generating suite and group caps for suite FV3_GFS_2017_satmedmf_coupled... +DEBUG: Generating suite and group caps for suite FV3_GFS_v15p2_coupled... +INFO: Generating static API ccpp_static_api.F90 in /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 16 auto-generated caps to /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.mk and /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.cmake, /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/CCPP_CAPS.sh +INFO: CCPP prebuild step completed successfully. ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ ./build_ccpp.sh orion.intel /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk 'CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp' NO NO +MACHINE_ID=orion.intel is valid. +Compilers set for orion.intel. +Obtained ESMF_LIB=/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/lib from /apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/lib/esmf.mk +Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp -DNETCDF_DIR=/apps/contrib/NCEPLIBS/lib//netcdfp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=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-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/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-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/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-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- 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 Doxygen: /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 +-- Got CCPP TYPEDEFS from cmakefile include file: gfs_typedefs.mod;mo_cloud_optics.mod;mo_optical_props.mod;ccpp_typedefs.mod;mo_gas_concentrations.mod;machine.mod;mo_source_functions.mod;module_radlw_parameters.mod;module_radsw_parameters.mod;mo_gas_optics_rrtmgp.mod +-- Got CCPP SCHEMES from cmakefile include file: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aer_cloud.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerclm_def.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerinterp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/calpreciptype.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldwat2m_micro.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldmacro.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/date_def.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/funcphys.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcycle.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2o_def.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ointerp.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccn_def.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccninterp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iounitdef.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/machine.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mersenne_twister.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbl.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg_utils.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg2_0.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg3_0.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/multi_gases.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_model.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_parameters.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_radar.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bl_mynn.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_mynn.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_orowam2017.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpblt.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbltq.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscu.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscuq.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/noahmp_tables.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/num_parthds.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozne_def.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozinterp.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physcons.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physparam.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radcons.f90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_aerosols.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_astronomy.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_clouds.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_gases.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_surface.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_datatb.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_datatb.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfaerosols.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfcsub.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sflx.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/surface_perturbation.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_deep.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_sh.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/tridi.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/wv_saturation.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_soil_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rayleigh_damp.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_ocean.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ysuvdif.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_fer_hires.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_debug.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/precpd.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf_hafs.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_sice.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diff.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_main.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/dcyc2.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdc.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdps.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninshoc.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_cice.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdifq.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sascnvn.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_nst.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shalcnv.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/get_prs_fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/drag_suite.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcm_shoc.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gscond.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys_2015.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cnvc90.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_main.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfshalcnv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdif.F;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_stochastics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shinhongvdif.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ophys.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_aux.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfdeepcnv.f;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rascnv.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 +-- Got CCPP CAPS from cmakefile include file: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 +-- Configuring done +-- Generating done +CMake Warning: + Manually-specified variables were not used by the project: + + LEGACY_INTEL + + +-- Build files have been written to: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -S/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp -B/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles/progress.marks +make -f CMakeFiles/Makefile2 all +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Scanning dependencies of target ccpp +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +[ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_types.mod framework/src/CMakeFiles/ccpp.dir/ccpp_types.mod.stamp Intel +[ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_api.mod framework/src/CMakeFiles/ccpp.dir/ccpp_api.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build +[ 1%] Linking Fortran static library libccpp.a +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 +/bin/ar qc libccpp.a CMakeFiles/ccpp.dir/ccpp_types.F90.o CMakeFiles/ccpp.dir/ccpp_api.F90.o +/bin/ranlib libccpp.a +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +[ 1%] Built target ccpp +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Dependee "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Scanning dependencies of target ccppphys +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +[ 1%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/machine.mod physics/CMakeFiles/ccppphys.dir/machine.mod.stamp Intel +[ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/physcons.mod physics/CMakeFiles/ccppphys.dir/physcons.mod.stamp Intel +[ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_common.mod physics/CMakeFiles/ccppphys.dir/ugwp_common.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_conv_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_conv_init.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_fjet_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_fjet_init.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_lsatdis_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_lsatdis_init.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_okw_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_okw_init.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_oro_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_oro_init.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ugwp_wmsdis_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_wmsdis_init.mod.stamp Intel +[ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_module.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_module.mod.stamp Intel +[ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdps.mod physics/CMakeFiles/ccppphys.dir/gwdps.mod.stamp Intel +[ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp.mod.stamp Intel +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_post.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_post.mod.stamp Intel +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cnvc90.mod physics/CMakeFiles/ccppphys.dir/cnvc90.mod.stamp Intel +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/dcyc2t3.mod physics/CMakeFiles/ccppphys.dir/dcyc2t3.mod.stamp Intel +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/get_phi_fv3.mod physics/CMakeFiles/ccppphys.dir/get_phi_fv3.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/get_prs_fv3.mod physics/CMakeFiles/ccppphys.dir/get_prs_fv3.mod.stamp Intel +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_pre.mod.stamp Intel +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_pre.mod.stamp Intel +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_pre.mod.stamp Intel +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_pre.mod.stamp Intel +[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_pre.mod.stamp Intel +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mersenne_twister.mod physics/CMakeFiles/ccppphys.dir/mersenne_twister.mod.stamp Intel +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_kind.mod physics/CMakeFiles/ccppphys.dir/mo_rte_kind.mod.stamp Intel +[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props_kernels.mod.stamp Intel +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_util_array.mod physics/CMakeFiles/ccppphys.dir/mo_rte_util_array.mod.stamp Intel +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props.mod.stamp Intel +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_cloud_optics.mod.stamp Intel +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_string.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_string.mod.stamp Intel +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_concentrations.mod physics/CMakeFiles/ccppphys.dir/mo_gas_concentrations.mod.stamp Intel +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_source_functions.mod physics/CMakeFiles/ccppphys.dir/mo_source_functions.mod.stamp Intel +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics.mod.stamp Intel +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_kernels.mod.stamp Intel +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_constants.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_constants.mod.stamp Intel +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder_kernels.mod.stamp Intel +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder.mod.stamp Intel +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_rrtmgp.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_rrtmgp.mod.stamp Intel +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/physparam.mod physics/CMakeFiles/ccppphys.dir/physparam.mod.stamp Intel +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radlw_parameters.mod.stamp Intel +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radsw_parameters.mod.stamp Intel +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/parse_tracers.mod physics/CMakeFiles/ccppphys.dir/parse_tracers.mod.stamp Intel +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_typedefs.mod physics/CMakeFiles/ccppphys.dir/gfs_typedefs.mod.stamp Intel +[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_1.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_1.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_2.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_2.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_3.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_3.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_4.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_4.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_phys_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_phys_reset.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_reset.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_update.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_update.mod.stamp Intel +[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_inter.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_inter.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_pre.mod.stamp Intel +[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/surface_perturbation.mod physics/CMakeFiles/ccppphys.dir/surface_perturbation.mod.stamp Intel +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_pre.mod.stamp Intel +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part1.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part1.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part2.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part2.mod.stamp Intel +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/funcphys.mod physics/CMakeFiles/ccppphys.dir/funcphys.mod.stamp Intel +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/hedmf.mod physics/CMakeFiles/ccppphys.dir/hedmf.mod.stamp Intel +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg.mod physics/CMakeFiles/ccppphys.dir/namelist_soilveg.mod.stamp Intel +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_mod.mod physics/CMakeFiles/ccppphys.dir/set_soilveg_mod.mod.stamp Intel +[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_noah.mod physics/CMakeFiles/ccppphys.dir/lsm_noah.mod.stamp Intel +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/maximum_hourly_diagnostics.mod physics/CMakeFiles/ccppphys.dir/maximum_hourly_diagnostics.mod.stamp Intel +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozphys.mod physics/CMakeFiles/ccppphys.dir/ozphys.mod.stamp Intel +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rayleigh_damp.mod physics/CMakeFiles/ccppphys.dir/rayleigh_damp.mod.stamp Intel +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/samfcnv_aerosols.mod physics/CMakeFiles/ccppphys.dir/samfcnv_aerosols.mod.stamp Intel +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/samfdeepcnv.mod physics/CMakeFiles/ccppphys.dir/samfdeepcnv.mod.stamp Intel +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/samfshalcnv.mod physics/CMakeFiles/ccppphys.dir/samfshalcnv.mod.stamp Intel +[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_cice.mod physics/CMakeFiles/ccppphys.dir/sfc_cice.mod.stamp Intel +[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag.mod physics/CMakeFiles/ccppphys.dir/sfc_diag.mod.stamp Intel +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag_post.mod physics/CMakeFiles/ccppphys.dir/sfc_diag_post.mod.stamp Intel +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_diff.mod physics/CMakeFiles/ccppphys.dir/sfc_diff.mod.stamp Intel +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_ocean.mod physics/CMakeFiles/ccppphys.dir/sfc_ocean.mod.stamp Intel +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_sice.mod physics/CMakeFiles/ccppphys.dir/sfc_sice.mod.stamp Intel +[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_gscond.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_gscond.mod.stamp Intel +[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_precpd.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_precpd.mod.stamp Intel +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_physics_cap.mod.stamp Intel +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def.mod physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef.mod physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel +[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols.mod physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_astronomy.mod physics/CMakeFiles/ccppphys.dir/module_radiation_astronomy.mod.stamp Intel +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_microphysics.mod physics/CMakeFiles/ccppphys.dir/module_microphysics.mod.stamp Intel +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_clouds.mod physics/CMakeFiles/ccppphys.dir/module_radiation_clouds.mod.stamp Intel +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozne_def.mod physics/CMakeFiles/ccppphys.dir/ozne_def.mod.stamp Intel +[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_gases.mod physics/CMakeFiles/ccppphys.dir/module_radiation_gases.mod.stamp Intel +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/radcons.mod physics/CMakeFiles/ccppphys.dir/radcons.mod.stamp Intel +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_rad_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_rad_reset.mod.stamp Intel +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_avplank.mod physics/CMakeFiles/ccppphys.dir/module_radlw_avplank.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_cldprlw.mod physics/CMakeFiles/ccppphys.dir/module_radlw_cldprlw.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb01.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb01.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb02.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb02.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb03.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb03.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb04.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb04.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb05.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb05.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb06.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb06.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb07.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb07.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb08.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb08.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb09.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb09.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb10.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb10.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb11.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb11.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb12.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb12.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb13.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb13.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb14.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb14.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb15.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb15.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb16.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radlw_ref.mod.stamp Intel +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw.mod.stamp Intel +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_post.mod.stamp Intel +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_surface.mod physics/CMakeFiles/ccppphys.dir/module_radiation_surface.mod.stamp Intel +[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_pre.mod.stamp Intel +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_cldprtb.mod physics/CMakeFiles/ccppphys.dir/module_radsw_cldprtb.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb16.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb17.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb17.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb18.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb18.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb19.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb19.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb20.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb20.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb21.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb21.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb22.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb22.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb23.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb23.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb24.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb24.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb25.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb25.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb26.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb26.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb27.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb27.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb28.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb28.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb29.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb29.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radsw_ref.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_sflux.mod physics/CMakeFiles/ccppphys.dir/module_radsw_sflux.mod.stamp Intel +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw.mod.stamp Intel +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_post.mod.stamp Intel +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_pre.mod.stamp Intel +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod.stamp Intel +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_stochastics.mod physics/CMakeFiles/ccppphys.dir/gfs_stochastics.mod.stamp Intel +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod.stamp Intel +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/aerinterp.mod physics/CMakeFiles/ccppphys.dir/aerinterp.mod.stamp Intel +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/h2o_def.mod physics/CMakeFiles/ccppphys.dir/h2o_def.mod.stamp Intel +[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/h2ointerp.mod physics/CMakeFiles/ccppphys.dir/h2ointerp.mod.stamp Intel +[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/iccn_def.mod physics/CMakeFiles/ccppphys.dir/iccn_def.mod.stamp Intel +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/iccninterp.mod physics/CMakeFiles/ccppphys.dir/iccninterp.mod.stamp Intel +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozinterp.mod physics/CMakeFiles/ccppphys.dir/ozinterp.mod.stamp Intel +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_phys_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_phys_time_vary.mod.stamp Intel +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rad_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_rad_time_vary.mod.stamp Intel +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_setup.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_setup.mod.stamp Intel +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_time_vary_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_time_vary_pre.mod.stamp Intel +[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod.stamp Intel +[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_cap.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build +[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdif.mod physics/CMakeFiles/ccppphys.dir/satmedmfvdif.mod.stamp Intel +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod.stamp Intel +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod.stamp Intel +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod.stamp Intel +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod.stamp Intel +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_typedefs.mod physics/CMakeFiles/ccppphys.dir/ccpp_typedefs.mod.stamp Intel +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar.mod physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys_mod.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys_mod.mod.stamp Intel +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/fv_sat_adj.mod physics/CMakeFiles/ccppphys.dir/fv_sat_adj.mod.stamp Intel +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod.stamp Intel +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys.mod.stamp Intel +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/h2ophys.mod physics/CMakeFiles/ccppphys.dir/h2ophys.mod.stamp Intel +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ozphys_2015.mod physics/CMakeFiles/ccppphys.dir/ozphys_2015.mod.stamp Intel +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod.stamp Intel +[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod.stamp Intel +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod.stamp Intel +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod.stamp Intel +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_cap.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_common.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_common.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o.provides.build +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_debug.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_abort.mod physics/CMakeFiles/ccppphys.dir/gfs_abort.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_checkland.mod physics/CMakeFiles/ccppphys.dir/gfs_checkland.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_diagtoscreen.mod physics/CMakeFiles/ccppphys.dir/gfs_diagtoscreen.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_interstitialtoscreen.mod physics/CMakeFiles/ccppphys.dir/gfs_interstitialtoscreen.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o.provides.build +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_broadband_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_broadband_kernels.mod.stamp Intel +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_fluxes.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes.mod.stamp Intel +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband_kernels.mod.stamp Intel +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_byband.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_byband.mod.stamp Intel +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_heating_rates.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_heating_rates.mod physics/CMakeFiles/ccppphys.dir/mo_heating_rates.mod.stamp Intel +[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_aux.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_aux.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_aux.mod.stamp Intel +[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_lw_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_lw_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o.provides.build +[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_lw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmg_lw_cloud_optics.mod.stamp Intel +[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o.provides.build +[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_setup.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_setup.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o.provides.build +[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o.provides.build +[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_rrtmgp_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmgp_sw_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmgp_sw_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o.provides.build +[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_ini_fini_test.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_ini_fini_test.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_5.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_5.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o.provides.build +[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/aer_cloud.F -o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/aer_cloud.mod physics/CMakeFiles/ccppphys.dir/aer_cloud.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o.provides.build +[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/wv_saturation.F -o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/wv_saturation.mod physics/CMakeFiles/ccppphys.dir/wv_saturation.mod.stamp Intel +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldmacro.F -o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cldmacro.mod physics/CMakeFiles/ccppphys.dir/cldmacro.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o.provides.build +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cldwat2m_micro.F -o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cldwat2m_micro.mod physics/CMakeFiles/ccppphys.dir/cldwat2m_micro.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o.provides.build +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv.mod physics/CMakeFiles/ccppphys.dir/cs_conv.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_post.mod physics/CMakeFiles/ccppphys.dir/cs_conv_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_pre.mod physics/CMakeFiles/ccppphys.dir/cs_conv_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o.provides.build +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90 -o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cs_conv_aw_adj.mod physics/CMakeFiles/ccppphys.dir/cs_conv_aw_adj.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o.provides.build +[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_deep.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_deep.mod physics/CMakeFiles/ccppphys.dir/cu_gf_deep.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o.provides.build +[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_sh.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_sh.mod physics/CMakeFiles/ccppphys.dir/cu_gf_sh.mod.stamp Intel +[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson_make_number_concentrations.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson_make_number_concentrations.mod.stamp Intel +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver.mod physics/CMakeFiles/ccppphys.dir/cu_gf_driver.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o.provides.build +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_post.mod physics/CMakeFiles/ccppphys.dir/cu_gf_driver_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o.provides.build +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_gf_driver_pre.mod physics/CMakeFiles/ccppphys.dir/cu_gf_driver_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o.provides.build +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke.mod physics/CMakeFiles/ccppphys.dir/cu_ntiedtke.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o.provides.build +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_post.mod physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o.provides.build +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90 -o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/cu_ntiedtke_pre.mod physics/CMakeFiles/ccppphys.dir/cu_ntiedtke_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o.provides.build +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/date_def.f -o CMakeFiles/ccppphys.dir/physics/date_def.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/date_def.mod physics/CMakeFiles/ccppphys.dir/date_def.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o.provides.build +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/drag_suite.F90 -o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/drag_suite.mod physics/CMakeFiles/ccppphys.dir/drag_suite.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o.provides.build +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcm_shoc.F90 -o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/shoc.mod physics/CMakeFiles/ccppphys.dir/shoc.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o.provides.build +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F -o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gfs_phy_tracer_config.mod physics/CMakeFiles/ccppphys.dir/gfs_phy_tracer_config.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o.provides.build +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gwdc.f -o CMakeFiles/ccppphys.dir/physics/gwdc.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdc.mod physics/CMakeFiles/ccppphys.dir/gwdc.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdc_post.mod physics/CMakeFiles/ccppphys.dir/gwdc_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/gwdc_pre.mod physics/CMakeFiles/ccppphys.dir/gwdc_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o.provides.build +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_post.mod physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc_sfc_sice_pre.mod physics/CMakeFiles/ccppphys.dir/lsm_ruc_sfc_sice_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o.provides.build +[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg_utils.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/micro_mg_utils.mod physics/CMakeFiles/ccppphys.dir/micro_mg_utils.mod.stamp Intel +[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg2_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/micro_mg2_0.mod physics/CMakeFiles/ccppphys.dir/micro_mg2_0.mod.stamp Intel +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/micro_mg3_0.F90 -o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/micro_mg3_0.mod physics/CMakeFiles/ccppphys.dir/micro_mg3_0.mod.stamp Intel +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/m_micro.mod physics/CMakeFiles/ccppphys.dir/m_micro.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o.provides.build +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/m_micro_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/m_micro_post.mod physics/CMakeFiles/ccppphys.dir/m_micro_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/m_micro_pre.mod physics/CMakeFiles/ccppphys.dir/m_micro_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/machine.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o.provides.build +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90 -o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_bl_myjpbl.mod physics/CMakeFiles/ccppphys.dir/module_bl_myjpbl.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o.provides.build +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90 -o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_fer_hires.mod physics/CMakeFiles/ccppphys.dir/module_mp_fer_hires.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o.provides.build +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/myjpbl_wrapper.mod physics/CMakeFiles/ccppphys.dir/myjpbl_wrapper.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o.provides.build +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_SF_JSFC.F90 -o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_jsfc.mod physics/CMakeFiles/ccppphys.dir/module_sf_jsfc.mod.stamp Intel +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/myjsfc_wrapper.mod physics/CMakeFiles/ccppphys.dir/myjsfc_wrapper.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o.provides.build +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_bl_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_bl_mynn.mod physics/CMakeFiles/ccppphys.dir/module_bl_mynn.mod.stamp Intel +[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnedmf_wrapper.mod physics/CMakeFiles/ccppphys.dir/mynnedmf_wrapper.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o.provides.build +[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_mynn.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_mynn.mod physics/CMakeFiles/ccppphys.dir/module_sf_mynn.mod.stamp Intel +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnsfc_wrapper.mod physics/CMakeFiles/ccppphys.dir/mynnsfc_wrapper.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o.provides.build +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_post.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_post.mod physics/CMakeFiles/ccppphys.dir/mynnrad_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o.provides.build +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mynnrad_pre.mod physics/CMakeFiles/ccppphys.dir/mynnrad_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o.provides.build +[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_parameters.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_nst_parameters.mod physics/CMakeFiles/ccppphys.dir/module_nst_parameters.mod.stamp Intel +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_water_prop.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_nst_water_prop.mod physics/CMakeFiles/ccppphys.dir/module_nst_water_prop.mod.stamp Intel +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_nst_model.f90 -o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/nst_module.mod physics/CMakeFiles/ccppphys.dir/nst_module.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o.provides.build +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmp_glacier.mod physics/CMakeFiles/ccppphys.dir/module_sf_noahmp_glacier.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_globals.mod physics/CMakeFiles/ccppphys.dir/noahmp_glacier_globals.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmp_glacier_routines.mod physics/CMakeFiles/ccppphys.dir/noahmp_glacier_routines.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o.provides.build +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90 -o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_noahmplsm.mod physics/CMakeFiles/ccppphys.dir/module_sf_noahmplsm.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o.provides.build +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg_ruc.mod physics/CMakeFiles/ccppphys.dir/namelist_soilveg_ruc.mod.stamp Intel +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_sf_ruclsm.F90 -o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_sf_ruclsm.mod physics/CMakeFiles/ccppphys.dir/module_sf_ruclsm.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o.provides.build +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/module_soil_pre.F90 -o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/module_soil_pre.mod physics/CMakeFiles/ccppphys.dir/module_soil_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninedmf_hafs.f -o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/hedmf_hafs.mod physics/CMakeFiles/ccppphys.dir/hedmf_hafs.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o.provides.build +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/moninshoc.f -o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/moninshoc.mod physics/CMakeFiles/ccppphys.dir/moninshoc.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o.provides.build +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_fer_hires.F90 -o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_fer_hires.mod physics/CMakeFiles/ccppphys.dir/mp_fer_hires.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o.provides.build +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson.mod physics/CMakeFiles/ccppphys.dir/mp_thompson.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o.provides.build +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_post.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_post.mod physics/CMakeFiles/ccppphys.dir/mp_thompson_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o.provides.build +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mp_thompson_pre.F90 -o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mp_thompson_pre.mod physics/CMakeFiles/ccppphys.dir/mp_thompson_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o.provides.build +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ccpp_multi_gases_mod.mod physics/CMakeFiles/ccppphys.dir/ccpp_multi_gases_mod.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o.provides.build +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/noahmp_tables.f90 -o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmp_tables.mod physics/CMakeFiles/ccppphys.dir/noahmp_tables.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o.provides.build +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rascnv.F90 -o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rascnv.mod physics/CMakeFiles/ccppphys.dir/rascnv.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o.provides.build +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmg_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmg_sw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmg_sw_cloud_optics.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o.provides.build +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_aerosol_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_aerosol_optics.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o.provides.build +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_optics.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o.provides.build +[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_sampling.mod physics/CMakeFiles/ccppphys.dir/mo_cloud_sampling.mod.stamp Intel +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_cloud_sampling.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_cloud_sampling.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o.provides.build +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_solver_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_rte_solver_kernels.mod.stamp Intel +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_lw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_lw.mod physics/CMakeFiles/ccppphys.dir/mo_rte_lw.mod.stamp Intel +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_sw.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_sw.mod physics/CMakeFiles/ccppphys.dir/mo_rte_sw.mod.stamp Intel +[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_compute_bc.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_compute_bc.mod physics/CMakeFiles/ccppphys.dir/mo_compute_bc.mod.stamp Intel +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_gas_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_gas_optics.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o.provides.build +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o.provides.build +[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_lw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_lw_rte.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_lw_rte.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o.provides.build +[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_aerosol_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_aerosol_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_aerosol_optics.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o.provides.build +[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_optics.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o.provides.build +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_cloud_sampling.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_cloud_sampling.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_cloud_sampling.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o.provides.build +[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_gas_optics.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_gas_optics.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o.provides.build +[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rrtmgp_sw_rte.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/rrtmgp_sw_rte.mod physics/CMakeFiles/ccppphys.dir/rrtmgp_sw_rte.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o.provides.build +[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_fluxes_bygpoint.mod physics/CMakeFiles/ccppphys.dir/mo_fluxes_bygpoint.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o.provides.build +[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_clr_all_sky.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_clr_all_sky.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o.provides.build +[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sascnvn.F -o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sascnvn.mod physics/CMakeFiles/ccppphys.dir/sascnvn.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/satmedmfvdifq.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdifq.mod physics/CMakeFiles/ccppphys.dir/satmedmfvdifq.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/set_soilveg_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_ruc_mod.mod physics/CMakeFiles/ccppphys.dir/set_soilveg_ruc_mod.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_drv_ruc.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/lsm_ruc.mod physics/CMakeFiles/ccppphys.dir/lsm_ruc.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_noahmp_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/noahmpdrv.mod physics/CMakeFiles/ccppphys.dir/noahmpdrv.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfc_nst.f -o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst.mod physics/CMakeFiles/ccppphys.dir/sfc_nst.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_post.mod physics/CMakeFiles/ccppphys.dir/sfc_nst_post.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfc_nst_pre.mod physics/CMakeFiles/ccppphys.dir/sfc_nst_pre.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build +[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sfccyc_module.mod physics/CMakeFiles/ccppphys.dir/sfccyc_module.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shalcnv.F -o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/shalcnv.mod physics/CMakeFiles/ccppphys.dir/shalcnv.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/shinhongvdif.F90 -o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/shinhongvdif.mod physics/CMakeFiles/ccppphys.dir/shinhongvdif.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/sso_coorde.mod physics/CMakeFiles/ccppphys.dir/sso_coorde.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o.provides.build +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/ysuvdif.F90 -o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod physics/ysuvdif.mod physics/CMakeFiles/ccppphys.dir/ysuvdif.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f -o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfpbltq.f -o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/mfscuq.f -o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/num_parthds.F -o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o +[100%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +[100%] Linking Fortran static library libccppphys.a +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 +/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o CMakeFiles/ccppphys.dir/physics/cldmacro.F.o CMakeFiles/ccppphys.dir/physics/date_def.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/mfscuq.f.o CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o CMakeFiles/ccppphys.dir/physics/num_parthds.F.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_fluxes.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_lw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_sw.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_compute_bc.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_fluxes_bygpoint.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_heating_rates.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/mo_rrtmgp_clr_all_sky.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_rte.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/gwdc.f.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/moninshoc.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o CMakeFiles/ccppphys.dir/physics/m_micro.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/sascnvn.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o CMakeFiles/ccppphys.dir/physics/shalcnv.F.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_rte.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_aerosol_optics.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmgp_sw_cloud_sampling.F90.o CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_aux.F90.o CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rrtmgp_lw_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/rascnv.F90.o CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmgp_setup.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +/bin/ranlib libccppphys.a +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +[100%] Built target ccppphys +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles 0 +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -S/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp -B/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles/progress.marks +make -f CMakeFiles/Makefile2 all +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make[3]: Nothing to be done for `framework/src/CMakeFiles/ccpp.dir/build'. +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +[ 1%] Built target ccpp +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make[3]: Nothing to be done for `physics/CMakeFiles/ccppphys.dir/build'. +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +[100%] Built target ccppphys +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/CMakeFiles 0 +make -f CMakeFiles/Makefile2 preinstall +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +make[2]: Nothing to be done for `preinstall'. +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' +Install the project... +/apps/cmake-3.15.4/bin/cmake -P cmake_install.cmake +-- Install configuration: "Debug" +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/libccpp.a +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccpp-config.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccpp-config-debug.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_types.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_api.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/libccppphys.a +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccppphys-config.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib/cmake/ccppphys-config-debug.cmake +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/gfs_typedefs.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_cloud_optics.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_optical_props.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_typedefs.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_gas_concentrations.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/machine.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_source_functions.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/module_radlw_parameters.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/module_radsw_parameters.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build' ++ test -d /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include ++ test -d /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs ; \ +exec make CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" all + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8_0_0.g + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +Building dependencies ... +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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. +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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.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. +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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. +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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/interp.c -o ../mosaic/interp.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -c ../mpp/threadloc.c -o ../mpp/threadloc.o +ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o +ar: creating libfms.a +a - ../oda_tools/xbt_drop_rate_adjust.o +a - ../affinity/fms_affinity.o +a - ../amip_interp/amip_interp.o +a - ../astronomy/astronomy.o +a - ../axis_utils/axis_utils.o +a - ../block_control/block_control.o +a - ../column_diagnostics/column_diagnostics.o +a - ../constants/constants.o +a - ../coupler/atmos_ocean_fluxes.o +a - ../coupler/coupler_types.o +a - ../coupler/ensemble_manager.o +a - ../data_override/data_override.o +a - ../diag_integral/diag_integral.o +a - ../diag_manager/diag_axis.o +a - ../diag_manager/diag_data.o +a - ../diag_manager/diag_grid.o +a - ../diag_manager/diag_manifest.o +a - ../diag_manager/diag_manager.o +a - ../diag_manager/diag_output.o +a - ../diag_manager/diag_table.o +a - ../diag_manager/diag_util.o +a - ../drifters/cloud_interpolator.o +a - ../drifters/drifters.o +a - ../drifters/drifters_comm.o +a - ../drifters/drifters_core.o +a - ../drifters/drifters_input.o +a - ../drifters/drifters_io.o +a - ../drifters/quicksort.o +a - ../exchange/stock_constants.o +a - ../exchange/xgrid.o +a - ../fft/fft.o +a - ../fft/fft99.o +a - ../field_manager/field_manager.o +a - ../field_manager/fm_util.o +a - ../fms/fms.o +a - ../fms/fms_io.o +a - ../horiz_interp/horiz_interp.o +a - ../horiz_interp/horiz_interp_bicubic.o +a - ../horiz_interp/horiz_interp_bilinear.o +a - ../horiz_interp/horiz_interp_conserve.o +a - ../horiz_interp/horiz_interp_spherical.o +a - ../horiz_interp/horiz_interp_type.o +a - ../interpolator/interpolator.o +a - ../memutils/memutils.o +a - ../monin_obukhov/monin_obukhov.o +a - ../monin_obukhov/monin_obukhov_kernel.o +a - ../mosaic/gradient.o +a - ../mosaic/grid.o +a - ../mosaic/mosaic.o +a - ../mpp/mpp.o +a - ../mpp/mpp_data.o +a - ../mpp/mpp_domains.o +a - ../mpp/mpp_efp.o +a - ../mpp/mpp_io.o +a - ../mpp/mpp_memutils.o +a - ../mpp/mpp_parameter.o +a - ../mpp/mpp_pset.o +a - ../mpp/mpp_utilities.o +a - ../oda_tools/oda_core.o +a - ../oda_tools/oda_core_ecda.o +a - ../oda_tools/oda_types.o +a - ../oda_tools/write_ocean_data.o +a - ../platform/platform.o +a - ../random_numbers/MersenneTwister.o +a - ../random_numbers/random_numbers.o +a - ../sat_vapor_pres/sat_vapor_pres.o +a - ../sat_vapor_pres/sat_vapor_pres_k.o +a - ../station_data/station_data.o +a - ../time_interp/time_interp.o +a - ../time_interp/time_interp_external.o +a - ../time_manager/get_cal_time.o +a - ../time_manager/time_manager.o +a - ../topography/gaussian_topog.o +a - ../topography/topography.o +a - ../tracer_manager/tracer_manager.o +a - ../tridiagonal/tridiagonal.o +a - ../affinity/affinity.o +a - ../memutils/memuse.o +a - ../mosaic/create_xgrid.o +a - ../mosaic/gradient_c2l.o +a - ../mosaic/interp.o +a - ../mosaic/mosaic_util.o +a - ../mosaic/read_mosaic.o +a - ../mpp/nsclock.o +a - ../mpp/threadloc.o +mkdir -p "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" +mv fms.mk "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +test -d /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL +Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" into /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL on orion +cp -fp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems \ + "/work/noaa/marine/dworthen/S2S_cmeps/FV3"/conf/configure.fv3 +cp -fp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems \ + "/work/noaa/marine/dworthen/S2S_cmeps/FV3"/conf/modules.fv3 +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3 COMP_BINDIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL MACHINE_ID=orion FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" nemsinstall + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8_0_0.g + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +Building dependencies ... +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +make -C cpl FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL + +Build standalone FV3 io ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' + +Build standalone FV3 io ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' +make -C gfsphysics FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +makefile:269: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -Duse_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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -Duse_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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o +mpiifort -Duse_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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +ar rv libgfsphys.a physics/mersenne_twister.o physics/namelist_soilveg.o physics/physparam.o physics/set_soilveg.o physics/noahmp_tables.o physics/GFDL_parse_tracers.o physics/physcons.o CCPP_layer/CCPP_data.o ../ccpp/physics/ccpp_static_api.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_restart.o +ar: creating libgfsphys.a +a - physics/mersenne_twister.o +a - physics/namelist_soilveg.o +a - physics/physparam.o +a - physics/set_soilveg.o +a - physics/noahmp_tables.o +a - physics/GFDL_parse_tracers.o +a - physics/physcons.o +a - CCPP_layer/CCPP_data.o +a - ../ccpp/physics/ccpp_static_api.o +a - GFS_layer/GFS_abstraction_layer.o +a - GFS_layer/GFS_diagnostics.o +a - GFS_layer/GFS_driver.o +a - GFS_layer/GFS_restart.o +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +make -C ccpp/driver FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics + +Build CCPP layer ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' +makefile:67: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' + +Build CCPP layer ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' +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 -DCCPP -DCMEPS CCPP_driver.F90 > CCPP_driver.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o +ar rv libccppdriver.a CCPP_driver.o +ar: creating libccppdriver.a +a - CCPP_driver.o +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' +make -C ipd FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +makefile:54: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +make -C io FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL + +Build standalone FV3 io ... + +$ESMF_INC is [-I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include] +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' + +Build standalone FV3 io ... + +$ESMF_INC is [-I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include] +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/include/ncep_post_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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/include/ncep_post_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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/orion/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -c module_write_netcdf_parallel.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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o +ar: creating libfv3io.a +a - ffsync.o +a - FV3GFS_io.o +a - post_gfs.o +a - post_nems_routines.o +a - module_write_nemsio.o +a - module_write_netcdf.o +a - module_write_netcdf_parallel.o +a - module_fv3_io_def.o +a - module_write_internal_state.o +a - module_wrt_grid_comp.o +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +ar rv libfv3core.a model/a2b_edge.o model/multi_gases.o model/boundary.o model/dyn_core.o model/fv_arrays.o model/fv_control.o model/fv_dynamics.o model/fv_fill.o model/fv_grid_utils.o model/fv_mapz.o model/fv_nesting.o model/fv_regional_bc.o model/fv_sg.o model/fv_tracer2d.o model/fv_update_phys.o model/sw_core.o model/tp_core.o model/nh_core.o model/nh_utils.o tools/external_ic.o tools/external_sst.o tools/fv_diagnostics.o tools/fv_eta.o tools/fv_grid_tools.o tools/fv_io.o tools/fv_mp_mod.o tools/fv_nudge.o tools/fv_treat_da_inc.o tools/fv_iau_mod.o tools/fv_restart.o tools/fv_surf_map.o tools/fv_timing.o tools/init_hydro.o tools/sim_nc_mod.o tools/sorted_index.o tools/test_cases.o driver/fvGFS/DYCORE_typedefs.o driver/fvGFS/fv_nggps_diag.o driver/fvGFS/atmosphere.o +ar: creating libfv3core.a +a - model/a2b_edge.o +a - model/multi_gases.o +a - model/boundary.o +a - model/dyn_core.o +a - model/fv_arrays.o +a - model/fv_control.o +a - model/fv_dynamics.o +a - model/fv_fill.o +a - model/fv_grid_utils.o +a - model/fv_mapz.o +a - model/fv_nesting.o +a - model/fv_regional_bc.o +a - model/fv_sg.o +a - model/fv_tracer2d.o +a - model/fv_update_phys.o +a - model/sw_core.o +a - model/tp_core.o +a - model/nh_core.o +a - model/nh_utils.o +a - tools/external_ic.o +a - tools/external_sst.o +a - tools/fv_diagnostics.o +a - tools/fv_eta.o +a - tools/fv_grid_tools.o +a - tools/fv_io.o +a - tools/fv_mp_mod.o +a - tools/fv_nudge.o +a - tools/fv_treat_da_inc.o +a - tools/fv_iau_mod.o +a - tools/fv_restart.o +a - tools/fv_surf_map.o +a - tools/fv_timing.o +a - tools/init_hydro.o +a - tools/sim_nc_mod.o +a - tools/sorted_index.o +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 `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +makefile:87: depend: No such file or directory +Building dependencies ... +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c glats_stochy.f -o glats_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o +mpiifort -Duse_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 -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.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 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 cellular_automata_global.o cellular_automata_sgs.o update_ca.o +ar: creating libstochastic_physics.a +a - stochy_gg_def.o +a - stochy_resol_def.o +a - stochy_layout_lag.o +a - four_to_grid_stochy.o +a - glats_stochy.o +a - sumfln_stochy.o +a - gozrineo_stochy.o +a - num_parthds_stochy.o +a - get_ls_node_stochy.o +a - get_lats_node_a_stochy.o +a - setlats_a_stochy.o +a - setlats_lag_stochy.o +a - epslon_stochy.o +a - getcon_lag_stochy.o +a - pln2eo_stochy.o +a - dozeuv_stochy.o +a - dezouv_stochy.o +a - plumes.o +a - spectral_layout.o +a - getcon_spectral.o +a - stochy_namelist_def.o +a - compns_stochy.o +a - stochy_internal_state_mod.o +a - stochastic_physics.o +a - stochy_patterngenerator.o +a - stochy_data_mod.o +a - get_stochy_pattern.o +a - initialize_spectral_mod.o +a - cellular_automata_global.o +a - cellular_automata_sgs.o +a - update_ca.o +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +make libfv3cap.a FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 -DDEBUG -DOPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 +a - module_fv3_config.o +a - module_fcst_grid_comp.o +a - time_utils.o +a - fv3_cap.o +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +make esmf_make_fragment FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +# additional include files needed for PGI +#@echo "ESMF_DEP_INCPATH = /work/noaa/marine/dworthen/S2S_cmeps/FV3/nems_dir" >> fv3.mk + +Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk + +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +Installation into "/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL" complete! + +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +test -d /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL +rm -fr /work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" FMS_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="orion" DEBUG=Y ; \ +set -e ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ +./compile.sh --platform orion --fms-dir "/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8_0_0.g + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +Will use FMS from: /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL +++ pwd ++ BASEDIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6 ++ MACHINE_ID=orion ++ COMPILE_OPTION=orion-intel.mk ++ DEBUG=Y ++ REPRO= ++ [[ Y == \Y ]] ++ DEBUG=1 ++ echo 'MOM6 compile.sh ... DEBUG=1, REPRO=' +MOM6 compile.sh ... DEBUG=1, REPRO= ++ compile_MOM6_LIB=1 ++ compile_ocean_only=0 ++ compile_MOM6_SIS2=0 ++ [[ 1 == 1 ]] ++ echo 'compile MOM6 library ...' +compile MOM6 library ... ++ cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ++ mkdir -p build/intel/MOM6_LIB/repro ++ cd build/intel/MOM6_LIB/repro ++ [[ -f path_names ]] ++ rm -f path_names ++ echo 'generating file_paths ...' +generating file_paths ... ++ ../../../../src/mkmf/bin/list_paths ../../../../src/MOM6/src/ALE/ ../../../../src/MOM6/src/core/ ../../../../src/MOM6/src/diagnostics/ ../../../../src/MOM6/src/equation_of_state/ ../../../../src/MOM6/src/framework/ ../../../../src/MOM6/src/ice_shelf/ ../../../../src/MOM6/src/initialization/ ../../../../src/MOM6/src/ocean_data_assim/ ../../../../src/MOM6/src/parameterizations/ ../../../../src/MOM6/src/tracer/ ../../../../src/MOM6/src/user/ ../../../../src/MOM6/src/equation_of_state/TEOS10/ ../../../../src/MOM6/src/ocean_data_assim/core/ ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/ ../../../../src/MOM6/src/parameterizations/CVmix/ ../../../../src/MOM6/src/parameterizations/lateral/ ../../../../src/MOM6/src/parameterizations/vertical/ ../../../../src/MOM6/config_src/dynamic/ ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +A list of the files you checked out is in the file path_names. ++ echo 'generating makefile ...' +generating makefile ... ++ ../../../../src/mkmf/bin/mkmf -t ../../../../src/mkmf/templates/orion-intel.mk -p lib_ocean.a -o -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL path_names +.................................................................................................................................................................................................................................................................... Makefile is ready. ++ echo 'compiling MOM6 library...' +compiling MOM6 library... ++ make NETCDF=4 REPRO= DEBUG=1 lib_ocean.a +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6/build/intel/MOM6_LIB/repro' +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_error_handler.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_cpu_clock.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_time_manager.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_string_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/polynomial_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PLM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_safe_alloc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_vkernels.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PCM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_zlike.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_sigma.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_manager_wrapper.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_math.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_pt_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_sr_from_sp__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_intrinsic_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_gibbs_ice__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_specvol_second_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_chem_potential_water_t_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_pt0_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_freezing_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_from_t__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_specvol_first_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_freezing_poly__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_entropy_part_zerop__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_constants.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_rho__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_deriv_chem_potential_water_t_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_pt_from_ct__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_freezing_exact__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_rho_second_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_t_from_ct__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_freezing_poly__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_gibbs_pt0_pt0__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_ct_from_pt__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_rho_first_derivatives__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_entropy_part__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_gibbs__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_specvol__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ./gsw_sp_from_sr__genmod.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_coms.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_document.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_solvers.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_consts.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_values.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_edge_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_file_parser.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/equation_of_state/MOM_TFreeze.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PPM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/PQM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P1M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/P3M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/parameterizations/CVmix/cvmix_background.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_remapping.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_params.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_domains.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_unit_scaling.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/regrid_interp.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_verticalGrid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_hor_index.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_linear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_checksums.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_dyn_horgrid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/equation_of_state/MOM_EOS.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_io.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_debugging.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_spatial_means.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/baroclinic_zone_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/user_shelf_init.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_transcribe_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_get_input.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_restart.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_grid_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_shared_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_Z_init.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_write_cputime.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_hycom.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_variables.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_rho.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/ALE/coord_slight.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/initialization/midas_vertmap.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/coord_adapt.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_horizontal_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_interface_heights.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_checksum_packages.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_isopycnal_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/soliton_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/adjustment_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Rossby_front_2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/framework/MOM_diag_remap.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/framework/MOM_diag_mediator.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_registry.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_opacity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_speed.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_Montgomery.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_PointAccel.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_wave_structure.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_change_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_open_boundary.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/lock_exchange_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/external_gwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_forcing_type.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/benchmark_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Neverland_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/sloshing_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/seamount_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Phillips_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dense_water_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/circle_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/RGC_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/ISOMIP_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_diabatic.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_wave_interface.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_marine_ice.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/SCM_CVMix_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/MOM_controlled_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Idealized_Hurricane.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ISOMIP_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/DOME_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ALE/MOM_ALE.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity_PPM.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/supercritical_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_CoriolisAdv.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/tidal_bay_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/Kelvin_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/shelfwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_channel_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_barotropic.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/DOME_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_advect.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/tracer_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/RGC_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/ideal_age_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dye_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/oil_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/advection_test_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/dyed_obc_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/pseudo_salt_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/boundary_impulse_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_coord_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dyed_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_boundary_update.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_fixed_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce_blocked_AFV.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/initialization/MOM_state_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/ice_shelf/MOM_ice_shelf.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_generic_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_flow_control.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_continuity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_PressureForce.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/diagnostics/MOM_sum_output.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/dumbbell_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/user_revise_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/user/BFB_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_offline_main.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_unsplit.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM_dynamics_split_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_neutral_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/tracer/MOM_tracer_hor_diff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c ../../../../src/MOM6/src/core/MOM_unit_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/src/core/MOM.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -c -I../../../../src/MOM6/config_src/dynamic -I../../../../src/MOM6/src/framework ../../../../src/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 +ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_cpu_clock.o MOM_checksums.o user_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o ocean_da_types.o baroclinic_zone_initialization.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_open_boundary.o MOM_set_viscosity.o cvmix_shear.o MOM_regularize_layers.o MOM_string_functions.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o PLM_functions.o gsw_pt_from_t__genmod.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_safe_alloc.o gsw_sr_from_sp__genmod.o MOM_intrinsic_functions.o MOM_continuity.o MOM_obsolete_params.o MOM_checksum_packages.o dumbbell_initialization.o MOM_dyn_horgrid.o gsw_gibbs_ice__genmod.o MOM_unit_scaling.o gsw_specvol_second_derivatives__genmod.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o supercritical_initialization.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_error_handler.o MOM_PointAccel.o gsw_gibbs_pt0_pt0.o gsw_pt_from_ct.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_wave_speed.o ISOMIP_initialization.o gsw_chem_potential_water_t_exact__genmod.o polynomial_functions.o gsw_pt0_from_t__genmod.o user_shelf_init.o gsw_rho_first_derivatives.o MOM_neutral_diffusion.o write_ocean_obs.o MOM_EOS_UNESCO.o gsw_ct_freezing_exact__genmod.o seamount_initialization.o MOM_dynamics_unsplit.o gsw_ct_from_t__genmod.o MOM_diagnostics.o gsw_mod_specvol_coefficients.o gsw_specvol_first_derivatives__genmod.o MOM_barotropic.o soliton_initialization.o Kelvin_initialization.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_generic_tracer.o MOM_lateral_boundary_diffusion.o MOM_bkgnd_mixing.o circle_obcs_initialization.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o P1M_functions.o MOM_ALE.o gsw_t_freezing_poly__genmod.o boundary_impulse_tracer.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o MOM_diag_remap.o MOM_domains.o Neverland_initialization.o MOM_tidal_mixing.o gsw_entropy_part_zerop__genmod.o gsw_pt_from_t.o dense_water_initialization.o MOM_entrain_diffusive.o Phillips_initialization.o MOM_internal_tide_input.o MOM_marine_ice.o MOM_debugging.o kdtree.o MOM_document.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o gsw_rho__genmod.o MOM_tracer_flow_control.o MOM_coms.o cvmix_background.o MOM_diabatic_driver.o MOM_horizontal_regridding.o gsw_ct_from_pt.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_spatial_means.o RGC_tracer.o MOM_ice_shelf.o cvmix_ddiff.o gsw_specvol_second_derivatives.o gsw_t_deriv_chem_potential_water_t_exact__genmod.o gsw_ct_freezing_poly.o gsw_pt_from_ct__genmod.o MOM_PressureForce_Montgomery.o MOM_sum_output.o MOM_isopycnal_slopes.o gsw_mod_gibbs_ice_coefficients.o cvmix_math.o dumbbell_surface_forcing.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o MOM_ice_shelf_dynamics.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_tracer_hor_diff.o MOM_full_convection.o mom_ocean_model_nuopc.o gsw_chem_potential_water_t_exact.o MOM_EOS.o coord_rho.o MOM_state_initialization.o gsw_t_freezing_exact__genmod.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_restart.o MOM_coord_initialization.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o gsw_ct_freezing_exact.o MOM_OCMIP2_CFC.o MOM_diag_manager_wrapper.o MOM_time_manager.o regrid_interp.o MOM_EOS_NEMO.o gsw_mod_freezing_poly_coefficients.o MOM_CVMix_conv.o MOM_wave_structure.o gsw_pt0_from_t.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o tidal_bay_initialization.o user_change_diffusivity.o MOM_tracer_registry.o gsw_rho_second_derivatives__genmod.o coord_zlike.o gsw_gibbs_ice.o gsw_t_from_ct__genmod.o gsw_ct_freezing_poly__genmod.o gsw_gibbs_pt0_pt0__genmod.o MOM_MEKE_types.o MOM_CVMix_ddiff.o dyed_channel_initialization.o midas_vertmap.o gsw_rho_second_derivatives.o MOM_thickness_diffuse.o MOM_file_parser.o MOM_unit_tests.o ideal_age_example.o MOM_offline_main.o gsw_specvol_first_derivatives.o MOM_set_diffusivity.o DOME_initialization.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o coord_sigma.o BFB_surface_forcing.o advection_test_tracer.o pseudo_salt_tracer.o dyed_obcs_initialization.o MOM_PressureForce.o gsw_mod_toolbox.o MOM_verticalGrid.o MOM_regridding.o MOM_boundary_update.o MOM_forcing_type.o coord_adapt.o MOM_tracer_Z_init.o MOM_bulk_mixed_layer.o MOM_controlled_forcing.o gsw_sr_from_sp.o MOM_shared_initialization.o MOM_kappa_shear.o MOM_ALE_sponge.o gsw_entropy_part.o regrid_edge_slopes.o MOM_ice_shelf_state.o gsw_mod_teos10_constants.o MOM_PressureForce_analytic_FV.o MOM_lateral_mixing_coeffs.o Idealized_Hurricane.o MOM_write_cputime.o gsw_mod_kinds.o MOM_sponge.o gsw_ct_from_pt__genmod.o MOM_continuity_PPM.o oil_tracer.o MOM.o MOM_EOS_linear.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o gsw_rho_first_derivatives__genmod.o gsw_rho.o gsw_entropy_part__genmod.o gsw_gibbs__genmod.o dyed_obc_tracer.o MOM_PressureForce_blocked_AFV.o gsw_specvol__genmod.o gsw_sp_from_sr__genmod.o adjustment_initialization.o MOM_constants.o shelfwave_initialization.o MOM_remapping.o MOM_io.o dye_example.o benchmark_initialization.o lock_exchange_initialization.o mom_surface_forcing_nuopc.o cvmix_tidal.o MOM_obsolete_diagnostics.o gsw_t_deriv_chem_potential_water_t_exact.o +ar: creating lib_ocean.a +a - cvmix_utils.o +a - coord_hycom.o +a - MOM_cpu_clock.o +a - MOM_checksums.o +a - user_initialization.o +a - ISOMIP_tracer.o +a - PCM_functions.o +a - cvmix_kinds_and_types.o +a - ocean_da_types.o +a - baroclinic_zone_initialization.o +a - RGC_initialization.o +a - gsw_entropy_part_zerop.o +a - MOM_open_boundary.o +a - MOM_set_viscosity.o +a - cvmix_shear.o +a - MOM_regularize_layers.o +a - MOM_string_functions.o +a - MOM_wave_interface.o +a - MOM_grid.o +a - DOME_tracer.o +a - MOM_tidal_forcing.o +a - gsw_sp_from_sr.o +a - PLM_functions.o +a - gsw_pt_from_t__genmod.o +a - MOM_tracer_initialization_from_Z.o +a - MOM_MEKE.o +a - MOM_safe_alloc.o +a - gsw_sr_from_sp__genmod.o +a - MOM_intrinsic_functions.o +a - MOM_continuity.o +a - MOM_obsolete_params.o +a - MOM_checksum_packages.o +a - dumbbell_initialization.o +a - MOM_dyn_horgrid.o +a - gsw_gibbs_ice__genmod.o +a - MOM_unit_scaling.o +a - gsw_specvol_second_derivatives__genmod.o +a - MOM_EOS_Wright.o +a - gsw_gibbs.o +a - PPM_functions.o +a - supercritical_initialization.o +a - MOM_offline_aux.o +a - MOM_EOS_TEOS10.o +a - regrid_edge_values.o +a - MOM_energetic_PBL.o +a - MOM_CoriolisAdv.o +a - PQM_functions.o +a - MOM_dynamics_unsplit_RK2.o +a - MOM_error_handler.o +a - MOM_PointAccel.o +a - gsw_gibbs_pt0_pt0.o +a - gsw_pt_from_ct.o +a - MOM_fixed_initialization.o +a - gsw_t_freezing_poly.o +a - MOM_tracer_advect.o +a - gsw_t_freezing_exact.o +a - regrid_consts.o +a - MOM_diag_mediator.o +a - MOM_wave_speed.o +a - ISOMIP_initialization.o +a - gsw_chem_potential_water_t_exact__genmod.o +a - polynomial_functions.o +a - gsw_pt0_from_t__genmod.o +a - user_shelf_init.o +a - gsw_rho_first_derivatives.o +a - MOM_neutral_diffusion.o +a - write_ocean_obs.o +a - MOM_EOS_UNESCO.o +a - gsw_ct_freezing_exact__genmod.o +a - seamount_initialization.o +a - MOM_dynamics_unsplit.o +a - gsw_ct_from_t__genmod.o +a - MOM_diagnostics.o +a - gsw_mod_specvol_coefficients.o +a - gsw_specvol_first_derivatives__genmod.o +a - MOM_barotropic.o +a - soliton_initialization.o +a - Kelvin_initialization.o +a - MOM_hor_index.o +a - regrid_solvers.o +a - ocean_da_core.o +a - DOME2d_initialization.o +a - MOM_tracer_diabatic.o +a - MOM_vert_friction.o +a - MOM_generic_tracer.o +a - MOM_lateral_boundary_diffusion.o +a - MOM_bkgnd_mixing.o +a - circle_obcs_initialization.o +a - MOM_ice_shelf_initialize.o +a - MOM_CVMix_KPP.o +a - P1M_functions.o +a - MOM_ALE.o +a - gsw_t_freezing_poly__genmod.o +a - boundary_impulse_tracer.o +a - cvmix_put_get.o +a - MOM_oda_driver.o +a - cvmix_convection.o +a - MOM_diag_remap.o +a - MOM_domains.o +a - Neverland_initialization.o +a - MOM_tidal_mixing.o +a - gsw_entropy_part_zerop__genmod.o +a - gsw_pt_from_t.o +a - dense_water_initialization.o +a - MOM_entrain_diffusive.o +a - Phillips_initialization.o +a - MOM_internal_tide_input.o +a - MOM_marine_ice.o +a - MOM_debugging.o +a - kdtree.o +a - MOM_document.o +a - MOM_variables.o +a - P3M_functions.o +a - MOM_mixed_layer_restrat.o +a - MOM_diag_vkernels.o +a - gsw_rho__genmod.o +a - MOM_tracer_flow_control.o +a - MOM_coms.o +a - cvmix_background.o +a - MOM_diabatic_driver.o +a - MOM_horizontal_regridding.o +a - gsw_ct_from_pt.o +a - MOM_dynamics_split_RK2.o +a - sloshing_initialization.o +a - MOM_spatial_means.o +a - RGC_tracer.o +a - MOM_ice_shelf.o +a - cvmix_ddiff.o +a - gsw_specvol_second_derivatives.o +a - gsw_t_deriv_chem_potential_water_t_exact__genmod.o +a - gsw_ct_freezing_poly.o +a - gsw_pt_from_ct__genmod.o +a - MOM_PressureForce_Montgomery.o +a - MOM_sum_output.o +a - MOM_isopycnal_slopes.o +a - gsw_mod_gibbs_ice_coefficients.o +a - cvmix_math.o +a - dumbbell_surface_forcing.o +a - gsw_ct_from_t.o +a - MOM_TFreeze.o +a - MOM_grid_initialize.o +a - BFB_initialization.o +a - MOM_ice_shelf_dynamics.o +a - MOM_transcribe_grid.o +a - MOM_internal_tides.o +a - cvmix_kpp.o +a - MOM_tracer_hor_diff.o +a - MOM_full_convection.o +a - mom_ocean_model_nuopc.o +a - gsw_chem_potential_water_t_exact.o +a - MOM_EOS.o +a - coord_rho.o +a - MOM_state_initialization.o +a - gsw_t_freezing_exact__genmod.o +a - MOM_interface_heights.o +a - MOM_diabatic_aux.o +a - MOM_restart.o +a - MOM_coord_initialization.o +a - MOM_hor_visc.o +a - SCM_CVMix_tests.o +a - MOM_CVMix_shear.o +a - gsw_ct_freezing_exact.o +a - MOM_OCMIP2_CFC.o +a - MOM_diag_manager_wrapper.o +a - MOM_time_manager.o +a - regrid_interp.o +a - MOM_EOS_NEMO.o +a - gsw_mod_freezing_poly_coefficients.o +a - MOM_CVMix_conv.o +a - MOM_wave_structure.o +a - gsw_pt0_from_t.o +a - external_gwave_initialization.o +a - MOM_geothermal.o +a - gsw_specvol.o +a - MOM_get_input.o +a - tidal_bay_initialization.o +a - user_change_diffusivity.o +a - MOM_tracer_registry.o +a - gsw_rho_second_derivatives__genmod.o +a - coord_zlike.o +a - gsw_gibbs_ice.o +a - gsw_t_from_ct__genmod.o +a - gsw_ct_freezing_poly__genmod.o +a - gsw_gibbs_pt0_pt0__genmod.o +a - MOM_MEKE_types.o +a - MOM_CVMix_ddiff.o +a - dyed_channel_initialization.o +a - midas_vertmap.o +a - gsw_rho_second_derivatives.o +a - MOM_thickness_diffuse.o +a - MOM_file_parser.o +a - MOM_unit_tests.o +a - ideal_age_example.o +a - MOM_offline_main.o +a - gsw_specvol_first_derivatives.o +a - MOM_set_diffusivity.o +a - DOME_initialization.o +a - MOM_diapyc_energy_req.o +a - MOM_opacity.o +a - tracer_example.o +a - user_revise_forcing.o +a - coord_sigma.o +a - BFB_surface_forcing.o +a - advection_test_tracer.o +a - pseudo_salt_tracer.o +a - dyed_obcs_initialization.o +a - MOM_PressureForce.o +a - gsw_mod_toolbox.o +a - MOM_verticalGrid.o +a - MOM_regridding.o +a - MOM_boundary_update.o +a - MOM_forcing_type.o +a - coord_adapt.o +a - MOM_tracer_Z_init.o +a - MOM_bulk_mixed_layer.o +a - MOM_controlled_forcing.o +a - gsw_sr_from_sp.o +a - MOM_shared_initialization.o +a - MOM_kappa_shear.o +a - MOM_ALE_sponge.o +a - gsw_entropy_part.o +a - regrid_edge_slopes.o +a - MOM_ice_shelf_state.o +a - gsw_mod_teos10_constants.o +a - MOM_PressureForce_analytic_FV.o +a - MOM_lateral_mixing_coeffs.o +a - Idealized_Hurricane.o +a - MOM_write_cputime.o +a - gsw_mod_kinds.o +a - MOM_sponge.o +a - gsw_ct_from_pt__genmod.o +a - MOM_continuity_PPM.o +a - oil_tracer.o +a - MOM.o +a - MOM_EOS_linear.o +a - coord_slight.o +a - gsw_t_from_ct.o +a - Rossby_front_2d_initialization.o +a - gsw_rho_first_derivatives__genmod.o +a - gsw_rho.o +a - gsw_entropy_part__genmod.o +a - gsw_gibbs__genmod.o +a - dyed_obc_tracer.o +a - MOM_PressureForce_blocked_AFV.o +a - gsw_specvol__genmod.o +a - gsw_sp_from_sr__genmod.o +a - adjustment_initialization.o +a - MOM_constants.o +a - shelfwave_initialization.o +a - MOM_remapping.o +a - MOM_io.o +a - dye_example.o +a - benchmark_initialization.o +a - lock_exchange_initialization.o +a - mom_surface_forcing_nuopc.o +a - cvmix_tidal.o +a - MOM_obsolete_diagnostics.o +a - gsw_t_deriv_chem_potential_water_t_exact.o +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6/build/intel/MOM6_LIB/repro' ++ echo 'compiling MOM6 library successful' +compiling MOM6 library successful ++ echo 'compiling MOM6 library done' +compiling MOM6 library done ++ cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ++ mkdir -p exec/orion/ ++ ln -s /work/noaa/marine/dworthen/S2S_cmeps/MOM6/build/intel/MOM6_LIB/repro exec/orion/lib_ocean ++ [[ 0 == 1 ]] ++ echo ================================================== +================================================== ++ [[ 0 == 1 ]] ++ echo 'Next recommended step is to rejoice out of happiness from a successful compile.' +Next recommended step is to rejoice out of happiness from a successful compile. +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ + exec make -f makefile.nuopc COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" FMS_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="orion" \ + "FMSDIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL" \ + "NEMSMOMDIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion" \ + "INSTALLDIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" install + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8_0_0.g + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6' +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/time_utils.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap_methods.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap_time.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -DMOM6_CAP -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean -I. -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf src/MOM6/config_src/nuopc_driver/mom_cap.F90 +ar rv libmom.a mom_cap.o time_utils.o mom_cap_methods.o mom_cap_time.o +ar: creating libmom.a +a - mom_cap.o +a - time_utils.o +a - mom_cap_methods.o +a - mom_cap_time.o +rm -f mom6.mk.install +mkdir -p /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +cp -f /work/noaa/marine/dworthen/S2S_cmeps/MOM6/exec/orion/lib_ocean/lib_ocean.a /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +cp -f libmom.a mom_cap_mod.mod /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL +cp -f mom6.mk.install /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/MOM6' +test -d "/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL" +test -s "/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk" +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +set -eu ; \ +export COMP_SRCDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE COMP_BINDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL SITE="NEMS.orion" SYSTEM_USERDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" EXEDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" CPPCMEPS="-DCMEPS" NEMS_GRID="T126_mx5" DEBUG=Y ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/CICE ; \ +./comp_ice.backend + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8_0_0.g + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +NEMS_GRID = T126_mx025 +tcx comp_ice.backend res grid mx025 1440x1080 +ARCH is Linux.NEMS.orion +CICE comp_ice.backend ... DEBUG=Y +gmake[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' +Building dependency for shr_orb_mod.d +Building dependency for ice_zbgc_shared.d +Building dependency for ice_zbgc.d +Building dependency for ice_transport_remap.d +Building dependency for ice_transport_driver.d +Building dependency for ice_timers.d +Building dependency for ice_therm_vertical.d +Building dependency for ice_therm_shared.d +Building dependency for ice_therm_mushy.d +Building dependency for ice_therm_itd.d +Building dependency for ice_therm_bl99.d +Building dependency for ice_therm_0layer.d +Building dependency for ice_step_mod.d +Building dependency for ice_state.d +Building dependency for ice_spacecurve.d +Building dependency for ice_shortwave.d +Building dependency for ice_restoring.d +Building dependency for ice_restart_shared.d +Building dependency for ice_restart_driver.d +Building dependency for ice_restart.d +Building dependency for ice_read_write.d +Building dependency for ice_orbital.d +Building dependency for ice_ocean.d +Building dependency for ice_meltpond_topo.d +Building dependency for ice_meltpond_lvl.d +Building dependency for ice_meltpond_cesm.d +Building dependency for ice_mechred.d +Building dependency for ice_lvl.d +Building dependency for ice_kinds_mod.d +Building dependency for ice_itd.d +Building dependency for ice_init.d +Building dependency for ice_history_write.d +Building dependency for ice_history_shared.d +Building dependency for ice_history_pond.d +Building dependency for ice_history_mechred.d +Building dependency for ice_history_drag.d +Building dependency for ice_history_bgc.d +Building dependency for ice_history.d +Building dependency for ice_grid.d +Building dependency for ice_global_reductions.d +Building dependency for ice_gather_scatter.d +Building dependency for ice_forcing.d +Building dependency for ice_flux.d +Building dependency for ice_firstyear.d +Building dependency for ice_fileunits.d +Building dependency for ice_exit.d +Building dependency for ice_dyn_shared.d +Building dependency for ice_dyn_evp.d +Building dependency for ice_dyn_eap.d +Building dependency for ice_domain_size.d +Building dependency for ice_domain.d +Building dependency for ice_distribution.d +Building dependency for ice_diagnostics.d +Building dependency for ice_constants.d +Building dependency for ice_communicate.d +Building dependency for ice_calendar.d +Building dependency for ice_broadcast.d +Building dependency for ice_brine.d +Building dependency for ice_boundary.d +Building dependency for ice_blocks.d +Building dependency for ice_atmo.d +Building dependency for ice_algae.d +Building dependency for ice_age.d +Building dependency for ice_aerosol.d +Building dependency for CICE_RunMod.d +Building dependency for CICE_InitMod.d +Building dependency for CICE_FinalMod.d +Building dependency for CICE.d +gmake[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' +gmake[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_kinds_mod.F90 > ice_kinds_mod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_kinds_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/ice_constants.F90 > ice_constants.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_constants.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_fileunits.F90 > ice_fileunits.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_fileunits.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restart_shared.F90 > ice_restart_shared.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_communicate.F90 > ice_communicate.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_communicate.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_exit.F90 > ice_exit.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_exit.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_domain_size.F90 > ice_domain_size.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_domain_size.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_blocks.F90 > ice_blocks.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_blocks.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_spacecurve.F90 > ice_spacecurve.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_spacecurve.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_distribution.F90 > ice_distribution.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_distribution.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_global_reductions.F90 > ice_global_reductions.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_global_reductions.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_boundary.F90 > ice_boundary.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_boundary.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_broadcast.F90 > ice_broadcast.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_broadcast.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_domain.F90 > ice_domain.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_domain.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_state.F90 > ice_state.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_state.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90 > ice_atmo.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_atmo.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(330): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(353): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(476): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(506): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_atmo.F90(694): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_shared.F90 > ice_therm_shared.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc_shared.F90 > ice_zbgc_shared.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_zbgc_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90 > ice_flux.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_flux.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90(769): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90(903): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_flux.F90(965): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_calendar.F90 > ice_calendar.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_calendar.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_gather_scatter.F90 > ice_gather_scatter.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_gather_scatter.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_read_write.F90 > ice_read_write.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_read_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi/ice_timers.F90 > ice_timers.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_timers.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_grid.F90 > ice_grid.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_grid.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90 > ice_diagnostics.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_diagnostics.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90(1079): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90(1092): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_diagnostics.F90(1165): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_ocean.F90 > ice_ocean.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_ocean.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_ocean.F90(172): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_forcing.F90 > ice_forcing.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_forcing.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share/shr_orb_mod.F90 > shr_orb_mod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include shr_orb_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_orbital.F90 > ice_orbital.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_orbital.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_orbital.F90(109): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_shared.F90 > ice_dyn_shared.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf/ice_restart.F90 > ice_restart.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_meltpond_lvl.F90 > ice_meltpond_lvl.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_meltpond_cesm.F90 > ice_meltpond_cesm.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_cesm.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_meltpond_topo.F90 > ice_meltpond_topo.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_meltpond_topo.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90 > ice_shortwave.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_shortwave.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(647): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(800): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1016): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1042): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1065): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1655): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1679): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1720): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1736): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1774): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1790): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(1830): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3108): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3129): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3140): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3163): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3770): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3865): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_shortwave.F90(3422): warning #7532: The number of arguments is incompatible with intrinsic procedure, assume 'external'. [GAMMA] + gamma(w,uu,gg,e) = p5*w*((c1 + c3*gg*(c1-w)*uu*uu) & +------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_aerosol.F90 > ice_aerosol.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_aerosol.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90 > ice_algae.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_algae.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(284): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(300): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(344): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(366): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(403): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(442): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_algae.F90(692): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90 > ice_itd.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_itd.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(333): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(346): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(357): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(369): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(381): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(394): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(407): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(420): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1139): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1170): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1903): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1916): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1935): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1954): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2048): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2062): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2084): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2104): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2123): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2152): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2220): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2239): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(2255): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_itd.F90(1784): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [FLUX_BIO] + flux_bio, l_stop, & +----------------------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90 > ice_mechred.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_mechred.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(800): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1037): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1051): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1071): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1123): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1247): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1260): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1272): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1519): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1549): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1572): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1638): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1733): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1751): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1763): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1775): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1787): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1800): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1813): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1828): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1939): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1967): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1980): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(1992): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2003): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2201): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2221): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_mechred.F90(2241): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_eap.F90 > ice_dyn_eap.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_eap.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_eap.F90(1179): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_shared.F90 > ice_history_shared.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_shared.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_mechred.F90 > ice_history_mechred.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_mechred.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_pond.F90 > ice_history_pond.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_pond.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_bgc.F90 > ice_history_bgc.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_bgc.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history_drag.F90 > ice_history_drag.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_drag.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf/ice_history_write.F90 > ice_history_write.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history_write.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_mushy.F90 > ice_therm_mushy.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_mushy.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_history.F90 > ice_history.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_history.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_age.F90 > ice_age.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_age.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_firstyear.F90 > ice_firstyear.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_firstyear.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_lvl.F90 > ice_lvl.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_lvl.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90 > ice_transport_remap.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_transport_remap.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(1235): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3117): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3148): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3290): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3318): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3365): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3425): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3456): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3478): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3680): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_remap.F90(3700): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_transport_driver.F90 > ice_transport_driver.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_transport_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90 > ice_therm_bl99.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_bl99.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(444): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(569): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(646): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(685): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(756): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(905): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(990): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1001): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1125): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1797): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1806): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_bl99.F90(1818): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90 > ice_therm_0layer.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_0layer.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(236): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(297): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(350): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_0layer.F90(450): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90 > ice_therm_vertical.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_vertical.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(742): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(754): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(765): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(781): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(914): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(941): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1046): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1065): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1199): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1227): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1438): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1452): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1573): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1624): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1667): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1696): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1730): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1768): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1777): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1844): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1897): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1951): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(1960): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2086): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2108): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2207): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2305): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_vertical.F90(2431): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restoring.F90 > ice_restoring.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restoring.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restoring.F90(456): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_init.F90 > ice_init.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_init.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_init.F90(1381): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90 > ice_brine.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_brine.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(175): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(302): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(315): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(343): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(356): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(452): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(469): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(492): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_brine.F90(518): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90 > ice_zbgc.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_zbgc.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(692): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(825): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(996): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_zbgc.F90(1046): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_restart_driver.F90 > ice_restart_driver.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_restart_driver.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE_InitMod.F90 > CICE_InitMod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_InitMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90 > ice_therm_itd.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_therm_itd.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(341): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(443): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(499): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(580): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(698): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1129): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1165): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1181): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1198): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1457): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1473): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1490): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1596): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1634): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1655): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1688): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_therm_itd.F90(1749): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_evp.F90 > ice_dyn_evp.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_dyn_evp.f90 +/work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_dyn_evp.F90(517): remark #5140: Unrecognized directive +!DIR$ CONCURRENT !Cray +----------------------^ +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/source/ice_step_mod.F90 > ice_step_mod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include ice_step_mod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE_RunMod.F90 > CICE_RunMod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_RunMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE_FinalMod.F90 > CICE_FinalMod.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE_FinalMod.f90 +fpp -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_F2008_CONTIGUOUS -DLINUX -DCPRINTEL -DCICE_NEMS -DNXGLOB=1440 -DNYGLOB=1080 -DBLCKX=60 -DBLCKY=540 -DMXBLCKS=1 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRAERO=0 -DNBGCLYR=7 -DTRBGCS=0 -DNUMIN=11 -DNUMAX=99 -Dncdf -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include /work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice/CICE.F90 > CICE.f90 +mpiifort -c -g -O0 -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -link_mpi=dbg -xHost -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -FR -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/drivers/cice -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/source -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/mpi -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/io_netcdf -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/csm_share -I/apps/contrib/NCEPLIBS/lib//netcdfp/include CICE.f90 +mpiifort -o /work/noaa/marine/dworthen/S2S_cmeps/CICE/cice CICE.o CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o ice_aerosol.o ice_age.o ice_algae.o ice_atmo.o ice_blocks.o ice_boundary.o ice_brine.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_constants.o ice_diagnostics.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_firstyear.o ice_flux.o ice_forcing.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_init.o ice_itd.o ice_kinds_mod.o ice_lvl.o ice_mechred.o ice_meltpond_cesm.o ice_meltpond_lvl.o ice_meltpond_topo.o ice_ocean.o ice_orbital.o ice_read_write.o ice_restart.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_shortwave.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_therm_0layer.o ice_therm_bl99.o ice_therm_itd.o ice_therm_mushy.o ice_therm_shared.o ice_therm_vertical.o ice_timers.o ice_transport_driver.o ice_transport_remap.o ice_zbgc.o ice_zbgc_shared.o shr_orb_mod.o -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdf -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdf -lnetcdff +gmake[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice/compile' +/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice +NTASK = 48 +global N, block_size +x 1440, 60 +y 1080, 540 +max_blocks = 1 +1 = TRAGE, iage tracer +1 = TRFY, first-year ice tracer +1 = TRLVL, level-ice tracers +1 = TRPND, melt pond tracers +0 = NTRAERO, number of aerosol tracers +0 = TRBRI, brine height tracer +7 = NBGCLYR, number of bio grid layers +0 = TRBGCS, number of BGC tracers +ar: creating /work/noaa/marine/dworthen/S2S_cmeps/CICE/liblanl_cice.a +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; exec make -f makefile.nuopc \ + COMP_SRCDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE COMP_BINDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL SITE="NEMS.orion" SYSTEM_USERDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" EXEDIR="/work/noaa/marine/dworthen/S2S_cmeps/CICE" CPPCMEPS="-DCMEPS" NEMS_GRID="T126_mx5" \ + "LANLCICEDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE" "INSTALLDIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL" install + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8_0_0.g + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +mpiifort -DCMEPS -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/compile -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_00' -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_MOAB=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEPLIBS/lib/EXTERNAL/ESMF-8.0.0/esmf cice_cap.F90 +ar rv libcice.a cice_cap.o +ar: creating libcice.a +a - cice_cap.o +rm -f cice.mk.install +mkdir -p /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +cp -f /work/noaa/marine/dworthen/S2S_cmeps/CICE/liblanl_cice.a /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +cp -f libcice.a cice_cap_mod.mod /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +cp -f cice.mk.install /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +test -f /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +set -e ; \ + . /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS ; \ + exec make COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ + "INSTALLDIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL" install + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8_0_0.g + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8_0_0.g + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS' +cd nems/lib ;\ +exec make install FC="mpiifort" CC="mpiicc" CXX="mpiicpc" PIO_INSTALL_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib' +mkdir -p "/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build"; \ +cd "/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build"; \ +CC="mpiicc" CXX="mpiicpc" FC="mpiifort" cmake -D CMAKE_VERBOSE_MAKEFILE:BOOL=ON -D PIO_ENABLE_TESTS:BOOL=OFF -D PIO_ENABLE_TIMING:BOOL=OFF -D PIO_USE_MALLOC:BOOL=ON -D GENF90_PATH=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/genf90 -D USER_CMAKE_MODULE_PATH="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO"/cmake -D CMAKE_INSTALL_PREFIX=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install -D NetCDF_PATH:PATH=/apps/contrib/NCEPLIBS/lib//netcdfp -D WITH_PNETCDF=OFF ../ +-- The C 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-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/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 Fortran compiler: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc (found version "3.1") +-- Found MPI_Fortran: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort (found version "3.1") +-- Found MPI: TRUE (found version "3.1") +-- Looking for sys/types.h +-- Looking for sys/types.h - found +-- Looking for stdint.h +-- Looking for stdint.h - found +-- Looking for stddef.h +-- Looking for stddef.h - found +-- Check size of MPI_Offset +-- Check size of MPI_Offset - done +-- Check if the system is big endian +-- Searching 16 bit integer +-- Check size of unsigned short +-- Check size of unsigned short - done +-- Using unsigned short +-- Check if the system is big endian - little endian +-- Found NetCDF_C: /apps/contrib/NCEPLIBS/lib/netcdfp/lib/libnetcdf.so +-- Checking NetCDF version +-- Checking NetCDF version - 4.8.0.-developmen +-- Checking whether NetCDF has parallel support +-- Checking whether NetCDF has parallel support - yes +-- Looking for nc_set_log_level +-- Looking for nc_set_log_level - found +-- Check size of size_t +-- Check size of size_t - done +-- Check size of long long +-- Check size of long long - done +-- Checking whether Fortran compiler supports c_sizeof +-- Checking whether Fortran compiler supports c_sizeof - failed +-- MPIIO not detected and therefore disabled. +-- Checking whether MPI Fortran module is supported +-- Checking whether MPI Fortran module is supported - failed +-- MPI Fortran module failed verification and therefore disabled. +-- Found NetCDF_Fortran: /apps/contrib/NCEPLIBS/lib/netcdfp/lib/libnetcdff.so +-- Found Doxygen: /bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Configuring done +-- Generating done +-- Build files have been written to: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build +cd "/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build"; \ +exec make install +make[3]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +/apps/cmake-3.15.4/bin/cmake -S/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO -B/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/CMakeFiles /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/CMakeFiles/progress.marks +make -f CMakeFiles/Makefile2 all +make[4]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +make -f src/clib/CMakeFiles/pioc.dir/build.make src/clib/CMakeFiles/pioc.dir/depend +make[5]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib/CMakeFiles/pioc.dir/DependInfo.cmake --color= +Scanning dependencies of target pioc +make[5]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +make -f src/clib/CMakeFiles/pioc.dir/build.make src/clib/CMakeFiles/pioc.dir/build +make[5]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +[ 2%] Building C object src/clib/CMakeFiles/pioc.dir/topology.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/topology.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/topology.c +[ 5%] Building C object src/clib/CMakeFiles/pioc.dir/pio_file.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_file.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_file.c +[ 8%] Building C object src/clib/CMakeFiles/pioc.dir/pioc_support.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pioc_support.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pioc_support.c +[ 11%] Building C object src/clib/CMakeFiles/pioc.dir/pio_lists.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_lists.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_lists.c +[ 14%] Building C object src/clib/CMakeFiles/pioc.dir/pioc.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pioc.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pioc.c +[ 17%] Building C object src/clib/CMakeFiles/pioc.dir/pioc_sc.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pioc_sc.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pioc_sc.c +[ 20%] Building C object src/clib/CMakeFiles/pioc.dir/pio_spmd.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_spmd.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_spmd.c +[ 22%] Building C object src/clib/CMakeFiles/pioc.dir/pio_rearrange.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_rearrange.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_rearrange.c +[ 25%] Building C object src/clib/CMakeFiles/pioc.dir/pio_nc4.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_nc4.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_nc4.c +[ 28%] Building C object src/clib/CMakeFiles/pioc.dir/bget.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/bget.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/bget.c +[ 31%] Building C object src/clib/CMakeFiles/pioc.dir/pio_nc.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_nc.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_nc.c +[ 34%] Building C object src/clib/CMakeFiles/pioc.dir/pio_put_nc.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_put_nc.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_put_nc.c +[ 37%] Building C object src/clib/CMakeFiles/pioc.dir/pio_get_nc.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_get_nc.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_get_nc.c +[ 40%] Building C object src/clib/CMakeFiles/pioc.dir/pio_getput_int.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_getput_int.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_getput_int.c +[ 42%] Building C object src/clib/CMakeFiles/pioc.dir/pio_msg.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_msg.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_msg.c +[ 45%] Building C object src/clib/CMakeFiles/pioc.dir/pio_darray.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_darray.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_darray.c +[ 48%] Building C object src/clib/CMakeFiles/pioc.dir/pio_darray_int.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_darray_int.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_darray_int.c +[ 51%] Building C object src/clib/CMakeFiles/pioc.dir/pio_get_vard.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_get_vard.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_get_vard.c +[ 54%] Building C object src/clib/CMakeFiles/pioc.dir/pio_put_vard.c.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiicc -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -std=c99 -debug minimal -o CMakeFiles/pioc.dir/pio_put_vard.c.o -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib/pio_put_vard.c +[ 57%] Linking C static library libpioc.a +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/pioc.dir/cmake_clean_target.cmake +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/clib && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/pioc.dir/link.txt --verbose=1 +/bin/ar qc libpioc.a CMakeFiles/pioc.dir/topology.c.o CMakeFiles/pioc.dir/pio_file.c.o CMakeFiles/pioc.dir/pioc_support.c.o CMakeFiles/pioc.dir/pio_lists.c.o CMakeFiles/pioc.dir/pioc.c.o CMakeFiles/pioc.dir/pioc_sc.c.o CMakeFiles/pioc.dir/pio_spmd.c.o CMakeFiles/pioc.dir/pio_rearrange.c.o CMakeFiles/pioc.dir/pio_nc4.c.o CMakeFiles/pioc.dir/bget.c.o CMakeFiles/pioc.dir/pio_nc.c.o CMakeFiles/pioc.dir/pio_put_nc.c.o CMakeFiles/pioc.dir/pio_get_nc.c.o CMakeFiles/pioc.dir/pio_getput_int.c.o CMakeFiles/pioc.dir/pio_msg.c.o CMakeFiles/pioc.dir/pio_darray.c.o CMakeFiles/pioc.dir/pio_darray_int.c.o CMakeFiles/pioc.dir/pio_get_vard.c.o CMakeFiles/pioc.dir/pio_put_vard.c.o +/bin/ranlib libpioc.a +make[5]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +[ 57%] Built target pioc +make -f src/flib/CMakeFiles/genf90.dir/build.make src/flib/CMakeFiles/genf90.dir/depend +make[5]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib/CMakeFiles/genf90.dir/DependInfo.cmake --color= +Scanning dependencies of target genf90 +make[5]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/genf90.dir/build.make src/flib/CMakeFiles/genf90.dir/build +make[5]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +make[5]: Nothing to be done for `src/flib/CMakeFiles/genf90.dir/build'. +make[5]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +[ 57%] Built target genf90 +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/depend +make[5]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +[ 60%] Generating piodarray.F90 +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/genf90/genf90.pl /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/piodarray.F90.in > piodarray.F90 +[ 62%] Generating pionfatt_mod.F90 +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/genf90/genf90.pl /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pionfatt_mod.F90.in > pionfatt_mod.F90 +[ 65%] Generating pionfput_mod.F90 +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/genf90/genf90.pl /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pionfput_mod.F90.in > pionfput_mod.F90 +[ 68%] Generating pionfget_mod.F90 +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/genf90/genf90.pl /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pionfget_mod.F90.in > pionfget_mod.F90 +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib/CMakeFiles/piof.dir/DependInfo.cmake --color= +Scanning dependencies of target piof +make[5]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +make -f src/flib/CMakeFiles/piof.dir/build.make src/flib/CMakeFiles/piof.dir/build +make[5]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +[ 71%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_kinds.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pio_kinds.F90 -o CMakeFiles/piof.dir/pio_kinds.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pio_kinds.mod src/flib/CMakeFiles/piof.dir/pio_kinds.mod.stamp Intel +[ 74%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_support.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pio_support.F90 -o CMakeFiles/piof.dir/pio_support.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pio_support.mod src/flib/CMakeFiles/piof.dir/pio_support.mod.stamp Intel +[ 77%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_types.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pio_types.F90 -o CMakeFiles/piof.dir/pio_types.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pio_types.mod src/flib/CMakeFiles/piof.dir/pio_types.mod.stamp Intel +[ 80%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio_nf.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pio_nf.F90 -o CMakeFiles/piof.dir/pio_nf.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pio_nf.mod src/flib/CMakeFiles/piof.dir/pio_nf.mod.stamp Intel +[ 82%] Building Fortran object src/flib/CMakeFiles/piof.dir/piodarray.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib/piodarray.F90 -o CMakeFiles/piof.dir/piodarray.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/piodarray.mod src/flib/CMakeFiles/piof.dir/piodarray.mod.stamp Intel +[ 85%] Building Fortran object src/flib/CMakeFiles/piof.dir/piolib_mod.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/piolib_mod.F90 -o CMakeFiles/piof.dir/piolib_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/piolib_mod.mod src/flib/CMakeFiles/piof.dir/piolib_mod.mod.stamp Intel +[ 88%] Building Fortran object src/flib/CMakeFiles/piof.dir/pionfatt_mod.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib/pionfatt_mod.F90 -o CMakeFiles/piof.dir/pionfatt_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pionfatt_mod.mod src/flib/CMakeFiles/piof.dir/pionfatt_mod.mod.stamp Intel +[ 91%] Building Fortran object src/flib/CMakeFiles/piof.dir/pionfget_mod.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib/pionfget_mod.F90 -o CMakeFiles/piof.dir/pionfget_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pionfget_mod.mod src/flib/CMakeFiles/piof.dir/pionfget_mod.mod.stamp Intel +[ 94%] Building Fortran object src/flib/CMakeFiles/piof.dir/pionfput_mod.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib/pionfput_mod.F90 -o CMakeFiles/piof.dir/pionfput_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pionfput_mod.mod src/flib/CMakeFiles/piof.dir/pionfput_mod.mod.stamp Intel +[ 97%] Building Fortran object src/flib/CMakeFiles/piof.dir/pio.F90.o +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCPRINTEL -DLINUX -DLOGGING -DNETCDF_C_LOGGING_ENABLED -DNO_C_SIZEOF -D_NETCDF -D_NETCDF4 -D_NOPNETCDF -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/clib -debug minimal -c /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/src/flib/pio.F90 -o CMakeFiles/piof.dir/pio.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod src/flib/pio.mod src/flib/CMakeFiles/piof.dir/pio.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_kinds.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_nf.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_support.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pio_types.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/piodarray.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/piolib_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pionfatt_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pionfget_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch src/flib/CMakeFiles/piof.dir/pionfput_mod.F90.o.provides.build +[100%] Linking Fortran static library libpiof.a +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/piof.dir/cmake_clean_target.cmake +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/src/flib && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/piof.dir/link.txt --verbose=1 +/bin/ar qc libpiof.a CMakeFiles/piof.dir/pio_nf.F90.o CMakeFiles/piof.dir/pio.F90.o CMakeFiles/piof.dir/pio_kinds.F90.o CMakeFiles/piof.dir/pio_types.F90.o CMakeFiles/piof.dir/piolib_mod.F90.o CMakeFiles/piof.dir/pio_support.F90.o CMakeFiles/piof.dir/pionfatt_mod.F90.o CMakeFiles/piof.dir/pionfput_mod.F90.o CMakeFiles/piof.dir/pionfget_mod.F90.o CMakeFiles/piof.dir/piodarray.F90.o +/bin/ranlib libpiof.a +make[5]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +[100%] Built target piof +make[4]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build/CMakeFiles 0 +make -f CMakeFiles/Makefile2 preinstall +make[4]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +make[4]: Nothing to be done for `preinstall'. +make[4]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +Install the project... +/apps/cmake-3.15.4/bin/cmake -P cmake_install.cmake +-- Install configuration: "" +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/lib/libpioc.a +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pio.h +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/lib/libpiof.a +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pio.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pio_nf.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pio_types.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/piolib_mod.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pionfget_mod.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pio_kinds.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pio_support.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/piodarray.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pionfatt_mod.mod +-- Installing: /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/pionfput_mod.mod +make[3]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build' +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib' +cd nems/util ;\ +exec make PIO_INCLUDE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/util' +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_kind_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. perf_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_log_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_mpi_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_abort_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_const_mod.F90 +warning #15396: Vector specification for function 'shr_const_mod_mp_shr_const_isspval_' is ignored with specified optimization options. +shr_const_mod.F90(89): (col. 30) warning #13401: vector function was emulated +shr_const_mod.F90(89): (col. 30) warning #13401: vector function was emulated +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_sys_mod.F90 +shr_sys_mod.F90(105): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [RCODE] +SUBROUTINE shr_sys_chdir(path, rcode) +-------------------------------^ +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_flux_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_mem_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. shr_pio_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I. glc_elevclass_mod.F90 +glc_elevclass_mod.F90(43): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [GLC_ELEVCLASS] + subroutine glc_get_elevation_classes_with_bareland(glc_ice_covered, glc_topo, glc_elevclass, logunit) +--------------------------------------------------------------------------------^ +glc_elevclass_mod.F90(36): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [GLC_ELEVCLASS] + subroutine glc_get_elevation_classes_without_bareland(glc_topo, glc_elevclass, logunit) +------------------------------------------------------------------^ +glc_elevclass_mod.F90(58): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [GLC_ICEFRAC_EC] + subroutine glc_get_fractional_icecov(nec, glc_topo, glc_icefrac, glc_icefrac_ec, logunit) +-------------------------------------------------------------------^ +ar rv libcmeps_util.a perf_mod.o shr_abort_mod.o shr_const_mod.o shr_flux_mod.o shr_kind_mod.o shr_log_mod.o shr_mem_mod.o shr_mpi_mod.o shr_pio_mod.o shr_sys_mod.o glc_elevclass_mod.o +ar: creating libcmeps_util.a +a - perf_mod.o +a - shr_abort_mod.o +a - shr_const_mod.o +a - shr_flux_mod.o +a - shr_kind_mod.o +a - shr_log_mod.o +a - shr_mem_mod.o +a - shr_mpi_mod.o +a - shr_pio_mod.o +a - shr_sys_mod.o +a - glc_elevclass_mod.o +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/util' +cd mediator ;\ +exec make PIO_INCLUDE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include INTERNAL_PIO_INIT=1 +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/mediator' +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_kind_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_utils_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util esmFlds.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_internalstate_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_constants_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_methods_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_map_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_merge_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_wav_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_ice_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util esmFldsExchange_cesm_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_time_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_profile_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_ocn_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_rof_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_aofluxes_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_fraction_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_lnd_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_io_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_history_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_ocnalb_mod.F90 +med_phases_ocnalb_mod.F90(589): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [RC] + subroutine med_phases_ocnalb_orbital_update(clock, logunit, mastertask, eccen, obliqr, lambm0, mvelpp, rc) +----------------------------------------------------------------------------------------------------------^ +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_restart_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_atm_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util esmFldsExchange_nems_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med_phases_prep_glc_mod.F90 +mpiifort -c -fp-model source -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DINTERNAL_PIO_INIT -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include -I../nems/util med.F90 +ar rv libcmeps.a med_phases_prep_wav_mod.o med_phases_prep_ice_mod.o esmFldsExchange_cesm_mod.o med_phases_profile_mod.o med_time_mod.o med_methods_mod.o med_constants_mod.o med_phases_prep_ocn_mod.o med.o med_fraction_mod.o med_phases_history_mod.o esmFlds.o med_io_mod.o med_phases_prep_lnd_mod.o med_kind_mod.o med_phases_restart_mod.o med_phases_prep_glc_mod.o med_internalstate_mod.o med_phases_prep_atm_mod.o esmFldsExchange_nems_mod.o med_utils_mod.o med_phases_aofluxes_mod.o med_phases_ocnalb_mod.o med_phases_prep_rof_mod.o med_merge_mod.o med_map_mod.o +ar: creating libcmeps.a +a - med_phases_prep_wav_mod.o +a - med_phases_prep_ice_mod.o +a - esmFldsExchange_cesm_mod.o +a - med_phases_profile_mod.o +a - med_time_mod.o +a - med_methods_mod.o +a - med_constants_mod.o +a - med_phases_prep_ocn_mod.o +a - med.o +a - med_fraction_mod.o +a - med_phases_history_mod.o +a - esmFlds.o +a - med_io_mod.o +a - med_phases_prep_lnd_mod.o +a - med_kind_mod.o +a - med_phases_restart_mod.o +a - med_phases_prep_glc_mod.o +a - med_internalstate_mod.o +a - med_phases_prep_atm_mod.o +a - esmFldsExchange_nems_mod.o +a - med_utils_mod.o +a - med_phases_aofluxes_mod.o +a - med_phases_ocnalb_mod.o +a - med_phases_prep_rof_mod.o +a - med_merge_mod.o +a - med_map_mod.o +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/mediator' +rm -f cmeps.mk.install +mkdir -p /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL +mkdir -p /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include +cp -f /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/lib/*.a /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL +cp -f /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include/* /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include +cp -f /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/util/libcmeps_util.a /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL +cp -f /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/mediator/libcmeps.a /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL +cp -f mediator/*.mod /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include +cp -f nems/util/*.mod /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include +cp -f cmeps.mk.install /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS' +test -d "/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL" +test -s "/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk" +( \ +echo "# Do not edit this file. It is automatically generated." ; \ +echo "# Edit the component list or /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ccpp_mk="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk" ; echo fms_mk="/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk" ; echo cice_mk="/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk" ; echo cmeps_mk="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk" ; ) > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC" +. /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +set -e ; \ +for m in /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk ; do \ + test -s $m ; \ +done ; \ +echo build NEMS after /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src ; \ +make nems DEBUG=Y \ + COMPONENTS="CCPP FMS FV3 MOM6 CICE CMEPS" \ + CCPP_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp FMS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL FV3_DIR=/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL MOM6_DIR=/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL CICE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL CMEPS_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL TARGET="/work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x" ; \ +test -x /work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8_0_0.g + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +build NEMS after /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk +Components in linker order: CMEPS CICE MOM6 FV3 FMS CCPP +CMEPS: include /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk +CICE: include /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +MOM6: include /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk +FMS: include /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk +CCPP: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk +CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" +CPPFLAGS += ESMF_VERSION_MAJOR="8" +CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" +CPPFLAGS += ESMF_VERSION_MINOR="1" +CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" +CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" +CPPFLAGS += ESMF_VERSION_REVISION="0" +CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' +cd ENS_Cpl && make stub +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +mpiicc -E -DFV3_CPLD -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/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 `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:50:09 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:50:09 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:50:09 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 +mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o +'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' +mpiicc -E -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:50:09 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:50:09 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:50:09 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:50:09 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:50:09 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:50:09 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 -DFV3_CPLD -traditional -DFRONT_CMEPS=MED -DFRONT_CICE=cice_cap_mod -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(dworthen) Tue Jun 2 21:50:09 GMT 2020 r592b15af8a02 https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=154' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/include -I/work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3 -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/io -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/../stochastic_physics -I/work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/include -I/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build/physics -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 /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf +extlibs is /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf +mpiifort -o /work/noaa/marine/dworthen/S2S_cmeps/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 /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/libcmeps.a /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/libcmeps_util.a /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/libpiof.a /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/libpioc.a /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/libcice.a /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/liblanl_cice.a /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/libmom.a /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/lib_ocean.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3cap.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libccppdriver.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3core.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3io.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libipd.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libgfsphys.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libfv3cpl.a /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/libstochastic_physics.a /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/libfms.a -L/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8.0.0.debug/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf +/apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/apps/contrib/NCEPLIBS/orion/NCEPLIBS-umbrella/lib/src/jasper_v1.900.1/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' ++ [[ YES == YES ]] ++ make app=coupledFV3_CCPP_MOM6_CICE_CMEPS_debug clean +Convert /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_CMEPS_debug.appBuilder +...into /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_CMEPS_debug.appBuilder.mk +Include /work/noaa/marine/dworthen/S2S_cmeps/coupledFV3_CCPP_MOM6_CICE_CMEPS_debug.appBuilder.mk +MOM6%DEBUG=Y => MOM6_MAKEOPT += DEBUG=Y +CICE%DEBUG=Y => CICE_MAKEOPT += DEBUG=Y +CMEPS%DEBUG=Y => CMEPS_MAKEOPT += DEBUG=Y +echo 'CCPP FMS FV3 MOM6 CICE CMEPS' > "/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/components.mk" +NEMS_BUILDOPT IS DEBUG=Y +Adding FV3 makeopts to FMS makeopts +/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +set -x ; \ +cd "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" ; \ +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build" ++ cd /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp ++ rm -rf /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/build +cat /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs/makefile.temp.clean +cd /work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs ; \ + exec make CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled CMEPS=Y PATH_CCPP="/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp" -f makefile.temp.clean clean +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/marine/dworthen/S2S_cmeps/FMS/fv3gfs' +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 +cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 +cd /work/noaa/marine/dworthen/S2S_cmeps/FV3 ; exec make \ + -k cleanall FMS_DIR=/dev/null +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +Cleaning ... + +(cd gfsphysics && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +Cleaning gfsphysics ... + +rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/gfsphysics' +(cd ccpp/driver && make clean) + +Build CCPP layer ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/driver' +(cd ipd && make clean) + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +Cleaning ipd ... + +rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/ipd' +(cd ../stochastic_physics && make clean) + +Build standalone FV3 stochastic_physics ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +Cleaning stochastic_physics ... + +rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/stochastic_physics' +(cd io && make clean) + +Build standalone FV3 io ... + +$ESMF_INC is [] +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' +Cleaning io ... + +rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/io' +(cd atmos_cubed_sphere && make clean) + +Build standalone FV3 fv3core ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' +Cleaning fv3core ... + +rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/atmos_cubed_sphere' +(cd cpl && make clean) + +Build standalone FV3 io ... + +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/FV3/cpl' +Cleaning io ... + +rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/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 `/work/noaa/marine/dworthen/S2S_cmeps/FV3' +rm -rf nems_dir FV3_INSTALL /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/configure.fv3 \ + /work/noaa/marine/dworthen/S2S_cmeps/FV3/conf/modules.fv3 +set -e ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/MOM6 ; \ +set +e ; \ +rm -rf exec src/path_names_shared ; \ +find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f +cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; export ESMFMKFILE=/dev/null ; \ + exec make -f makefile.nuopc clean +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +rm -f -f libcice.a *.f90 *.o *.mod *.lst depend +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CICE_SRC/lanl_cice_cap' +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE_CAP ; set +e ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f ; \ +rm -rf cice.mk.install /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL +set -e ; cd /work/noaa/marine/dworthen/S2S_cmeps/CICE ; set +e ; \ +rm -rf history compile restart *.a ; \ +find . -name '*.a' -o -name '*.mod' -o -name '*.o' | xargs rm -f +cp -n /work/noaa/marine/dworthen/S2S_cmeps/modulefiles/orion.intel/fv3_coupled_debug /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems ; \ + . /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS" COMP_BINDIR="/work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +set -e ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/CMEPS ; \ +exec make clean + +Currently Loaded Modules: + 1) contrib 9) nemsio/2.2.4 17) png/1.2.44 + 2) noaatools/1.0 10) sp/2.0.3 18) z/1.2.6 + 3) intel/2018.4 11) w3emc/2.4.0 19) netcdfp/4.7.4 + 4) munge/0.5.13 12) w3nco/2.0.7 20) esmflocal/8_0_0.g + 5) slurm/19.05.3-2 13) g2/3.1.1 21) post-intel-sandybridge/8.0.5 + 6) impi/2018.4 14) g2tmpl/1.6.0 22) cmake/3.15.4 + 7) bacio/2.0.3 15) crtm/2.3.0 23) modules.nems + 8) ip/3.0.2 16) jasper/1.900.2 + + + +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS' +cd mediator; \ +exec make clean PIO_INCLUDE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/mediator' +rm -f -f libcmeps.a *.i90 *.o *.mod +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/mediator' +cd nems/util; \ +exec make clean PIO_INCLUDE_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install/include +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/util' +rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod +rm -f -f med_constants_mod.* +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/util' +cd nems/lib; \ +exec make clean PIO_INSTALL_DIR=/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib' +rm -rf "/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/build" +rm -rf /work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib/ParallelIO/install +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS/nems/lib' +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/CMEPS' +if ! test -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ + delete_nuopc=yes ; \ +fi ; \ +cd /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src ; make "COMPONENTS=CCPP FMS FV3 MOM6 CICE CMEPS" \ + INCLUDES_ARE_OPTIONAL=YES clean ; \ +if [ "$delete_nuopc" = yes ] ; then \ + rm -f /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/configure.nems.NUOPC ; \ +fi +Components in linker order: CMEPS CICE MOM6 FV3 FMS CCPP +CMEPS: include /work/noaa/marine/dworthen/S2S_cmeps/CMEPS_INSTALL/cmeps.mk +CICE: include /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk +make[1]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/CICE/CICE_INSTALL/cice.mk: component CICE makefile fragment is missing +MOM6: include /work/noaa/marine/dworthen/S2S_cmeps/MOM6/MOM6_INSTALL/mom6.mk +FV3: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /work/noaa/marine/dworthen/S2S_cmeps/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /work/noaa/marine/dworthen/S2S_cmeps/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_00" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" @@ -24684,12 +50705,12 @@ CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src' -+ cp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/exe/NEMS.x /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/tests/fv3_mom6_cice_3.exe -+ cp /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/NEMS/src/conf/modules.nems /work/noaa/nems/junwang/ufs-weather/20200527/latest/ufs-s2s-model1/tests/modules.fv3_mom6_cice_3 -+ elapsed=438 -+ echo 'Elapsed time 438 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_debug finished' -Elapsed time 438 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_debug finished +make[2]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/work/noaa/marine/dworthen/S2S_cmeps/NEMS/src' ++ cp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/exe/NEMS.x /work/noaa/marine/dworthen/S2S_cmeps/tests/fv3_mom6_cice_6.exe ++ cp /work/noaa/marine/dworthen/S2S_cmeps/NEMS/src/conf/modules.nems /work/noaa/marine/dworthen/S2S_cmeps/tests/modules.fv3_mom6_cice_6 ++ elapsed=554 ++ echo 'Elapsed time 554 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_CMEPS_debug finished' +Elapsed time 554 seconds. Compiling coupledFV3_CCPP_MOM6_CICE_CMEPS_debug finished diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index 82ec6430..b098121d 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,10 +1,10 @@ -Thu May 28 19:11:56 UTC 2020 +Wed Jun 3 09:03:51 UTC 2020 Start Regression test -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/RT-Baselines_cold_ccpp -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/MEDIATOR_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/S2S_RT/rt_125818/cpld_fv3_ccpp_mom6_cice_cold_atm_flux +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold_ccpp +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_mom6_cice_cold_atm_flux Checking test 001 cpld_fv3_ccpp_mom6_cice_cold_atm_flux results .... Comparing phyf001.tile1.nc .........OK Comparing phyf001.tile2.nc .........OK @@ -76,10 +76,10 @@ Checking test 001 cpld_fv3_ccpp_mom6_cice_cold_atm_flux results .... Test 001 cpld_fv3_ccpp_mom6_cice_cold_atm_flux PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/RT-Baselines_cold384_ccpp -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/MEDIATOR384_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/S2S_RT/rt_125818/cpld_fv3_ccpp_384_mom6_cice_cold_atm_flux -Checking test 002 cpld_fv3_ccpp_384_mom6_cice_cold_atm_flux results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold_satmedmf_ccpp +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR_satmedmf_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_mom6_cice_cold_satmedmf +Checking test 002 cpld_fv3_ccpp_mom6_cice_cold_satmedmf results .... Comparing phyf001.tile1.nc .........OK Comparing phyf001.tile2.nc .........OK Comparing phyf001.tile3.nc .........OK @@ -147,25 +147,25 @@ Checking test 002 cpld_fv3_ccpp_384_mom6_cice_cold_atm_flux results .... Comparing mediator_FBHyd_h_restart.nc .........OK Comparing mediator_FBAtmOcn_o_restart.nc .........OK Comparing mediator_scalars_restart.txt .........OK -Test 002 cpld_fv3_ccpp_384_mom6_cice_cold_atm_flux PASS +Test 002 cpld_fv3_ccpp_mom6_cice_cold_satmedmf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/RT-Baselines_2d_warm_ccpp -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/RT-Baselines_2d_warm_ccpp/RESTART -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/S2S_RT/rt_125818/cpld_fv3_ccpp_mom6_cice_2d_atm_flux -Checking test 003 cpld_fv3_ccpp_mom6_cice_2d_atm_flux results .... - 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 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 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold384_ccpp +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR384_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_384_mom6_cice_cold_atm_flux +Checking test 003 cpld_fv3_ccpp_384_mom6_cice_cold_atm_flux results .... + Comparing phyf001.tile1.nc .........OK + Comparing phyf001.tile2.nc .........OK + Comparing phyf001.tile3.nc .........OK + Comparing phyf001.tile4.nc .........OK + Comparing phyf001.tile5.nc .........OK + Comparing phyf001.tile6.nc .........OK + Comparing dynf001.tile1.nc .........OK + Comparing dynf001.tile2.nc .........OK + Comparing dynf001.tile3.nc .........OK + Comparing dynf001.tile4.nc .........OK + Comparing dynf001.tile5.nc .........OK + Comparing dynf001.tile6.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -198,11 +198,6 @@ Checking test 003 cpld_fv3_ccpp_mom6_cice_2d_atm_flux results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing MOM6_RESTART/MOM.res.nc .........OK - Comparing MOM6_RESTART/MOM.res_1.nc .........OK - Comparing MOM6_RESTART/MOM.res_2.nc .........OK - Comparing MOM6_RESTART/MOM.res_3.nc .........OK - Comparing restart/iced.2016-10-05-00000.nc .........OK Comparing mediator_FBaccumAtm_restart.tile1.nc .........OK Comparing mediator_FBaccumAtm_restart.tile2.nc .........OK Comparing mediator_FBaccumAtm_restart.tile3.nc .........OK @@ -226,25 +221,25 @@ Checking test 003 cpld_fv3_ccpp_mom6_cice_2d_atm_flux results .... Comparing mediator_FBHyd_h_restart.nc .........OK Comparing mediator_FBAtmOcn_o_restart.nc .........OK Comparing mediator_scalars_restart.txt .........OK -Test 003 cpld_fv3_ccpp_mom6_cice_2d_atm_flux PASS +Test 003 cpld_fv3_ccpp_384_mom6_cice_cold_atm_flux PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/RT-Baselines_2d_warm_ccpp384 -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/RT-Baselines_2d_warm_ccpp384/RESTART -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/S2S_RT/rt_125818/cpld_fv3_ccpp_384_mom6_cice_2d_atm_flux -Checking test 004 cpld_fv3_ccpp_384_mom6_cice_2d_atm_flux results .... - 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 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 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold_bmrt_ccpp +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR_bmrt_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_384_mom6_cice_cold_bmark_rt +Checking test 004 cpld_fv3_ccpp_384_mom6_cice_cold_bmark_rt results .... + Comparing phyf001.tile1.nc .........OK + Comparing phyf001.tile2.nc .........OK + Comparing phyf001.tile3.nc .........OK + Comparing phyf001.tile4.nc .........OK + Comparing phyf001.tile5.nc .........OK + Comparing phyf001.tile6.nc .........OK + Comparing dynf001.tile1.nc .........OK + Comparing dynf001.tile2.nc .........OK + Comparing dynf001.tile3.nc .........OK + Comparing dynf001.tile4.nc .........OK + Comparing dynf001.tile5.nc .........OK + Comparing dynf001.tile6.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -277,11 +272,6 @@ Checking test 004 cpld_fv3_ccpp_384_mom6_cice_2d_atm_flux results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing MOM6_RESTART/MOM.res.nc .........OK - Comparing MOM6_RESTART/MOM.res_1.nc .........OK - Comparing MOM6_RESTART/MOM.res_2.nc .........OK - Comparing MOM6_RESTART/MOM.res_3.nc .........OK - Comparing restart/iced.2016-10-05-00000.nc .........OK Comparing mediator_FBaccumAtm_restart.tile1.nc .........OK Comparing mediator_FBaccumAtm_restart.tile2.nc .........OK Comparing mediator_FBaccumAtm_restart.tile3.nc .........OK @@ -305,13 +295,13 @@ Checking test 004 cpld_fv3_ccpp_384_mom6_cice_2d_atm_flux results .... Comparing mediator_FBHyd_h_restart.nc .........OK Comparing mediator_FBAtmOcn_o_restart.nc .........OK Comparing mediator_scalars_restart.txt .........OK -Test 004 cpld_fv3_ccpp_384_mom6_cice_2d_atm_flux PASS +Test 004 cpld_fv3_ccpp_384_mom6_cice_cold_bmark_rt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/RT-Baselines_2d_warm_ccpp -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/RT-Baselines_2d_warm_ccpp/RESTART -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/S2S_RT/rt_125818/cpld_fv3_ccpp_mom6_cice_2d_2threads -Checking test 005 cpld_fv3_ccpp_mom6_cice_2d_2threads results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_mom6_cice_2d_atm_flux +Checking test 005 cpld_fv3_ccpp_mom6_cice_2d_atm_flux results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -356,11 +346,11 @@ Checking test 005 cpld_fv3_ccpp_mom6_cice_2d_2threads results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing MOM6_RESTART/MOM.res.nc .........OK - Comparing MOM6_RESTART/MOM.res_1.nc .........OK - Comparing MOM6_RESTART/MOM.res_2.nc .........OK - Comparing MOM6_RESTART/MOM.res_3.nc .........OK - Comparing restart/iced.2016-10-05-00000.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing mediator_FBaccumAtm_restart.tile1.nc .........OK Comparing mediator_FBaccumAtm_restart.tile2.nc .........OK Comparing mediator_FBaccumAtm_restart.tile3.nc .........OK @@ -384,13 +374,13 @@ Checking test 005 cpld_fv3_ccpp_mom6_cice_2d_2threads results .... Comparing mediator_FBHyd_h_restart.nc .........OK Comparing mediator_FBAtmOcn_o_restart.nc .........OK Comparing mediator_scalars_restart.txt .........OK -Test 005 cpld_fv3_ccpp_mom6_cice_2d_2threads PASS +Test 005 cpld_fv3_ccpp_mom6_cice_2d_atm_flux PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/RT-Baselines_2d_warm_ccpp -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/RT-Baselines_2d_warm_ccpp/RESTART -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/S2S_RT/rt_125818/cpld_fv3_ccpp_mom6_cice_2d_decomp -Checking test 006 cpld_fv3_ccpp_mom6_cice_2d_decomp results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_mom6_cice_2d_2threads +Checking test 006 cpld_fv3_ccpp_mom6_cice_2d_2threads results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -435,11 +425,11 @@ Checking test 006 cpld_fv3_ccpp_mom6_cice_2d_decomp results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing MOM6_RESTART/MOM.res.nc .........OK - Comparing MOM6_RESTART/MOM.res_1.nc .........OK - Comparing MOM6_RESTART/MOM.res_2.nc .........OK - Comparing MOM6_RESTART/MOM.res_3.nc .........OK - Comparing restart/iced.2016-10-05-00000.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing mediator_FBaccumAtm_restart.tile1.nc .........OK Comparing mediator_FBaccumAtm_restart.tile2.nc .........OK Comparing mediator_FBaccumAtm_restart.tile3.nc .........OK @@ -463,25 +453,25 @@ Checking test 006 cpld_fv3_ccpp_mom6_cice_2d_decomp results .... Comparing mediator_FBHyd_h_restart.nc .........OK Comparing mediator_FBAtmOcn_o_restart.nc .........OK Comparing mediator_scalars_restart.txt .........OK -Test 006 cpld_fv3_ccpp_mom6_cice_2d_decomp PASS +Test 006 cpld_fv3_ccpp_mom6_cice_2d_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/RT-Baselines_cold_satmedmf_ccpp -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/MEDIATOR_satmedmf_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/S2S_RT/rt_125818/cpld_fv3_ccpp_mom6_cice_cold_satmedmf -Checking test 007 cpld_fv3_ccpp_mom6_cice_cold_satmedmf results .... - Comparing phyf001.tile1.nc .........OK - Comparing phyf001.tile2.nc .........OK - Comparing phyf001.tile3.nc .........OK - Comparing phyf001.tile4.nc .........OK - Comparing phyf001.tile5.nc .........OK - Comparing phyf001.tile6.nc .........OK - Comparing dynf001.tile1.nc .........OK - Comparing dynf001.tile2.nc .........OK - Comparing dynf001.tile3.nc .........OK - Comparing dynf001.tile4.nc .........OK - Comparing dynf001.tile5.nc .........OK - Comparing dynf001.tile6.nc .........OK +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_mom6_cice_2d_decomp +Checking test 007 cpld_fv3_ccpp_mom6_cice_2d_decomp results .... + 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 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 @@ -514,6 +504,11 @@ Checking test 007 cpld_fv3_ccpp_mom6_cice_cold_satmedmf results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing mediator_FBaccumAtm_restart.tile1.nc .........OK Comparing mediator_FBaccumAtm_restart.tile2.nc .........OK Comparing mediator_FBaccumAtm_restart.tile3.nc .........OK @@ -537,12 +532,12 @@ Checking test 007 cpld_fv3_ccpp_mom6_cice_cold_satmedmf results .... Comparing mediator_FBHyd_h_restart.nc .........OK Comparing mediator_FBAtmOcn_o_restart.nc .........OK Comparing mediator_scalars_restart.txt .........OK -Test 007 cpld_fv3_ccpp_mom6_cice_cold_satmedmf PASS +Test 007 cpld_fv3_ccpp_mom6_cice_2d_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/RT-Baselines_1d_warm_satmedmf_ccpp -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/RT-Baselines_1d_warm_satmedmf_ccpp/RESTART -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/S2S_RT/rt_125818/cpld_fv3_ccpp_mom6_cice_1d_satmedmf +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_warm_satmedmf_ccpp +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_warm_satmedmf_ccpp/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_mom6_cice_1d_satmedmf Checking test 008 cpld_fv3_ccpp_mom6_cice_1d_satmedmf results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -588,11 +583,11 @@ Checking test 008 cpld_fv3_ccpp_mom6_cice_1d_satmedmf results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing MOM6_RESTART/MOM.res.nc .........OK - Comparing MOM6_RESTART/MOM.res_1.nc .........OK - Comparing MOM6_RESTART/MOM.res_2.nc .........OK - Comparing MOM6_RESTART/MOM.res_3.nc .........OK - Comparing restart/iced.2016-10-04-00000.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing mediator_FBaccumAtm_restart.tile1.nc .........OK Comparing mediator_FBaccumAtm_restart.tile2.nc .........OK Comparing mediator_FBaccumAtm_restart.tile3.nc .........OK @@ -619,22 +614,22 @@ Checking test 008 cpld_fv3_ccpp_mom6_cice_1d_satmedmf results .... Test 008 cpld_fv3_ccpp_mom6_cice_1d_satmedmf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/RT-Baselines_cold_bmrt_ccpp -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/MEDIATOR_bmrt_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/S2S_RT/rt_125818/cpld_fv3_ccpp_384_mom6_cice_cold_bmark_rt -Checking test 009 cpld_fv3_ccpp_384_mom6_cice_cold_bmark_rt results .... - Comparing phyf001.tile1.nc .........OK - Comparing phyf001.tile2.nc .........OK - Comparing phyf001.tile3.nc .........OK - Comparing phyf001.tile4.nc .........OK - Comparing phyf001.tile5.nc .........OK - Comparing phyf001.tile6.nc .........OK - Comparing dynf001.tile1.nc .........OK - Comparing dynf001.tile2.nc .........OK - Comparing dynf001.tile3.nc .........OK - Comparing dynf001.tile4.nc .........OK - Comparing dynf001.tile5.nc .........OK - Comparing dynf001.tile6.nc .........OK +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp384 +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp384/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_384_mom6_cice_2d_atm_flux +Checking test 009 cpld_fv3_ccpp_384_mom6_cice_2d_atm_flux results .... + 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 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 @@ -667,6 +662,11 @@ Checking test 009 cpld_fv3_ccpp_384_mom6_cice_cold_bmark_rt results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing mediator_FBaccumAtm_restart.tile1.nc .........OK Comparing mediator_FBaccumAtm_restart.tile2.nc .........OK Comparing mediator_FBaccumAtm_restart.tile3.nc .........OK @@ -690,12 +690,12 @@ Checking test 009 cpld_fv3_ccpp_384_mom6_cice_cold_bmark_rt results .... Comparing mediator_FBHyd_h_restart.nc .........OK Comparing mediator_FBAtmOcn_o_restart.nc .........OK Comparing mediator_scalars_restart.txt .........OK -Test 009 cpld_fv3_ccpp_384_mom6_cice_cold_bmark_rt PASS +Test 009 cpld_fv3_ccpp_384_mom6_cice_2d_atm_flux PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/RT-Baselines_1d_bmrt_ccpp -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/RT-Baselines_1d_bmrt_ccpp/RESTART -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/S2S_RT/rt_125818/cpld_fv3_ccpp_384_mom6_cice_1d_bmark_rt +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_bmrt_ccpp +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_bmrt_ccpp/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_384_mom6_cice_1d_bmark_rt Checking test 010 cpld_fv3_ccpp_384_mom6_cice_1d_bmark_rt results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -741,11 +741,11 @@ Checking test 010 cpld_fv3_ccpp_384_mom6_cice_1d_bmark_rt results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing MOM6_RESTART/MOM.res.nc .........OK - Comparing MOM6_RESTART/MOM.res_1.nc .........OK - Comparing MOM6_RESTART/MOM.res_2.nc .........OK - Comparing MOM6_RESTART/MOM.res_3.nc .........OK - Comparing restart/iced.2013-04-02-00000.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing mediator_FBaccumAtm_restart.tile1.nc .........OK Comparing mediator_FBaccumAtm_restart.tile2.nc .........OK Comparing mediator_FBaccumAtm_restart.tile3.nc .........OK @@ -772,9 +772,9 @@ Checking test 010 cpld_fv3_ccpp_384_mom6_cice_1d_bmark_rt results .... Test 010 cpld_fv3_ccpp_384_mom6_cice_1d_bmark_rt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/RT-Baselines_cold_bmwav_ccpp -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/MEDIATOR_bmwav_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/S2S_RT/rt_125818/cpld_fv3_ccpp_384_mom6_cice_ww3_cold_bmark_rt +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold_bmwav_ccpp +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR_bmwav_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_384_mom6_cice_ww3_cold_bmark_rt Checking test 011 cpld_fv3_ccpp_384_mom6_cice_ww3_cold_bmark_rt results .... Comparing phyf001.tile1.nc .........OK Comparing phyf001.tile2.nc .........OK @@ -846,9 +846,9 @@ Checking test 011 cpld_fv3_ccpp_384_mom6_cice_ww3_cold_bmark_rt results .... Test 011 cpld_fv3_ccpp_384_mom6_cice_ww3_cold_bmark_rt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/RT-Baselines_1d_bmwav_ccpp -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/RT-Baselines_1d_bmwav_ccpp/RESTART -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/S2S_RT/rt_125818/cpld_fv3_ccpp_384_mom6_cice_ww3_1d_bmark_rt +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_bmwav_ccpp +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_bmwav_ccpp/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_384_mom6_cice_ww3_1d_bmark_rt Checking test 012 cpld_fv3_ccpp_384_mom6_cice_ww3_1d_bmark_rt results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -897,11 +897,11 @@ Checking test 012 cpld_fv3_ccpp_384_mom6_cice_ww3_1d_bmark_rt results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing MOM6_RESTART/MOM.res.nc .........OK - Comparing MOM6_RESTART/MOM.res_1.nc .........OK - Comparing MOM6_RESTART/MOM.res_2.nc .........OK - Comparing MOM6_RESTART/MOM.res_3.nc .........OK - Comparing restart/iced.2013-04-02-00000.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing mediator_FBaccumAtm_restart.tile1.nc .........OK Comparing mediator_FBaccumAtm_restart.tile2.nc .........OK Comparing mediator_FBaccumAtm_restart.tile3.nc .........OK @@ -928,9 +928,9 @@ Checking test 012 cpld_fv3_ccpp_384_mom6_cice_ww3_1d_bmark_rt results .... Test 012 cpld_fv3_ccpp_384_mom6_cice_ww3_1d_bmark_rt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/RT-Baselines_cold_debug_ccpp -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/MEDIATOR_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/S2S_RT/rt_125818/cpld_fv3_ccpp_mom6_cice_cold_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold_debug_ccpp +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_mom6_cice_cold_debug Checking test 013 cpld_fv3_ccpp_mom6_cice_cold_debug results .... Comparing phyf001.tile1.nc .........OK Comparing phyf001.tile2.nc .........OK @@ -1002,9 +1002,9 @@ Checking test 013 cpld_fv3_ccpp_mom6_cice_cold_debug results .... Test 013 cpld_fv3_ccpp_mom6_cice_cold_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/RT-Baselines_6h_warm_debug_ccpp -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200524/RT-Baselines_6h_warm_debug_ccpp/RESTART -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/S2S_RT/rt_125818/cpld_fv3_ccpp_mom6_cice_6h_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_6h_warm_debug_ccpp +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_6h_warm_debug_ccpp/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_mom6_cice_6h_debug Checking test 014 cpld_fv3_ccpp_mom6_cice_6h_debug results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK @@ -1050,11 +1050,11 @@ Checking test 014 cpld_fv3_ccpp_mom6_cice_6h_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing MOM6_RESTART/MOM.res.nc .........OK - Comparing MOM6_RESTART/MOM.res_1.nc .........OK - Comparing MOM6_RESTART/MOM.res_2.nc .........OK - Comparing MOM6_RESTART/MOM.res_3.nc .........OK - Comparing restart/iced.2016-10-03-21600.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-03-21600.nc .........OK Comparing mediator_FBaccumAtm_restart.tile1.nc .........OK Comparing mediator_FBaccumAtm_restart.tile2.nc .........OK Comparing mediator_FBaccumAtm_restart.tile3.nc .........OK @@ -1081,6 +1081,929 @@ Checking test 014 cpld_fv3_ccpp_mom6_cice_6h_debug results .... Test 014 cpld_fv3_ccpp_mom6_cice_6h_debug PASS +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR_ccpp_cmeps +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_mom6_cice_cmeps_cold_atm_flux +Checking test 015 cpld_fv3_ccpp_mom6_cice_cmeps_cold_atm_flux results .... + Comparing phyf001.tile1.nc .........OK + Comparing phyf001.tile2.nc .........OK + Comparing phyf001.tile3.nc .........OK + Comparing phyf001.tile4.nc .........OK + Comparing phyf001.tile5.nc .........OK + Comparing phyf001.tile6.nc .........OK + Comparing dynf001.tile1.nc .........OK + Comparing dynf001.tile2.nc .........OK + Comparing dynf001.tile3.nc .........OK + Comparing dynf001.tile4.nc .........OK + Comparing dynf001.tile5.nc .........OK + Comparing dynf001.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 + Comparing ufs.s2s.cold.cpl.r.2016-10-03-03600.nc .........OK +Test 015 cpld_fv3_ccpp_mom6_cice_cmeps_cold_atm_flux PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold_satmedmf_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR_satmedmf_ccpp_cmeps +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_mom6_cice_cmeps_cold_satmedmf +Checking test 016 cpld_fv3_ccpp_mom6_cice_cmeps_cold_satmedmf results .... + Comparing phyf001.tile1.nc .........OK + Comparing phyf001.tile2.nc .........OK + Comparing phyf001.tile3.nc .........OK + Comparing phyf001.tile4.nc .........OK + Comparing phyf001.tile5.nc .........OK + Comparing phyf001.tile6.nc .........OK + Comparing dynf001.tile1.nc .........OK + Comparing dynf001.tile2.nc .........OK + Comparing dynf001.tile3.nc .........OK + Comparing dynf001.tile4.nc .........OK + Comparing dynf001.tile5.nc .........OK + Comparing dynf001.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 + Comparing ufs.s2s.cold.cpl.r.2016-10-03-03600.nc .........OK +Test 016 cpld_fv3_ccpp_mom6_cice_cmeps_cold_satmedmf PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold384_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR384_ccpp_cmeps +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_384_mom6_cice_cmeps_cold_atm_flux +Checking test 017 cpld_fv3_ccpp_384_mom6_cice_cmeps_cold_atm_flux results .... + Comparing phyf001.tile1.nc .........OK + Comparing phyf001.tile2.nc .........OK + Comparing phyf001.tile3.nc .........OK + Comparing phyf001.tile4.nc .........OK + Comparing phyf001.tile5.nc .........OK + Comparing phyf001.tile6.nc .........OK + Comparing dynf001.tile1.nc .........OK + Comparing dynf001.tile2.nc .........OK + Comparing dynf001.tile3.nc .........OK + Comparing dynf001.tile4.nc .........OK + Comparing dynf001.tile5.nc .........OK + Comparing dynf001.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 + Comparing ufs.s2s.cold.cpl.r.2016-10-03-03600.nc .........OK +Test 017 cpld_fv3_ccpp_384_mom6_cice_cmeps_cold_atm_flux PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold_bmrt_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR_bmrt_ccpp_cmeps +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_384_mom6_cice_cmeps_cold_bmark_rt +Checking test 018 cpld_fv3_ccpp_384_mom6_cice_cmeps_cold_bmark_rt results .... + Comparing phyf001.tile1.nc .........OK + Comparing phyf001.tile2.nc .........OK + Comparing phyf001.tile3.nc .........OK + Comparing phyf001.tile4.nc .........OK + Comparing phyf001.tile5.nc .........OK + Comparing phyf001.tile6.nc .........OK + Comparing dynf001.tile1.nc .........OK + Comparing dynf001.tile2.nc .........OK + Comparing dynf001.tile3.nc .........OK + Comparing dynf001.tile4.nc .........OK + Comparing dynf001.tile5.nc .........OK + Comparing dynf001.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 + Comparing ufs.s2s.cold.cpl.r.2013-04-01-03600.nc .........OK +Test 018 cpld_fv3_ccpp_384_mom6_cice_cmeps_cold_bmark_rt PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp_cmeps/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux +Checking test 019 cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux results .... + 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 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 + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-05-00000.nc .........OK + Comparing ufs.s2s.cpl.r.2016-10-05-00000.nc .........OK +Test 019 cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_3d_warm_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_3d_warm_ccpp_cmeps/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux +Checking test 020 cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux results .... + Comparing phyf072.tile1.nc .........OK + Comparing phyf072.tile2.nc .........OK + Comparing phyf072.tile3.nc .........OK + Comparing phyf072.tile4.nc .........OK + Comparing phyf072.tile5.nc .........OK + Comparing phyf072.tile6.nc .........OK + Comparing dynf072.tile1.nc .........OK + Comparing dynf072.tile2.nc .........OK + Comparing dynf072.tile3.nc .........OK + Comparing dynf072.tile4.nc .........OK + Comparing dynf072.tile5.nc .........OK + Comparing dynf072.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 + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-06-00000.nc .........OK + Comparing ufs.s2s.cpl.r.2016-10-06-00000.nc .........OK +Test 020 cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_3d_warm_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_3d_warm_ccpp_cmeps/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_mom6_cice_cmeps_restart +Checking test 021 cpld_fv3_ccpp_mom6_cice_cmeps_restart results .... + Comparing phyf072.tile1.nc .........OK + Comparing phyf072.tile2.nc .........OK + Comparing phyf072.tile3.nc .........OK + Comparing phyf072.tile4.nc .........OK + Comparing phyf072.tile5.nc .........OK + Comparing phyf072.tile6.nc .........OK + Comparing dynf072.tile1.nc .........OK + Comparing dynf072.tile2.nc .........OK + Comparing dynf072.tile3.nc .........OK + Comparing dynf072.tile4.nc .........OK + Comparing dynf072.tile5.nc .........OK + Comparing dynf072.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 + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-06-00000.nc .........OK + Comparing ufs.s2s.cpl.r.2016-10-06-00000.nc .........OK +Test 021 cpld_fv3_ccpp_mom6_cice_cmeps_restart PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp_cmeps/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads +Checking test 022 cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads results .... + 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 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 + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-05-00000.nc .........OK + Comparing ufs.s2s.cpl.r.2016-10-05-00000.nc .........OK +Test 022 cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp_cmeps/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp +Checking test 023 cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp results .... + 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 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 + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-05-00000.nc .........OK + Comparing ufs.s2s.cpl.r.2016-10-05-00000.nc .........OK +Test 023 cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_warm_satmedmf_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_warm_satmedmf_ccpp_cmeps/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf +Checking test 024 cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf results .... + 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 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 + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-04-00000.nc .........OK + Comparing ufs.s2s.cpl.r.2016-10-04-00000.nc .........OK +Test 024 cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp384_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp384_cmeps/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux +Checking test 025 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux results .... + 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 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 + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-05-00000.nc .........OK + Comparing ufs.s2s.cpl.r.2016-10-05-00000.nc .........OK +Test 025 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_bmrt_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_bmrt_ccpp_cmeps/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt +Checking test 026 cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt results .... + 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 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 + Comparing RESTART/20130401.120000.coupler.res .........OK + Comparing RESTART/20130401.120000.fv_core.res.nc .........OK + Comparing RESTART/20130401.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20130401.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20130401.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20130401.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20130401.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20130401.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20130401.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20130401.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20130401.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20130401.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20130401.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20130401.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20130401.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20130401.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20130401.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20130401.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20130401.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20130401.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20130401.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20130401.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20130401.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20130401.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20130401.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20130401.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20130401.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20130401.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20130401.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20130401.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20130401.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20130401.120000.sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/MOM.res.2013-04-01-12-00-00.nc .........OK + Comparing RESTART/MOM.res.2013-04-01-12-00-00_1.nc .........OK + Comparing RESTART/MOM.res.2013-04-01-12-00-00_2.nc .........OK + Comparing RESTART/MOM.res.2013-04-01-12-00-00_3.nc .........OK + Comparing RESTART/iced.2013-04-02-00000.nc .........OK + Comparing RESTART/iced.2013-04-01-43200.nc .........OK + Comparing ufs.s2s.cpl.r.2013-04-01-43200.nc .........OK + Comparing ufs.s2s.cpl.r.2013-04-02-00000.nc .........OK +Test 026 cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold_bmwav_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR_bmwav_ccpp_cmeps +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_cold_bmark_rt +Checking test 027 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_cold_bmark_rt results .... + Comparing phyf001.tile1.nc .........OK + Comparing phyf001.tile2.nc .........OK + Comparing phyf001.tile3.nc .........OK + Comparing phyf001.tile4.nc .........OK + Comparing phyf001.tile5.nc .........OK + Comparing phyf001.tile6.nc .........OK + Comparing dynf001.tile1.nc .........OK + Comparing dynf001.tile2.nc .........OK + Comparing dynf001.tile3.nc .........OK + Comparing dynf001.tile4.nc .........OK + Comparing dynf001.tile5.nc .........OK + Comparing dynf001.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 + Comparing ufs.s2s.cold.cpl.r.2013-04-01-03600.nc .........OK +Test 027 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_cold_bmark_rt PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_bmwav_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_bmwav_ccpp_cmeps/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt +Checking test 028 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt results .... + 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 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 20130402.000000.out_grd.gwes_30m .........OK + Comparing 20130402.000000.out_pnt.points .........OK + Comparing 20130402.000000.restart.gwes_30m .........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/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2013-04-02-00000.nc .........OK + Comparing ufs.s2s.cpl.r.2013-04-02-00000.nc .........OK +Test 028 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold_debug_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR_debug_ccpp_cmeps +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_mom6_cice_cmeps_cold_debug +Checking test 029 cpld_fv3_ccpp_mom6_cice_cmeps_cold_debug results .... + Comparing phyf001.tile1.nc .........OK + Comparing phyf001.tile2.nc .........OK + Comparing phyf001.tile3.nc .........OK + Comparing phyf001.tile4.nc .........OK + Comparing phyf001.tile5.nc .........OK + Comparing phyf001.tile6.nc .........OK + Comparing dynf001.tile1.nc .........OK + Comparing dynf001.tile2.nc .........OK + Comparing dynf001.tile3.nc .........OK + Comparing dynf001.tile4.nc .........OK + Comparing dynf001.tile5.nc .........OK + Comparing dynf001.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 + Comparing ufs.s2s.cold.cpl.r.2016-10-03-03600.nc .........OK +Test 029 cpld_fv3_ccpp_mom6_cice_cmeps_cold_debug PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_6h_warm_debug_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_6h_warm_debug_ccpp_cmeps/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/S2S_RT/rt_91135/cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug +Checking test 030 cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug results .... + Comparing phyf006.tile1.nc .........OK + Comparing phyf006.tile2.nc .........OK + Comparing phyf006.tile3.nc .........OK + Comparing phyf006.tile4.nc .........OK + Comparing phyf006.tile5.nc .........OK + Comparing phyf006.tile6.nc .........OK + Comparing dynf006.tile1.nc .........OK + Comparing dynf006.tile2.nc .........OK + Comparing dynf006.tile3.nc .........OK + Comparing dynf006.tile4.nc .........OK + Comparing dynf006.tile5.nc .........OK + Comparing dynf006.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 + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-03-21600.nc .........OK + Comparing ufs.s2s.cpl.r.2016-10-03-21600.nc .........OK +Test 030 cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug PASS + + REGRESSION TEST WAS SUCCESSFUL -Thu May 28 20:36:58 UTC 2020 -Elapsed time: 01h:25m:04s. Have a nice day! +Wed Jun 3 11:38:15 UTC 2020 +Elapsed time: 02h:34m:25s. Have a nice day! diff --git a/tests/RegressionTests_orion.intel.log b/tests/RegressionTests_orion.intel.log index 511c1e0d..5fdb839f 100644 --- a/tests/RegressionTests_orion.intel.log +++ b/tests/RegressionTests_orion.intel.log @@ -1,10 +1,10 @@ -Fri May 29 15:36:55 CDT 2020 +Tue Jun 2 14:50:29 CDT 2020 Start Regression test -baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/RT-Baselines_cold_ccpp -mediator baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/MEDIATOR_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_330127/cpld_fv3_ccpp_mom6_cice_cold_atm_flux +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold_ccpp +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR_ccpp +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_mom6_cice_cold_atm_flux Checking test 001 cpld_fv3_ccpp_mom6_cice_cold_atm_flux results .... Comparing phyf001.tile1.nc .........OK Comparing phyf001.tile2.nc .........OK @@ -76,10 +76,10 @@ Checking test 001 cpld_fv3_ccpp_mom6_cice_cold_atm_flux results .... Test 001 cpld_fv3_ccpp_mom6_cice_cold_atm_flux PASS -baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/RT-Baselines_cold384_ccpp -mediator baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/MEDIATOR384_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_330127/cpld_fv3_ccpp_384_mom6_cice_cold_atm_flux -Checking test 002 cpld_fv3_ccpp_384_mom6_cice_cold_atm_flux results .... +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold_satmedmf_ccpp +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR_satmedmf_ccpp +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_mom6_cice_cold_satmedmf +Checking test 002 cpld_fv3_ccpp_mom6_cice_cold_satmedmf results .... Comparing phyf001.tile1.nc .........OK Comparing phyf001.tile2.nc .........OK Comparing phyf001.tile3.nc .........OK @@ -147,25 +147,25 @@ Checking test 002 cpld_fv3_ccpp_384_mom6_cice_cold_atm_flux results .... Comparing mediator_FBHyd_h_restart.nc .........OK Comparing mediator_FBAtmOcn_o_restart.nc .........OK Comparing mediator_scalars_restart.txt .........OK -Test 002 cpld_fv3_ccpp_384_mom6_cice_cold_atm_flux PASS +Test 002 cpld_fv3_ccpp_mom6_cice_cold_satmedmf PASS -baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/RT-Baselines_2d_warm_ccpp -mediator baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/RT-Baselines_2d_warm_ccpp/RESTART -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_330127/cpld_fv3_ccpp_mom6_cice_2d_atm_flux -Checking test 003 cpld_fv3_ccpp_mom6_cice_2d_atm_flux results .... - 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 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 +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold384_ccpp +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR384_ccpp +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_384_mom6_cice_cold_atm_flux +Checking test 003 cpld_fv3_ccpp_384_mom6_cice_cold_atm_flux results .... + Comparing phyf001.tile1.nc .........OK + Comparing phyf001.tile2.nc .........OK + Comparing phyf001.tile3.nc .........OK + Comparing phyf001.tile4.nc .........OK + Comparing phyf001.tile5.nc .........OK + Comparing phyf001.tile6.nc .........OK + Comparing dynf001.tile1.nc .........OK + Comparing dynf001.tile2.nc .........OK + Comparing dynf001.tile3.nc .........OK + Comparing dynf001.tile4.nc .........OK + Comparing dynf001.tile5.nc .........OK + Comparing dynf001.tile6.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -198,11 +198,6 @@ Checking test 003 cpld_fv3_ccpp_mom6_cice_2d_atm_flux results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing MOM6_RESTART/MOM.res.nc .........OK - Comparing MOM6_RESTART/MOM.res_1.nc .........OK - Comparing MOM6_RESTART/MOM.res_2.nc .........OK - Comparing MOM6_RESTART/MOM.res_3.nc .........OK - Comparing restart/iced.2016-10-05-00000.nc .........OK Comparing mediator_FBaccumAtm_restart.tile1.nc .........OK Comparing mediator_FBaccumAtm_restart.tile2.nc .........OK Comparing mediator_FBaccumAtm_restart.tile3.nc .........OK @@ -226,25 +221,25 @@ Checking test 003 cpld_fv3_ccpp_mom6_cice_2d_atm_flux results .... Comparing mediator_FBHyd_h_restart.nc .........OK Comparing mediator_FBAtmOcn_o_restart.nc .........OK Comparing mediator_scalars_restart.txt .........OK -Test 003 cpld_fv3_ccpp_mom6_cice_2d_atm_flux PASS +Test 003 cpld_fv3_ccpp_384_mom6_cice_cold_atm_flux PASS -baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/RT-Baselines_2d_warm_ccpp384 -mediator baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/RT-Baselines_2d_warm_ccpp384/RESTART -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_330127/cpld_fv3_ccpp_384_mom6_cice_2d_atm_flux -Checking test 004 cpld_fv3_ccpp_384_mom6_cice_2d_atm_flux results .... - 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 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 +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold_bmrt_ccpp +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR_bmrt_ccpp +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_384_mom6_cice_cold_bmark_rt +Checking test 004 cpld_fv3_ccpp_384_mom6_cice_cold_bmark_rt results .... + Comparing phyf001.tile1.nc .........OK + Comparing phyf001.tile2.nc .........OK + Comparing phyf001.tile3.nc .........OK + Comparing phyf001.tile4.nc .........OK + Comparing phyf001.tile5.nc .........OK + Comparing phyf001.tile6.nc .........OK + Comparing dynf001.tile1.nc .........OK + Comparing dynf001.tile2.nc .........OK + Comparing dynf001.tile3.nc .........OK + Comparing dynf001.tile4.nc .........OK + Comparing dynf001.tile5.nc .........OK + Comparing dynf001.tile6.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -277,11 +272,6 @@ Checking test 004 cpld_fv3_ccpp_384_mom6_cice_2d_atm_flux results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing MOM6_RESTART/MOM.res.nc .........OK - Comparing MOM6_RESTART/MOM.res_1.nc .........OK - Comparing MOM6_RESTART/MOM.res_2.nc .........OK - Comparing MOM6_RESTART/MOM.res_3.nc .........OK - Comparing restart/iced.2016-10-05-00000.nc .........OK Comparing mediator_FBaccumAtm_restart.tile1.nc .........OK Comparing mediator_FBaccumAtm_restart.tile2.nc .........OK Comparing mediator_FBaccumAtm_restart.tile3.nc .........OK @@ -305,13 +295,13 @@ Checking test 004 cpld_fv3_ccpp_384_mom6_cice_2d_atm_flux results .... Comparing mediator_FBHyd_h_restart.nc .........OK Comparing mediator_FBAtmOcn_o_restart.nc .........OK Comparing mediator_scalars_restart.txt .........OK -Test 004 cpld_fv3_ccpp_384_mom6_cice_2d_atm_flux PASS +Test 004 cpld_fv3_ccpp_384_mom6_cice_cold_bmark_rt PASS -baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/RT-Baselines_2d_warm_ccpp -mediator baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/RT-Baselines_2d_warm_ccpp/RESTART -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_330127/cpld_fv3_ccpp_mom6_cice_2d_2threads -Checking test 005 cpld_fv3_ccpp_mom6_cice_2d_2threads results .... +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp/RESTART +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_mom6_cice_2d_atm_flux +Checking test 005 cpld_fv3_ccpp_mom6_cice_2d_atm_flux results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -356,11 +346,11 @@ Checking test 005 cpld_fv3_ccpp_mom6_cice_2d_2threads results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing MOM6_RESTART/MOM.res.nc .........OK - Comparing MOM6_RESTART/MOM.res_1.nc .........OK - Comparing MOM6_RESTART/MOM.res_2.nc .........OK - Comparing MOM6_RESTART/MOM.res_3.nc .........OK - Comparing restart/iced.2016-10-05-00000.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing mediator_FBaccumAtm_restart.tile1.nc .........OK Comparing mediator_FBaccumAtm_restart.tile2.nc .........OK Comparing mediator_FBaccumAtm_restart.tile3.nc .........OK @@ -384,13 +374,13 @@ Checking test 005 cpld_fv3_ccpp_mom6_cice_2d_2threads results .... Comparing mediator_FBHyd_h_restart.nc .........OK Comparing mediator_FBAtmOcn_o_restart.nc .........OK Comparing mediator_scalars_restart.txt .........OK -Test 005 cpld_fv3_ccpp_mom6_cice_2d_2threads PASS +Test 005 cpld_fv3_ccpp_mom6_cice_2d_atm_flux PASS -baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/RT-Baselines_2d_warm_ccpp -mediator baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/RT-Baselines_2d_warm_ccpp/RESTART -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_330127/cpld_fv3_ccpp_mom6_cice_2d_decomp -Checking test 006 cpld_fv3_ccpp_mom6_cice_2d_decomp results .... +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp/RESTART +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_mom6_cice_2d_2threads +Checking test 006 cpld_fv3_ccpp_mom6_cice_2d_2threads results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -435,11 +425,11 @@ Checking test 006 cpld_fv3_ccpp_mom6_cice_2d_decomp results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing MOM6_RESTART/MOM.res.nc .........OK - Comparing MOM6_RESTART/MOM.res_1.nc .........OK - Comparing MOM6_RESTART/MOM.res_2.nc .........OK - Comparing MOM6_RESTART/MOM.res_3.nc .........OK - Comparing restart/iced.2016-10-05-00000.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing mediator_FBaccumAtm_restart.tile1.nc .........OK Comparing mediator_FBaccumAtm_restart.tile2.nc .........OK Comparing mediator_FBaccumAtm_restart.tile3.nc .........OK @@ -463,25 +453,25 @@ Checking test 006 cpld_fv3_ccpp_mom6_cice_2d_decomp results .... Comparing mediator_FBHyd_h_restart.nc .........OK Comparing mediator_FBAtmOcn_o_restart.nc .........OK Comparing mediator_scalars_restart.txt .........OK -Test 006 cpld_fv3_ccpp_mom6_cice_2d_decomp PASS +Test 006 cpld_fv3_ccpp_mom6_cice_2d_2threads PASS -baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/RT-Baselines_cold_satmedmf_ccpp -mediator baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/MEDIATOR_satmedmf_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_330127/cpld_fv3_ccpp_mom6_cice_cold_satmedmf -Checking test 007 cpld_fv3_ccpp_mom6_cice_cold_satmedmf results .... - Comparing phyf001.tile1.nc .........OK - Comparing phyf001.tile2.nc .........OK - Comparing phyf001.tile3.nc .........OK - Comparing phyf001.tile4.nc .........OK - Comparing phyf001.tile5.nc .........OK - Comparing phyf001.tile6.nc .........OK - Comparing dynf001.tile1.nc .........OK - Comparing dynf001.tile2.nc .........OK - Comparing dynf001.tile3.nc .........OK - Comparing dynf001.tile4.nc .........OK - Comparing dynf001.tile5.nc .........OK - Comparing dynf001.tile6.nc .........OK +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp/RESTART +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_mom6_cice_2d_decomp +Checking test 007 cpld_fv3_ccpp_mom6_cice_2d_decomp results .... + 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 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 @@ -514,6 +504,11 @@ Checking test 007 cpld_fv3_ccpp_mom6_cice_cold_satmedmf results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing mediator_FBaccumAtm_restart.tile1.nc .........OK Comparing mediator_FBaccumAtm_restart.tile2.nc .........OK Comparing mediator_FBaccumAtm_restart.tile3.nc .........OK @@ -537,12 +532,12 @@ Checking test 007 cpld_fv3_ccpp_mom6_cice_cold_satmedmf results .... Comparing mediator_FBHyd_h_restart.nc .........OK Comparing mediator_FBAtmOcn_o_restart.nc .........OK Comparing mediator_scalars_restart.txt .........OK -Test 007 cpld_fv3_ccpp_mom6_cice_cold_satmedmf PASS +Test 007 cpld_fv3_ccpp_mom6_cice_2d_decomp PASS -baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/RT-Baselines_1d_warm_satmedmf_ccpp -mediator baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/RT-Baselines_1d_warm_satmedmf_ccpp/RESTART -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_330127/cpld_fv3_ccpp_mom6_cice_1d_satmedmf +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_warm_satmedmf_ccpp +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_warm_satmedmf_ccpp/RESTART +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_mom6_cice_1d_satmedmf Checking test 008 cpld_fv3_ccpp_mom6_cice_1d_satmedmf results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -588,11 +583,11 @@ Checking test 008 cpld_fv3_ccpp_mom6_cice_1d_satmedmf results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing MOM6_RESTART/MOM.res.nc .........OK - Comparing MOM6_RESTART/MOM.res_1.nc .........OK - Comparing MOM6_RESTART/MOM.res_2.nc .........OK - Comparing MOM6_RESTART/MOM.res_3.nc .........OK - Comparing restart/iced.2016-10-04-00000.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing mediator_FBaccumAtm_restart.tile1.nc .........OK Comparing mediator_FBaccumAtm_restart.tile2.nc .........OK Comparing mediator_FBaccumAtm_restart.tile3.nc .........OK @@ -619,22 +614,22 @@ Checking test 008 cpld_fv3_ccpp_mom6_cice_1d_satmedmf results .... Test 008 cpld_fv3_ccpp_mom6_cice_1d_satmedmf PASS -baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/RT-Baselines_cold_bmrt_ccpp -mediator baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/MEDIATOR_bmrt_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_330127/cpld_fv3_ccpp_384_mom6_cice_cold_bmark_rt -Checking test 009 cpld_fv3_ccpp_384_mom6_cice_cold_bmark_rt results .... - Comparing phyf001.tile1.nc .........OK - Comparing phyf001.tile2.nc .........OK - Comparing phyf001.tile3.nc .........OK - Comparing phyf001.tile4.nc .........OK - Comparing phyf001.tile5.nc .........OK - Comparing phyf001.tile6.nc .........OK - Comparing dynf001.tile1.nc .........OK - Comparing dynf001.tile2.nc .........OK - Comparing dynf001.tile3.nc .........OK - Comparing dynf001.tile4.nc .........OK - Comparing dynf001.tile5.nc .........OK - Comparing dynf001.tile6.nc .........OK +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp384 +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp384/RESTART +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_384_mom6_cice_2d_atm_flux +Checking test 009 cpld_fv3_ccpp_384_mom6_cice_2d_atm_flux results .... + 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 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 @@ -667,6 +662,11 @@ Checking test 009 cpld_fv3_ccpp_384_mom6_cice_cold_bmark_rt results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing mediator_FBaccumAtm_restart.tile1.nc .........OK Comparing mediator_FBaccumAtm_restart.tile2.nc .........OK Comparing mediator_FBaccumAtm_restart.tile3.nc .........OK @@ -690,12 +690,12 @@ Checking test 009 cpld_fv3_ccpp_384_mom6_cice_cold_bmark_rt results .... Comparing mediator_FBHyd_h_restart.nc .........OK Comparing mediator_FBAtmOcn_o_restart.nc .........OK Comparing mediator_scalars_restart.txt .........OK -Test 009 cpld_fv3_ccpp_384_mom6_cice_cold_bmark_rt PASS +Test 009 cpld_fv3_ccpp_384_mom6_cice_2d_atm_flux PASS -baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/RT-Baselines_1d_bmrt_ccpp -mediator baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/RT-Baselines_1d_bmrt_ccpp/RESTART -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_330127/cpld_fv3_ccpp_384_mom6_cice_1d_bmark_rt +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_bmrt_ccpp +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_bmrt_ccpp/RESTART +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_384_mom6_cice_1d_bmark_rt Checking test 010 cpld_fv3_ccpp_384_mom6_cice_1d_bmark_rt results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -741,11 +741,11 @@ Checking test 010 cpld_fv3_ccpp_384_mom6_cice_1d_bmark_rt results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing MOM6_RESTART/MOM.res.nc .........OK - Comparing MOM6_RESTART/MOM.res_1.nc .........OK - Comparing MOM6_RESTART/MOM.res_2.nc .........OK - Comparing MOM6_RESTART/MOM.res_3.nc .........OK - Comparing restart/iced.2013-04-02-00000.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing mediator_FBaccumAtm_restart.tile1.nc .........OK Comparing mediator_FBaccumAtm_restart.tile2.nc .........OK Comparing mediator_FBaccumAtm_restart.tile3.nc .........OK @@ -772,9 +772,9 @@ Checking test 010 cpld_fv3_ccpp_384_mom6_cice_1d_bmark_rt results .... Test 010 cpld_fv3_ccpp_384_mom6_cice_1d_bmark_rt PASS -baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/RT-Baselines_cold_bmwav_ccpp -mediator baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/MEDIATOR_bmwav_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_330127/cpld_fv3_ccpp_384_mom6_cice_ww3_cold_bmark_rt +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold_bmwav_ccpp +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR_bmwav_ccpp +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_384_mom6_cice_ww3_cold_bmark_rt Checking test 011 cpld_fv3_ccpp_384_mom6_cice_ww3_cold_bmark_rt results .... Comparing phyf001.tile1.nc .........OK Comparing phyf001.tile2.nc .........OK @@ -846,9 +846,9 @@ Checking test 011 cpld_fv3_ccpp_384_mom6_cice_ww3_cold_bmark_rt results .... Test 011 cpld_fv3_ccpp_384_mom6_cice_ww3_cold_bmark_rt PASS -baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/RT-Baselines_1d_bmwav_ccpp -mediator baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/RT-Baselines_1d_bmwav_ccpp/RESTART -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_330127/cpld_fv3_ccpp_384_mom6_cice_ww3_1d_bmark_rt +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_bmwav_ccpp +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_bmwav_ccpp/RESTART +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_384_mom6_cice_ww3_1d_bmark_rt Checking test 012 cpld_fv3_ccpp_384_mom6_cice_ww3_1d_bmark_rt results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -897,11 +897,11 @@ Checking test 012 cpld_fv3_ccpp_384_mom6_cice_ww3_1d_bmark_rt results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing MOM6_RESTART/MOM.res.nc .........OK - Comparing MOM6_RESTART/MOM.res_1.nc .........OK - Comparing MOM6_RESTART/MOM.res_2.nc .........OK - Comparing MOM6_RESTART/MOM.res_3.nc .........OK - Comparing restart/iced.2013-04-02-00000.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing mediator_FBaccumAtm_restart.tile1.nc .........OK Comparing mediator_FBaccumAtm_restart.tile2.nc .........OK Comparing mediator_FBaccumAtm_restart.tile3.nc .........OK @@ -928,9 +928,9 @@ Checking test 012 cpld_fv3_ccpp_384_mom6_cice_ww3_1d_bmark_rt results .... Test 012 cpld_fv3_ccpp_384_mom6_cice_ww3_1d_bmark_rt PASS -baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/RT-Baselines_cold_debug_ccpp -mediator baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/MEDIATOR_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_330127/cpld_fv3_ccpp_mom6_cice_cold_debug +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold_debug_ccpp +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR_debug_ccpp +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_mom6_cice_cold_debug Checking test 013 cpld_fv3_ccpp_mom6_cice_cold_debug results .... Comparing phyf001.tile1.nc .........OK Comparing phyf001.tile2.nc .........OK @@ -1002,9 +1002,9 @@ Checking test 013 cpld_fv3_ccpp_mom6_cice_cold_debug results .... Test 013 cpld_fv3_ccpp_mom6_cice_cold_debug PASS -baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/RT-Baselines_6h_warm_debug_ccpp -mediator baseline dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/develop-20200524/RT-Baselines_6h_warm_debug_ccpp/RESTART -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_330127/cpld_fv3_ccpp_mom6_cice_6h_debug +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_6h_warm_debug_ccpp +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_6h_warm_debug_ccpp/RESTART +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_mom6_cice_6h_debug Checking test 014 cpld_fv3_ccpp_mom6_cice_6h_debug results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK @@ -1050,11 +1050,11 @@ Checking test 014 cpld_fv3_ccpp_mom6_cice_6h_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing MOM6_RESTART/MOM.res.nc .........OK - Comparing MOM6_RESTART/MOM.res_1.nc .........OK - Comparing MOM6_RESTART/MOM.res_2.nc .........OK - Comparing MOM6_RESTART/MOM.res_3.nc .........OK - Comparing restart/iced.2016-10-03-21600.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-03-21600.nc .........OK Comparing mediator_FBaccumAtm_restart.tile1.nc .........OK Comparing mediator_FBaccumAtm_restart.tile2.nc .........OK Comparing mediator_FBaccumAtm_restart.tile3.nc .........OK @@ -1081,6 +1081,929 @@ Checking test 014 cpld_fv3_ccpp_mom6_cice_6h_debug results .... Test 014 cpld_fv3_ccpp_mom6_cice_6h_debug PASS +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold_ccpp_cmeps +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR_ccpp_cmeps +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_mom6_cice_cmeps_cold_atm_flux +Checking test 015 cpld_fv3_ccpp_mom6_cice_cmeps_cold_atm_flux results .... + Comparing phyf001.tile1.nc .........OK + Comparing phyf001.tile2.nc .........OK + Comparing phyf001.tile3.nc .........OK + Comparing phyf001.tile4.nc .........OK + Comparing phyf001.tile5.nc .........OK + Comparing phyf001.tile6.nc .........OK + Comparing dynf001.tile1.nc .........OK + Comparing dynf001.tile2.nc .........OK + Comparing dynf001.tile3.nc .........OK + Comparing dynf001.tile4.nc .........OK + Comparing dynf001.tile5.nc .........OK + Comparing dynf001.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 + Comparing ufs.s2s.cold.cpl.r.2016-10-03-03600.nc .........OK +Test 015 cpld_fv3_ccpp_mom6_cice_cmeps_cold_atm_flux PASS + + +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold_satmedmf_ccpp_cmeps +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR_satmedmf_ccpp_cmeps +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_mom6_cice_cmeps_cold_satmedmf +Checking test 016 cpld_fv3_ccpp_mom6_cice_cmeps_cold_satmedmf results .... + Comparing phyf001.tile1.nc .........OK + Comparing phyf001.tile2.nc .........OK + Comparing phyf001.tile3.nc .........OK + Comparing phyf001.tile4.nc .........OK + Comparing phyf001.tile5.nc .........OK + Comparing phyf001.tile6.nc .........OK + Comparing dynf001.tile1.nc .........OK + Comparing dynf001.tile2.nc .........OK + Comparing dynf001.tile3.nc .........OK + Comparing dynf001.tile4.nc .........OK + Comparing dynf001.tile5.nc .........OK + Comparing dynf001.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 + Comparing ufs.s2s.cold.cpl.r.2016-10-03-03600.nc .........OK +Test 016 cpld_fv3_ccpp_mom6_cice_cmeps_cold_satmedmf PASS + + +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold384_ccpp_cmeps +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR384_ccpp_cmeps +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_384_mom6_cice_cmeps_cold_atm_flux +Checking test 017 cpld_fv3_ccpp_384_mom6_cice_cmeps_cold_atm_flux results .... + Comparing phyf001.tile1.nc .........OK + Comparing phyf001.tile2.nc .........OK + Comparing phyf001.tile3.nc .........OK + Comparing phyf001.tile4.nc .........OK + Comparing phyf001.tile5.nc .........OK + Comparing phyf001.tile6.nc .........OK + Comparing dynf001.tile1.nc .........OK + Comparing dynf001.tile2.nc .........OK + Comparing dynf001.tile3.nc .........OK + Comparing dynf001.tile4.nc .........OK + Comparing dynf001.tile5.nc .........OK + Comparing dynf001.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 + Comparing ufs.s2s.cold.cpl.r.2016-10-03-03600.nc .........OK +Test 017 cpld_fv3_ccpp_384_mom6_cice_cmeps_cold_atm_flux PASS + + +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold_bmrt_ccpp_cmeps +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR_bmrt_ccpp_cmeps +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_384_mom6_cice_cmeps_cold_bmark_rt +Checking test 018 cpld_fv3_ccpp_384_mom6_cice_cmeps_cold_bmark_rt results .... + Comparing phyf001.tile1.nc .........OK + Comparing phyf001.tile2.nc .........OK + Comparing phyf001.tile3.nc .........OK + Comparing phyf001.tile4.nc .........OK + Comparing phyf001.tile5.nc .........OK + Comparing phyf001.tile6.nc .........OK + Comparing dynf001.tile1.nc .........OK + Comparing dynf001.tile2.nc .........OK + Comparing dynf001.tile3.nc .........OK + Comparing dynf001.tile4.nc .........OK + Comparing dynf001.tile5.nc .........OK + Comparing dynf001.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 + Comparing ufs.s2s.cold.cpl.r.2013-04-01-03600.nc .........OK +Test 018 cpld_fv3_ccpp_384_mom6_cice_cmeps_cold_bmark_rt PASS + + +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp_cmeps +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp_cmeps/RESTART +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux +Checking test 019 cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux results .... + 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 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 + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-05-00000.nc .........OK + Comparing ufs.s2s.cpl.r.2016-10-05-00000.nc .........OK +Test 019 cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux PASS + + +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_3d_warm_ccpp_cmeps +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_3d_warm_ccpp_cmeps/RESTART +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux +Checking test 020 cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux results .... + Comparing phyf072.tile1.nc .........OK + Comparing phyf072.tile2.nc .........OK + Comparing phyf072.tile3.nc .........OK + Comparing phyf072.tile4.nc .........OK + Comparing phyf072.tile5.nc .........OK + Comparing phyf072.tile6.nc .........OK + Comparing dynf072.tile1.nc .........OK + Comparing dynf072.tile2.nc .........OK + Comparing dynf072.tile3.nc .........OK + Comparing dynf072.tile4.nc .........OK + Comparing dynf072.tile5.nc .........OK + Comparing dynf072.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 + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-06-00000.nc .........OK + Comparing ufs.s2s.cpl.r.2016-10-06-00000.nc .........OK +Test 020 cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux PASS + + +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_3d_warm_ccpp_cmeps +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_3d_warm_ccpp_cmeps/RESTART +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_mom6_cice_cmeps_restart +Checking test 021 cpld_fv3_ccpp_mom6_cice_cmeps_restart results .... + Comparing phyf072.tile1.nc .........OK + Comparing phyf072.tile2.nc .........OK + Comparing phyf072.tile3.nc .........OK + Comparing phyf072.tile4.nc .........OK + Comparing phyf072.tile5.nc .........OK + Comparing phyf072.tile6.nc .........OK + Comparing dynf072.tile1.nc .........OK + Comparing dynf072.tile2.nc .........OK + Comparing dynf072.tile3.nc .........OK + Comparing dynf072.tile4.nc .........OK + Comparing dynf072.tile5.nc .........OK + Comparing dynf072.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 + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-06-00000.nc .........OK + Comparing ufs.s2s.cpl.r.2016-10-06-00000.nc .........OK +Test 021 cpld_fv3_ccpp_mom6_cice_cmeps_restart PASS + + +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp_cmeps +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp_cmeps/RESTART +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads +Checking test 022 cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads results .... + 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 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 + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-05-00000.nc .........OK + Comparing ufs.s2s.cpl.r.2016-10-05-00000.nc .........OK +Test 022 cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads PASS + + +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp_cmeps +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp_cmeps/RESTART +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp +Checking test 023 cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp results .... + 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 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 + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-05-00000.nc .........OK + Comparing ufs.s2s.cpl.r.2016-10-05-00000.nc .........OK +Test 023 cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp PASS + + +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_warm_satmedmf_ccpp_cmeps +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_warm_satmedmf_ccpp_cmeps/RESTART +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf +Checking test 024 cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf results .... + 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 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 + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-04-00000.nc .........OK + Comparing ufs.s2s.cpl.r.2016-10-04-00000.nc .........OK +Test 024 cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf PASS + + +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp384_cmeps +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_2d_warm_ccpp384_cmeps/RESTART +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux +Checking test 025 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux results .... + 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 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 + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-05-00000.nc .........OK + Comparing ufs.s2s.cpl.r.2016-10-05-00000.nc .........OK +Test 025 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux PASS + + +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_bmrt_ccpp_cmeps +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_bmrt_ccpp_cmeps/RESTART +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt +Checking test 026 cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt results .... + 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 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 + Comparing RESTART/20130401.120000.coupler.res .........OK + Comparing RESTART/20130401.120000.fv_core.res.nc .........OK + Comparing RESTART/20130401.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20130401.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20130401.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20130401.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20130401.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20130401.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20130401.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20130401.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20130401.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20130401.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20130401.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20130401.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20130401.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20130401.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20130401.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20130401.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20130401.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20130401.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20130401.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20130401.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20130401.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20130401.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20130401.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20130401.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20130401.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20130401.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20130401.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20130401.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20130401.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20130401.120000.sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/MOM.res.2013-04-01-12-00-00.nc .........OK + Comparing RESTART/MOM.res.2013-04-01-12-00-00_1.nc .........OK + Comparing RESTART/MOM.res.2013-04-01-12-00-00_2.nc .........OK + Comparing RESTART/MOM.res.2013-04-01-12-00-00_3.nc .........OK + Comparing RESTART/iced.2013-04-02-00000.nc .........OK + Comparing RESTART/iced.2013-04-01-43200.nc .........OK + Comparing ufs.s2s.cpl.r.2013-04-01-43200.nc .........OK + Comparing ufs.s2s.cpl.r.2013-04-02-00000.nc .........OK +Test 026 cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt PASS + + +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold_bmwav_ccpp_cmeps +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR_bmwav_ccpp_cmeps +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_cold_bmark_rt +Checking test 027 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_cold_bmark_rt results .... + Comparing phyf001.tile1.nc .........OK + Comparing phyf001.tile2.nc .........OK + Comparing phyf001.tile3.nc .........OK + Comparing phyf001.tile4.nc .........OK + Comparing phyf001.tile5.nc .........OK + Comparing phyf001.tile6.nc .........OK + Comparing dynf001.tile1.nc .........OK + Comparing dynf001.tile2.nc .........OK + Comparing dynf001.tile3.nc .........OK + Comparing dynf001.tile4.nc .........OK + Comparing dynf001.tile5.nc .........OK + Comparing dynf001.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 + Comparing ufs.s2s.cold.cpl.r.2013-04-01-03600.nc .........OK +Test 027 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_cold_bmark_rt PASS + + +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_bmwav_ccpp_cmeps +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_1d_bmwav_ccpp_cmeps/RESTART +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt +Checking test 028 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt results .... + 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 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 20130402.000000.out_grd.gwes_30m .........OK + Comparing 20130402.000000.out_pnt.points .........OK + Comparing 20130402.000000.restart.gwes_30m .........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/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2013-04-02-00000.nc .........OK + Comparing ufs.s2s.cpl.r.2013-04-02-00000.nc .........OK +Test 028 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt PASS + + +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_cold_debug_ccpp_cmeps +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/MEDIATOR_debug_ccpp_cmeps +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_mom6_cice_cmeps_cold_debug +Checking test 029 cpld_fv3_ccpp_mom6_cice_cmeps_cold_debug results .... + Comparing phyf001.tile1.nc .........OK + Comparing phyf001.tile2.nc .........OK + Comparing phyf001.tile3.nc .........OK + Comparing phyf001.tile4.nc .........OK + Comparing phyf001.tile5.nc .........OK + Comparing phyf001.tile6.nc .........OK + Comparing dynf001.tile1.nc .........OK + Comparing dynf001.tile2.nc .........OK + Comparing dynf001.tile3.nc .........OK + Comparing dynf001.tile4.nc .........OK + Comparing dynf001.tile5.nc .........OK + Comparing dynf001.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 + Comparing ufs.s2s.cold.cpl.r.2016-10-03-03600.nc .........OK +Test 029 cpld_fv3_ccpp_mom6_cice_cmeps_cold_debug PASS + + +baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_6h_warm_debug_ccpp_cmeps +mediator baseline dir = /work/noaa/stmp/jminsuk/RT/FV3-MOM6-CICE5/develop-20200530/RT-Baselines_6h_warm_debug_ccpp_cmeps/RESTART +working dir = /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_353667/cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug +Checking test 030 cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug results .... + Comparing phyf006.tile1.nc .........OK + Comparing phyf006.tile2.nc .........OK + Comparing phyf006.tile3.nc .........OK + Comparing phyf006.tile4.nc .........OK + Comparing phyf006.tile5.nc .........OK + Comparing phyf006.tile6.nc .........OK + Comparing dynf006.tile1.nc .........OK + Comparing dynf006.tile2.nc .........OK + Comparing dynf006.tile3.nc .........OK + Comparing dynf006.tile4.nc .........OK + Comparing dynf006.tile5.nc .........OK + Comparing dynf006.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 + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-03-21600.nc .........OK + Comparing ufs.s2s.cpl.r.2016-10-03-21600.nc .........OK +Test 030 cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug PASS + + REGRESSION TEST WAS SUCCESSFUL -Fri May 29 16:59:58 CDT 2020 -Elapsed time: 01h:23m:04s. Have a nice day! +Tue Jun 2 17:28:53 CDT 2020 +Elapsed time: 02h:38m:25s. Have a nice day! diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 2cd8b549..fdddf6e8 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -262,7 +262,14 @@ export SUITE_NAME='' export MED_restart_data='' export INPUT_NML="input.mom6.nml.IN" export FIELD_TABLE="field_table" +export FV3_RESTART_INTERVAL='0' +export FHROT='0' export NSOUT='-1' +export FDIAG='6' +export NFHOUT='6' +#no high freq fv3 output +export NFHMAX_HF='-1' +export NFHOUT_HF='-1' export CPLFLX='.T.' export CPL='.true.' export NSTF_NAME='0,0,0,0,0' @@ -272,8 +279,12 @@ export atm_model="fv3" export ocn_model="mom6" export ice_model="cice" export wav_model="ww3" -# future use: for MOM6 river runoff +# MOM6 river runoff export MOM6_RIVER_RUNOFF='True' +# set USE_LA_LI2016 to the current default; this must be set False for restart repro +export MOM6_REPRO_LA='True' +# set the THERMO_SPANS_COUPLING to the current default; according to Gustavo and Alper, the correct setting is "False" +export MOM6_THERMO_SPAN='True' export NPROC_ICE='48' export DT_ATMOS='900' #needed for C96 cases export DT_DYNAM_MOM6='900' @@ -300,4 +311,8 @@ export NA_INIT='1' export EXTERNAL_IC='.T.' export NGGPS_IC='.T.' export MOUNTAIN='.F.' +# default mediator component (NEMS mediator) +export MEDCOMP='' +export RESTART_PREFIX='' +export RESTART_SUFFIX='' } diff --git a/tests/edit_inputs.sh b/tests/edit_inputs.sh index acc2e162..bad685eb 100755 --- a/tests/edit_inputs.sh +++ b/tests/edit_inputs.sh @@ -26,7 +26,9 @@ function edit_ice_in { function edit_mom_input { sed -e "s/DT_THERM_MOM6/$DT_THERM_MOM6/g" \ -e "s/DT_DYNAM_MOM6/$DT_DYNAM_MOM6/g" \ - -e "s/MOM6_RIVER_RUNOFF/$MOM6_RIVER_RUNOFF/g" + -e "s/MOM6_RIVER_RUNOFF/$MOM6_RIVER_RUNOFF/g" \ + -e "s/MOM6_THERMO_SPAN/$MOM6_THERMO_SPAN/g" \ + -e "s/MOM6_REPRO_LA/$MOM6_REPRO_LA/g" } function edit_diag_table { diff --git a/tests/fv3_conf/cpld_fv3_mom6_cice_atm_flux_restart_run.IN b/tests/fv3_conf/cpld_fv3_mom6_cice_atm_flux_restart_run.IN new file mode 100644 index 00000000..85db30e0 --- /dev/null +++ b/tests/fv3_conf/cpld_fv3_mom6_cice_atm_flux_restart_run.IN @@ -0,0 +1,59 @@ +mkdir INPUT RESTART history MOM6_OUTPUT + +if [[ $ATMRES == 'C96' ]]; then + FV3_DIR=FV3_input_data +else + FV3_DIR=FV3_input_data${ATMRES#C} +fi + +# FV3 fixed input +cp @[RTPWD]/${FV3_DIR}/INPUT/aerosol.dat . +cp @[RTPWD]/${FV3_DIR}/INPUT/co2historicaldata_201*.txt . +cp @[RTPWD]/${FV3_DIR}/INPUT/sfc_emissivity_idx.txt . +cp @[RTPWD]/${FV3_DIR}/INPUT/solarconstant_noaa_an.txt . +if [ $OZ_PHYS_NEW = .T. ]; then + cp @[RTPWD]/${FV3_DIR}/ozprdlos_2015_new_sbuv03_tclm15_nuchem.f77 ./global_o3prdlos.f77 +elif [ $OZ_PHYS_OLD = .T. ]; then + cp @[RTPWD]/${FV3_DIR}/INPUT/global_o3prdlos.f77 . +fi +cp @[RTPWD]/${FV3_DIR}/global_h2o_pltc.f77 ./global_h2oprdlos.f77 +cp @[RTPWD]/${FV3_DIR}/*grb . +cp @[RTPWD]/${FV3_DIR}/@[FIELD_TABLE] ./field_table +cp @[RTPWD]/CPL_FIX/a@[ATMRES]o@[OCNRES]/grid_spec.nc ./INPUT +cp @[RTPWD]/${FV3_DIR}/INPUT/@[ATMRES]_grid*.nc ./INPUT +cp @[RTPWD]/${FV3_DIR}/INPUT/oro_data*.nc ./INPUT +cp @[RTPWD]/${FV3_DIR}/INPUT/grid_spec.nc ./INPUT/@[ATMRES]_mosaic.nc +cp @[RTPWD]/${FV3_DIR}/INPUT/gfs_ctrl.nc ./INPUT + +# MOM6 fixed input +cp @[RTPWD]/MOM6_FIX/@[OCNRES]/* ./INPUT + +# CICE5 fixed input +cp @[RTPWD]/CICE_FIX/@[OCNRES]/grid_cice_NEMS_mx025.nc . +cp @[RTPWD]/CICE_FIX/@[OCNRES]/kmtu_cice_NEMS_mx025.nc . + +# Restart run, CMEPS +# Set the dependent run (DEP_RUN) manually for now +#DEP_RUN="../cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux" +DEP_RUN="@[RTPWD]/RT-Baselines_2d_warm_ccpp_cmeps" + +# FV3 ICs +cp ${DEP_RUN}/RESTART/coupler.res ./INPUT +cp ${DEP_RUN}/RESTART/fv_*.nc ./INPUT +cp ${DEP_RUN}/RESTART/sfc_data*.nc ./INPUT +cp ${DEP_RUN}/RESTART/phy_data*.nc ./INPUT +cp ${DEP_RUN}/RESTART/MOM*.nc ./INPUT + +cp ${DEP_RUN}/RESTART/ufs.s2s.cpl.r.2016-10-05-00000.nc . +RFILE="ufs.s2s.cpl.r.2016-10-05-00000.nc" +ls -1 ${RFILE}>rpointer.cpl + +# ICs: CICE restart and pointer file +cp ${DEP_RUN}/RESTART/iced.2016-10-05-00000.nc ./INPUT +RFILE="iced.2016-10-05-00000.nc" +ls -1 "./INPUT/"${RFILE}>ice.restart_file + +# CCPP +if [[ ! $SUITE_NAME == '' ]]; then + cp ${PATHTR}/FV3/ccpp/suites/suite_@[SUITE_NAME].xml . +fi diff --git a/tests/fv3_conf/cpld_fv3_mom6_cice_atm_flux_run.IN b/tests/fv3_conf/cpld_fv3_mom6_cice_atm_flux_run.IN index 8b00cf2e..9a0f5998 100644 --- a/tests/fv3_conf/cpld_fv3_mom6_cice_atm_flux_run.IN +++ b/tests/fv3_conf/cpld_fv3_mom6_cice_atm_flux_run.IN @@ -1,4 +1,4 @@ -mkdir INPUT RESTART history MOM6_OUTPUT MOM6_RESTART restart +mkdir INPUT RESTART history MOM6_OUTPUT if [[ $ATMRES == 'C96' ]]; then FV3_DIR=FV3_input_data @@ -38,9 +38,15 @@ cp @[RTPWD]/${FV3_DIR}/INPUT/gfs_data*.nc ./INPUT cp @[RTPWD]/MOM6_IC/MOM*.nc ./INPUT cp @[RTPWD]/CICE_IC/cice5_model_0.25.*.nc ./cice5_model.res.nc -# WARM START +# Restart from coldstart, NEMS or CMEPS if [[ ! $MED_restart_data == '' ]]; then + if [[ $MEDCOMP == 'cmeps' ]]; then + RFILE="ufs.s2s.cold.cpl.r.${SYEAR}-${SMONTH}-${SDAY}-03600.nc" + cp @[RTPWD]/@[MED_restart_data]/${RFILE} . + ls -1 ${RFILE}>rpointer.cpl + else cp @[RTPWD]/@[MED_restart_data]/mediator_* . + fi fi # CCPP diff --git a/tests/fv3_conf/cpld_fv3_mom6_cice_bmark_restart_run.IN b/tests/fv3_conf/cpld_fv3_mom6_cice_bmark_restart_run.IN new file mode 100644 index 00000000..14943aa7 --- /dev/null +++ b/tests/fv3_conf/cpld_fv3_mom6_cice_bmark_restart_run.IN @@ -0,0 +1,79 @@ +mkdir INPUT RESTART history MOM6_OUTPUT + +if [[ $ATMRES == 'C96' ]]; then + FV3_DIR=FV3_input_data +else + FV3_DIR=FV3_input_data${ATMRES#C} +fi + +BM_IC=BM_IC/${SYEAR}${SMONTH}${SDAY}${SHOUR} +FV3_IC=${BM_IC}/gfs/@[ATMRES]/INPUT +MOM6_IC=${BM_IC}/mom6_da +CICE_IC=${BM_IC}/cpc +RESTART_PREFIX=${SYEAR}${SMONTH}${SDAY}.${FHROT}0000. +RESTART_SUFFIX=.${SYEAR}-${SMONTH}-${SDAY}-${FHROT}-00-00 +RESTART_INPUTDIR=RT-Baselines_1d_bmrt_ccpp_cmeps +SECS=$((FHROT*3600)) + +# FV3 fixed input +cp @[RTPWD]/${FV3_DIR}/INPUT/aerosol.dat . +cp @[RTPWD]/FV3_input_bm2/INPUT/co2historicaldata_201*.txt . +cp @[RTPWD]/${FV3_DIR}/INPUT/sfc_emissivity_idx.txt . +cp @[RTPWD]/${FV3_DIR}/INPUT/solarconstant_noaa_an.txt . +if [ $OZ_PHYS_NEW = .T. ]; then + cp @[RTPWD]/${FV3_DIR}/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 +elif [ $OZ_PHYS_OLD = .T. ]; then + cp @[RTPWD]/${FV3_DIR}/INPUT/global_o3prdlos.f77 . +fi +cp @[RTPWD]/${FV3_DIR}/global_h2o_pltc.f77 ./global_h2oprdlos.f77 +cp @[RTPWD]/${FV3_DIR}/*grb . +cp @[RTPWD]/${FV3_DIR}/@[FIELD_TABLE] ./field_table +cp @[RTPWD]/CPL_FIX/a@[ATMRES]o@[OCNRES]/grid_spec.nc ./INPUT +cp @[RTPWD]/${FV3_DIR}/INPUT/@[ATMRES]_grid*.nc ./INPUT +cp @[RTPWD]/${FV3_DIR}/INPUT/oro_data*.nc ./INPUT +cp @[RTPWD]/${FV3_DIR}/INPUT/grid_spec.nc ./INPUT/@[ATMRES]_mosaic.nc +cp @[RTPWD]/${FV3_DIR}/INPUT/gfs_ctrl.nc ./INPUT + +# MOM6 fixed input +cp @[RTPWD]/MOM6_FIX/@[OCNRES]/* ./INPUT + +# CICE5 fixed input +cp @[RTPWD]/CICE_FIX/@[OCNRES]/grid_cice_NEMS_mx025.nc . +cp @[RTPWD]/CICE_FIX/@[OCNRES]/kmtu_cice_NEMS_mx025.nc . + +# +# FIXME: need to copy in from just completed 1-d run, not baseline +# PREFIX and SUFFIX are known +# +# ICs: FV3 timestamped prefix +cp @[RTPWD]/${RESTART_INPUTDIR}/RESTART/${RESTART_PREFIX}* ./INPUT +RFILE="INPUT/${RESTART_PREFIX}" +for oldname in ${RFILE}*; do + lengthRFILE=${#RFILE} + newname=${oldname:$lengthRFILE} + mv $oldname INPUT/$newname +done + +# ICs: MOM6 timestamped suffix +cp @[RTPWD]/${RESTART_INPUTDIR}/RESTART/MOM.res${RESTART_SUFFIX}* ./INPUT +RFILE="INPUT/MOM.res${RESTART_SUFFIX}" +for oldname in ${RFILE}*; do + lengthRFILE=${#RFILE} + newname=${oldname:$lengthRFILE} + mv $oldname INPUT/"MOM.res"$newname +done + +# ICs: Mediator restart and pointer file +cp @[RTPWD]/${RESTART_INPUTDIR}/RESTART/ufs.s2s.cpl.r.${SYEAR}-${SMONTH}-${SDAY}-${SECS}.nc . +RFILE="ufs.s2s.cpl.r.${SYEAR}-${SMONTH}-${SDAY}-${SECS}.nc" +ls -1 ${RFILE}>rpointer.cpl + +# ICs: CICE restart and pointer file +cp @[RTPWD]/${RESTART_INPUTDIR}/RESTART/iced.${SYEAR}-${SMONTH}-${SDAY}-${SECS}.nc ./INPUT +RFILE="iced.${SYEAR}-${SMONTH}-${SDAY}-${SECS}.nc" +ls -1 "./INPUT/"${RFILE}>ice.restart_file + +# CCPP +if [[ ! $SUITE_NAME == '' ]]; then + cp ${PATHTR}/FV3/ccpp/suites/suite_@[SUITE_NAME].xml . +fi diff --git a/tests/fv3_conf/cpld_fv3_mom6_cice_bmark_rt_run.IN b/tests/fv3_conf/cpld_fv3_mom6_cice_bmark_rt_run.IN index 2ab3ed1a..441fb22d 100644 --- a/tests/fv3_conf/cpld_fv3_mom6_cice_bmark_rt_run.IN +++ b/tests/fv3_conf/cpld_fv3_mom6_cice_bmark_rt_run.IN @@ -1,4 +1,4 @@ -mkdir INPUT RESTART history MOM6_OUTPUT MOM6_RESTART restart +mkdir INPUT RESTART history MOM6_OUTPUT if [[ $ATMRES == 'C96' ]]; then FV3_DIR=FV3_input_data @@ -43,9 +43,15 @@ cp @[RTPWD]/${FV3_IC}/gfs_data*.nc ./INPUT cp @[RTPWD]/${MOM6_IC}/MOM*.nc ./INPUT cp @[RTPWD]/${CICE_IC}/cice5_model_0.25.*.nc ./cice5_model.res.nc -# WARM START +# Restart from coldstart, NEMS or CMEPS if [[ ! $MED_restart_data == '' ]]; then + if [[ $MEDCOMP == 'cmeps' ]]; then + RFILE="ufs.s2s.cold.cpl.r.${SYEAR}-${SMONTH}-${SDAY}-03600.nc" + cp @[RTPWD]/@[MED_restart_data]/${RFILE} . + ls -1 ${RFILE}>rpointer.cpl + else cp @[RTPWD]/@[MED_restart_data]/mediator_* . + fi fi # CCPP diff --git a/tests/fv3_conf/cpld_fv3_mom6_cice_ww3_bmark_rt_run.IN b/tests/fv3_conf/cpld_fv3_mom6_cice_ww3_bmark_rt_run.IN index 64681623..0b0560fd 100644 --- a/tests/fv3_conf/cpld_fv3_mom6_cice_ww3_bmark_rt_run.IN +++ b/tests/fv3_conf/cpld_fv3_mom6_cice_ww3_bmark_rt_run.IN @@ -1,4 +1,4 @@ -mkdir INPUT RESTART history MOM6_OUTPUT MOM6_RESTART restart +mkdir INPUT RESTART history MOM6_OUTPUT if [[ $ATMRES == 'C96' ]]; then FV3_DIR=FV3_input_data @@ -47,9 +47,15 @@ cp @[RTPWD]/${FV3_IC}/gfs_data*.nc ./INPUT cp @[RTPWD]/${MOM6_IC}/MOM*.nc ./INPUT cp @[RTPWD]/${CICE_IC}/cice5_model_0.25.*.nc ./cice5_model.res.nc -# WARM START +# Restart from coldstart, NEMS or CMEPS if [[ ! $MED_restart_data == '' ]]; then + if [[ $MEDCOMP == 'cmeps' ]]; then + RFILE="ufs.s2s.cold.cpl.r.${SYEAR}-${SMONTH}-${SDAY}-03600.nc" + cp @[RTPWD]/@[MED_restart_data]/${RFILE} . + ls -1 ${RFILE}>rpointer.cpl + else cp @[RTPWD]/@[MED_restart_data]/mediator_* . + fi fi # CCPP diff --git a/tests/fv3_conf/fv3_slurm.IN b/tests/fv3_conf/fv3_slurm.IN index 9fdfa328..a7469d8e 100644 --- a/tests/fv3_conf/fv3_slurm.IN +++ b/tests/fv3_conf/fv3_slurm.IN @@ -3,12 +3,13 @@ #SBATCH -o out #SBATCH --account=@[ACCNR] #SBATCH --qos=@[QUEUE] +#SBATCH --partition=@[PARTITION] ### #SBATCH --ntasks=@[TASKS] #SBATCH --nodes=@[NODES] #SBATCH --ntasks-per-node=@[TPN] #SBATCH --time=@[WLCLK] #SBATCH --job-name="@[JBNME]" -### #SBATCH --exclusive +#SBATCH --exclusive set -eux @@ -20,14 +21,17 @@ module list set -x +ulimit -s unlimited + echo "Model started: " `date` -export MPI_TYPE_DEPTH=20 -export OMP_STACKSIZE=512M +#export MPI_TYPE_DEPTH=20 +#export OMP_STACKSIZE=512M +export KMP_AFFINITY=scatter export OMP_NUM_THREADS=@[THRD] -export ESMF_RUNTIME_COMPLIANCECHECK=OFF:depth=4 -export PSM_RANKS_PER_CONTEXT=4 -export PSM_SHAREDCONTEXTS=1 +#export ESMF_RUNTIME_COMPLIANCECHECK=OFF:depth=4 +#export PSM_RANKS_PER_CONTEXT=4 +#export PSM_SHAREDCONTEXTS=1 # Avoid job errors because of filesystem synchronization delays sync && sleep 1 diff --git a/tests/rt.conf b/tests/rt.conf index 33647a4f..0dc81904 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -1,20 +1,43 @@ -COMPILE | coupledFV3_CCPP_MOM6_CICE | | hera.intel | fv3 | -COMPILE | coupledFV3_CCPP_MOM6_CICE | | orion.intel | fv3 | -RUN | cpld_fv3_ccpp_mom6_cice_cold_atm_flux | | | fv3 | -RUN | cpld_fv3_ccpp_384_mom6_cice_cold_atm_flux | | | fv3 | -RUN | cpld_fv3_ccpp_mom6_cice_2d_atm_flux | | | fv3 | -RUN | cpld_fv3_ccpp_384_mom6_cice_2d_atm_flux | | | fv3 | -RUN | cpld_fv3_ccpp_mom6_cice_2d_2threads | | | fv3 | -RUN | cpld_fv3_ccpp_mom6_cice_2d_decomp | | | fv3 | -RUN | cpld_fv3_ccpp_mom6_cice_cold_satmedmf | | | fv3 | -RUN | cpld_fv3_ccpp_mom6_cice_1d_satmedmf | | | fv3 | -RUN | cpld_fv3_ccpp_384_mom6_cice_cold_bmark_rt | | | fv3 | -RUN | cpld_fv3_ccpp_384_mom6_cice_1d_bmark_rt | | | fv3 | -COMPILE | coupledFV3_CCPP_MOM6_CICE_WW3 | | hera.intel | fv3 | -COMPILE | coupledFV3_CCPP_MOM6_CICE_WW3 | | orion.intel | fv3 | -RUN | cpld_fv3_ccpp_384_mom6_cice_ww3_cold_bmark_rt | | | fv3 | -RUN | cpld_fv3_ccpp_384_mom6_cice_ww3_1d_bmark_rt | | | fv3 | -COMPILE | coupledFV3_CCPP_MOM6_CICE_debug | | hera.intel | fv3 | -COMPILE | coupledFV3_CCPP_MOM6_CICE_debug | | orion.intel | fv3 | -RUN | cpld_fv3_ccpp_mom6_cice_cold_debug | | | fv3 | -RUN | cpld_fv3_ccpp_mom6_cice_6h_debug | | | fv3 | +COMPILE | coupledFV3_CCPP_MOM6_CICE | | hera.intel | fv3 | +COMPILE | coupledFV3_CCPP_MOM6_CICE | | orion.intel | fv3 | +RUN | cpld_fv3_ccpp_mom6_cice_cold_atm_flux | | | fv3 | +RUN | cpld_fv3_ccpp_mom6_cice_cold_satmedmf | | | fv3 | +RUN | cpld_fv3_ccpp_384_mom6_cice_cold_atm_flux | | | fv3 | +RUN | cpld_fv3_ccpp_384_mom6_cice_cold_bmark_rt | | | fv3 | +RUN | cpld_fv3_ccpp_mom6_cice_2d_atm_flux | | | fv3 | +RUN | cpld_fv3_ccpp_mom6_cice_2d_2threads | | | | +RUN | cpld_fv3_ccpp_mom6_cice_2d_decomp | | | | +RUN | cpld_fv3_ccpp_mom6_cice_1d_satmedmf | | | fv3 | +RUN | cpld_fv3_ccpp_384_mom6_cice_2d_atm_flux | | | fv3 | +RUN | cpld_fv3_ccpp_384_mom6_cice_1d_bmark_rt | | | fv3 | +COMPILE | coupledFV3_CCPP_MOM6_CICE_WW3 | | hera.intel | fv3 | +COMPILE | coupledFV3_CCPP_MOM6_CICE_WW3 | | orion.intel | fv3 | +RUN | cpld_fv3_ccpp_384_mom6_cice_ww3_cold_bmark_rt | | | fv3 | +RUN | cpld_fv3_ccpp_384_mom6_cice_ww3_1d_bmark_rt | | | fv3 | +COMPILE | coupledFV3_CCPP_MOM6_CICE_debug | | hera.intel | fv3 | +COMPILE | coupledFV3_CCPP_MOM6_CICE_debug | | orion.intel | fv3 | +RUN | cpld_fv3_ccpp_mom6_cice_cold_debug | | | fv3 | +RUN | cpld_fv3_ccpp_mom6_cice_6h_debug | | | fv3 | +# +COMPILE | coupledFV3_CCPP_MOM6_CICE_CMEPS | | hera.intel | fv3 | +COMPILE | coupledFV3_CCPP_MOM6_CICE_CMEPS | | orion.intel | fv3 | +RUN | cpld_fv3_ccpp_mom6_cice_cmeps_cold_atm_flux | | | fv3 | +RUN | cpld_fv3_ccpp_mom6_cice_cmeps_cold_satmedmf | | | fv3 | +RUN | cpld_fv3_ccpp_384_mom6_cice_cmeps_cold_atm_flux | | | fv3 | +RUN | cpld_fv3_ccpp_384_mom6_cice_cmeps_cold_bmark_rt | | | fv3 | +RUN | cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux | | | fv3 | +RUN | cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux | | | fv3 | +RUN | cpld_fv3_ccpp_mom6_cice_cmeps_restart | | | | +RUN | cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads | | | | +RUN | cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp | | | | +RUN | cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf | | | fv3 | +RUN | cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux | | | fv3 | +RUN | cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt | | | fv3 | +COMPILE | coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS | | hera.intel | fv3 | +COMPILE | coupledFV3_CCPP_MOM6_CICE_WW3_CMEPS | | orion.intel | fv3 | +RUN | cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_cold_bmark_rt | | | fv3 | +RUN | cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt | | | fv3 | +COMPILE | coupledFV3_CCPP_MOM6_CICE_CMEPS_debug | | hera.intel | fv3 | +COMPILE | coupledFV3_CCPP_MOM6_CICE_CMEPS_debug | | orion.intel | fv3 | +RUN | cpld_fv3_ccpp_mom6_cice_cmeps_cold_debug | | | fv3 | +RUN | cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug | | | fv3 | diff --git a/tests/rt.sh b/tests/rt.sh index 5cc84f43..a582b2ea 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -378,7 +378,7 @@ done if [[ $MACHINE_ID = cheyenne.* ]]; then RTPWD=${RTPWD:-$DISKNM/develop-20200210/${COMPILER^^}} else - RTPWD=${RTPWD:-$DISKNM/FV3-MOM6-CICE5/develop-20200524} + RTPWD=${RTPWD:-$DISKNM/FV3-MOM6-CICE5/develop-20200530} fi shift $((OPTIND-1)) diff --git a/tests/rt_fv3.sh b/tests/rt_fv3.sh index 70ba7cc9..d670384b 100755 --- a/tests/rt_fv3.sh +++ b/tests/rt_fv3.sh @@ -39,6 +39,12 @@ edit_ice_in < ${PATHTR}/parm/ice_in_template > ice_in edit_mom_input < ${PATHTR}/parm/${MOM_INPUT:-MOM_input_template} > INPUT/MOM_input edit_diag_table < ${PATHTR}/parm/diag_table_template > diag_table cp ${PATHTR}/parm/data_table data_table +# CMEPS +if [[ $MEDCOMP != '' ]]; then +cp ${PATHTR}/parm/fd_nems.yaml fd_nems.yaml +cp ${PATHTR}/parm/pio_in pio_in +cp ${PATHTR}/parm/med_modelio.nml med_modelio.nml +fi if [[ "Q${INPUT_NEST02_NML:-}" != Q ]] ; then atparse < ${PATHTR}/parm/${INPUT_NEST02_NML} > input_nest02.nml diff --git a/tests/rt_utils.sh b/tests/rt_utils.sh index 1de55f6c..3ffdbe28 100755 --- a/tests/rt_utils.sh +++ b/tests/rt_utils.sh @@ -342,7 +342,7 @@ check_results() { printf %s " Comparing " $i " ....." crst='' - if [[ $i =~ MOM6_RESTART/ || $i =~ restart ]]; then + if [[ $i =~ RESTART/ ]]; then crst=RESTART/$(basename $i) fi @@ -378,7 +378,9 @@ check_results() { if [[ $i =~ mediator ]]; then d=$( cmp ${RTPWD}/${CNTLMED_DIR}/$i ${RUNDIR}/$i | wc -l ) - elif [[ $i =~ MOM6_RESTART/ || $i =~ restart ]]; then + elif [[ $i =~ ufs.s2s ]]; then + d=$( cmp ${RTPWD}/${CNTLMED_DIR}/$i ${RUNDIR}/$i | wc -l ) + elif [[ $i =~ RESTART/ ]]; then d=$( cmp ${RTPWD}/${CNTL_DIR}/$crst ${RUNDIR}/$i | wc -l ) else d=$( cmp ${RTPWD}/${CNTL_DIR}/$i ${RUNDIR}/$i | wc -l ) @@ -414,12 +416,12 @@ check_results() { for i in ${LIST_FILES} ; do printf %s " Moving " $i " ....." >> ${REGRESSIONTEST_LOG} if [[ -f ${RUNDIR}/$i ]] ; then - if [[ $i =~ MOM6_RESTART/ ]]; then + if [[ $i =~ RESTART/ ]]; then cp ${RUNDIR}/$i ${NEW_BASELINE}/${CNTL_DIR}/RESTART/$(basename $i) elif [[ $i =~ mediator ]]; then cp ${RUNDIR}/$i ${NEW_BASELINE}/${CNTLMED_DIR} - elif [[ $i =~ restart ]]; then - cp ${RUNDIR}/$i ${NEW_BASELINE}/${CNTL_DIR}/RESTART/$(basename $i) + elif [[ $i =~ ufs.s2s ]]; then + cp ${RUNDIR}/$i ${NEW_BASELINE}/${CNTLMED_DIR} else cp ${RUNDIR}/${i} ${NEW_BASELINE}/${CNTL_DIR}/${i} fi diff --git a/tests/tests/cpld_fv3_ccpp_384_mom6_cice_1d_bmark_rt b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_1d_bmark_rt index 8551145f..fcf13cfc 100644 --- a/tests/tests/cpld_fv3_ccpp_384_mom6_cice_1d_bmark_rt +++ b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_1d_bmark_rt @@ -51,11 +51,11 @@ export LIST_FILES="phyf024.tile1.nc \ RESTART/sfc_data.tile4.nc \ RESTART/sfc_data.tile5.nc \ RESTART/sfc_data.tile6.nc \ - MOM6_RESTART/MOM.res.nc \ - MOM6_RESTART/MOM.res_1.nc \ - MOM6_RESTART/MOM.res_2.nc \ - MOM6_RESTART/MOM.res_3.nc \ - restart/iced.2013-04-02-00000.nc \ + RESTART/MOM.res.nc \ + RESTART/MOM.res_1.nc \ + RESTART/MOM.res_2.nc \ + RESTART/MOM.res_3.nc \ + RESTART/iced.2013-04-02-00000.nc \ mediator_FBaccumAtm_restart.tile1.nc \ mediator_FBaccumAtm_restart.tile2.nc \ mediator_FBaccumAtm_restart.tile3.nc \ diff --git a/tests/tests/cpld_fv3_ccpp_384_mom6_cice_2d_atm_flux b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_2d_atm_flux index 213f5c7b..f1fb3356 100644 --- a/tests/tests/cpld_fv3_ccpp_384_mom6_cice_2d_atm_flux +++ b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_2d_atm_flux @@ -51,11 +51,11 @@ export LIST_FILES="phyf048.tile1.nc \ RESTART/sfc_data.tile4.nc \ RESTART/sfc_data.tile5.nc \ RESTART/sfc_data.tile6.nc \ - MOM6_RESTART/MOM.res.nc \ - MOM6_RESTART/MOM.res_1.nc \ - MOM6_RESTART/MOM.res_2.nc \ - MOM6_RESTART/MOM.res_3.nc \ - restart/iced.2016-10-05-00000.nc \ + RESTART/MOM.res.nc \ + RESTART/MOM.res_1.nc \ + RESTART/MOM.res_2.nc \ + RESTART/MOM.res_3.nc \ + RESTART/iced.2016-10-05-00000.nc \ mediator_FBaccumAtm_restart.tile1.nc \ mediator_FBaccumAtm_restart.tile2.nc \ mediator_FBaccumAtm_restart.tile3.nc \ @@ -108,6 +108,9 @@ export CPL_FAST=${DT_ATMOS} export DUMPFREQ_N=${DAYS} export DUMPFREQ="d" +# write a MOM6 restart at FHMAX +mom6_restart_n=${FHMAX} + # nems.configure export NEMS_CONFIGURE="nems.configure.med_atm_ocn_ice.IN" export coupling_interval_slow_sec=${CPL_SLOW} diff --git a/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt new file mode 100644 index 00000000..69aabd4a --- /dev/null +++ b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt @@ -0,0 +1,178 @@ +# +# CPLD_FV3_CCPP_MOM6_CICE_CMEPS 1D_BMARK_RT test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS 1 day run" + +export CNTL_DIR="RT-Baselines_1d_bmrt_ccpp_cmeps" +export CNTLMED_DIR="RT-Baselines_1d_bmrt_ccpp_cmeps/RESTART" + +export LIST_FILES="phyf024.tile1.nc \ + phyf024.tile2.nc \ + phyf024.tile3.nc \ + phyf024.tile4.nc \ + phyf024.tile5.nc \ + phyf024.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/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 \ + RESTART/20130401.120000.coupler.res \ + RESTART/20130401.120000.fv_core.res.nc \ + RESTART/20130401.120000.fv_core.res.tile1.nc \ + RESTART/20130401.120000.fv_core.res.tile2.nc \ + RESTART/20130401.120000.fv_core.res.tile3.nc \ + RESTART/20130401.120000.fv_core.res.tile4.nc \ + RESTART/20130401.120000.fv_core.res.tile5.nc \ + RESTART/20130401.120000.fv_core.res.tile6.nc \ + RESTART/20130401.120000.fv_srf_wnd.res.tile1.nc \ + RESTART/20130401.120000.fv_srf_wnd.res.tile2.nc \ + RESTART/20130401.120000.fv_srf_wnd.res.tile3.nc \ + RESTART/20130401.120000.fv_srf_wnd.res.tile4.nc \ + RESTART/20130401.120000.fv_srf_wnd.res.tile5.nc \ + RESTART/20130401.120000.fv_srf_wnd.res.tile6.nc \ + RESTART/20130401.120000.fv_tracer.res.tile1.nc \ + RESTART/20130401.120000.fv_tracer.res.tile2.nc \ + RESTART/20130401.120000.fv_tracer.res.tile3.nc \ + RESTART/20130401.120000.fv_tracer.res.tile4.nc \ + RESTART/20130401.120000.fv_tracer.res.tile5.nc \ + RESTART/20130401.120000.fv_tracer.res.tile6.nc \ + RESTART/20130401.120000.phy_data.tile1.nc \ + RESTART/20130401.120000.phy_data.tile2.nc \ + RESTART/20130401.120000.phy_data.tile3.nc \ + RESTART/20130401.120000.phy_data.tile4.nc \ + RESTART/20130401.120000.phy_data.tile5.nc \ + RESTART/20130401.120000.phy_data.tile6.nc \ + RESTART/20130401.120000.sfc_data.tile1.nc \ + RESTART/20130401.120000.sfc_data.tile2.nc \ + RESTART/20130401.120000.sfc_data.tile3.nc \ + RESTART/20130401.120000.sfc_data.tile4.nc \ + RESTART/20130401.120000.sfc_data.tile5.nc \ + RESTART/20130401.120000.sfc_data.tile6.nc \ + RESTART/MOM.res.nc \ + RESTART/MOM.res_1.nc \ + RESTART/MOM.res_2.nc \ + RESTART/MOM.res_3.nc \ + RESTART/MOM.res.2013-04-01-12-00-00.nc \ + RESTART/MOM.res.2013-04-01-12-00-00_1.nc \ + RESTART/MOM.res.2013-04-01-12-00-00_2.nc \ + RESTART/MOM.res.2013-04-01-12-00-00_3.nc \ + RESTART/iced.2013-04-02-00000.nc \ + RESTART/iced.2013-04-01-43200.nc \ + ufs.s2s.cpl.r.2013-04-01-43200.nc \ + ufs.s2s.cpl.r.2013-04-02-00000.nc" + +export_fv3 +export_cpl + +export SYEAR="2013" +export SMONTH="04" +export SDAY="01" +export SHOUR="00" + +export DAYS="1" +export FHMAX="24" +export FDIAG="6" +export WLCLK=30 + +export DT_ATMOS="450" +export NPX="385" +export NPY="385" +export IMO="1536" +export JMO="768" +export FNALBC="'global_snowfree_albedo.bosu.t766.1536.768.rg.grb'," +export FNVETC="'global_vegtype.igbp.t766.1536.768.rg.grb'," +export FNSOTC="'global_soiltype.statsgo.t766.1536.768.rg.grb'," +export FNSMCC="'global_soilmgldas.statsgo.t766.1536.768.grb'," +export FNABSC="'global_mxsnoalb.uariz.t766.1536.768.rg.grb'," + +export TASKS=$TASKS_cpl_bmrk +export TPN=$TPN_cpl_bmrk +export INPES=$INPES_cpl_bmrk +export JNPES=$JNPES_cpl_bmrk +export THRD=$THRD_cpl_bmrk +export WRTTASK_PER_GROUP=$WPG_cpl_bmrk + +export med_petlist_bounds=$MPB_cpl_bmrk +export atm_petlist_bounds=$APB_cpl_bmrk +export ocn_petlist_bounds=$OPB_cpl_bmrk +export ice_petlist_bounds=$IPB_cpl_bmrk + +# no high freq fv3 output +NFHMAX_HF='-1' +NFHOUT_HF='-1' + +# set component and coupling timesteps +export DT_CICE=${DT_ATMOS} +export CPL_SLOW=${DT_THERM_MOM6} +export CPL_FAST=${DT_ATMOS} + +# restart test: write a CICE restart at 12 hour intervals +export DUMPFREQ_N='12' +export DUMPFREQ="h" + +# restart test: CMEPS controls intervals in ALLCOMP +export FV3_RESTART_INTERVAL='12' + +# restart test: required for restart repro +export MOM6_REPRO_LA='False' +export MOM6_THERMO_SPAN='False' + +# use CMEPS as the mediator component +export MEDCOMP="cmeps" + +# nems.configure +export NEMS_CONFIGURE="nems.configure.medcmeps_atm_ocn_ice.IN" +export coupling_interval_slow_sec=${CPL_SLOW} +export coupling_interval_fast_sec=${CPL_FAST} + +export FV3_RUN=cpld_fv3_mom6_cice_bmark_rt_run.IN +export INPUT_NML=input.benchmark_ccpp.nml.IN + +export FIELD_TABLE="field_table.gfdlmp" +export SUITE_NAME="FV3_GFS_v15p2_coupled" +export MED_restart_data='MEDIATOR_bmrt_ccpp_cmeps' + +export OZ_PHYS_NEW=".T." + +# set run type for CICE in ice_in +export RUNID="cpcice" + +# set initialization type for MOM6 +export MOM6_RESTART_SETTING="r" + +export ATMRES=C384 diff --git a/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux new file mode 100644 index 00000000..ae7b8e22 --- /dev/null +++ b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux @@ -0,0 +1,105 @@ +# +# CPLD_FV3_CCPP_384_MOM6_CICE_CMEPS 2d_ATM_FLUX test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - 2d_warm" + +export CNTL_DIR="RT-Baselines_2d_warm_ccpp384_cmeps" +export CNTLMED_DIR="RT-Baselines_2d_warm_ccpp384_cmeps/RESTART" + +export LIST_FILES="phyf048.tile1.nc \ + phyf048.tile2.nc \ + phyf048.tile3.nc \ + phyf048.tile4.nc \ + phyf048.tile5.nc \ + phyf048.tile6.nc \ + dynf048.tile1.nc \ + dynf048.tile2.nc \ + dynf048.tile3.nc \ + dynf048.tile4.nc \ + dynf048.tile5.nc \ + dynf048.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 \ + RESTART/MOM.res.nc \ + RESTART/MOM.res_1.nc \ + RESTART/MOM.res_2.nc \ + RESTART/MOM.res_3.nc \ + RESTART/iced.2016-10-05-00000.nc \ + ufs.s2s.cpl.r.2016-10-05-00000.nc" + +export_fv3 +export_cpl + +export DAYS="2" +export FHMAX="48" +export FDIAG="6" +export WLCLK=60 + +export DT_ATMOS="450" +export NPX="385" +export NPY="385" +export IMO="1536" +export JMO="768" +export FNALBC="'global_snowfree_albedo.bosu.t766.1536.768.rg.grb'," +export FNVETC="'global_vegtype.igbp.t766.1536.768.rg.grb'," +export FNSOTC="'global_soiltype.statsgo.t766.1536.768.rg.grb'," +export FNSMCC="'global_soilmgldas.t766.1536.768.grb'," +export FNABSC="'global_mxsnoalb.uariz.t766.1536.768.rg.grb'," + +# set component and coupling timesteps +export DT_CICE=${DT_ATMOS} +export CPL_SLOW=${DT_THERM_MOM6} +export CPL_FAST=${DT_ATMOS} + +# write a CICE restart at DAYS +export DUMPFREQ_N=${DAYS} +export DUMPFREQ="d" + +# use CMEPS as the mediator component +export MEDCOMP="cmeps" +# CMEPS controls intervals in ALLCOMP +export FV3_RESTART_INTERVAL=${FHMAX} + +# nems.configure +export NEMS_CONFIGURE="nems.configure.medcmeps_atm_ocn_ice.IN" +export coupling_interval_slow_sec=${CPL_SLOW} +export coupling_interval_fast_sec=${CPL_FAST} + +export FV3_RUN=cpld_fv3_mom6_cice_atm_flux_run.IN +export INPUT_NML=input.mom6_ccpp.nml.IN + +export SUITE_NAME="FV3_GFS_2017_coupled" +export MED_restart_data='MEDIATOR384_ccpp_cmeps' + +export ATMRES=C384 diff --git a/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cmeps_bmark_restart b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cmeps_bmark_restart new file mode 100644 index 00000000..00017703 --- /dev/null +++ b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cmeps_bmark_restart @@ -0,0 +1,151 @@ +# +# CPLD_FV3_CCPP_MOM6_CICE_CMEPS MARK_RESTART test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS 0.5 day restart run" + +export CNTL_DIR="RT-Baselines_1d_bmrt_ccpp_cmeps" +export CNTLMED_DIR="RT-Baselines_1d_bmrt_ccpp_cmeps/RESTART" + +export LIST_FILES="phyf024.tile1.nc \ + phyf024.tile2.nc \ + phyf024.tile3.nc \ + phyf024.tile4.nc \ + phyf024.tile5.nc \ + phyf024.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/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 \ + RESTART/MOM.res.nc \ + RESTART/MOM.res_1.nc \ + RESTART/MOM.res_2.nc \ + RESTART/MOM.res_3.nc \ + RESTART/iced.2013-04-02-00000.nc \ + ufs.s2s.cpl.r.2013-04-02-00000.nc" + +export_fv3 +export_cpl + +export SYEAR="2013" +export SMONTH="04" +export SDAY="01" +export SHOUR="00" + +export DAYS="1" +export FHMAX="24" +export FDIAG="6" +export WLCLK=30 + +# ATM warm start +FHROT='12' +WARM_START='.T.' +MAKE_NH='.F.' +NA_INIT='0' +EXTERNAL_IC='.F.' +NGGPS_IC='.F.' +MOUNTAIN='.T.' +# ICE warm start +RUNTYPE='continue' +export USE_RESTART_TIME='.true.' + +export DT_ATMOS="450" +export NPX="385" +export NPY="385" +export IMO="1536" +export JMO="768" +export FNALBC="'global_snowfree_albedo.bosu.t766.1536.768.rg.grb'," +export FNVETC="'global_vegtype.igbp.t766.1536.768.rg.grb'," +export FNSOTC="'global_soiltype.statsgo.t766.1536.768.rg.grb'," +export FNSMCC="'global_soilmgldas.statsgo.t766.1536.768.grb'," +export FNABSC="'global_mxsnoalb.uariz.t766.1536.768.rg.grb'," + +export TASKS=$TASKS_cpl_bmrk +export TPN=$TPN_cpl_bmrk +export INPES=$INPES_cpl_bmrk +export JNPES=$JNPES_cpl_bmrk +export THRD=$THRD_cpl_bmrk +export WRTTASK_PER_GROUP=$WPG_cpl_bmrk + +export med_petlist_bounds=$MPB_cpl_bmrk +export atm_petlist_bounds=$APB_cpl_bmrk +export ocn_petlist_bounds=$OPB_cpl_bmrk +export ice_petlist_bounds=$IPB_cpl_bmrk + +# no high freq fv3 output +NFHMAX_HF='-1' +NFHOUT_HF='-1' + +# set component and coupling timesteps +export DT_CICE=${DT_ATMOS} +export CPL_SLOW=${DT_THERM_MOM6} +export CPL_FAST=${DT_ATMOS} + +# write a CICE restart at 12 hour intervals +export DUMPFREQ_N='12' +export DUMPFREQ="h" + +# CMEPS controls intervals in ALLCOMP +export FV3_RESTART_INTERVAL='12' + +# restart test: required for restart repro +export MOM6_REPRO_LA='False' +export MOM6_THERMO_SPAN='False' + +# use CMEPS as the mediator component +export MEDCOMP="cmeps" + +# nems.configure +export NEMS_CONFIGURE="nems.configure.medcmeps_atm_ocn_ice.IN" +export coupling_interval_slow_sec=${CPL_SLOW} +export coupling_interval_fast_sec=${CPL_FAST} + +export FV3_RUN=cpld_fv3_mom6_cice_bmark_restart_run.IN +export INPUT_NML=input.benchmark_ccpp.nml.IN + +export FIELD_TABLE="field_table.gfdlmp" +export SUITE_NAME="FV3_GFS_v15p2_coupled" + +export OZ_PHYS_NEW=".T." + +# set run type for CICE in ice_in +export RUNID="cpcice" + +# set initialization type for MOM6 +export MOM6_RESTART_SETTING="r" + +export ATMRES=C384 diff --git a/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cmeps_cold_atm_flux b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cmeps_cold_atm_flux new file mode 100644 index 00000000..d6f44bb0 --- /dev/null +++ b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cmeps_cold_atm_flux @@ -0,0 +1,97 @@ +# +# CPLD_FV3_CCPP_384_MOM6_CICE_CMEPS_COLD_ATM_FLUX test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - cold 384" + +export CNTL_DIR="RT-Baselines_cold384_ccpp_cmeps" +export CNTLMED_DIR="MEDIATOR384_ccpp_cmeps" + +export LIST_FILES="phyf001.tile1.nc \ + phyf001.tile2.nc \ + phyf001.tile3.nc \ + phyf001.tile4.nc \ + phyf001.tile5.nc \ + phyf001.tile6.nc \ + dynf001.tile1.nc \ + dynf001.tile2.nc \ + dynf001.tile3.nc \ + dynf001.tile4.nc \ + dynf001.tile5.nc \ + dynf001.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 \ + ufs.s2s.cold.cpl.r.2016-10-03-03600.nc" + +export_fv3 +export_cpl + +export DAYS="0.041666666" +export FHMAX="1" # Note this needs to be at least 2x CPL_SLOW +export NFHMAX_HF="12" +export NFHOUT_HF="1" + +export DT_ATMOS="450" +export NPX="385" +export NPY="385" +export IMO="1536" +export JMO="768" +export FNALBC="'global_snowfree_albedo.bosu.t766.1536.768.rg.grb'," +export FNVETC="'global_vegtype.igbp.t766.1536.768.rg.grb'," +export FNSOTC="'global_soiltype.statsgo.t766.1536.768.rg.grb'," +export FNSMCC="'global_soilmgldas.t766.1536.768.grb'," +export FNABSC="'global_mxsnoalb.uariz.t766.1536.768.rg.grb'," + +# set component and coupling timesteps +export DT_CICE=${DT_ATMOS} +export CPL_SLOW=${DT_THERM_MOM6} +export CPL_FAST=${DT_ATMOS} + +# write a CICE restart at FHMAX +export DUMPFREQ_N=${FHMAX} +export DUMPFREQ="h" + +# use CMEPS as the mediator component +export MEDCOMP="cmeps" + +# nems.configure +export NEMS_CONFIGURE="nems.configure.medcoldcmeps_atm_ocn_ice.IN" +export coupling_interval_slow_sec=${CPL_SLOW} +export coupling_interval_fast_sec=${CPL_FAST} + +export FV3_RUN=cpld_fv3_mom6_cice_atm_flux_run.IN +export INPUT_NML=input.mom6_ccpp.nml.IN + +export SUITE_NAME="FV3_GFS_2017_coupled" + +export ATMRES=C384 diff --git a/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cmeps_cold_bmark_rt b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cmeps_cold_bmark_rt new file mode 100644 index 00000000..a7e61414 --- /dev/null +++ b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cmeps_cold_bmark_rt @@ -0,0 +1,123 @@ +# +# CPLD_FV3_CCPP_384_MOM6_CICE_CMEPS_COLD_BMARK_RT test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - cold 384" + +export CNTL_DIR="RT-Baselines_cold_bmrt_ccpp_cmeps" +export CNTLMED_DIR="MEDIATOR_bmrt_ccpp_cmeps" + +export LIST_FILES="phyf001.tile1.nc \ + phyf001.tile2.nc \ + phyf001.tile3.nc \ + phyf001.tile4.nc \ + phyf001.tile5.nc \ + phyf001.tile6.nc \ + dynf001.tile1.nc \ + dynf001.tile2.nc \ + dynf001.tile3.nc \ + dynf001.tile4.nc \ + dynf001.tile5.nc \ + dynf001.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 \ + ufs.s2s.cold.cpl.r.2013-04-01-03600.nc" + +export_fv3 +export_cpl + +export SYEAR="2013" +export SMONTH="04" +export SDAY="01" +export SHOUR="00" + +export DAYS="0.041666666" +export FHMAX="1" # Note this needs to be at least 2x CPL_SLOW +export NFHMAX_HF="12" +export NFHOUT_HF="1" + +export DT_ATMOS="450" +export NPX="385" +export NPY="385" +export IMO="1536" +export JMO="768" +export FNALBC="'global_snowfree_albedo.bosu.t766.1536.768.rg.grb'," +export FNVETC="'global_vegtype.igbp.t766.1536.768.rg.grb'," +export FNSOTC="'global_soiltype.statsgo.t766.1536.768.rg.grb'," +export FNSMCC="'global_soilmgldas.statsgo.t766.1536.768.grb'," +export FNABSC="'global_mxsnoalb.uariz.t766.1536.768.rg.grb'," + +export TASKS=$TASKS_cpl_bmrk +export TPN=$TPN_cpl_bmrk +export INPES=$INPES_cpl_bmrk +export JNPES=$JNPES_cpl_bmrk +export THRD=$THRD_cpl_bmrk +export WRTTASK_PER_GROUP=$WPG_cpl_bmrk + +export med_petlist_bounds=$MPB_cpl_bmrk +export atm_petlist_bounds=$APB_cpl_bmrk +export ocn_petlist_bounds=$OPB_cpl_bmrk +export ice_petlist_bounds=$IPB_cpl_bmrk + +# set component and coupling timesteps +export DT_CICE=${DT_ATMOS} +export CPL_SLOW=${DT_THERM_MOM6} +export CPL_FAST=${DT_ATMOS} + +# write a CICE restart at FHMAX +export DUMPFREQ_N=${FHMAX} +export DUMPFREQ="h" + +# use CMEPS as the mediator component +export MEDCOMP="cmeps" + +# nems.configure +export NEMS_CONFIGURE="nems.configure.medcoldcmeps_atm_ocn_ice.IN" +export coupling_interval_slow_sec=${CPL_SLOW} +export coupling_interval_fast_sec=${CPL_FAST} + +export FV3_RUN=cpld_fv3_mom6_cice_bmark_rt_run.IN +export INPUT_NML=input.benchmark_ccpp.nml.IN + +export FIELD_TABLE="field_table.gfdlmp" +export SUITE_NAME="FV3_GFS_v15p2_coupled" + +export OZ_PHYS_NEW=".T." + +# set run type for CICE in ice_in +export RUNID="cpcice" + +# set initialization type for MOM6 +export MOM6_RESTART_SETTING="r" + +export ATMRES=C384 diff --git a/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt new file mode 100644 index 00000000..845d7633 --- /dev/null +++ b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt @@ -0,0 +1,139 @@ +# +# CPLD_FV3_CCPP_384_MOM6_CICE_CMEPS_WW3_1D_BMARK_RT test +# + +export TEST_DESCR="Coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - 1 day" + +export CNTL_DIR="RT-Baselines_1d_bmwav_ccpp_cmeps" +export CNTLMED_DIR="RT-Baselines_1d_bmwav_ccpp_cmeps/RESTART" + +export LIST_FILES="phyf024.tile1.nc \ + phyf024.tile2.nc \ + phyf024.tile3.nc \ + phyf024.tile4.nc \ + phyf024.tile5.nc \ + phyf024.tile6.nc \ + dynf024.tile1.nc \ + dynf024.tile2.nc \ + dynf024.tile3.nc \ + dynf024.tile4.nc \ + dynf024.tile5.nc \ + dynf024.tile6.nc \ + 20130402.000000.out_grd.gwes_30m \ + 20130402.000000.out_pnt.points \ + 20130402.000000.restart.gwes_30m \ + 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 \ + RESTART/MOM.res.nc \ + RESTART/MOM.res_1.nc \ + RESTART/MOM.res_2.nc \ + RESTART/MOM.res_3.nc \ + RESTART/iced.2013-04-02-00000.nc \ + ufs.s2s.cpl.r.2013-04-02-00000.nc" + +export_fv3 +export_cpl + +export SYEAR="2013" +export SMONTH="04" +export SDAY="01" +export SHOUR="00" + +export DAYS="1" +export FHMAX="24" +export FDIAG="6" +export WLCLK=30 + +export DT_ATMOS="450" +export NPX="385" +export NPY="385" +export IMO="1536" +export JMO="768" +export FNALBC="'global_snowfree_albedo.bosu.t766.1536.768.rg.grb'," +export FNVETC="'global_vegtype.igbp.t766.1536.768.rg.grb'," +export FNSOTC="'global_soiltype.statsgo.t766.1536.768.rg.grb'," +export FNSMCC="'global_soilmgldas.statsgo.t766.1536.768.grb'," +export FNABSC="'global_mxsnoalb.uariz.t766.1536.768.rg.grb'," + +export TASKS=$TASKS_cpl_wwav +export TPN=$TPN_cpl_wwav +export INPES=$INPES_cpl_wwav +export JNPES=$JNPES_cpl_wwav +export THRD=$THRD_cpl_wwav +export WRTTASK_PER_GROUP=$WPG_cpl_wwav + +export med_petlist_bounds=$MPB_cpl_wwav +export atm_petlist_bounds=$APB_cpl_wwav +export ocn_petlist_bounds=$OPB_cpl_wwav +export ice_petlist_bounds=$IPB_cpl_wwav +export wav_petlist_bounds=$WPB_cpl_wwav + +# no high freq fv3 output +NFHMAX_HF='-1' +NFHOUT_HF='-1' + +# set component and coupling timesteps +export DT_CICE=${DT_ATMOS} +export CPL_SLOW=${DT_THERM_MOM6} +export CPL_FAST=${DT_ATMOS} + +# write a CICE restart at DAYS +export DUMPFREQ_N=${DAYS} +export DUMPFREQ="d" + +# use CMEPS as the mediator component +export MEDCOMP="cmeps" +# CMEPS controls intervals in ALLCOMP +export FV3_RESTART_INTERVAL=${FHMAX} + +# nems.configure +export NEMS_CONFIGURE="nems.configure.medcmeps_atm_ocn_ice_wav.IN" +export coupling_interval_slow_sec=${CPL_SLOW} +export coupling_interval_fast_sec=${CPL_FAST} + +export FV3_RUN=cpld_fv3_mom6_cice_ww3_bmark_rt_run.IN +export INPUT_NML=input.benchmark_ccpp.nml.IN + +export FIELD_TABLE="field_table.gfdlmp" +export SUITE_NAME="FV3_GFS_v15p2_coupled" +export MED_restart_data='MEDIATOR_bmwav_ccpp_cmeps' + +export OZ_PHYS_NEW=".T." + +export CPLWAV='.T.' +export CPLWAV2ATM='.T.' + +export RUNID="cpcice" +export MOM6_RESTART_SETTING="r" + +export ATMRES=C384 diff --git a/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_cold_bmark_rt b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_cold_bmark_rt new file mode 100644 index 00000000..71f3aa86 --- /dev/null +++ b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_cold_bmark_rt @@ -0,0 +1,125 @@ +# +# CPLD_FV3_CCPP_384_MOM6_CICE_CMEPS_WW3_COLD_BMARK_RT test +# + +export TEST_DESCR="Coupled FV3-CCPP-MOM6-CICE-CMEPS--WW3 system - cold 384" + +export CNTL_DIR="RT-Baselines_cold_bmwav_ccpp_cmeps" +export CNTLMED_DIR="MEDIATOR_bmwav_ccpp_cmeps" + +export LIST_FILES="phyf001.tile1.nc \ + phyf001.tile2.nc \ + phyf001.tile3.nc \ + phyf001.tile4.nc \ + phyf001.tile5.nc \ + phyf001.tile6.nc \ + dynf001.tile1.nc \ + dynf001.tile2.nc \ + dynf001.tile3.nc \ + dynf001.tile4.nc \ + dynf001.tile5.nc \ + dynf001.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 \ + ufs.s2s.cold.cpl.r.2013-04-01-03600.nc" + +export_fv3 +export_cpl + +export SYEAR="2013" +export SMONTH="04" +export SDAY="01" +export SHOUR="00" + +export DAYS="0.041666666" +export FHMAX="1" # Note this needs to be at least 2x CPL_SLOW +export NFHMAX_HF="12" +export NFHOUT_HF="1" + +export DT_ATMOS="450" +export NPX="385" +export NPY="385" +export IMO="1536" +export JMO="768" +export FNALBC="'global_snowfree_albedo.bosu.t766.1536.768.rg.grb'," +export FNVETC="'global_vegtype.igbp.t766.1536.768.rg.grb'," +export FNSOTC="'global_soiltype.statsgo.t766.1536.768.rg.grb'," +export FNSMCC="'global_soilmgldas.statsgo.t766.1536.768.grb'," +export FNABSC="'global_mxsnoalb.uariz.t766.1536.768.rg.grb'," + +export TASKS=$TASKS_cpl_wwav +export TPN=$TPN_cpl_wwav +export INPES=$INPES_cpl_wwav +export JNPES=$JNPES_cpl_wwav +export THRD=$THRD_cpl_wwav +export WRTTASK_PER_GROUP=$WPG_cpl_wwav + +export med_petlist_bounds=$MPB_cpl_wwav +export atm_petlist_bounds=$APB_cpl_wwav +export ocn_petlist_bounds=$OPB_cpl_wwav +export ice_petlist_bounds=$IPB_cpl_wwav +export wav_petlist_bounds=$WPB_cpl_wwav + +# set component and coupling timesteps +export DT_CICE=${DT_ATMOS} +export CPL_SLOW=${DT_THERM_MOM6} +export CPL_FAST=${DT_ATMOS} + +# write a CICE restart at FHMAX +export DUMPFREQ_N=${FHMAX} +export DUMPFREQ="h" + +# use CMEPS as the mediator component +export MEDCOMP="cmeps" + +# nems.configure +export NEMS_CONFIGURE="nems.configure.medcoldcmeps_atm_ocn_ice_wav.IN" +export coupling_interval_slow_sec=${CPL_SLOW} +export coupling_interval_fast_sec=${CPL_FAST} +export MOM_INPUT=MOM_input_wave_template + +export FV3_RUN=cpld_fv3_mom6_cice_ww3_bmark_rt_run.IN +export INPUT_NML=input.benchmark_ccpp.nml.IN + +export FIELD_TABLE="field_table.gfdlmp" +export SUITE_NAME="FV3_GFS_v15p2_coupled" + +export OZ_PHYS_NEW=".T." + +export CPLWAV='.T.' +export CPLWAV2ATM='.T.' + +export RUNID="cpcice" +export MOM6_RESTART_SETTING="r" + +export ATMRES=C384 diff --git a/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cold_atm_flux b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cold_atm_flux index 9a92580d..2ad27a69 100644 --- a/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cold_atm_flux +++ b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cold_atm_flux @@ -80,6 +80,8 @@ export_cpl export DAYS="0.041666666" export FHMAX="1" # Note this needs to be at least 2x CPL_SLOW +export NFHMAX_HF="12" +export NFHOUT_HF="1" export DT_ATMOS="450" export NPX="385" diff --git a/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cold_bmark_rt b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cold_bmark_rt index 0613779e..b3e6a58f 100644 --- a/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cold_bmark_rt +++ b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_cold_bmark_rt @@ -85,6 +85,8 @@ export SHOUR="00" export DAYS="0.041666666" export FHMAX="1" # Note this needs to be at least 2x CPL_SLOW +export NFHMAX_HF="12" +export NFHOUT_HF="1" export DT_ATMOS="450" export NPX="385" diff --git a/tests/tests/cpld_fv3_ccpp_384_mom6_cice_ww3_1d_bmark_rt b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_ww3_1d_bmark_rt index 2f1d6ea2..9e71b1c4 100644 --- a/tests/tests/cpld_fv3_ccpp_384_mom6_cice_ww3_1d_bmark_rt +++ b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_ww3_1d_bmark_rt @@ -54,11 +54,11 @@ export LIST_FILES="phyf024.tile1.nc \ RESTART/sfc_data.tile4.nc \ RESTART/sfc_data.tile5.nc \ RESTART/sfc_data.tile6.nc \ - MOM6_RESTART/MOM.res.nc \ - MOM6_RESTART/MOM.res_1.nc \ - MOM6_RESTART/MOM.res_2.nc \ - MOM6_RESTART/MOM.res_3.nc \ - restart/iced.2013-04-02-00000.nc \ + RESTART/MOM.res.nc \ + RESTART/MOM.res_1.nc \ + RESTART/MOM.res_2.nc \ + RESTART/MOM.res_3.nc \ + RESTART/iced.2013-04-02-00000.nc \ mediator_FBaccumAtm_restart.tile1.nc \ mediator_FBaccumAtm_restart.tile2.nc \ mediator_FBaccumAtm_restart.tile3.nc \ diff --git a/tests/tests/cpld_fv3_ccpp_384_mom6_cice_ww3_cold_bmark_rt b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_ww3_cold_bmark_rt index 7591ea3e..3519965f 100644 --- a/tests/tests/cpld_fv3_ccpp_384_mom6_cice_ww3_cold_bmark_rt +++ b/tests/tests/cpld_fv3_ccpp_384_mom6_cice_ww3_cold_bmark_rt @@ -85,6 +85,8 @@ export SHOUR="00" export DAYS="0.041666666" export FHMAX="1" # Note this needs to be at least 2x CPL_SLOW +export NFHMAX_HF="12" +export NFHOUT_HF="1" export DT_ATMOS="450" export NPX="385" diff --git a/tests/tests/cpld_fv3_ccpp_mom6_cice_1d_satmedmf b/tests/tests/cpld_fv3_ccpp_mom6_cice_1d_satmedmf index 3f45f4a1..8e545183 100644 --- a/tests/tests/cpld_fv3_ccpp_mom6_cice_1d_satmedmf +++ b/tests/tests/cpld_fv3_ccpp_mom6_cice_1d_satmedmf @@ -51,11 +51,11 @@ export LIST_FILES="phyf024.tile1.nc \ RESTART/sfc_data.tile4.nc \ RESTART/sfc_data.tile5.nc \ RESTART/sfc_data.tile6.nc \ - MOM6_RESTART/MOM.res.nc \ - MOM6_RESTART/MOM.res_1.nc \ - MOM6_RESTART/MOM.res_2.nc \ - MOM6_RESTART/MOM.res_3.nc \ - restart/iced.2016-10-04-00000.nc \ + RESTART/MOM.res.nc \ + RESTART/MOM.res_1.nc \ + RESTART/MOM.res_2.nc \ + RESTART/MOM.res_3.nc \ + RESTART/iced.2016-10-04-00000.nc \ mediator_FBaccumAtm_restart.tile1.nc \ mediator_FBaccumAtm_restart.tile2.nc \ mediator_FBaccumAtm_restart.tile3.nc \ diff --git a/tests/tests/cpld_fv3_ccpp_mom6_cice_2d_2threads b/tests/tests/cpld_fv3_ccpp_mom6_cice_2d_2threads index cde1317c..80fda096 100644 --- a/tests/tests/cpld_fv3_ccpp_mom6_cice_2d_2threads +++ b/tests/tests/cpld_fv3_ccpp_mom6_cice_2d_2threads @@ -51,11 +51,11 @@ export LIST_FILES="phyf048.tile1.nc \ RESTART/sfc_data.tile4.nc \ RESTART/sfc_data.tile5.nc \ RESTART/sfc_data.tile6.nc \ - MOM6_RESTART/MOM.res.nc \ - MOM6_RESTART/MOM.res_1.nc \ - MOM6_RESTART/MOM.res_2.nc \ - MOM6_RESTART/MOM.res_3.nc \ - restart/iced.2016-10-05-00000.nc \ + RESTART/MOM.res.nc \ + RESTART/MOM.res_1.nc \ + RESTART/MOM.res_2.nc \ + RESTART/MOM.res_3.nc \ + RESTART/iced.2016-10-05-00000.nc \ mediator_FBaccumAtm_restart.tile1.nc \ mediator_FBaccumAtm_restart.tile2.nc \ mediator_FBaccumAtm_restart.tile3.nc \ diff --git a/tests/tests/cpld_fv3_ccpp_mom6_cice_2d_atm_flux b/tests/tests/cpld_fv3_ccpp_mom6_cice_2d_atm_flux index 27a14a7e..6013aaf6 100644 --- a/tests/tests/cpld_fv3_ccpp_mom6_cice_2d_atm_flux +++ b/tests/tests/cpld_fv3_ccpp_mom6_cice_2d_atm_flux @@ -51,11 +51,11 @@ export LIST_FILES="phyf048.tile1.nc \ RESTART/sfc_data.tile4.nc \ RESTART/sfc_data.tile5.nc \ RESTART/sfc_data.tile6.nc \ - MOM6_RESTART/MOM.res.nc \ - MOM6_RESTART/MOM.res_1.nc \ - MOM6_RESTART/MOM.res_2.nc \ - MOM6_RESTART/MOM.res_3.nc \ - restart/iced.2016-10-05-00000.nc \ + RESTART/MOM.res.nc \ + RESTART/MOM.res_1.nc \ + RESTART/MOM.res_2.nc \ + RESTART/MOM.res_3.nc \ + RESTART/iced.2016-10-05-00000.nc \ mediator_FBaccumAtm_restart.tile1.nc \ mediator_FBaccumAtm_restart.tile2.nc \ mediator_FBaccumAtm_restart.tile3.nc \ diff --git a/tests/tests/cpld_fv3_ccpp_mom6_cice_2d_decomp b/tests/tests/cpld_fv3_ccpp_mom6_cice_2d_decomp index d3f56432..7573f306 100644 --- a/tests/tests/cpld_fv3_ccpp_mom6_cice_2d_decomp +++ b/tests/tests/cpld_fv3_ccpp_mom6_cice_2d_decomp @@ -51,11 +51,11 @@ export LIST_FILES="phyf048.tile1.nc \ RESTART/sfc_data.tile4.nc \ RESTART/sfc_data.tile5.nc \ RESTART/sfc_data.tile6.nc \ - MOM6_RESTART/MOM.res.nc \ - MOM6_RESTART/MOM.res_1.nc \ - MOM6_RESTART/MOM.res_2.nc \ - MOM6_RESTART/MOM.res_3.nc \ - restart/iced.2016-10-05-00000.nc \ + RESTART/MOM.res.nc \ + RESTART/MOM.res_1.nc \ + RESTART/MOM.res_2.nc \ + RESTART/MOM.res_3.nc \ + RESTART/iced.2016-10-05-00000.nc \ mediator_FBaccumAtm_restart.tile1.nc \ mediator_FBaccumAtm_restart.tile2.nc \ mediator_FBaccumAtm_restart.tile3.nc \ diff --git a/tests/tests/cpld_fv3_ccpp_mom6_cice_6h_debug b/tests/tests/cpld_fv3_ccpp_mom6_cice_6h_debug index 28ce6be8..72f8017c 100644 --- a/tests/tests/cpld_fv3_ccpp_mom6_cice_6h_debug +++ b/tests/tests/cpld_fv3_ccpp_mom6_cice_6h_debug @@ -51,11 +51,11 @@ export LIST_FILES="phyf006.tile1.nc \ RESTART/sfc_data.tile4.nc \ RESTART/sfc_data.tile5.nc \ RESTART/sfc_data.tile6.nc \ - MOM6_RESTART/MOM.res.nc \ - MOM6_RESTART/MOM.res_1.nc \ - MOM6_RESTART/MOM.res_2.nc \ - MOM6_RESTART/MOM.res_3.nc \ - restart/iced.2016-10-03-21600.nc \ + RESTART/MOM.res.nc \ + RESTART/MOM.res_1.nc \ + RESTART/MOM.res_2.nc \ + RESTART/MOM.res_3.nc \ + RESTART/iced.2016-10-03-21600.nc \ mediator_FBaccumAtm_restart.tile1.nc \ mediator_FBaccumAtm_restart.tile2.nc \ mediator_FBaccumAtm_restart.tile3.nc \ @@ -94,11 +94,12 @@ export DT_CICE=${DT_ATMOS} export CPL_SLOW=${DT_THERM_MOM6} export CPL_FAST=${DT_ATMOS} -# write a CICE restart at DAYS +# write a CICE restart at FHMAX export DUMPFREQ_N=${FHMAX} export DUMPFREQ="h" -export mom6_restart_n='6' +# write MOM6 restart at FHMAX +export mom6_restart_n=${FHMAX} # nems.configure export NEMS_CONFIGURE="nems.configure.med_atm_ocn_ice.IN" diff --git a/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf b/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf new file mode 100644 index 00000000..08fbfcf7 --- /dev/null +++ b/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf @@ -0,0 +1,96 @@ +# +# CPLD_FV3_CCPP_MOM6_CICE_CMEPS_1D_SATMEDMF test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - satmedmf" + +export CNTL_DIR="RT-Baselines_1d_warm_satmedmf_ccpp_cmeps" +export CNTLMED_DIR="RT-Baselines_1d_warm_satmedmf_ccpp_cmeps/RESTART" + +export LIST_FILES="phyf024.tile1.nc \ + phyf024.tile2.nc \ + phyf024.tile3.nc \ + phyf024.tile4.nc \ + phyf024.tile5.nc \ + phyf024.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/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 \ + RESTART/MOM.res.nc \ + RESTART/MOM.res_1.nc \ + RESTART/MOM.res_2.nc \ + RESTART/MOM.res_3.nc \ + RESTART/iced.2016-10-04-00000.nc \ + ufs.s2s.cpl.r.2016-10-04-00000.nc" + +export_fv3 +export_cpl + +export DAYS="1" +export FHMAX="24" +export FDIAG="6" +export WLCLK=30 + +# set component and coupling timesteps +export DT_CICE=${DT_ATMOS} +export CPL_SLOW=${DT_THERM_MOM6} +export CPL_FAST=${DT_ATMOS} + +# write a CICE restart at DAYS +export DUMPFREQ_N=${DAYS} +export DUMPFREQ="d" + +# use CMEPS as the mediator component +export MEDCOMP="cmeps" +# CMEPS controls intervals in ALLCOMP +export FV3_RESTART_INTERVAL=${FHMAX} + +# nems.configure +export NEMS_CONFIGURE="nems.configure.medcmeps_atm_ocn_ice.IN" +export coupling_interval_slow_sec=${CPL_SLOW} +export coupling_interval_fast_sec=${CPL_FAST} + +export FV3_RUN=cpld_fv3_mom6_cice_atm_flux_run.IN +export INPUT_NML=input.mom6_ccpp.nml.IN + +export SATMEDMF='.true.' +export HYBEDMF='.false.' + +export FIELD_TABLE='field_table_satmedmf' +export SUITE_NAME='FV3_GFS_2017_satmedmf_coupled' +export MED_restart_data='MEDIATOR_satmedmf_ccpp_cmeps' diff --git a/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads b/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads new file mode 100644 index 00000000..d525310e --- /dev/null +++ b/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads @@ -0,0 +1,108 @@ +# +# CPLD_FV3_CCPP_MOM6_CICE_CMEPS_2D_2THREADS test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - 2 threads" + +export CNTL_DIR="RT-Baselines_2d_warm_ccpp_cmeps" +export CNTLMED_DIR="RT-Baselines_2d_warm_ccpp_cmeps/RESTART" + +export LIST_FILES="phyf048.tile1.nc \ + phyf048.tile2.nc \ + phyf048.tile3.nc \ + phyf048.tile4.nc \ + phyf048.tile5.nc \ + phyf048.tile6.nc \ + dynf048.tile1.nc \ + dynf048.tile2.nc \ + dynf048.tile3.nc \ + dynf048.tile4.nc \ + dynf048.tile5.nc \ + dynf048.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 \ + RESTART/MOM.res.nc \ + RESTART/MOM.res_1.nc \ + RESTART/MOM.res_2.nc \ + RESTART/MOM.res_3.nc \ + RESTART/iced.2016-10-05-00000.nc \ + ufs.s2s.cpl.r.2016-10-05-00000.nc" + +export_fv3 +export_cpl + +export DAYS="2" +export FHMAX="48" +export FDIAG="6" +export WLCLK=30 + +export TASKS=$TASKS_cpl_thrd +export TPN=$TPN_cpl_thrd +export INPES=$INPES_cpl_thrd +export JNPES=$JNPES_cpl_thrd +export THRD=$THRD_cpl_thrd +export WRTTASK_PER_GROUP=$WPG_cpl_thrd + +export med_petlist_bounds=$MPB_cpl_thrd +export atm_petlist_bounds=$APB_cpl_thrd +export ocn_petlist_bounds=$OPB_cpl_thrd +export ice_petlist_bounds=$IPB_cpl_thrd + +# set component and coupling timesteps +export DT_CICE=${DT_ATMOS} +export CPL_SLOW=${DT_THERM_MOM6} +export CPL_FAST=${DT_ATMOS} + +# write a CICE restart at DAYS +export DUMPFREQ_N=${DAYS} +export DUMPFREQ="d" + +# use CMEPS as the mediator component +export MEDCOMP="cmeps" +# CMEPS controls intervals in ALLCOMP +export FV3_RESTART_INTERVAL=${FHMAX} + +# restart test: required for restart repro +export MOM6_REPRO_LA='False' +export MOM6_THERMO_SPAN='False' + +# nems.configure +export NEMS_CONFIGURE="nems.configure.medcmeps_atm_ocn_ice.IN" +export coupling_interval_slow_sec=${CPL_SLOW} +export coupling_interval_fast_sec=${CPL_FAST} + +export FV3_RUN=cpld_fv3_mom6_cice_atm_flux_run.IN +export INPUT_NML=input.mom6_ccpp.nml.IN + +export SUITE_NAME="FV3_GFS_2017_coupled" +export MED_restart_data='MEDIATOR_ccpp_cmeps' diff --git a/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux b/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux new file mode 100644 index 00000000..9956f7b5 --- /dev/null +++ b/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux @@ -0,0 +1,96 @@ +# +# CPLD_FV3_CCPP_MOM6_CICE_CMEPS_2D_ATM_FLUX test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - 2d_warm" + +export CNTL_DIR="RT-Baselines_2d_warm_ccpp_cmeps" +export CNTLMED_DIR="RT-Baselines_2d_warm_ccpp_cmeps/RESTART" + +export LIST_FILES="phyf048.tile1.nc \ + phyf048.tile2.nc \ + phyf048.tile3.nc \ + phyf048.tile4.nc \ + phyf048.tile5.nc \ + phyf048.tile6.nc \ + dynf048.tile1.nc \ + dynf048.tile2.nc \ + dynf048.tile3.nc \ + dynf048.tile4.nc \ + dynf048.tile5.nc \ + dynf048.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 \ + RESTART/MOM.res.nc \ + RESTART/MOM.res_1.nc \ + RESTART/MOM.res_2.nc \ + RESTART/MOM.res_3.nc \ + RESTART/iced.2016-10-05-00000.nc \ + ufs.s2s.cpl.r.2016-10-05-00000.nc" + +export_fv3 +export_cpl + +export DAYS="2" +export FHMAX="48" +export FDIAG="6" +export WLCLK=30 + +# set component and coupling timesteps +export DT_CICE=${DT_ATMOS} +export CPL_SLOW=${DT_THERM_MOM6} +export CPL_FAST=${DT_ATMOS} + +# write a CICE restart at DAYS +export DUMPFREQ_N=${DAYS} +export DUMPFREQ="d" + +# use CMEPS as the mediator component +export MEDCOMP="cmeps" +# CMEPS controls intervals in ALLCOMP +export FV3_RESTART_INTERVAL=${FHMAX} + +# restart test: required for restart repro +export MOM6_REPRO_LA='False' +export MOM6_THERMO_SPAN='False' + +# nems.configure +export NEMS_CONFIGURE="nems.configure.medcmeps_atm_ocn_ice.IN" +export coupling_interval_slow_sec=${CPL_SLOW} +export coupling_interval_fast_sec=${CPL_FAST} + +export FV3_RUN=cpld_fv3_mom6_cice_atm_flux_run.IN +export INPUT_NML=input.mom6_ccpp.nml.IN + +export SUITE_NAME="FV3_GFS_2017_coupled" +export MED_restart_data='MEDIATOR_ccpp_cmeps' diff --git a/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp b/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp new file mode 100644 index 00000000..0aee4836 --- /dev/null +++ b/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp @@ -0,0 +1,99 @@ +# +# CPLD_FV3_CCPP_MOM6_CICE_CMEPS_2D_DECOMP test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - decomp" + +export CNTL_DIR="RT-Baselines_2d_warm_ccpp_cmeps" +export CNTLMED_DIR="RT-Baselines_2d_warm_ccpp_cmeps/RESTART" + +export LIST_FILES="phyf048.tile1.nc \ + phyf048.tile2.nc \ + phyf048.tile3.nc \ + phyf048.tile4.nc \ + phyf048.tile5.nc \ + phyf048.tile6.nc \ + dynf048.tile1.nc \ + dynf048.tile2.nc \ + dynf048.tile3.nc \ + dynf048.tile4.nc \ + dynf048.tile5.nc \ + dynf048.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 \ + RESTART/MOM.res.nc \ + RESTART/MOM.res_1.nc \ + RESTART/MOM.res_2.nc \ + RESTART/MOM.res_3.nc \ + RESTART/iced.2016-10-05-00000.nc \ + ufs.s2s.cpl.r.2016-10-05-00000.nc" + +export_fv3 +export_cpl + +export DAYS="2" +export FHMAX="48" +export FDIAG="6" +export WLCLK=30 + +export INPES='6' +export JNPES='4' + +# set component and coupling timesteps +export DT_CICE=${DT_ATMOS} +export CPL_SLOW=${DT_THERM_MOM6} +export CPL_FAST=${DT_ATMOS} + +# write a CICE restart at DAYS +export DUMPFREQ_N=${DAYS} +export DUMPFREQ="d" + +# use CMEPS as the mediator component +export MEDCOMP="cmeps" +# CMEPS controls intervals in ALLCOMP +export FV3_RESTART_INTERVAL=${FHMAX} + +# restart test: required for restart repro +export MOM6_REPRO_LA='False' +export MOM6_THERMO_SPAN='False' + +# nems.configure +export NEMS_CONFIGURE="nems.configure.medcmeps_atm_ocn_ice.IN" +export coupling_interval_slow_sec=${CPL_SLOW} +export coupling_interval_fast_sec=${CPL_FAST} + +export FV3_RUN=cpld_fv3_mom6_cice_atm_flux_run.IN +export INPUT_NML=input.mom6_ccpp.nml.IN + +export SUITE_NAME="FV3_GFS_2017_coupled" +export MED_restart_data='MEDIATOR_ccpp_cmeps' diff --git a/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux b/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux new file mode 100644 index 00000000..56b9f0d4 --- /dev/null +++ b/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux @@ -0,0 +1,96 @@ +# +# CPLD_FV3_CCPP_MOM6_CICE_CMEPS_3D_ATM_FLUX test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - 3d_warm" + +export CNTL_DIR="RT-Baselines_3d_warm_ccpp_cmeps" +export CNTLMED_DIR="RT-Baselines_3d_warm_ccpp_cmeps/RESTART" + +export LIST_FILES="phyf072.tile1.nc \ + phyf072.tile2.nc \ + phyf072.tile3.nc \ + phyf072.tile4.nc \ + phyf072.tile5.nc \ + phyf072.tile6.nc \ + dynf072.tile1.nc \ + dynf072.tile2.nc \ + dynf072.tile3.nc \ + dynf072.tile4.nc \ + dynf072.tile5.nc \ + dynf072.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 \ + RESTART/MOM.res.nc \ + RESTART/MOM.res_1.nc \ + RESTART/MOM.res_2.nc \ + RESTART/MOM.res_3.nc \ + RESTART/iced.2016-10-06-00000.nc \ + ufs.s2s.cpl.r.2016-10-06-00000.nc" + +export_fv3 +export_cpl + +export DAYS="3" +export FHMAX="72" +export FDIAG="6" +export WLCLK=30 + +# set component and coupling timesteps +export DT_CICE=${DT_ATMOS} +export CPL_SLOW=${DT_THERM_MOM6} +export CPL_FAST=${DT_ATMOS} + +# write a CICE restart at DAYS +export DUMPFREQ_N=${DAYS} +export DUMPFREQ="d" + +# use CMEPS as the mediator component +export MEDCOMP="cmeps" +# CMEPS controls intervals in ALLCOMP +export FV3_RESTART_INTERVAL=${FHMAX} + +# restart test: required for restart repro +export MOM6_REPRO_LA='False' +export MOM6_THERMO_SPAN='False' + +# nems.configure +export NEMS_CONFIGURE="nems.configure.medcmeps_atm_ocn_ice.IN" +export coupling_interval_slow_sec=${CPL_SLOW} +export coupling_interval_fast_sec=${CPL_FAST} + +export FV3_RUN=cpld_fv3_mom6_cice_atm_flux_run.IN +export INPUT_NML=input.mom6_ccpp.nml.IN + +export SUITE_NAME="FV3_GFS_2017_coupled" +export MED_restart_data='MEDIATOR_ccpp_cmeps' diff --git a/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug b/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug new file mode 100644 index 00000000..25630be5 --- /dev/null +++ b/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug @@ -0,0 +1,93 @@ +# +# CPLD_FV3_CCPP_MOM6_CICE_CMEPS_6H_DEBUG test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - warm debug" + +export CNTL_DIR="RT-Baselines_6h_warm_debug_ccpp_cmeps" +export CNTLMED_DIR="RT-Baselines_6h_warm_debug_ccpp_cmeps/RESTART" + +export LIST_FILES="phyf006.tile1.nc \ + phyf006.tile2.nc \ + phyf006.tile3.nc \ + phyf006.tile4.nc \ + phyf006.tile5.nc \ + phyf006.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 \ + RESTART/MOM.res.nc \ + RESTART/MOM.res_1.nc \ + RESTART/MOM.res_2.nc \ + RESTART/MOM.res_3.nc \ + RESTART/iced.2016-10-03-21600.nc \ + ufs.s2s.cpl.r.2016-10-03-21600.nc" +export_fv3 +export_cpl + +export DAYS="0.25" +export FHMAX="6" +export NFHOUT_HF="1" +export FDIAG="6" +# requires extra time +export WLCLK=60 + +# set component and coupling timesteps +export DT_CICE=${DT_ATMOS} +export CPL_SLOW=${DT_THERM_MOM6} +export CPL_FAST=${DT_ATMOS} + +# write a CICE restart at FHMAX +export DUMPFREQ_N=${FHMAX} +export DUMPFREQ="h" + +# use CMEPS as the mediator component +export MEDCOMP="cmeps" +# CMEPS controls intervals in ALLCOMP +export FV3_RESTART_INTERVAL=${FHMAX} + +# nems.configure +export NEMS_CONFIGURE="nems.configure.medcmeps_atm_ocn_ice.IN" +export coupling_interval_slow_sec=${CPL_SLOW} +export coupling_interval_fast_sec=${CPL_FAST} + +export FV3_RUN=cpld_fv3_mom6_cice_atm_flux_run.IN +export INPUT_NML=input.mom6_ccpp.nml.IN + +export SUITE_NAME="FV3_GFS_2017_coupled" +export MED_restart_data='MEDIATOR_debug_ccpp_cmeps' diff --git a/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_cold_atm_flux b/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_cold_atm_flux new file mode 100644 index 00000000..3ed64a8f --- /dev/null +++ b/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_cold_atm_flux @@ -0,0 +1,84 @@ +# +# CPLD_FV3_CCPP_MOM6_CICE_CMEPS_COLD_ATM_FLUX test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - cold start" + +export CNTL_DIR="RT-Baselines_cold_ccpp_cmeps" +export CNTLMED_DIR="MEDIATOR_ccpp_cmeps" + +export LIST_FILES="phyf001.tile1.nc \ + phyf001.tile2.nc \ + phyf001.tile3.nc \ + phyf001.tile4.nc \ + phyf001.tile5.nc \ + phyf001.tile6.nc \ + dynf001.tile1.nc \ + dynf001.tile2.nc \ + dynf001.tile3.nc \ + dynf001.tile4.nc \ + dynf001.tile5.nc \ + dynf001.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 \ + ufs.s2s.cold.cpl.r.2016-10-03-03600.nc" + +export_fv3 +export_cpl + +export DAYS="0.041666666" +export FHMAX="1" # Note this needs to be at least 2x CPL_SLOW +export NFHMAX_HF="12" +export NFHOUT_HF="1" + +# set component and coupling timesteps +export DT_CICE=${DT_ATMOS} +export CPL_SLOW=${DT_THERM_MOM6} +export CPL_FAST=${DT_ATMOS} + +# write a CICE restart at FHMAX +export DUMPFREQ_N=${FHMAX} +export DUMPFREQ="h" + +# use CMEPS as the mediator component +export MEDCOMP="cmeps" + +# nems.configure +export NEMS_CONFIGURE="nems.configure.medcoldcmeps_atm_ocn_ice.IN" +export coupling_interval_slow_sec=${CPL_SLOW} +export coupling_interval_fast_sec=${CPL_FAST} + +export FV3_RUN=cpld_fv3_mom6_cice_atm_flux_run.IN +export INPUT_NML=input.mom6_ccpp.nml.IN + +export SUITE_NAME="FV3_GFS_2017_coupled" diff --git a/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_cold_debug b/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_cold_debug new file mode 100644 index 00000000..9b99cfee --- /dev/null +++ b/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_cold_debug @@ -0,0 +1,84 @@ +# +# CPLD_FV3_CCPP_MOM6_CICE_CMEPS_COLD_ATM_FLUX test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - cold debug" + +export CNTL_DIR="RT-Baselines_cold_debug_ccpp_cmeps" +export CNTLMED_DIR="MEDIATOR_debug_ccpp_cmeps" + +export LIST_FILES="phyf001.tile1.nc \ + phyf001.tile2.nc \ + phyf001.tile3.nc \ + phyf001.tile4.nc \ + phyf001.tile5.nc \ + phyf001.tile6.nc \ + dynf001.tile1.nc \ + dynf001.tile2.nc \ + dynf001.tile3.nc \ + dynf001.tile4.nc \ + dynf001.tile5.nc \ + dynf001.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 \ + ufs.s2s.cold.cpl.r.2016-10-03-03600.nc" + +export_fv3 +export_cpl + +export DAYS="0.041666666" +export FHMAX="1" # Note this needs to be at least 2x CPL_SLOW +export NFHMAX_HF="12" +export NFHOUT_HF="1" + +# set component and coupling timesteps +export DT_CICE=${DT_ATMOS} +export CPL_SLOW=${DT_THERM_MOM6} +export CPL_FAST=${DT_ATMOS} + +# write a CICE restart at FHMAX +export DUMPFREQ_N=${FHMAX} +export DUMPFREQ="h" + +# use CMEPS as the mediator component +export MEDCOMP="cmeps" + +# nems.configure +export NEMS_CONFIGURE="nems.configure.medcoldcmeps_atm_ocn_ice.IN" +export coupling_interval_slow_sec=${CPL_SLOW} +export coupling_interval_fast_sec=${CPL_FAST} + +export FV3_RUN=cpld_fv3_mom6_cice_atm_flux_run.IN +export INPUT_NML=input.mom6_ccpp.nml.IN + +export SUITE_NAME="FV3_GFS_2017_coupled" diff --git a/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_cold_satmedmf b/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_cold_satmedmf new file mode 100644 index 00000000..bd2b2ba7 --- /dev/null +++ b/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_cold_satmedmf @@ -0,0 +1,87 @@ +# +# CPLD_FV3_CCPP_MOM6_CICE_CMEPS_COLD_SATMEDMF test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE_CMEPS system - cold satmedmf" + +export CNTL_DIR="RT-Baselines_cold_satmedmf_ccpp_cmeps" +export CNTLMED_DIR="MEDIATOR_satmedmf_ccpp_cmeps" + +export LIST_FILES="phyf001.tile1.nc \ + phyf001.tile2.nc \ + phyf001.tile3.nc \ + phyf001.tile4.nc \ + phyf001.tile5.nc \ + phyf001.tile6.nc \ + dynf001.tile1.nc \ + dynf001.tile2.nc \ + dynf001.tile3.nc \ + dynf001.tile4.nc \ + dynf001.tile5.nc \ + dynf001.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 \ + ufs.s2s.cold.cpl.r.2016-10-03-03600.nc" + +export_fv3 +export_cpl + +export DAYS="0.041666666" +export FHMAX="1" # Note this needs to be at least 2x CPL_SLOW +export NFHMAX_HF="12" +export NFHOUT_HF="1" + +# set component and coupling timesteps +export DT_CICE=${DT_ATMOS} +export CPL_SLOW=${DT_THERM_MOM6} +export CPL_FAST=${DT_ATMOS} + +# write a CICE restart at FHMAX +export DUMPFREQ_N=${FHMAX} +export DUMPFREQ="h" + +# use CMEPS as the mediator component +export MEDCOMP="cmeps" + +# nems.configure +export NEMS_CONFIGURE="nems.configure.medcoldcmeps_atm_ocn_ice.IN" +export coupling_interval_slow_sec=${CPL_SLOW} +export coupling_interval_fast_sec=${CPL_FAST} + +export FV3_RUN=cpld_fv3_mom6_cice_atm_flux_run.IN +export INPUT_NML=input.mom6_ccpp.nml.IN + +export SATMEDMF='.true.' +export HYBEDMF='.false.' +export FIELD_TABLE='field_table_satmedmf' +export SUITE_NAME='FV3_GFS_2017_satmedmf_coupled' diff --git a/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_restart b/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_restart new file mode 100644 index 00000000..8e5d4fd4 --- /dev/null +++ b/tests/tests/cpld_fv3_ccpp_mom6_cice_cmeps_restart @@ -0,0 +1,108 @@ +# +# CPLD_FV3_CCPP_MOM6_CICE_CMEPS_RESTART test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - 1d restart" + +export CNTL_DIR="RT-Baselines_3d_warm_ccpp_cmeps" +export CNTLMED_DIR="RT-Baselines_3d_warm_ccpp_cmeps/RESTART" + +export LIST_FILES="phyf072.tile1.nc \ + phyf072.tile2.nc \ + phyf072.tile3.nc \ + phyf072.tile4.nc \ + phyf072.tile5.nc \ + phyf072.tile6.nc \ + dynf072.tile1.nc \ + dynf072.tile2.nc \ + dynf072.tile3.nc \ + dynf072.tile4.nc \ + dynf072.tile5.nc \ + dynf072.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 \ + RESTART/MOM.res.nc \ + RESTART/MOM.res_1.nc \ + RESTART/MOM.res_2.nc \ + RESTART/MOM.res_3.nc \ + RESTART/iced.2016-10-06-00000.nc \ + ufs.s2s.cpl.r.2016-10-06-00000.nc" + +export_fv3 +export_cpl + +export DAYS="1" +export FHMAX="72" +export FDIAG="6" +export WLCLK=30 + +# ATM warm start +FHROT='48' +WARM_START='.T.' +MAKE_NH='.F.' +NA_INIT='0' +EXTERNAL_IC='.F.' +NGGPS_IC='.F.' +MOUNTAIN='.T.' +# ICE warm start +RUNTYPE='continue' +export USE_RESTART_TIME='.true.' +export MOM6_RESTART_SETTING="r" + +export MOM6_REPRO_LA='False' +export MOM6_THERMO_SPAN='False' + +# set component and coupling timesteps +export DT_CICE=${DT_ATMOS} +export CPL_SLOW=${DT_THERM_MOM6} +export CPL_FAST=${DT_ATMOS} + +# write a CICE restart at DAYS +export DUMPFREQ_N=${DAYS} +export DUMPFREQ="d" + +# use CMEPS as the mediator component +export MEDCOMP="cmeps" +# CMEPS controls intervals in ALLCOMP +export FV3_RESTART_INTERVAL='24' + +# nems.configure +export NEMS_CONFIGURE="nems.configure.medcmeps_atm_ocn_ice.IN" +export coupling_interval_slow_sec=${CPL_SLOW} +export coupling_interval_fast_sec=${CPL_FAST} + +export FV3_RUN=cpld_fv3_mom6_cice_atm_flux_restart_run.IN +export INPUT_NML=input.mom6_ccpp.nml.IN + +export SUITE_NAME="FV3_GFS_2017_coupled" +export MED_restart_data='MEDIATOR_ccpp_cmeps' diff --git a/tests/tests/cpld_fv3_ccpp_mom6_cice_cold_atm_flux b/tests/tests/cpld_fv3_ccpp_mom6_cice_cold_atm_flux index b24a8ea3..90dc2a43 100644 --- a/tests/tests/cpld_fv3_ccpp_mom6_cice_cold_atm_flux +++ b/tests/tests/cpld_fv3_ccpp_mom6_cice_cold_atm_flux @@ -80,6 +80,8 @@ export_cpl export DAYS="0.041666666" export FHMAX="1" # Note this needs to be at least 2x CPL_SLOW +export NFHMAX_HF="12" +export NFHOUT_HF="1" # set component and coupling timesteps export DT_CICE=${DT_ATMOS} diff --git a/tests/tests/cpld_fv3_ccpp_mom6_cice_cold_debug b/tests/tests/cpld_fv3_ccpp_mom6_cice_cold_debug index fd987ea5..115bd083 100644 --- a/tests/tests/cpld_fv3_ccpp_mom6_cice_cold_debug +++ b/tests/tests/cpld_fv3_ccpp_mom6_cice_cold_debug @@ -80,6 +80,8 @@ export_cpl export DAYS="0.041666666" export FHMAX="1" # Note this needs to be at least 2x CPL_SLOW +export NFHMAX_HF="12" +export NFHOUT_HF="1" # set component and coupling timesteps export DT_CICE=${DT_ATMOS} diff --git a/tests/tests/cpld_fv3_ccpp_mom6_cice_cold_satmedmf b/tests/tests/cpld_fv3_ccpp_mom6_cice_cold_satmedmf index 8dc7a32d..116fc1eb 100644 --- a/tests/tests/cpld_fv3_ccpp_mom6_cice_cold_satmedmf +++ b/tests/tests/cpld_fv3_ccpp_mom6_cice_cold_satmedmf @@ -80,6 +80,8 @@ export_cpl export DAYS="0.041666666" export FHMAX="1" # Note this needs to be at least 2x CPL_SLOW +export NFHMAX_HF="12" +export NFHOUT_HF="1" # set component and coupling timesteps export DT_CICE=${DT_ATMOS} diff --git a/tests/tests/cpld_fv3_mom6_cice_2d_atm_flux b/tests/tests/cpld_fv3_mom6_cice_2d_atm_flux index 671abfb3..bbdfc9db 100644 --- a/tests/tests/cpld_fv3_mom6_cice_2d_atm_flux +++ b/tests/tests/cpld_fv3_mom6_cice_2d_atm_flux @@ -51,11 +51,11 @@ export LIST_FILES="phyf048.tile1.nc \ RESTART/sfc_data.tile4.nc \ RESTART/sfc_data.tile5.nc \ RESTART/sfc_data.tile6.nc \ - MOM6_RESTART/MOM.res.nc \ - MOM6_RESTART/MOM.res_1.nc \ - MOM6_RESTART/MOM.res_2.nc \ - MOM6_RESTART/MOM.res_3.nc \ - restart/iced.2016-10-05-00000.nc \ + RESTART/MOM.res.nc \ + RESTART/MOM.res_1.nc \ + RESTART/MOM.res_2.nc \ + RESTART/MOM.res_3.nc \ + RESTART/iced.2016-10-05-00000.nc \ mediator_FBaccumAtm_restart.tile1.nc \ mediator_FBaccumAtm_restart.tile2.nc \ mediator_FBaccumAtm_restart.tile3.nc \ diff --git a/tests/tests/cpld_fv3_mom6_cice_cold_atm_flux b/tests/tests/cpld_fv3_mom6_cice_cold_atm_flux index d59e9fbd..f61bb33b 100644 --- a/tests/tests/cpld_fv3_mom6_cice_cold_atm_flux +++ b/tests/tests/cpld_fv3_mom6_cice_cold_atm_flux @@ -80,6 +80,8 @@ export_cpl export DAYS="0.041666666" export FHMAX="1" # Note this needs to be at least 2x CPL_SLOW +export NFHMAX_HF="12" +export NFHOUT_HF="1" # set component and coupling timesteps export DT_CICE=${DT_ATMOS}